Commit Graph

87572 Commits

Author SHA1 Message Date
David Anderson
dfb799c917 Ensure that iterators are closed when an exception is thrown (bug 729797, r=luke).
--HG--
extra : rebase_source : a500065bf2c96d1b8581fc8ae81af2eac0ee880f
2012-02-27 17:01:52 -08:00
Ed Morley
1a1c058c5a Backout 88d02a07d390, 5f903f5a84a8 & 3539be41fa6b (bug 725478) for make-check failures 2012-02-28 01:04:35 +00:00
Matt Brubeck
6f6169950d Bug 717904 - Add-ons Manager is broken after installing an extension with browser restart [r=Unfocused] 2012-02-27 16:34:07 -08:00
Gregory Szorc
80e7e8a3e7 Fix bug 725478 because we run a buggy Python released almost 5 years ago; r=tigerblood 2012-02-27 16:15:59 -08:00
Mark Capella
117ed91a39 Bug 730128 - Remove code ifdef'd MOZ_WINSDK_TARGETVER for pre-Windows 7 SDKs. r=jmathies 2012-02-27 18:57:28 -05:00
Nathan Froyd
89dc714bdb Bug 729256 - Make xpidl.py error out on multiple-method function interfaces. r=bsmedberg 2012-02-27 18:57:28 -05:00
Josh Dhaliwal
f6eaae518a Bug 727905 - Zero width window handling in nsWindow.cpp crash. r=dougt 2012-02-27 18:57:28 -05:00
François Wang
ac36ce4e46 Bug 722880 - reftests for attribute width on mtable. r=karlt 2012-02-27 18:57:28 -05:00
François Wang
38534aa1fc Bug 722880 - Support for attribute width on mtable. r=karlt 2012-02-27 18:57:28 -05:00
Masatoshi Kimura
fa603ed1e3 Bug 705110 - Suppress warning spam on DOMAttrModified event. r=smaug 2012-02-27 18:57:28 -05:00
Ryan VanderMeulen
9b45dde297 Bug 648690 - Update libpng to version 1.5.9 (Mozilla changes). r=joedrew 2012-02-27 18:57:27 -05:00
Max Stepin
bd6805246f Bug 648690 - Update libpng to version 1.5.9 (upstream changes). r=joedrew
--HG--
rename : media/libpng/libpng.txt => media/libpng/libpng-manual.txt
2012-02-27 18:57:27 -05:00
Wes Johnston
d216c8c37a Bug 730996 - Audio controls should not disappear. r=dolske 2012-02-27 15:53:01 -08:00
Oleg Romashin
ba2dd5c6fa Bug 729985 - Packaging need to be corrected for OVI store publishing. r=dougt
--HG--
extra : rebase_source : 632b2ee5878e59bfe59f8fa06f4db757eaf3613d
2012-02-27 15:34:20 -05:00
Terrence Cole
7e0032bea8 Bug 727306 - Specialize HeapValue::postWriteBarrier for object slots; r=billm
Because we need to re-alloc the object slots pointers for slots growth and
actively move the slots buffer between objects in TradeGuts, we cannot safely
store pointers to slots in our write buffer.  Instead we want to store a pair of
JSObject* + offset in the write buffer.  This effectively means that we need to
specialize the HeapValue::postWriteBarrier used when storing to slots.  This
patch sub-classes HeapValue and uses this sub-class for object slots.

--HG--
extra : rebase_source : 632ad9fd74f638cf9cadc19d6bc0aac8d6cc1cb1
2012-02-17 18:43:48 -08:00
Gregory Szorc
6c2b16a1a1 Bug 725478 - Fix possible access on None; r=losing 2012-02-27 15:32:56 -08:00
Benoit Jacob
ef9340fef6 backout 6a94d3142674 / bug 629595, it was bitrotted and caused mochitest-1 failure 2012-02-27 18:31:02 -05:00
Jeff Walden
75ad83c0a1 Tix fypo, bug 730810. r=winning 2012-02-27 15:17:38 -08:00
Gregory Szorc
23e82ea5a7 Bug 725478 - Ability to produce xUnit XML result files from xpcshell test Python driver; r=Waldo 2012-02-27 14:58:04 -08:00
Wes Johnston
a1a4d92d44 Bug 725881 - Add a missing rollback. r=dolske 2012-02-27 14:14:42 -08:00
Jeff Walden
7e88cd00ca Bug 730810 - Don't assert doing a compound assignment to a const. r=luke 2012-02-27 14:04:04 -08:00
Serge Gautherie
0a850b3ea8 Bug 629595 - test_webgl_conformance_test_suite.html: Ensure waitForExplicitFinish() is executed, Disable test on Windows 2000 and (if necessary) on SeaMonkey, Move Mac OSX version check to a better place - r=bjacob 2012-02-27 16:57:58 -05:00
Christian Holler
2bdd8d6d14 Bug 730697 - Add missing OOM checks in JS type inference code. r=bhackett
--HG--
extra : rebase_source : 00e7f02d87f51a2cc2a4955de30c6f3f6c9b21ca
2012-02-27 13:43:48 -08:00
Fabrice Desré
b3d0051497 Bug 730968 - b2g build broken since Bug 716544 landed [r=khuey] 2012-02-27 13:41:33 -08:00
Benoit Girard
3245650126 Bug 730079 - Move sCurrentGLContext to TLS to support off main thread GLDebug. r=joe 2012-02-24 18:17:27 -05:00
Benoit Jacob
f49757071d Bug 711656 - report force-enabled features in crash reports - r=jrmuizel
Force-enabled features will be reported with a '!' instead of the usual '?' in AppNotes in crash reports.
2012-02-27 16:33:19 -05:00
Wes Johnston
937331ed01 Bug 725458 - Dispatch touch events notification, even if window isn't focused. r=felipe,smaug 2012-02-27 13:23:06 -08:00
Christian Holler
af33552a20 Bug 730415 - Fix JS engine OOM condition in makeDenseArraysSlow. r=bhackett 2012-02-27 12:57:53 -08:00
Trevor Saunders
74f5918c05 bug 730841 - only call atk_object_set_parent() when the parent actually is different r=surkov 2012-02-27 15:30:32 -05:00
Terrence Cole
7f4d7cccfd Bug 725500 - Eliminate various jstest freezes on Unix; r=dmandelin
This is a rewrite of the jstest loop for Unix to prevent a freeze
that is possible here. See the writeup in the bug for details.

