Commit Graph

141876 Commits

Author SHA1 Message Date
Eric Faust
0004e6ff24 Bug 875452 - Part 6: Refactor GetPropertyIC::canAttachNative() for unification with other get ICs. (r=shu) 2013-08-10 22:20:36 -07:00
Eric Faust
55c576c93c Bug 902264 - Part 2: Expose Array.length optimization to idempotent GetPropertyICs. (r=jandem) 2013-08-10 22:20:36 -07:00
Eric Faust
ac9dbc4d91 Bug 902264 - Part 1: Degeneralize GetPropertyIC Array.length stubs. (r=jandem) 2013-08-10 22:20:36 -07:00
Eric Faust
78cfe12447 Bug 875452 - Part 5: Add generic proxy stub to GetPropertyIC. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
e2b438cf51 Bug 875452 - Part 4: Handle NoPropertys on DoesntShadow{,Unique} DOMProxies. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
3f7ba77e44 Bug 875452 - Part 3: Factor Proxy::Get call generation out of GetPropertyIC. (r=djvj) 2013-08-10 22:20:36 -07:00
Eric Faust
843e227f58 Bug 875452 - Part 2: Remove totally unsed SafepointIndex from ICs (r=nbp) 2013-08-10 22:20:35 -07:00
Eric Faust
0bdb25f04c Bug 875452 - Part 1: Refactor and cleanup GetPropertyICs to isolate proxy code. (r=nbp) 2013-08-10 22:20:35 -07:00
Eric Faust
36143887e3 Bug 875452 - Part 0: Fix include leak of IonCaches.h and others (r=nbp over IRC) 2013-08-10 22:20:35 -07:00
Phil Ringnalda
9675382cca Back out f99521bfd197:38657fcd2d1a (bug 890570) for Linux xpcshell failures
CLOSED TREE
2013-08-10 17:23:05 -07:00
Masayuki Nakano
8ea1abaca9 Bug 812995 Support 'blink' value at -moz-text-decoration-line and drop -moz-text-blink r=dbaron 2013-08-06 23:02:34 +09:00
Mats Palmgren
8f8e2b6f4d Bug 898913 - Look for the floating first-letter frame to remove on the kPushedFloatsList too. r=dholbert 2013-08-10 23:00:46 +00:00
Till Schneidereit
3e71c5368e Bug 903180 - Simple fix. r=jwalden
--HG--
extra : rebase_source : 72add2ca8edbb7c596d8d3487d96a0c23051a0f3
2013-08-10 23:21:43 +02:00
Mats Palmgren
13760051a7 Bug 883568 - Call UpdateOverflow() in the scroll frame base class to actually update the overflow areas. r=roc 2013-08-10 16:55:29 +00:00
Kartikaya Gupta
8792f2231a Bug 903460 - Apply the async transform after the CSS transform for a given layer. r=BenWa
Since the CSS transform includes a 1/resolution scaling factor, the translation
amount in the async transform is now in LayoutDevicePixels instead of LayerPixels.
The shadow tree transform is now effectively:
(1/resolution * rest of CSS transform * async translation * async resolution)
Whereas before it was
(async translation * async resolution * 1/resolution * rest of CSS transform)
2013-08-10 11:19:47 -04:00
David Zbarsky
334c5685e9 Bug 890570: Stop using PBrowser for all other protocols r=jduell 2013-08-10 11:18:12 -04:00
David Zbarsky
440481c20c Bug 890570 - PRemoteOpenFile Constructor doesn't need PBrowser r=jduell 2013-08-10 11:18:12 -04:00
David Zbarsky
bc524bec99 Bug 890570 - PTCPSocket constructor doesn't need PBrowser r=jduell 2013-08-10 11:18:12 -04:00
David Zbarsky
59c7bf7d2b Bug 890570 - PCookieService doesn't need PBrowser r=jduell 2013-08-10 11:18:11 -04:00
David Zbarsky
647dce3f88 Bug 883493: Make CGUnionStruct use CGClass r=bz DONTBUILD 2013-08-10 11:17:16 -04:00
David Zbarsky
beaeb93396 Backed out changeset 30bd1b29ac64 for having the wrong commit message DONTBUILD 2013-08-10 11:16:59 -04:00
David Zbarsky
9d435656ac * * *
Bug 883493: Make CGUnionStruct use CGClass r=bz
2013-08-10 11:14:23 -04:00
David Zbarsky
543854fd95 Bug 883493: Use CGSwitch to generate union structs r=bz 2013-08-10 11:14:22 -04:00
Jan de Mooij
b96ee219d5 Bug 866888 follow-up - Fix typo that broke tests with --ion-compile-try-catch. r=h4writer on IRC 2013-08-10 14:47:00 +02:00
Mike Hommey
dd78e7c873 Bug 903385 - Broaden REPORT_BUILD and make it report why something is rebuilt. r=gps 2013-08-10 15:57:09 +09:00
Mike Hommey
99638b2be1 Bug 903341 - Avoid gyp overwriting Makefiles when they wouldn't be modified. r=gps 2013-08-10 15:55:21 +09:00
Mike Hommey
ca321354f5 Bug 901796 - Add missing --enable-stdcxx-compat flag to static analysis builds. r=ted 2013-08-10 15:54:30 +09:00
Mike Hommey
8ef12794b7 Bug 901414 - Fix ipc/chromium to build for GNU/kFreeBSD. r=bsmedberg 2013-08-10 15:54:00 +09:00
Mike Hommey
90c2499e13 Bug 901200 - Change SharedStub definition in tier-3 xptcstubs to better fit reality and make the compiler happy now that nsresult is an enum. r=bsmedberg 2013-08-10 15:53:22 +09:00
Johnny Stenback
4c163e91d9 Bug 859707. Convert History to WebIDL bindings. r=bz 2013-08-09 23:47:59 -07:00
Boris Zbarsky
f0d4325021 Bug 895758 followup. Fix the include guard and some spacing issues. 2013-08-10 01:10:18 -04:00
Phil Ringnalda
d659809d17 Back out 6a5a7b55c22a:9f324fcd43ec (bug 903394) for js::types::StackTypeSet::propertyNeedsBarrier crashes
CLOSED TREE
2013-08-09 20:13:52 -07:00
Trevor Saunders
adb11a49b2 fixup backout of bug 902316 on a CLOSED TREE 2013-08-09 23:01:31 -04:00
Trevor Saunders
67fceaf3a1 partially backout bug 902316 because there is dependancies between the libraries we build in media/omx-plugin/ CLOSED TREE 2013-08-09 22:32:41 -04:00
Boris Zbarsky
59570ac03c Back out revision ea0f2d537a40 (bug 903283) because Windows was bootlegging nsRegion.h via EventTarget.h in widget code and so we ended up with a CLOSED TREE. 2013-08-09 22:31:05 -04:00
Boris Zbarsky
e4b144390d Bug 901531. Remove the unused RootedJSValue class. r=ms2ger 2013-08-09 22:01:45 -04:00
Peter Van der Beken
3256529063 Bug 895758. Make the global scope polluter a proxy. r=bzbarsky 2013-07-09 10:45:13 -04:00
Phil Ringnalda
b107ff17c1 Back out 75fb08918611 (bug 903466) for Android build bustage
CLOSED TREE
2013-08-09 18:52:11 -07:00
Phil Ringnalda
3c031b080c Back out 00fc7e525678 (bug 803543) for debug Mac build bustage
CLOSED TREE
2013-08-09 18:51:22 -07:00
David Zbarsky
abcaa5b14d Bug 903283: Don't include EventTarget.h in headers r=Ms2ger 2013-08-09 21:17:52 -04:00
David Zbarsky
68527f0cce [Bug 901289] Remove nsIDOMLinkStyle r=Ms2ger 2013-08-09 21:17:52 -04:00
David Zbarsky
4f8354ad9d [Bug 901656] nsIRadioGroupContainer can use HTMLInputElement r=Ms2ger 2013-08-09 21:17:51 -04:00
David Zbarsky
ed4cefb0c9 Bug 883493: Switch CGUnionReturnValueStruct to use CGClass r=bz 2013-08-09 21:17:51 -04:00
Nikhil Marathe
b1c04087a0 Bug 902030 - DOMRequestIpcHelper stores/retrieves Promises too. r=fabrice
--HG--
extra : rebase_source : 4610af506cc1e15f8f2efdc682e3d7989626cebf
2013-08-09 18:11:11 -07:00
Hannes Verschore
e82bab972a Bug 903394 - IonMonkey: Refactor IonBuilder jsop_setprop, r=jandem 2013-08-10 02:52:45 +02:00
Hannes Verschore
d44d1fa6d6 Bug 903394 - IonMonkey: Refactor IonBuilder jsop_setelem, r=jandem 2013-08-10 02:46:27 +02:00
Nathan Froyd
c4fe5a8d47 Bug 903466 - eliminate static constructors in widget/android/; r=blassey 2013-08-09 11:21:51 -04:00
Nathan Froyd
77bb1996b3 Bug 903543 - eliminate static constructors from SMIL types (and destructors, in opt builds); r=dholbert 2013-08-09 14:08:31 -04:00
Nathan Froyd
eed9e58422 Bug 903427 - make ConstantSpecs in OSFileConstants.cpp const and constexpr-foldable; r=khuey 2013-08-09 09:46:07 -04:00
Nathan Froyd
7123381e69 Bug 899652 - use JS::UndefinedValue instead of JSVAL_VOID to encourage constexpr-ness; r=bz 2013-07-29 16:32:44 -04:00