Zack Weinberg
|
97f7c885b2
|
Bug 558235 part 2: Kill CSS2PropertiesTearoff. r=dbaron
|
2010-07-14 13:58:56 -07:00 |
Benjamin Smedberg
|
1262651448
|
Bug 577638 - Outdated comments in XPCOMUtils.jsm after bug 568691
|
2010-07-14 13:09:42 -04:00 |
Robert Sayre
|
8a20018d7a
|
merge tracemonkey to mozilla-central.
|
2010-07-14 06:00:32 -07:00 |
Nicholas Nethercote
|
2f1dada5a8
|
Update nanojit-import-rev stamp.
|
2010-07-13 18:20:11 -07:00 |
Nicholas Nethercote
|
c70ade2de1
|
Bug 578290 - nanojit: fold constant 64-bit integer expressions. r=stejohns.
--HG--
extra : convert_revision : 94aa179ec87c6a6c0949f1a6b2b6134074eef29b
|
2010-07-13 18:10:42 -07:00 |
Nicholas Nethercote
|
5efe26d600
|
Bug 578292 - TM: remove constant equality comparisons occurring for JSOP_ARGUMENTS on 64-bit. r=gal.
|
2010-07-13 18:03:59 -07:00 |
Andreas Gal
|
a70dc9e2d6
|
Compartments can get GCed while we allocate the first object inside of them (576722, r=mrbkap).
|
2010-07-13 16:22:45 -07:00 |
Andreas Gal
|
ade444b327
|
Merge for backout.
|
2010-07-12 23:18:54 -07:00 |
Andreas Gal
|
514ffc3f81
|
Backed out changeset 864b37b4c91c. Missing bug# and review.
|
2010-07-12 23:18:18 -07:00 |
taustin@Thomas-Austins-Computer.local
|
1b3ab9b578
|
merging changes
|
2010-07-12 22:44:32 -07:00 |
Robert Sayre
|
b1d025a974
|
Merge mozilla-central to tracemonkey.
|
2010-07-12 20:42:21 -07:00 |
taustin@host-6-61.mv.mozilla.com
|
61b9fc5525
|
Remove Narcissus's dependencies on features available only in special builds
|
2010-07-12 16:58:38 -07:00 |
Chris Jones
|
a5dd9db5b4
|
Compile with -D__STDC_LIMIT_MACROS to avoid having to fight with system headers over which includes stdint.h first. irc-r=jimb,Waldo
|
2010-07-12 18:06:23 -05:00 |
Blake Kaplan
|
e74fa582ee
|
Bug 576351 - Make this assertion not fire if the caller has UniversalXPConnect. r=jorendorff
|
2010-07-12 14:11:14 -07:00 |
Ben Turner
|
d3f2e1e65f
|
Bug 575517 - 'Optional jsvals that are not specified should be JSVAL_VOID, not JSVAL_NULL'. r=jst
|
2010-07-12 10:04:59 -04:00 |
Nicholas Nethercote
|
3573f019bc
|
Bug 577764 - TM: avoid a dead guard at the end of loop fragments. r=dvander.
|
2010-07-12 11:01:58 +10:00 |
Robert Sayre
|
f61d3ab570
|
Merge mozilla-central to tracemonkey.
|
2010-07-11 16:23:48 -07:00 |
Chris Leary
|
934a814f9b
|
Arena pool macros don't want to die.
|
2010-07-11 00:09:34 -07:00 |
Chris Leary
|
63cafa8360
|
Bug 559408: Arena macros to methods. (r=galish)
|
2010-07-10 23:19:14 -07:00 |
Eli Friedman
|
33ab05d0e0
|
Bug 576359 - Remove unused function from jstracer.cpp (which breaks building with clang) r=brendan
|
2010-07-12 11:57:11 +02:00 |
Raul Porcel
|
fe881276f1
|
Bug 577319 - Fixed OS_TEST case for ARM r=khuey
|
2010-07-12 11:56:09 +02:00 |
Igor Bukanov
|
1e6f87c9df
|
bug 572494 - removal of JSObjectOps::defaultValue, r=jorendorff
|
2010-07-07 09:53:47 +02:00 |
Robert Sayre
|
3772fcac7f
|
Merge.
|
2010-07-08 18:18:36 -07:00 |
Robert Sayre
|
28347a8bea
|
Merge mozilla-central to tracemonkey.
|
2010-07-08 18:15:52 -07:00 |
Andreas Gal
|
7d42e7e8fa
|
re-seed PRNG when clearing the scope (577512, r=bz).
|
2010-07-08 16:00:54 -07:00 |
Jeff Walden
|
188a0a450d
|
Bug 577375 - Make CPOWs handle all-properties enumeration correctly. r=gal
|
2010-07-07 15:11:17 -07:00 |
Andreas Gal
|
5edfc2bad4
|
Make sure proxy objects always have a parent (576714, r=jorendorff).
|
2010-07-07 12:32:36 -07:00 |
Robert Sayre
|
08955d8bcc
|
Merge mozilla-central to tracemonkey.
|
2010-07-06 11:05:39 -07:00 |
Jason Orendorff
|
f322ff7a24
|
Bug 576755 - JS_Assert on Windows produces a stack MSVS 2010 debugger can't decipher. r=dmandelin.
|
2010-07-06 04:29:45 -05:00 |
Wes Garland
|
f632e4e505
|
Bug 575379 jsapi-test for JSClass::getProperty. r=jorendorff
|
2010-07-05 12:27:04 -04:00 |
Saint Wesonga
|
dca1fdaf5b
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-05 11:42:18 +02:00 |
Mark Banner
|
22230a2083
|
Bustage fix follow up to changeset d92fd4a1ddf5 (part of bug 568691) - remove unnecessary semi-colons that are causing bustage on non-libxul Linux builds
|
2010-07-05 08:36:36 +01:00 |
Nicholas Nethercote
|
92793afeee
|
Bug 553962 - nanojit: finish adding get/set methods for CallInfo::_typesig (TM-specific part). r=gal.
|
2010-07-04 20:00:33 -07:00 |
Nicholas Nethercote
|
50021bd72f
|
Update nanojit-import-rev stamp.
|
2010-07-04 19:52:07 -07:00 |
Nicholas Nethercote
|
40bfc6885a
|
Fix ARM bustage for bug 553962. r=me.
--HG--
extra : convert_revision : bb74ad1990fc0299c107c6d44a04c3682e8cb9fe
|
2010-07-04 19:45:53 -07:00 |
Nicholas Nethercote
|
43975521dd
|
Bug 553962 - nanojit: finish adding get/set methods for CallInfo::_typesig. r=edwsmith.
--HG--
extra : convert_revision : cfbed237877f0939423d9c1ac591c0a7edb5b0c0
|
2010-07-04 19:39:09 -07:00 |
Eli Friedman
|
2a6e79c4ba
|
Bug 576363 - Qualify accesses to dependent base in js. r=nnethercote.
--HG--
extra : convert_revision : 5c5cacef53d6a42f6226636c0fa71c13e428b52f
|
2010-07-04 19:12:15 -07:00 |
Jason Orendorff
|
ee99d76feb
|
Merge fix for bug 575208.
|
2010-07-03 08:10:46 -05:00 |
Chris Leary
|
c403458c4c
|
One more changeset to back out. (r=red)
|
2010-07-03 02:06:14 -07:00 |
Chris Leary
|
1cd20a1412
|
Back out Yarr until I can unbreak ARM build. (r=red)
|
2010-07-03 01:54:21 -07:00 |
Chris Leary
|
252d3d9fe5
|
Push-and-pray to try to fix ARM build breaks. (r=red).
|
2010-07-02 23:57:51 -07:00 |
Chris Leary
|
9975411941
|
Bug 564953: Port of Yarr regexp engine and Nitro macroassembler. No PPC support. (r=gal,lw)
|
2010-07-02 22:25:37 -07:00 |
Andreas Gal
|
0a7922e78a
|
Only check for proxy handler if we are sure its a proxy (fallout bug 574924, r=orange).
|
2010-07-02 18:53:00 -07:00 |
Robert Sayre
|
3e92f5449e
|
Fix ObjectWrapperChild bustage
|
2010-07-02 18:17:06 -07:00 |
Robert Sayre
|
0fb4de7a31
|
Merge mozilla-central to tracemonkey.
|
2010-07-02 17:25:52 -07:00 |
Andreas Gal
|
d254a194b2
|
Move wrappers directory in a desperate attempt to make our build system build bug 574924.
--HG--
rename : js/src/xpconnect/src/wrappers/AccessCheck.cpp => js/src/xpconnect/wrappers/AccessCheck.cpp
rename : js/src/xpconnect/src/wrappers/AccessCheck.h => js/src/xpconnect/wrappers/AccessCheck.h
rename : js/src/xpconnect/src/wrappers/CrossOriginWrapper.cpp => js/src/xpconnect/wrappers/CrossOriginWrapper.cpp
rename : js/src/xpconnect/src/wrappers/CrossOriginWrapper.h => js/src/xpconnect/wrappers/CrossOriginWrapper.h
rename : js/src/xpconnect/src/wrappers/FilteringWrapper.cpp => js/src/xpconnect/wrappers/FilteringWrapper.cpp
rename : js/src/xpconnect/src/wrappers/FilteringWrapper.h => js/src/xpconnect/wrappers/FilteringWrapper.h
rename : js/src/xpconnect/src/wrappers/Makefile.in => js/src/xpconnect/wrappers/Makefile.in
rename : js/src/xpconnect/src/wrappers/WrapperFactory.cpp => js/src/xpconnect/wrappers/WrapperFactory.cpp
rename : js/src/xpconnect/src/wrappers/WrapperFactory.h => js/src/xpconnect/wrappers/WrapperFactory.h
rename : js/src/xpconnect/src/wrappers/XrayWrapper.cpp => js/src/xpconnect/wrappers/XrayWrapper.cpp
rename : js/src/xpconnect/src/wrappers/XrayWrapper.h => js/src/xpconnect/wrappers/XrayWrapper.h
|
2010-07-02 15:26:27 -07:00 |
Jason Orendorff
|
a09e35ab9a
|
Bug 575208 - Crash [@ js::ExecuteFrameGuard::~ExecuteFrameGuard] or "Assertion failure: origin != destination". r=gal.
|
2010-07-02 16:51:42 -05:00 |
Andreas Gal
|
7044acf9e3
|
Makefile fix for bug 574924.
|
2010-07-02 14:45:52 -07:00 |
Andreas Gal
|
1c7e1e64e4
|
Missing files for bug 574924.
|
2010-07-02 14:09:48 -07:00 |
Andreas Gal
|
4cabcc15b3
|
Implement remaining cross compartment wrappers (574924, r=mrbkap).
|
2010-07-02 13:54:53 -07:00 |