Gregory Szorc
ff3acb4319
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
2b68740de5
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
72dabc921d
Bug 729256 - Make xpidl.py error out on multiple-method function interfaces. r=bsmedberg
2012-02-27 18:57:28 -05:00
Josh Dhaliwal
a8952836c1
Bug 727905 - Zero width window handling in nsWindow.cpp crash. r=dougt
2012-02-27 18:57:28 -05:00
François Wang
765afbed64
Bug 722880 - reftests for attribute width on mtable. r=karlt
2012-02-27 18:57:28 -05:00
François Wang
a7fe15af8d
Bug 722880 - Support for attribute width on mtable. r=karlt
2012-02-27 18:57:28 -05:00
Masatoshi Kimura
55844d999d
Bug 705110 - Suppress warning spam on DOMAttrModified event. r=smaug
2012-02-27 18:57:28 -05:00
Ryan VanderMeulen
4a392cdf57
Bug 648690 - Update libpng to version 1.5.9 (Mozilla changes). r=joedrew
2012-02-27 18:57:27 -05:00
Max Stepin
1140d93689
Bug 648690 - Update libpng to version 1.5.9 (upstream changes). r=joedrew
2012-02-27 18:57:27 -05:00
Wes Johnston
04d873f249
Bug 730996 - Audio controls should not disappear. r=dolske
2012-02-27 15:53:01 -08:00
Oleg Romashin
ffe76a590e
Bug 729985 - Packaging need to be corrected for OVI store publishing. r=dougt
2012-02-27 15:34:20 -05:00
Terrence Cole
a8038e3a15
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.
2012-02-17 18:43:48 -08:00
Gregory Szorc
6c0866baa9
Bug 725478 - Fix possible access on None; r=losing
2012-02-27 15:32:56 -08:00
Benoit Jacob
8f2842200f
backout 6a94d3142674 / bug 629595, it was bitrotted and caused mochitest-1 failure
2012-02-27 18:31:02 -05:00
Jeff Walden
49266871cd
Tix fypo, bug 730810. r=winning
2012-02-27 15:17:38 -08:00
Gregory Szorc
3d72deacfc
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
4f246f4d4c
Bug 725881 - Add a missing rollback. r=dolske
2012-02-27 14:14:42 -08:00
Jeff Walden
9c1972d44a
Bug 730810 - Don't assert doing a compound assignment to a const. r=luke
2012-02-27 14:04:04 -08:00
Serge Gautherie
1d79717fc7
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
02ebfd576c
Bug 730697 - Add missing OOM checks in JS type inference code. r=bhackett
2012-02-27 13:43:48 -08:00
Fabrice Desré
a6a618a119
Bug 730968 - b2g build broken since Bug 716544 landed [r=khuey]
2012-02-27 13:41:33 -08:00
Benoit Girard
57e24a4e79
Bug 730079 - Move sCurrentGLContext to TLS to support off main thread GLDebug. r=joe
2012-02-24 18:17:27 -05:00
Benoit Jacob
a7f050690c
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
bcc384e25d
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
926e1e7302
Bug 730415 - Fix JS engine OOM condition in makeDenseArraysSlow. r=bhackett
2012-02-27 12:57:53 -08:00
Trevor Saunders
db5dd385a0
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
bdd2819568
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.
2012-02-14 11:24:48 -08:00
Rafael Ávila de Espíndola
772d40bfcd
Bug 729995 - Mark WebGLMemoryMultiReporter final. r=jmuizelaar.
2012-02-27 14:37:32 -05:00
Rafael Ávila de Espíndola
a9bc607b9f
Bug 683975 - swap the glibc and gcc build order during stage2. r=rail.
2012-02-27 14:34:47 -05:00
Trevor Saunders
146b828bd9
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
675fc0de25
Bug 730526 - Cleanup and idiom in BrowserProvider.java.in. r=lucasr
2012-02-27 10:51:28 -08:00
Richard Newman
bf6f09da16
Bug 727146: Part 1: deleteHistory should clear private data from the database. r=lucasr
2012-02-27 10:46:36 -08:00
Richard Newman
f5e7529097
Bug 727146: Part 0: code tidying in BrowserProvider. r=lucasr
2012-02-27 10:46:35 -08:00
Richard Newman
84c67c3568
Bug 730557 - Part 3: bend Sync's Authorities.java into GlobalConstants. r=rnewman
2012-02-27 10:23:33 -08:00
Richard Newman
9826a12c5b
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
d73f549675
Bug 730557 - Part 1: Use Fennec BrowserContract directly. r=nalexander
2012-02-27 10:23:33 -08:00
Richard Newman
0123fdcc52
Bug 730637 - Base64 support for HttpClient in Android 2.1. r=nalexander
2012-02-27 10:23:33 -08:00
Wes Johnston
d0ec45dd53
Bug 725881 - Add a deleted form history table. r=dolske
2012-02-27 10:10:16 -08:00
Wes Johnston
f1e7a85811
Bug 725881 - Content provider for form history. r=lucasr
2012-02-27 10:10:14 -08:00
Bill McCloskey
634484a4e5
Bug 729238 - Save and restore weakmap list during marking validation (r=igor)
2012-02-27 09:48:35 -08:00
Margaret Leibovic
3139790a01
Bug 730358 - Don't use LinkedList's push/pop methods. r=lucasr
2012-02-24 12:12:43 -08:00
Gervase Markham
9fab06e891
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
83ed832d3c
bug 729736 - runtime experiment with different spdy ping thresholds r=honzab
2012-02-27 10:32:09 -05:00
Kartikaya Gupta
fa24c8d5d6
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
de19b86860
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
a932910795
Bug 727233 - don't delete an interface. r=doug.turner.
2012-02-27 08:28:25 -05:00
Marco Bonardo
8cede0a6b5
Merge central to inbound
2012-02-27 13:46:22 +01:00
Marco Bonardo
e900763733
Merge last green PGO from inbound to central
2012-02-27 13:44:27 +01:00
Henri Sivonen
6fa4c077c7
Bug 650784 part 4 - Scripted test for plain text conversion. r=smaug.
2012-02-27 13:57:48 +02:00
Henri Sivonen
3f74408bad
Bug 650784 part 1.5 - Move nsScriptableUnescapeHTML from Toolkit to Core. r=smaug.
2012-02-27 13:57:48 +02:00