Neil Deakin
806628383a
Bug 1199239, remove cpow usage from bookmark this page, r=mak
2015-09-25 21:14:43 -04:00
Paolo Amadini
e90219b405
Bug 1204486 - Simplify gIdentityHandler and show connection type in the fullscreen notification. r=ttaubert
2015-09-22 14:37:39 +01:00
Florian Quèze
2074069a60
Bug 862148 - remove the DATA_* and TYPE_* constants from nsISearchEngine, r=adw.
2015-09-23 12:05:37 +02:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Ryan VanderMeulen
20c06aa428
Merge inbound to m-c. a=merge
2015-08-23 17:18:36 -04:00
Jan de Mooij
4bf01dfc6c
Bug 889158 part 1 - Fix chrome and tests to not use arrow functions with arguments. r=Waldo
2015-08-22 13:49:11 +02:00
Brian Grinstead
d25e967a36
Bug 1192162 - Show not-secure icon in Control Center for http pages that have https frames with MCB;r=tanvi,r=MattN
2015-08-21 09:28:23 -07:00
Tanvi Vyas
33ddea072f
Bug 1182551 - HTTP top level page with HTTPS mixed passive frame should have STATE_IS_INSECURE. r=ttaubert
2015-08-13 17:13:51 -07:00
Drew Willcoxon
61c96b24a0
Bug 1190366 - Fix accessibility labels for results in the urlbar. r=mak
2015-08-08 15:16:08 +02:00
Brian Grinstead
e5fed48a3b
Bug 1186925 - Convert tests using bad-content notification to use gIdentityHandler;r=tanvi
2015-08-07 15:22:52 -07:00
Alessio Placitelli
2677b316b0
Bug 1137355 - Add test coverage for the Data Choices notification bar in Telemetry. r=gfritzsche
2015-06-26 16:31:00 +02:00
Matthew Noorenberghe
d9f5fb86fe
Bug 1182269 - Create UrlClassifierTestUtils.jsm to share URL Classifier test code. r=francois
2015-07-09 16:40:24 -04:00
Michael Layzell
20f33b6cf4
Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan
2015-07-03 17:12:27 -04:00
Ehsan Akhgari
7015e19689
Backout bug 1170200 because of test failures on a CLOSED TREE
2015-07-03 16:43:47 -04:00
Michael Layzell
b70b5a5766
Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan
2015-07-03 14:18:23 -04:00
Brian Grinstead
6a3fb1381e
Bug 1175549 - Split current tracking protection test into 2 and move shared database functionality into head.js;r=MattN
2015-06-17 10:15:34 -07:00
Florian Quèze
bb1a723ded
Bug 1154019 - Intermittent browser_devices_get_user_media.js | Test timed out | Found a Browser:WebRTCGlobalIndicator, r=Gijs.
2015-06-10 11:18:40 +02:00
Neil Deakin
d776cc5f89
Bug 1056146, round zoom value to two digits and re-enable zoom tests, r=adw
2015-04-29 08:39:30 -04:00
Florian Quèze
5d2e4812dd
Bug 1126107 - Intermittent browser_devices_get_user_media.js | WebRTC indicator hidden - Got true, expected false, r=Gijs.
2015-04-13 16:04:53 +02:00
Florian Quèze
c9c9adf1e5
Bug 1109728 - Intermittent browser_devices_get_user_media.js | popup WebRTC indicator visible - Got false, expected true, r=Gijs.
2015-04-13 16:04:49 +02:00
Tim Taubert
5a2685fc1a
Bug 1147720 - Fix intermittent waitForDocLoadAndStopIt() timeouts by keeping a strong reference to the progress listener r=mak
2015-03-26 11:38:10 +01:00
Tim Taubert
da80e1a03f
Bug 1093660 - Fix intermittent browser_e10s_switchbrowser.js failures by not using a CPOW to log the loaded URI r=Gijs
2015-03-11 16:48:56 +01:00
Tim Taubert
70ce7c55e3
Bug 1139588 - Fix waitForDocLoadComplete() to hold onto the weak progress listener to ensure it isn't GC'ed before we saw the document load r=Gijs
2015-03-05 23:01:58 +01:00
Mike Conley
f088dc81c3
Bug 1047603 - Regression test. r=Mossop.
...
Disabled on Linux without e10s on by default because e10s windows cannot be
opened without OMTC being enabled. OMTC is force-enabled for Linux when e10s
is on by default.
2015-01-29 17:27:23 -05:00
Tim Taubert
a9070b8209
Bug 1129978 - Replace custom addVisits() implementations with the one in PlacesTestUtils r=mak
2015-02-05 21:58:58 +01:00
Wes Kocher
85e8a4e2f7
Backed out 7 changesets (bug 1047603) for mn-e10s and bc1-e10s bustage
...
Backed out changeset 38c6689adcbb (bug 1047603)
Backed out changeset 931b3b52e8e8 (bug 1047603)
Backed out changeset 9346f1b17ff2 (bug 1047603)
Backed out changeset 02dbbf0b017f (bug 1047603)
Backed out changeset a4ec7ded1155 (bug 1047603)
Backed out changeset dfe6ac341eb3 (bug 1047603)
Backed out changeset d846a8ebe879 (bug 1047603)
2015-02-04 15:05:19 -08:00
Mike Conley
cb2ce5bd28
Bug 1047603 - Regression test. r=Mossop.
...
Disabled on Linux without e10s on by default because e10s windows cannot be
opened without OMTC being enabled. OMTC is force-enabled for Linux when e10s
is on by default.
2015-01-29 17:27:23 -05:00
Tim Taubert
670c3f45c1
Bug 1113178 - Replace removeAllPages() in browser/base/content/test/general/ r=mak
2015-01-16 20:44:30 +01:00
Gijs Kruitbosch
73b278ff79
Bug 305085 - add a test for beforeunload uses, r=jaws
2014-12-19 21:41:57 +00:00
Gijs Kruitbosch
a432cee88a
Bug 1079303 - part 2: fix tests to not expect sync behaviour from notification.reshow, r=dolske
2014-11-25 01:06:36 +00:00
Tim Taubert
a1e8cf1ac0
Bug 1073339 - Enable autocomplete tests for Linux and e10s r=Unfocused
2014-12-11 19:06:14 +01:00
Gijs Kruitbosch
3f61aa893c
Bug 1099095 - delay checking webrtc window until it closes, r=florian
2014-12-05 16:14:11 -08:00
Blair McBride
77212feed7
Bug 1067903 - Part 3: Update tests to deal with autoselect and textValue. r=mak
2014-11-24 12:19:44 +13:00
Mike Conley
8b0cd6f9a7
Bug 1067721 - [e10s] Make "Save Snapshot As" context menu item work for e10s. r=felipe.
2014-10-30 15:21:47 -04:00
Florian Quèze
9fbbed7cac
Bug 1060315 - Intermittent browser_devices_get_user_media.js | video/audio global indicator attribute as expected - Got , expected true, r=Gijs.
2014-10-30 13:48:31 +01:00
Dave Townsend
fd48a2ce7d
Bug 1080055: When recreating a browser restore the isAppTab attribute on the docshell. r=mconley.
2014-10-21 16:44:26 -07:00
Till Schneidereit
8219681d97
Bug 1075059 - Part 1: Backout of Array.prototpype.contains usages. r=me
2014-10-02 17:37:48 +02:00
Matt Brubeck
17f08297c9
Bug 731865 - Show blocked popups when clicking 'Allow popups' [r=florian]
2014-09-29 08:00:32 -07:00
Ayush Mishra
fd3b4210c3
Bug 1072889 - Replace array.indexOf(...) != -1 with array.contains(...) in browser/base/ ; r=dao
2014-09-26 20:51:09 +02:00
Blair McBride
24a818eb79
Bug 1072320 - Intermittent browser_action_searchengine.js | Test timed out - expected PASS. r=Mossop,mak
2014-09-26 15:31:55 +12:00
Dave Townsend
5482e7f73a
Bug 999239: Copy session history when recreating browser element for the remote -> non-remote transition. r=bz, r=felipe, sr=gavin
2014-09-25 11:35:45 -07:00
Blair McBride
b0eefd06c6
Bug 1066358 - Improve how keyword autocomplete results are displayed. r=mak
2014-09-20 15:44:36 +12:00
Ryan VanderMeulen
e75943518a
Backed out changesets 1e0e069b5cc7 and dc6a44c16a37 (bug 1047603) for causing bug 1067164. a=me
2014-09-17 14:19:58 -04:00
Blair McBride
566cc46ab0
Bug 1065265 - Improve infrastructure dealing with moz-action: autocomplete results. r=mak
2014-09-16 16:01:58 +12:00
Mike Conley
1ce6dc73e4
Bug 1047603 - [e10s] Make it possible to load new windows from non-remote browsers within an e10s window. r=smaug,billm, feedback=Mossop.
2014-09-12 14:34:28 -04:00
Dave Townsend
1775c9ce67
Bug 1062522 - Fix intermittent failure in browser_bug575561.js. r=ttaubert
2014-09-09 13:58:26 -07:00
Dave Townsend
8818457c66
Bug 1048618: Send nsIURIFixupInfo to the parent process. r=gijs
2014-09-02 18:34:01 -04:00
Dave Townsend
86f405fe03
Bug 961867: Pass app tab status to child processes and allow onBeforeLinkTraversal to work there. r=smaug, r=felipe
2014-09-02 17:43:08 -04:00
Florian Quèze
f123e61ec7
Bug 1041658 - write tests for the global webrtc sharing indicator, r=Gijs.
2014-08-25 15:35:10 +02:00
Georg Fritzsche
44449c4274
Bug 862563 - Remove implicit acceptance for data reporting notification and notify on first run. r=gps
...
The data reporting notification was over-complicated. It wasn't
displayed for +24hr after first run and it had a weird, non-required
policy around what constituted acceptance of the policy.
The notification is now shown shortly after first startup.
The logic around "notification accepted" has been greatly simplified by
rolling it into "notification shown." Where we once were checking
whether the notification has been "accepted," we now check whether it
has been displayed. The overly complicated logic around the implicit
acceptance of the policy has also been removed.
The end result is the code for managing the state of the notification is
greatly simplified.
2014-07-09 14:32:29 -07:00