Commit Graph

61687 Commits

Author SHA1 Message Date
Ehsan Akhgari
a06e2977d5 Merge backout a=back-the-untested-patch-out 2011-02-02 14:11:31 -05:00
Ehsan Akhgari
b4f6a0405d Backed out changeset af87fa0a3052 because of build failures 2011-02-02 14:11:07 -05:00
Jeff Muizelaar
5ed1ac7d88 Bug 626994. Fix the depth counting. r=ehsan a=joe
Previously we missed a decrement at the end of the recursion.
This caused us to accumulate over time, causing us to misreport.

--HG--
extra : rebase_source : 4129933528b3c40aaefad7f8f8a4c5a76f35a9b1
2011-02-02 13:47:12 -05:00
timeless@mozdev.org
49a85a38fd Bug 584967 mark deprecated dom interfaces and methods with [deprecated]; r=smaug a=jst
--HG--
extra : rebase_source : d7d6f197b8df6cc87c93cc101e9cae5dbff5b82f
2010-08-06 16:16:31 +03:00
Josh Matthews
452180b28a Bug 621366 - Content process nsDOMStorageManager observes notifications needlessly; r=honzab a=jst
--HG--
extra : rebase_source : 1e5a0785225b16402a0e864357605b3ae52382c4
2010-12-25 02:31:01 -05:00
Németh László
b0453d9ad0 Bug 626195 - Hunspell topcrash [@ AffixMgr::suffix_check ]. r=ehsan, a=blocking-final+
--HG--
extra : rebase_source : 0de9e63da54030544a4e667eb6d32988d688f97a
2011-02-02 13:42:46 -05:00
Patrick McManus
727c1bc347 624374 - remove unused nsHttpConnection::mLock. r=honzab.moz@firemni.cz, a=jst@mozilla.com 2011-02-02 10:53:06 -08:00
ffxbld
ebb386f7bf Automated checkin: version bump for firefox 4.0b11 release. CLOSED TREE a=release 2011-02-02 09:38:52 -08:00
Serge Gautherie
e3052feecb Bug 626169 - [Win2k3 SDK] "nsExceptionHandler.cpp(739) : error C2065: 'MiniDumpWithFullMemoryInfo' : undeclared identifier"; (Av1) Match existing |ifdef XP_WIN32|, Add |#if MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN|.
r=ted.mielczarek a-2.0=benjamin.
2011-02-02 18:32:19 +01:00
Fernando Herrera
053b12ff8b Bug 630841 - update text offsets when remove child from hypertext accessible, r=surkov, a=final 2011-02-03 01:02:48 +08:00
L. David Baron
cb50a6fc08 Ensure that 'load' and 'script' tests do layout and painting before we go on to the next test. (Bug 624279) r=roc a2.0=blocking
(It's tempting to remove both the direct call to RecordResult() (and
instead always go through WaitForTestEnd) and the setupPrintMode() call
not inside WaitForTestEnd, but that's probably more than I should tackle
right now.)
2011-02-02 08:40:17 -08:00
L. David Baron
074ea795ea Make the parts of reftest-analyzer scroll independently. (Bug 612505) 2011-02-02 08:40:17 -08:00
Brian Carpenter
2db702efc4 Bug 607232 - Remove "For Internet Explorer Users" from the Help menu.
r+a=gavin
2011-02-02 17:00:53 +01:00
Asaf Romano
5bd9e94f22 Bug 555547 - A command of placesContextMenu is carried out for a wrong bookmark item.
r=mak a=blocking
2011-02-02 17:00:52 +01:00
Marco Bonardo
dc7fcb7f03 Bug 630059 - "Advanced search" and "Preferences" links in about:home are broken in Russian Firefox build.
r=gavin a=blocker
2011-02-02 17:00:49 +01:00
Marco Bonardo
dcae976170 Bug 630838 - Clear document.popupNode between browser chrome tests.
r=mano, gavin a=tests-only
2011-02-02 17:00:47 +01:00
Kev Needham
4fcf306f2b Bug 625115: update default eBay search plugin (add support for search suggestions), r=gavin, a=blocking
--HG--
extra : rebase_source : 792ddb765515730bcba38f513bbe851a75e6258e
2011-01-25 11:52:04 -05:00
Stephen Horlander
0a0733e6ac Bug 609372 - Better icons and color palette for the Web Console; f=pwalton r=dao approval2.0=gavin.sharp 2011-01-31 16:55:55 -04:00
Doug Turner
bba386c412 Bug 630595 - Followup. Do not need a dash before the option. Removing unused memory watcher. r=blassey, a=blocking-fennec 2011-02-02 01:00:34 -08:00
Doug Turner
7d85d67009 Bug 630595 - Never over allocate - Set jemalloc option on the Nexus S to preview overallocation. r=blassey, a=blocking-fennec 2011-02-02 00:05:48 -08:00
Doug Turner
15243e9f99 Bug 630595. Backing out 37e4ab3abc44. r=blassey. a=blocking-fennec 2011-02-01 22:34:12 -08:00
Doug Turner
d987e58396 Bug 630595. Backing out f05874a6bac5. r=blassey. a=blocking-fennec 2011-02-01 22:30:09 -08:00
Serge Gautherie
2eb420d816 Bug 471959 - [SeaMonkey] test_bug458898.html reports incorrect innerWidth/innerHeight; (Av1) Revert workaround from bug 469331, now that the underlying m-c bug is fixed.
r=dbaron a=(test only).
2011-02-02 06:31:48 +01:00
Gavin Sharp
0d9bd9c404 Bug 623110 - prioritise the loading of user-installed search engines over app-shipped engines. r=dolske, a=blocker 2011-01-27 18:56:29 -05:00
Paolo Amadini
06209d5aef Bug 620615 - New tab-modal alerts can make Firefox unable to quit (part 2). r=dolske, a=blocker 2011-01-28 17:21:00 -08:00
Justin Dolske
dcd47ceba9 Bug 621764 - tab-modal prompt in Gmail eventually triggers slow-script dialog for nsPrompter.js. r=mrbkap, sr=jst, a=blocker 2011-02-01 19:23:00 -08:00
Jeff Muizelaar
b9df73a94f Bug 626994. Add debugging for infinite recursion in spline flattening. r=ehsan,a=b
Hopefully this gives us some idea about what's going wrong.

