Commit graph

546 commits

Author SHA1 Message Date
luke crouch
5c293b74c7 Merge pull request #414 from jonathanKingston/remove-about-assign
Fixing about: scheme assignment. Fixes #413
2017-04-04 10:24:01 -05:00
Jonathan Kingston
ab655dedd4 Fixing about: scheme assignment. Fixes #413 2017-04-04 16:16:45 +01:00
luke crouch
23a8d5e122 Merge pull request #412 from mozilla/assignment-telemetry
for #306: Telemetry for container assignment events
2017-04-04 07:56:09 -05:00
groovecoder
713c5eba03 eslint fixes 2017-04-04 07:53:24 -05:00
Jonathan Kingston
88948aaf45 Moving code into messageHandler to share assignManager and tabPageCounter code. Fixes bind functions not working correctly. 2017-04-04 02:47:48 +01:00
groovecoder
5bc45acceb for #306: Telemetry for container assignment events 2017-04-03 16:20:34 -05:00
luke crouch
d04ce5348b Merge pull request #386 from jonathanKingston/auto-container-origin
WIP of auto-container-origin
2017-04-03 16:19:13 -05:00
Jonathan Kingston
2c4da0a8b6 Auto send users to sites they assigned to a container. Fixes #306 2017-04-03 21:57:13 +01:00
luke crouch
e52d2ab122 Merge pull request #411 from jonathanKingston/issue-410-shopping-icon
Fixing shopping icon on tab first focused for 52+. Fixes #410
2017-04-03 11:17:23 -05:00
Jonathan Kingston
719bccd4b8 Fixing shopping icon on tab first focused for 52+. Fixes #410 2017-04-03 17:09:57 +01:00
luke crouch
66f4731272 Merge pull request #363 from abaez/tabcenter-color
Removing tabcenter css
2017-04-03 10:55:52 -05:00
luke crouch
7572c4127e Merge pull request #389 from mozilla/add-page-requests-metric-209
WIP/DNM: Add page requests metric 209
2017-03-30 15:52:17 -05:00
groovecoder
266aa574d9 fix #209: page-requests-completed-per-tab metric 2017-03-30 14:40:33 -05:00
luke crouch
21ff137bfb Merge pull request #400 from bakulf/foo
Fix the opening of a link from a context menu - issue #327
2017-03-22 08:32:21 -05:00
baku
4276b08afd Fix the opening of a link from a context menu - issue #327 2017-03-21 08:29:06 +01:00
luke crouch
410614d5a5 Merge pull request #379 from jonathanKingston/better-sanity
Better sanity
2017-03-15 10:50:10 -05:00
Jonathan Kingston
e3f0d8cc95 Rename linter used to check for unsafe 2017-03-15 06:34:31 +00:00
Jonathan Kingston
8ec45b6c74 Adding better sanitising of strings by using textContent. Fixes #372 2017-03-14 22:06:58 +00:00
luke crouch
76246a79f7 Merge pull request #378 from mozilla/upgrade-issue
Fix upgrading issue whilst also ensuring dead objects won't happen. #373
2017-03-14 15:17:41 -05:00
Jonathan Kingston
5ef9e3d835 Fix upgrading issue whilst also ensuring dead objects won't happen. #373 2017-03-14 19:13:13 +00:00
Jonathan Kingston
e2367bbd4b Merge branch 'production' into master 2017-03-13 17:18:04 +00:00
Jonathan Kingston
78dda53384 Merge branch 'production' into master 2017-03-13 17:15:17 +00:00
luke crouch
f8b6f607a9 Merge pull request #370 from mozilla/escape-popup
Fix escaping of container names in popups. Bug 1346653
2017-03-13 12:10:47 -05:00
Jonathan Kingston
2de2f63ba4 Merge branch 'master' into escape-popup 2017-03-13 17:08:26 +00:00
Jonathan Kingston
78ad308094 Fix escaping of container names in popups. Bug 1346653 2017-03-13 17:03:05 +00:00
luke crouch
10cac2ece0 Merge pull request #368 from mozilla/escape-popup
Fix escaping of container names in popups. Bug 1346653
2017-03-13 11:44:09 -05:00
Jonathan Kingston
dca484e25f Fix escaping of container names in popups. Bug 1346653 2017-03-13 16:25:25 +00:00
Alejandro Baez
3642e0d08b removing tabcenter css for #354 2017-03-10 17:03:57 -05:00
groovecoder
71b5b70d11 bind submitForm event listener to keep _editForm 2017-03-10 17:46:08 +00:00
luke crouch
53d1aa8714 Merge pull request #357 from mozilla/1.1.0
1.1.0 🎉
2017-03-10 10:02:15 -06:00
groovecoder
7f186ed350 1.1.0 🎉 2017-03-09 14:26:00 -06:00
Jonathan Kingston
a8ba90de7a Add ability to check for theme dark on changing themes. Fixes #207 2017-03-09 18:45:20 +00:00
Andrea Marchesini
45c44be990 Merge pull request #351 from mozilla/submit-form-on-enter
Fix submission of edit form by enter key. Fixes #341
2017-03-09 07:40:02 +01:00
Andrea Marchesini
1dcc9944a1 Merge pull request #352 from tjfwalker/patch-1
Update README.md
2017-03-09 07:38:55 +01:00
TJ Walker
a2edbd5b7b Update README.md
Correct indication of feature availability.
2017-03-08 20:39:00 -08:00
Jonathan Kingston
ea330b2060 Fix submission of edit form by enter key. Fixes #341~ 2017-03-09 00:22:26 +00:00
groovecoder
1d973b7f3d add irc notifications for Travis CI builds 2017-03-06 20:30:04 +00:00
luke crouch
8e3ec5057d Merge pull request #320 from bakulf/localStorage
If localStorage is disabled, we skip the onboarding - #302
2017-03-06 14:26:49 -06:00
luke crouch
2e612918e3 Merge pull request #307 from bakulf/cleanup
Cleanup cookieJar when addon is uninstall - issue #300
2017-03-03 06:51:37 -06:00
baku
af5b96fca9 If localStorage is disabled, we skip the onboarding - #302 2017-03-03 08:48:11 +01:00
baku
47a4c79619 Cleanup cookieJar when addon is uninstall - issue #300 2017-03-02 21:51:01 +01:00
luke crouch
5afd70de1b Merge pull request #299 from mozilla/master
Merge 1.0.4 to production to deploy to Test Pilot
2017-03-01 09:37:19 -06:00
Andrea Marchesini
c88a7615b9 Merge pull request #298 from mozilla/1.0.4
1.0.4 🎉
2017-03-01 16:27:33 +01:00
groovecoder
b3a890bb26 1.0.4 🎉 2017-03-01 09:23:47 -06:00
luke crouch
8454ba215c Merge pull request #296 from bakulf/fix
Fix the configuring of window after a removing - issue #295
2017-03-01 09:22:50 -06:00
baku
10136ffaff Fix the configuring of window after a removing - issue #295 2017-03-01 15:01:50 +01:00
luke crouch
460bc40c22 Merge pull request #294 from mozilla/master
1.0.3 release to production
2017-02-28 17:03:43 -06:00
luke crouch
0f052e5958 Merge branch 'production' into master 2017-02-28 15:16:31 -06:00
groovecoder
12c09a16be 1.0.3 🎉 2017-02-28 15:11:35 -06:00
Andrea Marchesini
ed5c790d7f Merge pull request #292 from bakulf/context
Many things
2017-02-28 20:07:26 +01:00