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

5015 Коммитов

Автор SHA1 Сообщение Дата
Alexander Surkov 12f39cb5d2 Bug 630486 - ASSERTION 'Want to fire mutation events, but it's not safe' in nsContentUtils::HasMutationListeners triggered by a11y, r=marcoz, gavin, bz, f=davidb
--HG--
rename : accessible/tests/mochitest/tree/test_colorpicker.xul => accessible/tests/mochitest/treeupdate/test_colorpicker.xul
rename : accessible/tests/mochitest/tree/test_button.xul => accessible/tests/mochitest/treeupdate/test_menubutton.xul
2011-04-15 11:11:39 +09:00
Ehsan Akhgari 423e731fcb Bug 649842 - Generate real unique values, instead of relying on Math.random() to generate unique values, which will lead into intermittent oranges; r=zpao 2011-04-14 10:19:34 -04:00
Chris Coulson 7dcfbfecde Bug 611953 - Part 3: GNOME 3.0 readiness; r=roc,karlt 2011-04-12 16:11:20 -04:00
Chris Coulson 26d983614c Bug 611953 - Part 1: GNOME 3.0 readiness; r=roc,karlt 2011-04-12 16:10:09 -04:00
Hiroyuki Ikezoe e5fb9d7f18 ts in browser/components/sessionstore/test/browser should use utility functions in head.js; r=zpao 2011-04-12 16:07:44 -04:00
Benjamin Smedberg 1b9d968e1c Bug 617539 - Remove nsIPluginHost_MOZILLA_2_0_BRANCH, nsIPluginInstanceOwner_MOZILLA_2_0_BRANCH, and nsIPluginInstance_MOZILLA_2_0_BRANCH; r=jst 2011-04-11 16:00:30 -04:00
Tyler Colgan 1c084db66c Bug 507387 - Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"; r=gerv f=sgautherie.bz
DONTBUILD
2011-03-10 21:17:00 -08:00
Gavin Sharp 9f847d3107 Bug 553577: don't let failures to save the search to form history prevent the search bar from working, r=dao 2011-03-28 18:59:26 -04:00
Pascal Chevrel bc6d7f94b5 Bug 619069 - Command line options --new-tab and --new-window not documented; r=gavin.sharp 2011-01-14 07:33:00 -05:00
Margaret Leibovic 92ad1d3ae9 Bug 646858 - Remove old geolocation learn more link code from nsBrowserGlue.js r=gavin 2011-03-31 10:50:03 -07:00
Ehsan Akhgari cccdef8b2f Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge) 2011-04-01 12:23:48 -04:00
Gavin Sharp 37f27086f5 Bug 553577: don't let failures to save the search to form history prevent the search bar from working, r=dao 2011-03-28 18:59:26 -04:00
Pascal Chevrel d6ea08bcf8 Bug 619069 - Command line options --new-tab and --new-window not documented; r=gavin.sharp 2011-01-14 07:33:00 -05:00
Margaret Leibovic 400cb7e01b Bug 646858 - Remove old geolocation learn more link code from nsBrowserGlue.js r=gavin 2011-03-31 10:50:03 -07:00
Shawn Wilsher 1a4dc821ff Bug 645086 - Stop using [deprecated] Storage methods (nsPrivateBrowsingService.js)
r=ehsan
2011-03-31 10:19:31 -07:00
Margaret Leibovic e6ae18a722 Bug 645063 - Increase discoverability of Do Not Track r=gavin 2011-03-29 09:23:56 -07:00
Ehsan Akhgari 692c3a0600 Merge cedar into mozilla-central 2011-03-29 10:39:07 -04:00
Phil Ringnalda a9a8e380a8 Bug 641182 - Remove stray outdated ARIA namespace in security prefpane, r=gavin 2011-03-14 02:29:26 -07:00
Ehsan Akhgari a5aa423b8b Back out changeset 7395f456cf4b (bug 594614) because it wasn't quite ready 2011-03-28 16:35:05 -04:00
Ehsan Akhgari f096ca3c02 Bug 631152 - Search autocomplete popup opens in the wrong position in RTL mode; r=gavin 2011-02-03 19:52:46 -05:00
Ehsan Akhgari 686298d11f Bug 631973 - Opening Firefox in permanent private browsing mode opens an additional window with the home page; r=gavin 2011-03-28 16:29:22 -04:00
Shawn Wilsher d6ec63ace3 Bug 594614 - Remove the option to hide the tab strip if the suer has a single tab.
r=gavin
ui-r=ux
2011-03-27 19:11:44 -04:00
Ehsan Akhgari cb6a971f1a Merge cedar into mozilla-central 2011-03-25 14:21:07 -04:00
Dão Gottwald 08ae1cfad6 Bug 539660 - Remove sessionstore.interval and sessionstore.resume_from_crash default values from nsSessionStore.js. r=zpao 2011-03-25 11:10:10 +01:00
Benjamin Smedberg cac81f2c54 Bug 617539 - Integrate nsIAppStartup2 and nsIAppStartup_MOZILLA_2_0, r=Mossop 2011-03-25 11:03:35 -04:00
Gavin Sharp 9c5198b751 Bug 474718 - don't call the defaultDownloadsDirectory getter on prefpane initialization, since it might unnecessarily create the downloads folder. r=sdwilsh 2011-03-10 14:15:35 -05:00
Ehsan Akhgari 7a74f6a5b4 Merge mozila-central onto cedar
--HG--
rename : toolkit/components/places/src/nsLivemarkService.js => toolkit/components/places/nsLivemarkService.js
2011-03-23 12:06:04 -04:00
Kyle Huey 8e381df969 Merge m-c to bs. 2011-03-15 19:23:20 -04:00
Serge Gautherie f28cb18d53 Bug 635844 - Update pushState to latest spec. Again.; (AAv1) Fix (2) removeEventListener() 3rd param, from bug 500328 and this bug.
r=jonas (a=test-only).
2011-03-15 00:44:59 +01:00
Kyle Huey 8b2b2d95a7 Merge m-c to bs. 2011-03-04 23:54:03 -05:00
Alon Zakai b651929fb3 Bug 634666 - DEFER_OPEN option for file streams. r=bz,sdwilsh sr=bz a=blocking-fennec 2011-03-04 16:36:56 -08:00
Marco Bonardo 0db68e3cd7 Bug 551538 - intermittend timeout in browser_bookmarksProperties.js
r=sdwilsh a=tests-only
2011-03-03 13:51:03 +01:00
Marco Bonardo 63bc2609ca Bug 619689 - Intermittent browser_sidebarpanels_click.js | Item is visited followed by timeout and havoc in other tests.
r=sdwilsh a=tests-only
2011-03-03 13:50:59 +01:00
Jonas Sicking ce5698e6e2 Bug 635844 part 2: Update pushState to latest agreed behavior. r=jlebar a=beltzner/jst 2011-02-28 23:08:56 -08:00
Richard Newman dee36630b2 Bug 387138: set livemark attribute on toolbar entries. r=mak a=dolske 2011-02-25 19:06:00 -08:00
Paul O’Shannessy 52b61d8acb Bug 635418 - TabShow & TabHide should cause saveStateDelayed [r=dietrich, a=dietrich] 2011-02-25 10:46:08 -08:00
Marco Bonardo 86fa4c7036 Bug 507172 - Request longer timeout in browser_ui_*_sidebar.js Places tests and sync bookmarks test with others.
r=trivial a=tests-only
2011-02-24 14:03:56 +01:00
Serge Gautherie 03ff4aff40 Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Components.*/Services.jsm from Firefox tests; (Dv1) /components/privatebrowsing/test/*.
r=ehsan (a=test-only).
2011-02-24 09:08:56 +01:00
Serge Gautherie 9fcb1b3dd1 Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tests; (Cv1) /components/places/tests/browser/.
r=mak77 (a=test-only).
2011-02-22 18:34:48 +01:00
Serge Gautherie 001b833183 Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tests; (Bv1) /components/sessionstore/test/browser/.
r=paul (a=test-only).
2011-02-18 00:45:56 +01:00
Serge Gautherie 8e16fe106a Bug 634245 - Correctly fix bug 607309; (Av1) Correctly fix browser_library_views_liveupdate.js.
r=mak77 (a=test-only).
2011-02-16 19:42:39 +01:00
Serge Gautherie bb48c78108 Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tests; (Av1) /components/places/tests/chrome/.
r=mak77 (a=test-only).
2011-02-16 19:42:38 +01:00
Paul O’Shannessy c2e1852820 Bug 627642 - Don't restore session into a new window if only the home page is open [r=dietrich, a=blocking2.0:betaN+] 2011-02-15 19:37:04 -05:00
Tim Taubert 64cca3ff0e Bug 633221 - Setting FF as default browser throws error when GIO Service is not available [r=roc, a=roc] 2011-02-15 09:19:36 +01:00
Marco Bonardo f6e41bb782 Backed out changeset 5b2e1e0e6335 due to m-oth permaorange 2011-02-14 17:24:20 +01:00
Tim Taubert 4c3220152c Bug 633221 - Setting FF as default browser throws error when GIO Service is not available [r=roc, a=roc] 2011-02-14 07:36:43 +01:00
Phil Ringnalda 794264c94f Bug 633846 - Places tests hit the network from www.mozilla.org bookmark properties, r=sdwilsh, a=test 2011-02-13 12:12:00 -08:00
Phil Ringnalda c396cb1b15 Back out bf5e32270935 (bug 627642) for tabview orange, a=bustage 2011-02-13 16:16:25 -08:00
Tim Taubert 2b11c79791 Bug 588426 - Restoring multiple solely hidden tabs (after crash) breaks session restore [r=paul, a=dolske] 2011-02-12 23:12:44 +01:00
Paul O’Shannessy 6ef823cbbc Bug 627642 - Don't restore session into a new window if only the home page is open [r=dietrich, a=blocking2.0:betaN+] 2011-02-11 15:06:00 -08:00