Commit Graph

92 Commits

Author SHA1 Message Date
Michael Lopez
9c8a950eb6 Bug 340432 - Add the ability to cancel site permission changes. r=Unfocused 2015-02-23 17:07:00 +01:00
Alessio Placitelli
87eb024009 Bug 1075055 - Adds mochitest for Telemetry options in Preferences UI. r=jaws 2015-02-19 22:25:00 -08: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
Tim Taubert
a639c44959 Bug 1113178 - Fix all remaining tests using removeAllPages() r=mak 2015-01-17 19:35:59 +01:00
Sebastian Hengst
7732653a29 Bug 1103314 - Clarify label of "Remove All Cookies" button to indicate whether it removes all cookies or just removes the cookies shown. r=dao 2014-12-27 17:35:24 +01:00
Carsten "Tomcat" Book
1cdef742d3 merge mozilla-inbound to mozilla-central a=merge 2014-11-13 16:20:52 +01:00
Monica Chew
41e73453f3 Bug 1046430: Make cookie behavior the same on beta/release as on aurora/nightly (r=jdm) 2014-10-02 15:49:26 -07:00
Alex Bardas
52e7d249a3 Bug 530209 - Improve search suggestions ui for locationbar prefs. r=mak 2014-11-12 08:16:00 -05:00
Jon Morton
4a98f87acc Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz 2014-10-14 13:15:21 -07:00
Shu-yu Guo
40c62f33a5 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Bobby Holley
6aaa80f8cc Bug 1062631 - Bail out in browser_cookies_exceptions when |observances| is empty. r=Gijs
This test says this case shouldn't happen, but it does. If this test included
an ok(false) at this point, it would be failing on tinderbox. This patch preserves
the existing behavior of bailing out, and just does it explicitly rather than with
an unreported exception. If this behavior is something that needs to be investigated,
please file a followup.
2014-09-08 13:36:21 -07:00
Bill McCloskey
3fc52acc1d Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05: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
Michael Pruett
ed71311c74 Bug 574460 - Fix handling of permission deletion notifications in preference dialogs. Original patch by Mehdi Mulani. r=unfocused 2014-07-06 13:35:00 +02:00
Michael Pruett
5cbf904af7 Bug 570175 - Add tests for cookie exception permissions. Original patch by Mehdi Mulani. r=unfocused 2014-07-27 23:16:10 -05:00
Alexandre Poirot
6188942e57 Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Wes Kocher
205879748e Backed out changeset 8673477f5fc2 (bug 862563) for Windows mochitest-5 failures 2014-07-11 17:00:08 -07:00
Georg Fritzsche
1ee448eafe 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
Mark Hammond
d5b24aae08 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Manish Goregaokar
92c8fe9da5 Bug 388287 - Focus the proxy port field if its value is 0 and the server name is specified. r=MattN 2014-03-13 01:07:28 -07:00
Ted Mielczarek
3b28b1a6e1 bug 968403 - Switch some tests to not use preprocessing. r=jmaher 2014-02-19 09:20:49 -05:00
Ryan VanderMeulen
2503c869df Merge m-c to inbound. 2014-02-25 15:28:35 -05:00
Florian Quèze
b6776f1277 Bug 804611 - Add a way to grant/deny getUserMedia permissions persistently, r=jesup,dolske, ui-r=Boriss. 2014-02-25 12:50:42 +01:00
Ted Mielczarek
b46e740cfc Bug 974368 - Fix ! operator precedence in manifestparser's expression parser. r=jmaher 2014-02-19 09:18:13 -05:00
Ted Mielczarek
ced67babca Bug 972510 - Move some healthreport tests to manifests (and re-enable them and a few others). r=gps 2014-02-19 08:47:35 -05:00
Gijs Kruitbosch
cb48ff177b Bug 924463 - clean up browser/components moz.build/test manifest, r=gps 2013-10-18 14:55:19 +02:00
Phil Ringnalda
ee7d2a2637 Back out e9f46c81c28e (bug 924463) on suspicion of being the One True cause of mass browser-chrome orange
CLOSED TREE
2013-10-18 18:54:22 -07:00
Gijs Kruitbosch
2a4dba4e13 Bug 924463 - clean up browser/components moz.build/test manifest, r=gps 2013-10-18 14:55:19 +02:00
Gregory Szorc
d3405d579f Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Ed Morley
697a1cc250 Backed out changeset 8b02873ee07e (bug 920223) 2013-09-30 12:50:05 +01:00
Gregory Szorc
3bbbcf0fd0 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Mike Hommey
b207d5baf7 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Sid Stamm
4517454430 bug 851606 - automatically disable bug 818340 in beta/release, but leave it enabled in nightly/aurora. r=gavin 2013-05-14 12:11:56 -04:00
Gregory Szorc
10a5a58693 Bug 873054 - Disable FHR prefs checkbox if pref is locked; r=rnewman 2013-07-02 09:55:34 -07:00
Benjamin Smedberg
420d28c3b3 Bug 886423 - Turn on the click-to-play UI by default in Firefox desktop. As a side effect, remove the plugin permission from about:permissions because we're using per-plugin permission not per-site and about:permissions doesn't know about that. (page info knows about it) r=keeler 2013-06-25 11:57:30 -04:00
Ms2ger
521aeddc8b Bug 882848 - Use MOCHITEST_BROWSER_FILES more; r=gps 2013-06-23 09:16:19 +02:00
Xin Zhang
0be3f625fe Bug 849764 - Replace removeObserver() calls with three params with two in browser dir. r=mak 2013-04-06 14:46:35 -04:00
Kyle Machulis
331f36baa9 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Felipe Gomes
9d3a0f94d6 Bug 850210 - Part 1. Update ForgetAboutSite.jsm to use the nsIContentPrefService2 API. r=adw 2013-03-29 23:08:46 -03:00
Kyle Machulis
ec9b53db93 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-03-29 13:56:18 -07:00
Gregory Szorc
1a3da6acf4 Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger 2013-02-25 12:47:18 -08:00
Jonathan Mayer
1137ff6f5e Bug 818340 - change third party cookie handling to block third party cookies from sites I haven't visited. (r=jdm, r=dolske) 2013-02-22 08:16:01 -08:00
Ehsan Akhgari
5ab06de081 Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium 2013-01-29 13:12:13 -05:00
Raymond Lee
5195ba74f8 Bug 820764 - Stop using addvisit() in browser tests r=mak77 2013-01-25 12:55:22 +08:00
Gregory Szorc
97915250a5 Bug 829184 - Update "Data Choices" pref pane with reworked XPCOM service; r=dolske 2013-01-11 15:33:57 -08:00
Mike Connor
f00ed3c94f Bug 809094 - Move data upload choices to Advanced pref pane, add FHR option; r=gavin, gps 2013-01-03 23:45:15 -05:00
Josh Matthews
fb2404ae23 Bug 801823 - Prompt to restart Firefox when changing the private browsing autostart preference. r=ehsan 2012-12-20 17:57:20 -05:00
Ehsan Akhgari
7bc9800ae8 Bug 814705 - Disable browser_privacypane_6.js and its in-content variant in per-window PB mode; r=jdm 2012-11-23 14:35:29 -05:00
Ehsan Akhgari
bb95409368 Bug 801661 - Disable browser_privacypane_7.js and its in-content variant in per-window PB mode; r=jdm 2012-10-16 18:03:25 -04:00