Alexandre Poirot
5a3800bc64
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
4d6a633bba
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
c607f79fa9
Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert/vporof
2013-07-27 17:32:40 -07:00
Honza Bambas
3c1571370b
Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN
2014-05-01 13:28:12 +02:00
Honza Bambas
e0a27b1b69
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
31fe98bfc2
Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN
2014-04-30 12:39:18 +02:00
Mark Hammond
cd2c8e6c5b
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Ehsan Akhgari
91a5221218
Bug 983512 - Double the test timeout
2014-03-30 10:01:40 -04:00
Mike Conley
b8757921cc
Bug 863780 - [Australis] Update about:privatebrowsing instructions after appmenu button removal. r=ehsan
...
--HG--
extra : rebase_source : 42540c36ee098a8a18aa1bc70127c6120bd5ec7f
2014-01-30 11:48:00 +00:00
Malintha Fernando
f88c0b9dfc
Bug 953124 - [Australis] Remove the "Open Location" dialog (openLocation.xul). r=dao
2014-01-25 17:12:20 +01:00
Mike de Boer
6a58b4476b
[Australis] Bug 956285: update zoom controls percentage label upon navigation. r=Gijs
2014-01-20 11:25:00 +01:00
Gregory Szorc
158ed8b3ec
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.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Olli Pettay
b4526279b9
Bug 950337 - Random failures in privatebrowsing/test/browser/browser_privatebrowsing_cache.js, r=ehsan
...
--HG--
extra : rebase_source : e5a5ce1ce2ef607429b354b2605159d1d02aec17
2013-12-17 15:13:43 +02:00
Olli Pettay
f7cf41852b
Bug 945979 - Intermittent browser_privatebrowsing_geoprompt.js, r=ehsan
...
--HG--
extra : rebase_source : 2ccc3019b9912e34fc20824cbed6fee943d962e4
2013-12-10 13:40:35 +02:00
Olli Pettay
b92d4917bb
Bug 943793 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/components/privatebrowsing/test/browser/browser_privatebrowsing_localStorage.js, r=ehsan
...
--HG--
extra : rebase_source : 75935389529158eaffbeed6e9f659785858ecd88
2013-12-10 13:39:53 +02:00
Olli Pettay
fa603353ba
Bug 944126 - Random failures with browser_privatebrowsing_aboutSessionRestore.js, r=ehsan
...
--HG--
extra : rebase_source : 163eb5bc1e765958136f7f54211cf5b0cca0a69d
2013-11-28 18:50:18 +02:00
Honza Bambas
148ed9c22d
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
a498e27fa5
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
...
--HG--
extra : rebase_source : 700e855b79998028d57590c445f7f4b390bd0f9d
2013-11-13 17:30:00 +01:00
Ehsan Akhgari
8a67838313
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
172697fd5a
Bug 875731 - /toolkit/content/ Replace callers of nsIDownloadManager.usersDownloadsDirectory with Downloads.getUserDownloadsDirectory. r=paolo
2013-10-25 14:03:18 +08:00
Gijs Kruitbosch
55f01425f8
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Phil Ringnalda
a798fe8008
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
737fa0f1f0
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Ms2ger
105ce73cfa
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Gregory Szorc
b03f79a7e6
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Ed Morley
eccf636a23
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
e4af98efbf
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Honza Bambas
ea8ec4777e
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
1e98835003
Bug 895390 - Disable browser_privatebrowsing_cache.js for too many intermittent failures
2013-09-19 14:52:34 +01:00
Boris Zbarsky
74075c3020
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
35e168beb1
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
f1cf3b4238
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Drew Willcoxon
a5406a2ed5
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
3d28429c6a
Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE
2013-08-02 13:02:22 -07:00
Gavin Sharp
2d4fe32d4d
Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert
...
--HG--
extra : transplant_source : %9D%F5%0D/%105%29%20%BCW%EC%BEs%BB%22vgO%9B%87
2013-07-27 17:32:40 -07:00
Erik Vold
9470bfa621
Bug 885054 - Sidebars should not migrate across private / non-private window. r=gavin
2013-07-09 13:21:23 -07:00
Manuela Muntean
4c583dfb11
Bug 880621 - Create a test that checks about:cache after private browsing. r=ehsan
2013-07-16 10:16:58 +03:00
Olli Pettay
2bf2214fbe
bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan
...
--HG--
extra : rebase_source : 2a3b22425c14d6daedc91d62a652c34431acd2fb
2013-07-09 13:30:58 -04:00
Drew Willcoxon
2788a3e1fa
Bug 555120 - Fix intermittent failure in browser_bug441778.js, and in ContentPrefService2, invalidate cache entries when async mutators start. r=mak
2013-06-05 17:05:36 -07:00
Ioana Budnar
b2ebd7b3f2
Bug 856043 - Test that the Restore Previous Session menu item is not displayed in private mode. r=ehsan
2013-05-07 15:10:00 +03:00
Ioana Budnar
73a360f64e
Bug 856043 - Tests to check that session restore buttons from in-content pages are disabled in private mode. r=ehsan
2013-05-07 14:11:22 +03:00
Xin Zhang
30abe2210d
Bug 849764 - Replace removeObserver() calls with three params with two in browser dir. r=mak
2013-04-06 14:46:35 -04:00
Felipe Gomes
b07644eb7d
Bug 854299 - Part 3. Change tests accordingly to support operations that are now async. r=me
...
* * *
imported patch testfix
2013-04-01 03:09:01 -03:00
Felipe Gomes
586824cf24
Bug 850210 - Part 3. Update DownloadLastDir usage of removePrefsByName to nsIContentPrefService2. r=adw
2013-04-01 02:59:17 -03:00
Drew Willcoxon
33292355f9
Bug 856366 - Fix intermittent browser_privatebrowsing_zoomrestore.js failure, part 2. r=test
2013-04-01 23:30:25 -07:00
Drew Willcoxon
ed59a2a0c4
Bug 856366 - Fix intermittent browser_privatebrowsing_zoomrestore.js failure and add logging to debug underlying problem. r=test
2013-04-01 17:13:39 -07:00
Kyle Machulis
5aa83c3e11
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Ms2ger
79841c52f3
Backout changesets a255a998af6e:9c72d5cfe1fb for bc orange.
2013-04-01 12:00:49 +02:00
Felipe Gomes
508023e187
Bug 854299. Part 3. Change tests accordingly to support operations that are now async. r=me
2013-04-01 03:09:01 -03:00
Felipe Gomes
723a24ee52
Bug 850210 - Part 3. Update DownloadLastDir usage of removePrefsByName to nsIContentPrefService2. r=adw
2013-04-01 02:59:17 -03:00