Blake Kaplan
|
051c03078f
|
Fix more orange. a=orange
|
2010-10-14 16:00:55 -07:00 |
|
Blake Kaplan
|
cb784490e7
|
Fix bustage. a=orange
--HG--
extra : transplant_source : %CA%90%83%CA%B8%EF%94%24%D8b%FE%8F%E0-%86%B6%BB%0A%8E%EE
|
2010-10-14 15:53:23 -07:00 |
|
Blake Kaplan
|
cff611b371
|
Bug 604363 - Don't create Xray wrappers for chrome objects in sandboxes. r=peterv
--HG--
extra : rebase_source : 417edb2b843c0f3d8c4f5cb28d1872d901b3081d
|
2010-10-14 14:56:31 -07:00 |
|
Dave Herman
|
bfbd192a97
|
bug 602940, r=brendan: remove narcissus from hg tree
|
2010-10-14 14:36:17 -07:00 |
|
Jeff Walden
|
fe5307af0a
|
Revert 782a44082ed2, which was a somewhat-too-optimistic removal of code that's not dead yet (and is not getting better). r=orange
|
2010-10-14 14:20:59 -07:00 |
|
Andreas Gal
|
27b65a00ad
|
Don't try to waive Xray wrapper for primitives (604361, r=mrbkap).
|
2010-10-14 13:41:52 -07:00 |
|
Jeff Walden
|
e89a95d4c7
|
Fix old comment referring to eval cache code being in obj_eval. r=waylon
--HG--
extra : rebase_source : d16f94910568917291fb0b28b124e1632c1f02af
|
2010-10-11 11:49:29 -07:00 |
|
Jeff Walden
|
0f543ea4cb
|
Bug 602441 - Remove nigh-unreachable property-cache-testing code (modulo MT objects, nearing complete removal from SpiderMonkey) in the property-setting codepath. r=brendan
--HG--
extra : rebase_source : 38ed65e2dde3b80086be6da4a75120d24759df81
|
2010-10-07 13:59:23 -07:00 |
|
Jeff Walden
|
b3f929ee8d
|
Bug 602441 - JM: Botched extensibility checking when attempting to add a new property to an object. r=dmandelin
--HG--
extra : rebase_source : 1676262c875cd2d283f63c28ae86c9230b7b942a
|
2010-10-07 12:30:13 -07:00 |
|
Jeff Walden
|
1cb8b68eab
|
Add a test for (eval)(code) being direct eval; also add tests for (1,eval)(code), (a?b:eval)(code), and so on (constant-folding expressions, at least before bug 537673) being indirect. r=lumpy
--HG--
extra : rebase_source : cfed63291a05d936ab76909fe68a0c92ee90d9cd
|
2010-10-08 20:27:19 -07:00 |
|
Jeff Walden
|
efdd54ce9c
|
Remove declaration for the never-defined js_GetWrappedObject method (obj->wrappedObject(cx) was the long-ago replacement). r=sparky
--HG--
extra : rebase_source : d50bcf859e415469494e53426ba51d0e4304e676
|
2010-10-07 16:37:38 -07:00 |
|
Sean Stangl
|
091969f9b8
|
Eliminate ImmutableSync on x64. b=601066, r=dvander.
|
2010-10-12 20:08:40 -04:00 |
|
Sean Stangl
|
2e0ab0d967
|
Faster x64 Syncing. b=598839, r=dvander.
|
2010-10-12 17:39:30 -04:00 |
|
Jason Orendorff
|
a6f4df8892
|
Add assertions in JSScript::NewScript against offset overflow. Bug 604387, r=dvander.
|
2010-10-14 14:58:01 -05:00 |
|
Johnny Stenback
|
c84450d0e8
|
Bug 580128. Disable a few more browser-chrome tests that don't agree with compartments yet. r=mrbkap@gmail.com. CLOSED TREE
|
2010-10-13 18:44:01 -07:00 |
|
Jim Blandy
|
64d4b4435d
|
Bug 586917: Properly parse JSOP_TABLESWITCHX instructions in the tracer. r=jorendorff
|
2010-10-13 18:22:46 -07:00 |
|
Blake Kaplan
|
312e4e1e90
|
Merge mozilla-central into tracemonkey
|
2010-10-13 17:54:54 -07:00 |
|
Blake Kaplan
|
828b4d7fa9
|
Add a test for bug 604087. r=gal
|
2010-10-13 16:54:13 -07:00 |
|
Jason Orendorff
|
32baaed5fe
|
Bug 604087 - Minor tweaks to JS_TransplantWrapper and JSAutoEnterCompartment. r=mrbkap
|
2010-10-13 17:26:40 -07:00 |
|
Blake Kaplan
|
b72cd88563
|
Bug 604087 - Deal with GC happening during JS_TransplantWrappers. r=jst/gal
|
2010-10-13 17:21:00 -07:00 |
|
Nicholas Nethercote
|
6a9ab1077e
|
Bug 603825 - Fix a bunch of warnings. r=jwalden.
|
2010-10-13 16:49:53 -07:00 |
|
Nicholas Nethercote
|
cbe62cd2cb
|
Bug 600779 - TM: allow for branches that are always taken. r=dmandelin.
|
2010-10-13 16:39:20 -07:00 |
|
Chris Jones
|
309019725a
|
Fix --disable-libxul bustage from bug 602431 and bug 602428. a=bustage
|
2010-10-13 18:36:44 -05:00 |
|
Jonas Sicking
|
1dee38609c
|
Bug 575946: Implement File.slice. r=khuey sr=biesi a=beltzner
|
2010-10-13 16:25:33 -07:00 |
|
Brian Hackett
|
0276090aa4
|
Fix memory leak, change uint to unsigned, bug 584917 followup. r=brendan,njn
|
2010-10-13 16:10:15 -07:00 |
|
Chris Jones
|
5fa9d9565b
|
Bug 602428, part 7: Enable GL shadow layers. r=tn a=blocking-fennec
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
d4ed6c86d2
|
Bug 602428, part 6: Turn on real allocators for shadow OGL layers. r=vlad
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
f3bf477028
|
Bug 602428, part 5: Implement HW-decelerating ShadowContainerLayerOGL. r=vlad
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
05cdadbe85
|
Bug 602428, part 4: Implement HW-decelerating ShadowThebesLayerOGL. r=vlad
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
063cfb2b8c
|
Bug 602428, part 3: Implement HW-decelerating ShadowImageLayerOGL. r=joe
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
97e0d0df05
|
Bug 602428, part 2: Implement HW-decelerating ShadowCanvasLayerOGL. r=vlad
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
e7840e9007
|
Bug 602428, part 1: Implement HW-decelerating ShadowColorLayerOGL. r=joe
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
076e6e07a3
|
Bug 602428, part 0.5: Add dummy allocators for shadow OGL layers. r=vlad
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
db725f8b3b
|
Bug 602428, part 0: Add NSPR layers logging to OGL backend and log ThebesLayer resolution. r=vlad
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
b112317927
|
Bug 602431, part 7: Honor shadow-layer attributes in the GL layers backend. r=vlad
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
3314234fb5
|
Bug 602431, part 6: Honor shadow-layer attributes in the basic layers backend and take off the container-transform training wheels. r=roc
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
de16ed2305
|
Bug 602431, part 5: Add an extra phase to update shadow-layer attributes (not used for anything interesting yet). r=tn
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
f5002e97f1
|
Bug 602431, part 4: Refactor computation of <browser> shadow-tree transforms into its own function. r=tn
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
9d4c7a5e0c
|
Bug 602431, part 3: Add a ShadowContainerLayer base class and BasicShadowContainerLayer implementation. sr=roc
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
57c58b918e
|
Bug 602431, part 2: Add a ShadowColorLayer base class and BasicShadowColorLayer implementation. sr=roc
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
ef69e48c78
|
Bug 60431, part 1: Add a ShadowLayer base class. r=roc sr=vlad
|
2010-10-13 17:55:45 -05:00 |
|
Chris Jones
|
c900f0f8e1
|
Bug 601888, part 1: Teach ThebesLayerOGL to draw backing buffers drawn with a resolution other than 1.0. r=mattwoodrow,vlad
|
2010-10-13 17:55:45 -05:00 |
|
Brian Hackett
|
51d64df9b8
|
Fix use of uninitialized variable, bug 584917 followup. r=mrbkap
|
2010-10-13 15:41:53 -07:00 |
|
Stuart IDontCode Parmenter
|
aebaf50cd9
|
Bug 600102 - Add ability to build with --disable-pango. r=karlt a=blocking-fennec
--HG--
extra : rebase_source : 9b5da40d5733ee7adc27310de8b962543d7d3ce9
|
2010-10-13 15:03:19 -07:00 |
|
Margaret Leibovic
|
fedb7c506b
|
Bug 596428 - Stop button shouldn't be ghosted, since this adds N ms to page load time r=dao a=blocking-betaN
|
2010-10-13 14:56:30 -07:00 |
|
Vladimir Vukicevic
|
94775bddec
|
Bug 602659 - <video> playback is twitchy / possessed by the devil with OpenGL layers - r=jmuizelaar, a=blocking-beta7
|
2010-10-13 17:19:12 -04:00 |
|
Brian Hackett
|
b6bbf1729a
|
Flexible length JSObject, bug 584917. r=brendan,igor
|
2010-10-13 11:49:22 -07:00 |
|
Blake Kaplan
|
31725d8b36
|
Bug 603845 - Protect ourselves against compartments that have null principals. r=gal
|
2010-10-13 11:37:25 -07:00 |
|
Blake Kaplan
|
699053914d
|
Bug 604108 - Grab the right compartment to check if we're finalizing the functionNamespaceObject. r=peterv
|
2010-10-13 11:17:21 -07:00 |
|
Johnny Stenback
|
7ad7213f29
|
Merge backout.
|
2010-10-13 11:18:00 -07:00 |
|