Commit Graph

446 Commits

Author SHA1 Message Date
Bill McCloskey
530eff93df Bug 1124129 - Fix warning about content window passed to PrivateBrowsingUtils.isWindowPrivate (r=ehsan) 2015-01-22 15:55:02 -08:00
Tim Taubert
a639c44959 Bug 1113178 - Fix all remaining tests using removeAllPages() r=mak 2015-01-17 19:35:59 +01:00
Nathan Froyd
06462b131a Bug 1109826 - part 0c - don't preprocess aboutPrivateBrowsing.js; r=mshal 2014-12-10 14:52:56 -05:00
Daniel
4d6dfbca6d Bug 956482 - Move inline script about:privatebrowsing out to an external file. r=jaws 2014-11-12 13:59:00 +01:00
Joel Maher
5f253ee8db Bug 1092587 - TypeError: Promise.defer is not a function, causing browser chrome failures. r=Yoric 2014-11-05 09:47:00 -05:00
Birunthan Mohanathas
10c389c0cb Bug 1074081 - Part 2: Focus location bar when opening new private windows regardless of the browser.newtab.url pref. r=ehsan,gavin 2014-10-14 17:32:15 +03:00
Birunthan Mohanathas
6f9e72323a Bug 1074081 - Part 1: Cleanup browser_privatebrowsing_urlbarfocus.js and remove unnecessary tests. r=ehsan 2014-10-14 17:32:10 +03: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
Andrei Eftimie
41cf0fb964 Bug 1064281 - Add a few classes to HTML elements on about:privatebrowsing. r=bmcbride 2014-09-08 07:29:00 +02: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
Birunthan Mohanathas
f60e0d6b00 Bug 1009370 - Part 3: Cleanup aboutPrivateBrowsing.xhtml. r=Unfocused 2014-08-26 07:11:11 -07:00
Birunthan Mohanathas
c11c593106 Bug 1009370 - Part 2: Implement new visual style for about:privatebrowsing. r=Unfocused ui-r=phlsa 2014-08-26 07:11:07 -07: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
Jim Blandy
39dc0c6097 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Gavin Sharp
0ccd1cc3bf Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert/vporof 2013-07-27 17:32:40 -07:00
Honza Bambas
ac742d35b0 Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN 2014-05-01 13:28:12 +02:00
Honza Bambas
363e4d697a Backing out bug 916052 (2557b51a47a0) for build bustage on linux/osx, r=bustage on CLOSED TREE 2014-04-30 13:05:43 +02:00
Honza Bambas
a3fb819588 Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN 2014-04-30 12:39:18 +02:00
Mark Hammond
d5b24aae08 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Ehsan Akhgari
3db2e5d72b Bug 983512 - Double the test timeout 2014-03-30 10:01:40 -04:00
Mike Conley
c9302a4c1e Bug 863780 - [Australis] Update about:privatebrowsing instructions after appmenu button removal. r=ehsan 2014-01-30 11:48:00 +00:00
Malintha Fernando
80b159a843 Bug 953124 - [Australis] Remove the "Open Location" dialog (openLocation.xul). r=dao 2014-01-25 17:12:20 +01:00
Mike de Boer
23db964773 [Australis] Bug 956285: update zoom controls percentage label upon navigation. r=Gijs 2014-01-20 11:25:00 +01:00
Gregory Szorc
6e1333520a Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
2013-12-10 16:18:11 +09:00
Olli Pettay
afd7568066 Bug 950337 - Random failures in privatebrowsing/test/browser/browser_privatebrowsing_cache.js, r=ehsan 2013-12-17 15:13:43 +02:00
Olli Pettay
db612e97c8 Bug 945979 - Intermittent browser_privatebrowsing_geoprompt.js, r=ehsan 2013-12-10 13:40:35 +02:00
Olli Pettay
d345b7c944 Bug 943793 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_localStorage.js, r=ehsan 2013-12-10 13:39:53 +02:00
Olli Pettay
3ef0412819 Bug 944126 - Random failures with browser_privatebrowsing_aboutSessionRestore.js, r=ehsan 2013-11-28 18:50:18 +02:00
Honza Bambas
2d6297fd76 Bug 895390 - Intermittent browser_privatebrowsing_cache.js | Disk cache reports 0KB and has no entries - Got 1, expected 0, r=emorley 2013-11-20 17:54:29 +01:00
Gijs Kruitbosch
594b78520b Bug 938162 - if it looks, swims and quacks like a duck, but doesn't end in .js, let's not call it a test, r=gps 2013-11-13 17:30:00 +01:00
Ehsan Akhgari
6ca54d0088 Bug 936417 - Don't attempt to focus the location bar when about:privatebrowsing is loaded; r=gavin 2013-11-10 09:20:03 -05:00
Raymond Lee
a853dc2b09 Bug 875731 - /toolkit/content/ Replace callers of nsIDownloadManager.usersDownloadsDirectory with Downloads.getUserDownloadsDirectory. r=paolo 2013-10-25 14:03:18 +08: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
Ms2ger
37114e13e1 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +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
Honza Bambas
a55f8e6460 Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin 2013-09-20 11:11:25 +02:00
Ed Morley
5cb07b322a Bug 895390 - Disable browser_privatebrowsing_cache.js for too many intermittent failures 2013-09-19 14:52:34 +01:00
Boris Zbarsky
c9c6bc6b01 Bug 874502 part 1. Fix browser-chrome tests to not assume synchronous closing of windows. r=dolske 2013-09-17 17:45:47 -04:00
Boris Zbarsky
a3f6d41709 Bug 914434. Pass a function to a method that expects one instead of passing undefined. r=ehsan 2013-09-11 01:16:56 -04:00
Mike Hommey
b207d5baf7 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Drew Willcoxon
4a9efb3a3b Bug 904256 - Rename the browser-fullZoom:locationChange notification to make it clear it should only be used by tests. r=gavin 2013-08-12 16:41:43 -07:00
Gavin Sharp
2b5eaca448 Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE 2013-08-02 13:02:22 -07:00
Gavin Sharp
7b4390623c Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert 2013-07-27 17:32:40 -07:00
Erik Vold
1710ba336c Bug 885054 - Sidebars should not migrate across private / non-private window. r=gavin 2013-07-09 13:21:23 -07:00
Manuela Muntean
d2f96f996b Bug 880621 - Create a test that checks about:cache after private browsing. r=ehsan 2013-07-16 10:16:58 +03:00
Olli Pettay
b734d7bc01 bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan 2013-07-09 13:30:58 -04:00