Граф коммитов

434 Коммитов

Автор SHA1 Сообщение Дата
Alexandre Poirot 7ea4dd517f 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 7e20285e70 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 1b20b99c0a Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert/vporof 2013-07-27 17:32:40 -07:00
Honza Bambas ec884e84a0 Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN 2014-05-01 13:28:12 +02:00
Honza Bambas fcfec4dbfa 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 bbabececf4 Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN 2014-04-30 12:39:18 +02:00
Mark Hammond cae334e085 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Ehsan Akhgari f2acff1e98 Bug 983512 - Double the test timeout 2014-03-30 10:01:40 -04:00
Mike Conley 396bab2549 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 c8698209af Bug 953124 - [Australis] Remove the "Open Location" dialog (openLocation.xul). r=dao 2014-01-25 17:12:20 +01:00
Mike de Boer 2f3d8c4a91 [Australis] Bug 956285: update zoom controls percentage label upon navigation. r=Gijs 2014-01-20 11:25:00 +01:00
Gregory Szorc e396fc159d 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 b7ccb49528 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 1a9b77cc03 Bug 945979 - Intermittent browser_privatebrowsing_geoprompt.js, r=ehsan
--HG--
extra : rebase_source : 2ccc3019b9912e34fc20824cbed6fee943d962e4
2013-12-10 13:40:35 +02:00
Olli Pettay dc85e2ecd0 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 22e896daba 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 854d8c604e 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 3fd1217b23 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 44880df0c8 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 b420bd9fc0 Bug 875731 - /toolkit/content/ Replace callers of nsIDownloadManager.usersDownloadsDirectory with Downloads.getUserDownloadsDirectory. r=paolo 2013-10-25 14:03:18 +08:00
Gijs Kruitbosch 3905b31a92 Bug 924463 - clean up browser/components moz.build/test manifest, r=gps 2013-10-18 14:55:19 +02:00
Phil Ringnalda 42269c15ff 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 fd78ae11da Bug 924463 - clean up browser/components moz.build/test manifest, r=gps 2013-10-18 14:55:19 +02:00
Ms2ger 1ee1f27aa3 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Gregory Szorc 54c1de66d6 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Ed Morley 2c7dd24541 Backed out changeset 8b02873ee07e (bug 920223) 2013-09-30 12:50:05 +01:00
Gregory Szorc 8344d8a946 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Honza Bambas 894ba59236 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 848a0b40de Bug 895390 - Disable browser_privatebrowsing_cache.js for too many intermittent failures 2013-09-19 14:52:34 +01:00
Boris Zbarsky 356f3af0c9 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 068c4e2928 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 f8bc7fa754 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Drew Willcoxon a0a4d6f410 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 193322fbe8 Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE 2013-08-02 13:02:22 -07:00
Gavin Sharp 40ffe6f470 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 b73190dfcb Bug 885054 - Sidebars should not migrate across private / non-private window. r=gavin 2013-07-09 13:21:23 -07:00
Manuela Muntean fa373bf8d8 Bug 880621 - Create a test that checks about:cache after private browsing. r=ehsan 2013-07-16 10:16:58 +03:00
Olli Pettay b002b30b2a 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 aeea388742 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 2eaa0a8ee7 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 fa162cd97a 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 57e96d9a73 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 72d2df7209 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 d71be8c99e Bug 850210 - Part 3. Update DownloadLastDir usage of removePrefsByName to nsIContentPrefService2. r=adw 2013-04-01 02:59:17 -03:00
Drew Willcoxon a9e6d5e164 Bug 856366 - Fix intermittent browser_privatebrowsing_zoomrestore.js failure, part 2. r=test 2013-04-01 23:30:25 -07:00
Drew Willcoxon d9eea9332d 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 72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Ms2ger bfb2ade97b Backout changesets a255a998af6e:9c72d5cfe1fb for bc orange. 2013-04-01 12:00:49 +02:00
Felipe Gomes 6121de27ed 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 51a88cc1a3 Bug 850210 - Part 3. Update DownloadLastDir usage of removePrefsByName to nsIContentPrefService2. r=adw 2013-04-01 02:59:17 -03:00