--HG--
extra : rebase_source : 8a7c80cb7ee044d909e29c669648cfc67e096c3b
2012-02-14 11:24:48 -08:00
Rafael Ávila de Espíndola
88946911df Bug 729995 - Mark WebGLMemoryMultiReporter final. r=jmuizelaar. 2012-02-27 14:37:32 -05:00
Rafael Ávila de Espíndola
6f37fa1b2b Bug 683975 - swap the glibc and gcc build order during stage2. r=rail. 2012-02-27 14:34:47 -05:00
Trevor Saunders
ddeb5062fb bug 730841 - don't call atk_object_set_parent() when we don't need to r=surkov 2012-02-27 14:07:41 -05:00
Richard Newman
76c5ba6b44 Bug 730526 - Cleanup and idiom in BrowserProvider.java.in. r=lucasr 2012-02-27 10:51:28 -08:00
Richard Newman
4f2c9bf799 Bug 727146: Part 1: deleteHistory should clear private data from the database. r=lucasr 2012-02-27 10:46:36 -08:00
Richard Newman
3d6aa90d8b Bug 727146: Part 0: code tidying in BrowserProvider. r=lucasr 2012-02-27 10:46:35 -08:00
Richard Newman
624c527d14 Bug 730557 - Part 3: bend Sync's Authorities.java into GlobalConstants. r=rnewman 2012-02-27 10:23:33 -08:00
Richard Newman
6cacabe5a3 Bug 730557 - Part 2: Stub out parts of BrowserContractHelpers that reflect unlanded parts of Fennec. r=nalexander 2012-02-27 10:23:33 -08:00
Richard Newman
f94f8fb14b Bug 730557 - Part 1: Use Fennec BrowserContract directly. r=nalexander 2012-02-27 10:23:33 -08:00
Richard Newman
1071670860 Bug 730637 - Base64 support for HttpClient in Android 2.1. r=nalexander 2012-02-27 10:23:33 -08:00
Wes Johnston
e05ad0c8aa Bug 725881 - Add a deleted form history table. r=dolske 2012-02-27 10:10:16 -08:00
Wes Johnston
8abaa21e10 Bug 725881 - Content provider for form history. r=lucasr 2012-02-27 10:10:14 -08:00
Bill McCloskey
f3534c4ae9 Bug 729238 - Save and restore weakmap list during marking validation (r=igor) 2012-02-27 09:48:35 -08:00
Margaret Leibovic
dfa7b25772 Bug 730358 - Don't use LinkedList's push/pop methods. r=lucasr 2012-02-24 12:12:43 -08:00
Gervase Markham
8343cc0d24 Bug 684831 - tidy up about:license, including adding Apache 2.0 (bug 729457),
moving proprietary block to its own section and #ifdeffing it (bug 688377).
2012-02-27 15:53:38 +00:00
Patrick McManus
31663dd281 bug 729736 - runtime experiment with different spdy ping thresholds r=honzab 2012-02-27 10:32:09 -05:00
Kartikaya Gupta
840e92a8d5 Bug 730710 - Add a GeckoEventResponder interface to allow event listeners to respond to events as well. r=blassey 2012-02-27 10:13:36 -05:00
Alexander Surkov
993aaa6d4f Bug 728907 - don't use GetComputedStyle for text attributes: color, r=tbsaunde 2012-02-27 23:43:39 +09:00
Rafael Ávila de Espíndola
3fe34e745a Bug 727233 - don't delete an interface. r=doug.turner. 2012-02-27 08:28:25 -05:00
Marco Bonardo
b976af9f21 Merge central to inbound 2012-02-27 13:46:22 +01:00