Jim Blandy
|
8ec41b7213
|
Bug 537873: Add 'strict' argument to setters defined throughout Firefox. r=brendan
This should take care of all setters defined outside SpiderMonkey proper. Very mechanical.
|
2011-02-09 11:31:40 -08:00 |
|
Luke Wagner
|
56b2810a26
|
Bug 609440, part 3 - remove fallible public APIs, update mozilla (r=bent,jst,mrbkap,waldo,sdwilsh)
|
2010-12-03 00:24:17 -08:00 |
|
Ginn Chen
|
79ff7cd658
|
Bug 612237 extra ";" after JS_DECL_USE_GUARD_OBJECT_NOTIFIER r=mrbkap a=benjamin
|
2010-11-24 15:33:03 +08:00 |
|
Chris Jones
|
339106b788
|
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
|
2010-11-08 20:49:00 -06:00 |
|
Luke Wagner
|
028602bb7a
|
Bug 587914 - js::Valueify in static data constructors causes runtime initialization (r=igor)
--HG--
extra : rebase_source : 09f2d8b620985eff96468ef7875cab8751a93d18
|
2010-10-01 17:53:08 -07:00 |
|
Luke Wagner
|
719f726121
|
Bug 581263 - remove slow natives (r=waldo,mrbkap)
|
2010-08-16 12:35:04 -07:00 |
|
Igor Bukanov
|
7ae0ecc9d3
|
bug 571789 - merging JSObjectOps and JSExtendedClass into JSClass. r=jorendorff
|
2010-06-12 18:29:04 +02:00 |
|
Igor Bukanov
|
9842e59608
|
Backed out changeset 7b2b90efe57d -- the patch was landed against a tree with a lot of orange. This will hinder the orange resolution.
|
2010-07-28 14:36:06 +02:00 |
|
Igor Bukanov
|
781e5c46d7
|
bug 571789 - merging JSObjectOps and JSExtendedClass into JSClass. r=jorendorff
|
2010-06-12 18:29:04 +02:00 |
|
Robert Sayre
|
b8d6ec6280
|
Merge mozilla-central to tracemonkey.
|
2010-07-20 15:07:03 -07:00 |
|
Luke Wagner
|
7371ad00ed
|
Bug 549143 - fatvals
|
2010-07-14 23:19:36 -07:00 |
|
Jeff Walden
|
3898c7eeb0
|
Bug 577375 - Make CPOWs handle all-properties enumeration correctly. r=gal
|
2010-07-07 15:11:17 -07:00 |
|
Robert Sayre
|
422d275bc6
|
Fix ObjectWrapperChild bustage
|
2010-07-02 18:17:06 -07:00 |
|
Chris Jones
|
613ff7284a
|
Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
|
2010-07-19 13:33:33 -05:00 |
|
timeless@mozdev.org
|
8bf192f5b2
|
Bug 577457 warning: comparison between signed and unsigned integer expressions in ObjectWrapperChild::AnswerNewEnumerateNext
r=cjones
--HG--
extra : rebase_source : ea67589475f27b04f3e038069e62a4581ef001b8
|
2010-07-08 13:34:40 +03:00 |
|
Johnny Stenback
|
13f97abecf
|
Merging in changeset 4aebd52d74e8.
|
2010-06-30 17:06:01 -07:00 |
|
Doug Turner
|
6497f4ed68
|
Bug 575914 - Disabling cpow tests until they are not orange. r=jst
|
2010-06-30 16:07:36 -07:00 |
|
Chris Jones
|
4284e16fc8
|
Bug 575918: Temporarily disable OOP xpcshell on OS X because it's completely broken. r=bsmedberg
|
2010-06-30 17:53:51 -05:00 |
|
Josh Matthews
|
a896ac2531
|
Bug 564382 - Remove CPOWs from PContentProcess tree. r=olli
|
2010-06-17 14:10:14 -07:00 |
|
Olli Pettay
|
5331145f44
|
Use mozilla::void_t, so that CPOW compiles
|
2010-05-25 10:51:33 +03:00 |
|
Olli Pettay
|
93984b6736
|
m-c to e10 merge
|
2010-05-24 17:45:59 +03:00 |
|
Ben Newman
|
293a2d1b82
|
Bug 565078 - Move js/src/ipc to js/ipc. r=bsmedberg
--HG--
rename : js/src/ipc/CPOWTypes.h => js/ipc/CPOWTypes.h
rename : js/src/ipc/ContextWrapperChild.h => js/ipc/ContextWrapperChild.h
rename : js/src/ipc/ContextWrapperParent.h => js/ipc/ContextWrapperParent.h
rename : js/src/ipc/Makefile.in => js/ipc/Makefile.in
rename : js/src/ipc/ObjectWrapperChild.cpp => js/ipc/ObjectWrapperChild.cpp
rename : js/src/ipc/ObjectWrapperChild.h => js/ipc/ObjectWrapperChild.h
rename : js/src/ipc/ObjectWrapperParent.cpp => js/ipc/ObjectWrapperParent.cpp
rename : js/src/ipc/ObjectWrapperParent.h => js/ipc/ObjectWrapperParent.h
rename : js/src/ipc/PContextWrapper.ipdl => js/ipc/PContextWrapper.ipdl
rename : js/src/ipc/PObjectWrapper.ipdl => js/ipc/PObjectWrapper.ipdl
rename : js/src/ipc/ipdl.mk => js/ipc/ipdl.mk
rename : js/src/ipc/jar.mn => js/ipc/jar.mn
rename : js/src/ipc/tests/Makefile.in => js/ipc/tests/Makefile.in
rename : js/src/ipc/tests/adhoc/child.html => js/ipc/tests/adhoc/child.html
rename : js/src/ipc/tests/adhoc/test.xul => js/ipc/tests/adhoc/test.xul
rename : js/src/ipc/tests/unit/cpow_child.js => js/ipc/tests/unit/cpow_child.js
rename : js/src/ipc/tests/unit/test_cpow.js => js/ipc/tests/unit/test_cpow.js
|
2010-05-11 10:44:42 -07:00 |
|