--HG--
extra : rebase_source : 05ebbe86f38ec73c4bd5c475f8a6ba930e61d316
2011-02-01 17:49:29 -05:00
Kyle Huey
cbaa890280 Bug 630444. Remove LSP annotations. r=ted
The notes are cut off before anything interesting, so they're not as useful
as they could be. They also prevent other useful notes from appearing.

--HG--
extra : rebase_source : e5c8f6c9d0e090665ddf4be3c5037f65bac716b1
2011-02-01 13:54:51 -05:00
Andreas Gal
c342e4f1c3 Enter compartment in AutoScriptEvaluate (bug 630243, r=jst, a=blocker). 2011-02-01 14:58:00 -08:00
Vladimir Vukicevic
1e4ebe844d b=630177, update webgl tests for slice->subarray renaming, a=block 2011-02-01 17:43:55 -08:00
Vladimir Vukicevic
5c95af4819 b=630117, rename typed array slice() -> subarray(); r=jwalden, a=block 2011-02-01 15:08:57 -08:00
Jonas Sicking
e0cf36d329 Backed out changesets 808970eca6d5 and 84c8b33619e0 due to continued orange. a=bustage 2011-02-01 16:45:54 -08:00
Jonas Sicking
bf711df83f Fix orange from bug 630117. a=bustage 2011-02-01 16:19:22 -08:00
Brandon Sterne
64d3a59630 Backed out changeset 9ce4d80efab6
Due to test failures, a=backout
2011-02-01 16:07:09 -08:00
Brandon Sterne
1a61fb546d Bug 558431 - make CSP policy-uri fetching asynchronous, r=jst, a=blocker 2011-02-01 15:17:06 -08:00
Vladimir Vukicevic
5b3968a376 b=630117, rename typed array slice() -> subset(); r=jwalden, a=block 2011-02-01 15:08:57 -08:00
Vladimir Vukicevic
08ba2c3bee b=630184; SetPixelFormat crash fix attempt; r=jrmuizel, a=crashfix 2011-02-01 15:08:55 -08:00
Chris Leary
403f8bb077 Bug 630284: Restore |RegExp.compile|, don't break the web. (r=brendan, a=sayrer) 2011-02-01 15:07:31 -08:00
Dave Townsend
90e40ea45f Bustage fix for bug 629418. a=bustage 2011-02-01 14:40:00 -08:00
Luke Wagner
7837d79b90 Bug 629974 - js_TraceObject doesn't need to mark past slotSpan (r=brendan,a=blocking) 2011-02-01 14:19:07 -08:00
Tim Taubert
60e8de14f4 Bug 628270 - Undo close (hidden) tab causes panorama and session restore(?) to break unrecoverably [r=ian, r=zpao, a=blocking2.0:betaN+] 2011-02-01 13:53:04 -08:00
Marco Bonardo
8a8457f14d Bug 630405 - about pages DOMStorage should be case-insensitive. r=mayhemer a=blocking 2011-02-01 13:53:04 -08:00
Andreas Gal
4f81a9d589 Disable jetpack service and unit tests (bug 629197, r=shaver, a=blocker). 2011-01-31 19:33:15 -08:00
Dave Townsend
e0605bd695 Bug 629418: If the add-ons manager is opened as a background tab (e.g. by session restore) then the back and forward buttons are hidden. r=Unfocused, a=sdwilsh 2011-02-01 13:27:07 -08:00
Chris Jones
ad76d4bbbc Bug 628885: Note in minidumps when we generate them by RUNTIMEABORT()ing. r=ted a=a
--HG--
extra : rebase_source : f5f0783b0bbf594cb7fd3a761bb3354b6859ecdd
2011-02-01 13:53:53 -06:00
Chris Jones
e34832051b Bug 625060: Make sure XRE_ShutdownChildProcess() actually does that on mac. r=bent a=b
--HG--
extra : rebase_source : b19e92d6a4f8300c19340b60936f63d58b9e9935
2011-02-01 13:53:53 -06:00
Chris Jones
c387896b46 Bug 625060: Process tasks that might otherwise have been ignored because of failed NS_DispatchToMainThread() early in startup. r=bent
--HG--
extra : rebase_source : 9dd4f31abc3fb00317719820b991424b89e6872b
2011-02-01 13:53:53 -06:00
Chris Jones
854eb4805d Bug 625060: Only plugin-container needs to walk out of plugin-container.app/Content/MacOS to find the real GRE dir. r=bent
--HG--
extra : rebase_source : a679b5caf11b507f15d952cb1979e73b125a5b0a
2011-02-01 13:53:53 -06:00
Ms2ger
c73a5e40aa Bug 630036 - Throw NOT_SUPPORTED_ERR instead of SYNTAX_ERR when calling cx.create{Linear|Radial}Gradient with non-finite values; r+a=roc 2011-02-02 08:48:57 +13:00
Ms2ger
057761e85c Bug 630062 - Don't throw on setting lineWidth and ignore non-positive values; r+a=roc 2011-02-02 08:47:24 +13:00