Commit graph

1218 commits

Author SHA1 Message Date
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
luke crouch
8c442b47b1 Merge pull request #185 from jonathanKingston/new-tab-default
Setting default tab page to about:newTab. Fixes: #184
2017-02-14 14:19:05 -06:00
Jonathan Kingston
9b82ab2394 Setting default tab page to about:newTab. Fixes: #184 2017-02-14 20:16:02 +00:00
groovecoder
2bae0253a6 fix #117: add all remaining events' telemetry
open-tab, hide-tabs, show-tabs, move-tabs-to-window
add-container, edit-container, delete-container
2017-02-14 14:15:31 -06:00
groovecoder
d01d89ed60 streamline metrics init; comments; default values 2017-02-14 11:04:40 -06:00
groovecoder
dfa55a7a9d for #117: add edit-containers event 2017-02-14 10:21:14 -06:00
groovecoder
7edfd27586 for #117 open-tab event 2017-02-14 09:46:50 -06:00
groovecoder
3c6d276a36 for #117: start telemetry with testpilot-metrics
and first sort-tabs event
2017-02-14 09:29:36 -06:00
Andrea Marchesini
3a2e351661 Disable the long-press menu (#176) 2017-02-13 16:21:01 +00:00
groovecoder
ca5a88561b for #117: add testpilot-metrics.js 2017-02-13 10:19:05 -06:00
luke crouch
e970cd4baa Merge pull request #177 from jonathanKingston/hidden-tab-style
Making all favicons the same size even if there isn't one. Making non…
2017-02-13 10:15:27 -06:00
luke crouch
9dd981f82e Merge pull request #140 from mozilla/metrics-doc-3
for #3: start metrics.md doc
2017-02-13 10:07:41 -06:00
Jonathan Kingston
1f1a5fcb8c Making all favicons the same size even if there isn't one. Making non clickable links in the tab list greyed out. Fixes #147 2017-02-13 16:07:00 +00:00
groovecoder
976925108d for #3: add shownContainersCount to sort-tabs 2017-02-13 09:58:13 -06:00
Andrea Marchesini
ce930576b3 Uninstall addon should revert a couple of things #173 (#175) 2017-02-13 15:07:35 +00:00
Andrea Marchesini
a086e3c003 Merge pull request #169 from bakulf/hideTabs
Fixing the hiding of tabs #167
Restoring hidden tabs #156
2017-02-11 17:26:03 +01:00
baku
f77a5d4e3a Restore tabs 2017-02-11 17:24:16 +01:00
baku
43570c74d5 Fixing the hiding of tabs #167 2017-02-11 17:24:16 +01:00
groovecoder
fd6ed1a319 add (shown|total)ContainersCount and file-menu 2017-02-10 14:38:50 -06:00
groovecoder
d391ac7331 for #3: metrics from review meeting 2017-02-10 11:02:20 -06:00
luke crouch
f8fd316e56 Merge pull request #164 from mozilla/version-bump
version bump to 0.0.2 for fresh signing
2017-02-09 14:23:47 -06:00
groovecoder
b0aa459505 version bump to 0.0.2 for fresh signing 2017-02-09 13:55:17 -06:00
groovecoder
4063f44552 fix #3: final ping formats and schema 2017-02-09 13:51:43 -06:00
groovecoder
9b6779c999 fix mock kpi image link 2017-02-09 13:20:04 -06:00
groovecoder
be6933d943 more metrics doc review updates 2017-02-08 17:03:31 -06:00
groovecoder
844947dfa9 stray server validation left over from blok 2017-02-08 15:27:33 -06:00
groovecoder
6cfe6c4caf "last" metrics tweaks 2017-02-08 15:27:33 -06:00
groovecoder
a807c75341 draft 2017-02-08 15:27:33 -06:00
groovecoder
be9e35d096 for #3: start metrics.md doc 2017-02-08 15:27:33 -06:00
Andrea Marchesini
35c1608245 Merge pull request #161 from bakulf/jpmIgnore
Add some filenames to .jpmignore
2017-02-08 18:26:24 +01:00