Commit graph

  • fe41394da8 Merge pull request #91 from bakulf/tablist Andrea Marchesini 2017-01-19 08:56:57 +01:00
  • 4ce4e2bf7f Fixed the moving of containers tabs in a separate window baku 2017-01-18 18:55:45 +01:00
  • 6a9315f295 Hide/Show the hide-or-show panel baku 2017-01-18 18:22:07 +01:00
  • 5e2c3b4704 Make eslint happy again baku 2017-01-18 18:09:42 +01:00
  • 702d5aba4c Close the opened tabs when a container is deleted baku 2017-01-18 18:07:33 +01:00
  • 4331a2612c Show tab list if Container is hidden but don't make the rows selectable baku 2017-01-18 17:32:56 +01:00
  • 71f542b3a5 Merge pull request #90 from bakulf/promise Andrea Marchesini 2017-01-18 10:45:17 +01:00
  • c700327086 I want to be one of the author :) baku 2017-01-17 19:03:43 +01:00
  • d49120cc62 Promise eslint errors fixed baku 2017-01-17 10:47:19 +01:00
  • e44cc95d7f Merge pull request #87 from pdehaan/eslint-plugin-promise Andrea Marchesini 2017-01-17 09:47:42 +01:00
  • 78fd753f2b Merge branch 'master' into eslint-plugin-promise Andrea Marchesini 2017-01-17 09:47:34 +01:00
  • 1fe137f332 Merge pull request #89 from pdehaan/eslint-no-var-prefer-const Andrea Marchesini 2017-01-17 09:46:08 +01:00
  • 47da890e55 Add ESLint no-var and prefer-const rules Peter deHaan 2017-01-16 16:33:12 -08:00
  • d10a7d32ef Add 'npm run once' script Peter deHaan 2017-01-16 15:40:25 -08:00
  • 818658cc9c Add ESLint promise plugin Peter deHaan 2017-01-16 14:25:25 -08:00
  • 9aadec75f1 Merge 07a4f2e4ea into 3009e855ae Jonathan Kingston 2017-01-16 20:29:14 +00:00
  • 3009e855ae Merge pull request #85 from pdehaan/fix-eslint Andrea Marchesini 2017-01-16 21:27:41 +01:00
  • 15ac350589 Fix ESLint errors Peter deHaan 2017-01-16 11:33:45 -08:00
  • 3d5b58078d Merge pull request #84 from bakulf/id Andrea Marchesini 2017-01-16 19:22:57 +01:00
  • 1dabdcafaf Auto naming of containers baku 2017-01-16 11:11:19 +01:00
  • 66b5f216ac Issue #83 - generate Container name baku 2017-01-16 11:07:51 +01:00
  • d745dd279c Merge pull request #82 from bakulf/stuff Andrea Marchesini 2017-01-14 22:14:27 +01:00
  • c176b03c0c review comments applied baku 2017-01-14 22:13:51 +01:00
  • be29b1be81 Some CSS fix baku 2017-01-13 15:35:08 +01:00
  • 0dc21cd96e Create/update and previous panel baku 2017-01-13 15:24:37 +01:00
  • b2bd693e81 delete containers baku 2017-01-13 14:40:27 +01:00
  • c66fb33583 Refactoring of popup.js baku 2017-01-13 14:19:41 +01:00
  • d2ae4b3132 Fix the 'add' link baku 2017-01-13 12:13:39 +01:00
  • 82a455d3c1 for(const.. => for(let.. baku 2017-01-13 12:06:38 +01:00
  • 9ef7b1edad log function instead console.log() baku 2017-01-13 11:55:51 +01:00
  • 804e95947e Merge da72d0446e into d8abc4a3cc Andrea Marchesini 2017-01-13 10:48:44 +00:00
  • da72d0446e License added baku 2017-01-13 11:48:01 +01:00
  • d8abc4a3cc Merge pull request #69 from mozilla/edit-ui-55 Andrea Marchesini 2017-01-13 11:40:06 +01:00
  • 07a4f2e4ea WIP for #52 Jonathan Kingston 2017-01-13 03:17:07 +00:00
  • faaa3008a8 for #55: edit-container-panel colors; delete-container-panel groovecoder 2017-01-12 15:52:28 -06:00
  • 729218b36c for #55: UI updates to container-info-panel groovecoder 2017-01-12 10:40:33 -06:00
  • 297dccb4e8 Merge branch 'master' into edit-ui-55 groovecoder 2017-01-12 09:39:12 -06:00
  • 98918ef15c createIdentity, removeIdentity, updateIdentity (#78) Andrea Marchesini 2017-01-12 13:07:22 +01:00
  • 1675ebdf90 Reject() calls when arguments are wrong (#77) Andrea Marchesini 2017-01-12 13:05:08 +01:00
  • 95b7dc7894 createIdentity, removeIdentity, updateIdentity Andrea Marchesini 2017-01-12 08:59:15 +01:00
  • 756cbd3bda Reject() calls when arguments are wrong Andrea Marchesini 2017-01-12 08:44:43 +01:00
  • 6e00cf8d5b wip: ui updates to container-info and edit panel groovecoder 2017-01-11 23:52:09 -06:00
  • b41ca7411c switch all width & height to logical CSS groovecoder 2017-01-10 14:34:45 -06:00
  • 3be335e79c for #55: more UI spec; start edit-container-panel groovecoder 2017-01-10 14:22:11 -06:00
  • 962cd623b8 for #55: edit-containers-panel with live list groovecoder 2017-01-10 13:22:07 -06:00
  • 5ca4403070 refactor a showPanel function groovecoder 2017-01-10 10:38:45 -06:00
  • b4a41dfca2 for #55: update panel UI to specs groovecoder 2017-01-10 10:20:32 -06:00
  • 703aadde11 Tweak package.json lint script to lint add-on Peter deHaan 2017-01-10 10:07:36 -08:00
  • de9f1a5593 Fix ESLint errors and add eqeqeq rule Peter deHaan 2017-01-10 09:41:56 -08:00
  • b91cf5bd8a ignore local vimrc files groovecoder 2017-01-10 10:20:18 -06:00
  • 8b3b211d84 Merge pull request #65 from bakulf/ui Andrea Marchesini 2017-01-11 15:01:46 +00:00
  • bb0713d0d4 Container tab listing baku 2017-01-10 13:19:18 +00:00
  • 8598c76e25 Merge pull request #76 from bakulf/sort Andrea Marchesini 2017-01-11 14:32:33 +00:00
  • bc7556d028 Issue #74: pinned tabs sorted baku 2017-01-11 06:52:14 +00:00
  • a6bfaabb9c Merge pull request #68 from jonathanKingston/onboarding-flicker-fix luke crouch 2017-01-10 14:29:54 -06:00
  • c3bfe263c3 Tweak package.json lint script to lint add-on (#67) Peter deHaan 2017-01-10 12:20:48 -08:00
  • 8209d1d5a7 Fixing onboarding flicker, moving to flex and also using logical CSS Jonathan Kingston 2017-01-10 19:59:13 +00:00
  • 8bcfae7bed Fix ESLint errors and add eqeqeq rule (#66) Peter deHaan 2017-01-10 09:44:14 -08:00
  • b5a6a2cb6a Merge pull request #56 from bakulf/eslint Andrea Marchesini 2017-01-10 14:35:07 +00:00
  • b0254ea08e eslint updated baku 2017-01-09 20:51:00 +00:00
  • c97518c462 Fixing ordering of arguments (#64) Jonathan Kingston 2017-01-10 13:38:08 +00:00
  • 6e1123dc6e Fixing ordering of arguments Jonathan Kingston 2017-01-10 13:35:35 +00:00
  • 0cb078b589 Initial tab restyle work to match experiment bug #13 (#50) Jonathan Kingston 2017-01-10 12:15:59 +00:00
  • 6b1205c583 Initial tab restyle work to match experiment bug #13 Jonathan Kingston 2017-01-09 15:23:06 +00:00
  • 398ea9907f Duplicate "cookies" permissions in webextension/manifest.json #60 (#61) Andrea Marchesini 2017-01-10 10:25:41 +00:00
  • 68fb5b5edc Duplicate "cookies" permissions in webextension/manifest.json #60 baku 2017-01-10 08:56:15 +00:00
  • aeddb7c3ad Merge pull request #57 from pdehaan/tweak-package Andrea Marchesini 2017-01-10 08:47:02 +00:00
  • 488578d502 Add repo and fix SPDX license in package.json Peter deHaan 2017-01-09 15:48:59 -08:00
  • 16e04930dd Merge pull request #53 from bakulf/fragment luke crouch 2017-01-09 15:49:17 -06:00
  • 0c9ae0e6bd Let's use a DocumentFragment instead innerHTML baku 2017-01-09 18:34:57 +00:00
  • e7e4537418 plus menu implemented (#51) Andrea Marchesini 2017-01-09 17:28:45 +00:00
  • e38edef3e2 Merge pull request #49 from jonathanKingston/onboarding-padding luke crouch 2017-01-09 11:12:30 -06:00
  • 19f0ab5690 usercontext.svg added for chrome code baku 2017-01-09 17:06:40 +00:00
  • 4c5a36940c plus menu implemented baku 2017-01-09 16:56:12 +00:00
  • 83175a6f93 Fixes #39 top padding issue of containers onboarding Jonathan Kingston 2017-01-09 15:06:12 +00:00
  • 0a1661d32f Merge pull request #43 from bakulf/cleanup_methods Andrea Marchesini 2017-01-09 12:14:42 +01:00
  • 64498da783 README updated for FF51 baku 2017-01-09 12:04:27 +01:00
  • aea0e27df0 Icons visible in FF50. baku 2017-01-09 11:57:32 +01:00
  • 71725d829b Hide/Show icon should be shown only if we have opened tabs baku 2017-01-09 11:05:13 +01:00
  • 76ad3fcb0f Refactoring of hide/show algorithm. baku 2017-01-09 10:44:18 +01:00
  • f87eece6cc Issue #11 - Showing all the hidden tabs before opening a new one baku 2017-01-09 09:36:58 +01:00
  • 4b92b775b4 Sorting must work with pinned tabs as well baku 2017-01-07 09:24:17 +01:00
  • da65760bae Close popup after sorting baku 2017-01-07 09:09:37 +01:00
  • fba6b1cbd6 New sorting algorithm in the parent process baku 2017-01-07 08:40:59 +01:00
  • d7d7eeaacb Refactoring of index.js baku 2017-01-07 00:03:34 +01:00
  • 108673b492 Fixing open about:preferences#containers baku 2017-01-06 20:12:46 +01:00
  • 2c2e8ed602 Cleaning up existing methods baku 2017-01-06 20:05:33 +01:00
  • a6f9175224 Migrate from cookieStoreId to userContextId baku 2017-01-06 19:35:18 +01:00
  • 404ee3304e Query() moved to the parent process baku 2017-01-06 18:52:35 +01:00
  • 0b03b67f65 Method renamed (ex: query => queryIdentities) baku 2017-01-06 18:11:54 +01:00
  • 55f71f5ac8 Implementation of 'openTab' method baku 2017-01-06 17:48:47 +01:00
  • 49aeeeb417 Merge f29f9d00eb into 679d8b9fbb luke crouch 2017-01-06 21:32:01 +00:00
  • f29f9d00eb Fixing open about:preferences#containers baku 2017-01-06 20:12:46 +01:00
  • a8fa144080 Cleaning up existing methods baku 2017-01-06 20:05:33 +01:00
  • 4c7d6a4c9b Migrate from cookieStoreId to userContextId baku 2017-01-06 19:35:18 +01:00
  • e234c3c9f8 Query() moved to the parent process baku 2017-01-06 18:52:35 +01:00
  • d27c86c81e Method renamed (ex: query => queryIdentities) baku 2017-01-06 18:11:54 +01:00
  • faf8a57854 Fixing open about:preferences#containers baku 2017-01-06 20:12:46 +01:00
  • a95c83ff88 Cleaning up existing methods baku 2017-01-06 20:05:33 +01:00
  • 88d401c958 Migrate from cookieStoreId to userContextId baku 2017-01-06 19:35:18 +01:00