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

266733 Коммитов

Автор SHA1 Сообщение Дата
Jeff Walden 1a0945550d Bug 619283 - Built-in JS methods must not box undefined or null into the global object when called, both to comply with ES5 and to prevent inadvertent global object exposure to secure JS variants. r=dmandelin, a=blocking 2011-01-26 13:37:45 -08:00
Jeff Walden e8a596a1c7 Detabify js1_6/extensions/regress-312385-01.js for readability. r=tabsmustdie 2011-01-26 10:20:29 -08:00
Alexander Surkov c3849f9d7d Bug 630202 - Crash [@ nsDocAccessible::UpdateTreeInternal(nsAccessible*, nsIContent*, nsIContent*, int) ][@ nsDocAccessible::UpdateTreeInternal(nsIContent*, nsIContent*, int) ], r=davidb, a=davidb 2011-02-02 00:08:51 +08:00
Alexander Surkov 2734c28268 Bug 630488 - ASSERTION: Document accessible isn't a child of outerdoc accessible in nsOuterDocAccessible::CacheChildren(), r=davidb, a=davidb 2011-02-02 00:08:43 +08:00
Alexander Surkov 36992dbd68 Bug 630001, part3 - rewrite GetText, r=davidb, a=betaN 2011-02-02 00:08:36 +08:00
Alexander Surkov 6dc1731f79 Bug 630000 - crash [@ NotificationController::Shutdown()], r=davidb, sr=neil, a=davidb 2011-02-02 00:08:28 +08:00
Neil Deakin 165804eee6 Bug 619089, retarget key events if the focus changes during a keydown event from content to chrome, r=olli,a=blocking 2011-02-01 09:46:48 -05:00
Dietrich Ayala 8f5e1abe69 Bug 616015 - Add a keyboard shortcut to reveal and hide the add-on bar (r=dao, a=blocker) 2011-02-01 19:05:52 +07:00
Ms2ger fec572c254 Bug 629309 - Fix unmatched enum warning in nsDeviceContextSpecGTK::GetSurfaceForPrinter; r=roc a=joe 2011-02-01 11:16:46 +01:00
Dão Gottwald 6f1d5a224d Bug 604257 - Enable test_arrowpanel.xul on Linux 2011-02-01 11:16:24 +01:00
Neil Deakin 8d36405ba9 Bug 626997 - Correctly initialize the resizer for newly created browsers. r=dao 2011-02-01 11:14:56 +01:00
Alexander Surkov 854da0d890 Bug 629950 - [@ nsIPresShell::RemoveRefreshObserverInternal(nsARefreshObserver*, mozFlushType)], r=bz, a=bz 2011-02-01 14:44:20 +08:00
Ehsan Akhgari 9a2596412c Merge backout; a=orange-should-die 2011-02-01 01:18:14 -05:00
Ehsan Akhgari d13e62e000 Backed out changeset d545aa98feb1 (bug 609372) because of browser-chrome test failure on OS X 2011-02-01 01:17:44 -05:00
Johnny Stenback 27d2264a1f Fixing bug 604262. Fix crash in nsImageLoadingContent::OnStartDecode(). r=jonas@sicking.cc, a=blocker 2011-01-31 20:50:01 -08:00
Stephen Horlander e95a2816bc Bug 609372 - Better icons and color palette for the Web Console; f=pwalton r=dao approval2.0=gavin.sharp
--HG--
extra : rebase_source : c31b3dcc8be91cea6dfc2fe2c454aca46328cc30
2011-01-31 16:55:55 -04:00
Robert O'Callahan 38c13ac59a Bug 629866. Part 1: Create a DIB for a Win32 surface that's similar to a parent surface with alpha, even if the parent surface doesn't have a DIB. r=jrmuizel
--HG--
extra : rebase_source : 95240f4f4f2d7f7fa453a1eb3ca020c1839160c7
2011-01-31 22:47:47 -05:00
Kevin Gadd c03dd4fc21 bug 625248 - During each paint, build a list (stored as a FrameProperty of the root nsIFrame) of all the PresShells that are visible during this paint, so that we can increment their paint count correctly during an empty transaction; r=roc a=blocking-final+
--HG--
extra : rebase_source : 2524d2e258a6a6cc13a7d8df2c874752e415c1ba
2011-01-27 13:53:10 -08:00
Glenn Randers-Pehrson cb9b772f11 Bug 623796 - nsPNGDecoder.cpp:642:44: warning: passing NULL to non-pointer argument 2 of 'void MOZ_PNG_set_crc_action(png_struct*, int, int)'; r,a=joe
--HG--
extra : rebase_source : 747f5ffab5cb20bbd29f5382d214c30ee1ad87e5
2011-01-31 22:45:10 -05:00
Chris Leary bd20abe2f8 Merge new mozilla-central head. (a=blockers) 2011-01-31 19:46:52 -08:00
Chris Leary 1814b57c9d Merge tracemonkey to mozilla-central. (a=blockers) 2011-01-31 19:43:36 -08:00
Timothy Nikkel 6e4ba70d2f Bug 626343. Revert accidental addition of unrelated debugging code in 73f7643d522d. a=oops DONTBUILD 2011-01-31 21:23:37 -06:00
Alexander Surkov 5004acc00f Bug 630001, part2 - fix nsAccUtils::TextLength to not use nsIFrame::GetRenderedText, r=davidb, a=betaN 2011-02-01 11:00:45 +08:00
Alexander Surkov 99feef5891 Bug 630001, part 1 - fix AppendTextTo to not use nsIFrame::GetRenderedText, r=davidb, a=betaN 2011-02-01 11:00:24 +08:00
Alexander Surkov d6a4994437 Bug 606924, part7 - recreate subtree when root is recreated, r=fer, davidb, a=final+ 2011-02-01 11:00:06 +08:00
Jim Blandy 37e52178f8 Bug 554955: Revert fix (changesets 297b1312f534, 18a1effafe19, 26d40e1e80bf, f6117465a979): 14% performance hit as measured by Talos. r=talos 2011-01-31 16:48:26 -08:00
David Mandelin cf761bae8d Bug 627609 followup 2: add missing helper for tests, r=orange 2011-01-31 16:41:45 -08:00
David Mandelin 1419f079e8 Bug 627609 followup: address comments and check for start of opcode stream before atOptionalBracket 2011-01-31 16:15:56 -08:00
David Mandelin be35b9d548 Bug 627609: make PCRE handling of empty matches within quantified groups match ECMA-262, r=cdleary 2011-01-31 16:03:11 -08:00
Steve Fink 81f18b48c3 Bug 627758 - Handle cancelled GC runs properly (r=dmandelin)
--HG--
extra : rebase_source : a215df78cb2bedb190f8655df4cd5b7dd6ec5f3a
2011-01-31 15:00:52 -08:00
Jim Blandy f2af4445b9 Bug 621103: Rename js::Anchor to JS::Anchor: 'JS' is the public namespace. r=waldo 2011-01-31 14:42:53 -08:00
Doug Turner 42c8536102 Bug 625415 - Position is lost after a few seconds r=jdm, a=approval-2.0
--HG--
extra : rebase_source : 24946532636bc02119f0c949ce8c255629b99853
2011-01-31 14:11:45 -08:00
Bill McCloskey 7e735a7a08 Bug 630340 - Fix undefined value in compartment assertion (r=Waldo) 2011-01-31 13:54:28 -08:00
Jason Orendorff 8ae3727853 Call a class a class, to avoid MSVC warning. rs=Waldo. 2011-01-31 15:37:13 -06:00
Doug Turner 52dd8cb088 Bug 630133 - Need to unmap files in the non fork case, or we leak libraries. r=blassey a=blocking-fennec
--HG--
extra : rebase_source : b1577150130bbc79fc560bd747f01957900ad9bc
2011-01-31 12:36:35 -08:00
Doug Turner 0371931a24 Bug 629432 - [Nexus S] Opening planet.mozilla.org frequently hangs the phone. Make it only work run on the Nexus S. r=blassey a=blocking-fennec
--HG--
extra : rebase_source : b7c956e634f242ec76710dd99d3c3b8038c21fec
2011-01-31 12:36:30 -08:00
Doug Turner 2df4e67938 Bug 629432 - [Nexus S] Opening planet.mozilla.org frequently hangs the phone r=blassey a=blocking-fennec
--HG--
extra : rebase_source : 4055ee591d484404b6e7def7feb4147eff3fba8c
2011-01-28 21:40:23 -08:00
Kyle Huey cd1b1a02da Back out a=afrosdwilsh 2011-01-31 20:58:13 -05:00
Kyle Huey 2ff786f944 Backed out changeset 10c381463850 2011-01-31 20:57:48 -05:00
Paul O’Shannessy ext:(%2C%20Mihai%20Sucan%20%3Cmihai.sucan%40gmail.com%3E) d4cf6272ae Bug 593421 - Provide link to "Restore Previous Session" on Firefox Start [r=gavin, r=ehsan, a=blocking2.0:betaN+] 2011-01-31 17:05:31 -08:00
Mike Beltzner 603311aa18 Bug 627472 - Change values for sessionstore.privacy_level_deferred to not save secure session cookies [r=zpao, a=blocking2.0:final+] 2011-01-31 17:05:31 -08:00
Paolo Amadini 742a31fb9c Bug 620615: Actually make sure we shut down the prompt. r=dolske a=b 2011-01-31 20:02:40 -05:00
Patrick Walton c53bc74052 Bug 624931 - Use -moz-transform for Panorama zoom. r=iangilman a=sdwilsh 2011-01-31 16:41:05 -08:00
Timothy Nikkel 09f4174963 Bug 626343. Check return value when creating a plugin widget. r=roc a=blocking 2011-01-31 17:31:34 -06:00
Benoit Jacob c304b8c770 Bug 630019 - the DXSDK way didn't work on build slaves! reverting to the way using the registry that was earlier reviewed by jag on bug 630019. r=jag, a=blocking2.0 2011-01-31 23:29:46 -05:00
Dave Townsend 30df527792 Backing out changeset 5e4632c4dd7c from bug 563912 due to test failures. a=backout 2011-01-31 14:39:22 -08:00
Serge Gautherie 9c6c25267e Bug 614474 - ERROR TEST-UNEXPECTED-FAIL | /tests/dom/indexedDB/test/test_bfcache.html | Test timed out; (Cv1) Disable this test on (all) Windows 2003 as a workaround.
r=jonas a=(test only).
2011-01-31 22:30:39 +01:00
Gavin Sharp 1766ae9620 Fix configure.in line endings from 22f4e4c325d6, a=bustage
--HG--
extra : rebase_source : bca3dcf3cac42ddc52abfb4d412be060615fc6a2
2011-01-31 16:17:56 -05:00
Vladimir Vukicevic 78ca0b322c b=625353; webgl canvas "show image" upside down; r=bjacob, a=b 2011-01-31 13:11:04 -08:00
Vladimir Vukicevic 2f1b531c2c b=627798; get a 24bpp depth buffer if possible, regardless of minimum (if > 0); r=jrmuizel 2011-01-31 13:10:57 -08:00