1297 Commits

Author SHA1 Message Date
Jonathan Kingston 2cf3e5886b Make container popup colours match other areas. 2017-02-21 18:50:59 +00:00
groovecoder 78a5804917 version 0.9.2 2017-02-21 10:51:41 -06:00
groovecoder 4f12d87a3d .jpmignore .xpis; updateURL in package.json; 0.9.2 2017-02-21 10:50:49 -06:00
John Gruen bdddb6be9e Merge pull request #226 from mozilla/fix-linter-errors
fix linter errors
2017-02-20 21:58:26 -05:00
John Gruen 58c7ba5cc4 fix linter errors 2017-02-20 21:39:01 -05:00
John Gruen 282037b53c clean up container icons 2017-02-21 01:54:03 +00:00
baku 4a5129a999 Fix the CookieManager issue #172 2017-02-21 01:50:12 +00:00
Peter deHaan 63691c861d Merge pull request #222 from mozilla/fix-version
make version three digits
2017-02-20 16:04:16 -08:00
John Gruen 1f9732e33e make version three digits 2017-02-20 19:00:57 -05:00
groovecoder 14a6156eb7 bump version to 0.9 getting close to release 2017-02-20 13:15:43 -06:00
luke crouch 6aa583caa3 Merge pull request #217 from mozilla/custom-tab-rendering-fix
Custom tab rendering fix
2017-02-20 11:59:16 -06:00
groovecoder e39759ed6e 0.0.5 version bump 2017-02-20 07:50:52 -06:00
luke crouch 1c118c3ba9 Merge pull request #215 from bakulf/fix
Fix the restoring container tabs after the add-on has been removed #183
2017-02-19 20:32:23 -06:00
luke crouch fb0fb45f79 Merge pull request #204 from mozilla/restyle-popup
Clean up panel for launch
2017-02-19 19:08:19 -06:00
John Gruen ac56fbb6fa fix custom container tab first render 2017-02-19 19:20:00 -05:00
John Gruen 23fd568e2a tidy up tab dropdown menupanels 2017-02-19 17:48:30 -05:00
John Gruen 7f6b37db94 WIP: clean up panel for launch 2017-02-19 16:46:35 -05:00
baku 6d1c5ff09b Fix the restoring container tabs after the add-on has been removed #183 2017-02-19 21:51:26 +01:00
Andrea Marchesini d82dfb0a57 Merge pull request #213 from bakulf/nightly
Fix the renaming of methods in ContextualIdentityService in nightly
2017-02-19 21:29:43 +01:00
baku 73a5d6f897 Fix the renaming of methods in ContextualIdentityService in nightly 2017-02-19 18:47:56 +01:00
Andrea Marchesini 81c8b2282d Merge pull request #214 from bakulf/openTab
Open tab should show the hidden tabs first
2017-02-19 18:47:00 +01:00
Andrea Marchesini 31b614b608 Merge pull request #211 from bakulf/sessionStore
Forget tabs when hidden or when an identity is removed or when the ad…
2017-02-19 18:42:40 +01:00
baku ee571bc0b5 Forget tabs when hidden or when an identity is removed or when the addon is disabled. 2017-02-19 18:37:52 +01:00
Andrea Marchesini 1774c531a2 Merge pull request #212 from bakulf/finance
Banking to Finance
2017-02-19 18:35:43 +01:00
luke crouch 7978c83b16 Merge pull request #206 from mozilla/real-update_url-194
fix #194: the real update_url
2017-02-19 08:05:22 -06:00
baku bdc81fb4a6 Banking to Finance 2017-02-19 01:01:09 +01:00
baku 43bef3af7c Open tab should show the hidden tabs first 2017-02-18 21:57:14 +01:00
Andrea Marchesini 8787842b36 Merge pull request #189 from mozilla/remove-cookies-with-OA-174
fix #174: remove add-on containers on uninstall
2017-02-18 15:45:15 +01:00
Andrea Marchesini a9481a2d94 Merge pull request #203 from bakulf/allTabs
Styling all-tabs menu #181
2017-02-18 15:43:57 +01:00
groovecoder 6a3cc0bdb6 fix #194: the real update_url 2017-02-17 09:52:21 -06:00
groovecoder 0ae71e68c0 fix #174: remove add-on containers on uninstall 2017-02-17 07:50:22 -06:00
Jonathan Kingston e1bb634f10 Remove window id lookup by using a map (#192) 2017-02-17 11:19:57 +00:00
baku 9e5c6afaac Styling all-tabs menu #181 2017-02-17 10:50:46 +01:00
Andrea Marchesini a50d3fcbd6 Merge pull request #202 from bakulf/open_close
Remap tabs when open/close/activated #179
2017-02-17 10:49:42 +01:00
baku 76fc91be9a Remap tabs when open/close/activated #179 2017-02-17 10:45:59 +01:00
Andrea Marchesini fb50da6d92 Restyling tabs #197 (#201) 2017-02-17 09:15:30 +00:00
Andrea Marchesini d398625642 Merge pull request #200 from bakulf/customizable
Customizable Container panel #181
2017-02-17 10:07:45 +01:00
baku bfb4a12169 Customizable Container panel #181 2017-02-17 10:07:16 +01:00
luke crouch 438d59a82d fix #194: fix update_url (#196) 2017-02-17 02:11:50 +00:00
John Gruen 1a2521101d fix tab css (#195) 2017-02-17 00:22:58 +00:00
groovecoder 9b645fbae4 version bump to 0.0.4 2017-02-16 15:41:59 -06:00
luke crouch 313df4b521 Merge pull request #193 from jonathanKingston/hover-timeout
Adding new tab button hover timeout. Fixes #111
2017-02-16 15:19:21 -06:00
Jonathan Kingston b00e2170c6 Adding new tab button hover timeout. Fixes #111 2017-02-16 18:25:31 +00:00
Jonathan Kingston 82b5afe55e Uninstall events (#191)
* Move event handlers to a handleEvent function to simplify removal, Remove event handlers to remove uninstall issue. Fixes #182

* Neatening up element and tooltip caches to reduce duplication in add button config and shutdown.

* Simplify further using Maps to remove string key
2017-02-16 16:17:50 +00:00
Jonathan Kingston f6ff3a4b9a Fixing issues for edit screen on Linux. Fixes #157 (#166) 2017-02-16 16:17:15 +00:00
luke crouch 2d6aa70550 Merge pull request #190 from jonathanKingston/fix-file-menu-mac
Fixing osx menus. Also refresh context and file menus when a custom c…
2017-02-15 20:33:44 -06:00
Jonathan Kingston 885b90709b Fixing osx menus. Also refresh context and file menus when a custom container is created. Fixes #127 2017-02-15 23:05:20 +00:00
luke crouch fd9df09107 Merge pull request #188 from jonathanKingston/hover-highlight-120
Popup hover and clickable area changes. Fixes #120
2017-02-15 13:50:27 -06:00
Jonathan Kingston e509bc11b7 Popup hover and clickable area changes. Fixes #120 2017-02-15 18:04:10 +00:00
Andrea Marchesini fe1decef4c Merge pull request #163 from mozilla/testpilot-metrics-117
for #117: start telemetry with testpilot-metrics
2017-02-15 17:37:56 +01:00