Nathan Froyd
|
ebcc1e1abf
|
Bug 918651 - part 5 - qualify all IPDL using statements with required header; r=ehsan
|
2013-10-01 15:25:07 -04:00 |
|
Eddy Bruel
|
d94d3cb9a5
|
Bug 880330 - Remove the old options API; r=bholley
|
2013-10-28 12:59:04 +01:00 |
|
Mike Hommey
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Brian O'Keefe
|
9c9d71fddb
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Tom Schuster
|
1faae39271
|
Bug 8844105 - Handlify JS_WrapObject. r=terrence
|
2013-10-15 20:02:23 -04:00 |
|
Steve Fink
|
78c2facbb2
|
Bug 925534 - Convert toVariant to use handles, r=terrence
--HG--
extra : rebase_source : b7b2a6d8b0240b888ba388133376ddcb4d6d04ce
|
2013-10-11 22:02:24 -07:00 |
|
Bobby Holley
|
3fc5ba84fa
|
Bug 921454 - Refactor proxy creation to use an options object. r=jonco
|
2013-10-04 13:29:35 +02:00 |
|
Ms2ger
|
f4153f40d4
|
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
|
2013-10-03 09:11:13 +02:00 |
|
David Anderson
|
437f6053a9
|
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
--HG--
rename : ipc/ipdl/test/cxx/PTestRPCErrorCleanup.ipdl => ipc/ipdl/test/cxx/PTestInterruptErrorCleanup.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCRaces.ipdl => ipc/ipdl/test/cxx/PTestInterruptRaces.ipdl
rename : ipc/ipdl/test/cxx/PTestRPCShutdownRace.ipdl => ipc/ipdl/test/cxx/PTestInterruptShutdownRace.ipdl
rename : ipc/ipdl/test/cxx/PTestRacyRPCReplies.ipdl => ipc/ipdl/test/cxx/PTestRacyInterruptReplies.ipdl
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.cpp => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.cpp
rename : ipc/ipdl/test/cxx/TestRPCErrorCleanup.h => ipc/ipdl/test/cxx/TestInterruptErrorCleanup.h
rename : ipc/ipdl/test/cxx/TestRPCRaces.cpp => ipc/ipdl/test/cxx/TestInterruptRaces.cpp
rename : ipc/ipdl/test/cxx/TestRPCRaces.h => ipc/ipdl/test/cxx/TestInterruptRaces.h
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.cpp => ipc/ipdl/test/cxx/TestInterruptShutdownRace.cpp
rename : ipc/ipdl/test/cxx/TestRPCShutdownRace.h => ipc/ipdl/test/cxx/TestInterruptShutdownRace.h
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.cpp => ipc/ipdl/test/cxx/TestRacyInterruptReplies.cpp
rename : ipc/ipdl/test/cxx/TestRacyRPCReplies.h => ipc/ipdl/test/cxx/TestRacyInterruptReplies.h
rename : ipc/ipdl/test/ipdl/error/rpcMessageCompress.ipdl => ipc/ipdl/test/ipdl/error/intrMessageCompress.ipdl
rename : ipc/ipdl/test/ipdl/error/tooWeakRPCAsync.ipdl => ipc/ipdl/test/ipdl/error/tooWeakInterruptAsync.ipdl
rename : ipc/ipdl/test/ipdl/ok/rpcProtocol.ipdl => ipc/ipdl/test/ipdl/ok/intrProtocol.ipdl
|
2013-09-30 17:27:45 -07:00 |
|
Ryan VanderMeulen
|
af288628a8
|
Merge m-c to inbound.
|
2013-09-30 16:51:06 -04:00 |
|
Bill McCloskey
|
87e214ec6b
|
Bug 918170 - Handle StopIteration in CPOWs (r=dvander)
|
2013-09-30 12:20:51 -07:00 |
|
Jon Coppeard
|
a9d324a316
|
Bug 912567 - Split HashMap/HashSet::rekey() into rekey() and rekeyIfMoved() r=terrence
|
2013-09-24 10:03:32 +01:00 |
|
Birunthan Mohanathas
|
578826a89e
|
Bug 784739 - Switch from NULL to nullptr in js/ductwork/, js/ipc/, and js/public/; r=ehsan
|
2013-09-19 15:24:53 -04:00 |
|
Jon Coppeard
|
692778cddf
|
Bug 917798 - Handlify JS exception APIs r=terrence r=bz
|
2013-09-19 08:54:01 +01:00 |
|
Thinker Lee ext:(%2C%20Cervantes%20Yu%20%3Ccyu%40mozilla.com%3E)
|
32bdb371af
|
Bug 771765 - Support template content process, part 4: Clone IPC protocol objects that will be up when the template process is ready. r=khuey, r=bent
|
2013-06-03 18:14:37 +08:00 |
|
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Nicholas Nethercote
|
cbd87e0b81
|
Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke.
--HG--
extra : rebase_source : 2250064bdd316ffeb8126da749bdf94ab9da4418
|
2013-09-01 21:51:02 -07:00 |
|
Brian O'Keefe
|
d118b95a0d
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
David Anderson
|
16668a7bf4
|
Don't deadlock on a child process for a CPOW (bug 905896, r=cjones).
|
2013-08-26 21:56:57 -07:00 |
|
Nicholas Nethercote
|
0df65930a1
|
Bug 909178 (part 2) - Make jsclass.h not depend on jsapi.h, and rename it js/Class.h. r=jwalden.
--HG--
rename : js/src/jsclass.h => js/public/Class.h
extra : rebase_source : 31ecd4074181c234f7f71eef04a10ae371c35eaa
|
2013-08-21 22:26:57 -07:00 |
|
Terrence Cole
|
056c5e7a05
|
Bug 908891 - Fix remaining exact rooting hazards in js/ipc; r=evilpie
--HG--
extra : rebase_source : d48dfa50ed83c8c3d3c344467c6bd0b702a3263a
|
2013-08-23 15:53:46 -07:00 |
|
Nicholas Nethercote
|
789875a768
|
Bug 905017 (part 3, attempt 2) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm.
--HG--
extra : rebase_source : 8226a31c4f2a286ba843da616b1061ca034a5d41
|
2013-08-19 23:45:26 -07:00 |
|
Ms2ger
|
f805d8d6eb
|
Merge m-c to inbound
|
2013-08-22 10:38:48 +02:00 |
|
Ms2ger
|
8040c0cadd
|
Backout changesets 7e6fb33fdf22:c85332df4320 (bug 905017) for windows bustage.
|
2013-08-22 10:16:30 +02:00 |
|
Ms2ger
|
1c4d224f0e
|
Bug 883284 - Part d: Move LIBXUL_LIBRARY into moz.build (f-j); r=bsmedberg
|
2013-08-22 08:56:00 +02:00 |
|
Ms2ger
|
4807f1c86c
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Nicholas Nethercote
|
5c94c32440
|
Bug 905017 (part 3) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm.
--HG--
extra : rebase_source : 8322f1c96b95685912375484172d47f53107947f
|
2013-08-19 23:45:26 -07:00 |
|
Nicholas Nethercote
|
2585de9a07
|
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
--HG--
extra : rebase_source : 984c61ab12f46be0509b1ce0d458d9a6e5841c64
|
2013-08-17 15:50:18 -07:00 |
|
Brian O'Keefe
|
61565e4086
|
Bug 896177 - Remove useless config.mk includes; r=gps
|
2013-07-17 16:06:53 -04:00 |
|
Ms2ger
|
37108ba241
|
Bug 903046 - Remove dead EXPORTS_mozilla/jsipc assignment; r=dvander+mshal
|
2013-08-14 08:56:48 +02:00 |
|
Jon Coppeard
|
e133b9b2a9
|
Bug 903352 - Handlify remaining PropertyDescriptor APIs r=terrence r=bholley r=smaug
|
2013-08-12 12:09:14 +01:00 |
|
Nicholas Nethercote
|
50ebc50e02
|
Bug 898263 (part 7) - Remove jsprvtd.h from EXPORTS. r=jorendorff.
--HG--
extra : rebase_source : eca8164f8652587796a8283932d8ba8ec76c0b5b
|
2013-07-25 22:52:59 -07:00 |
|
Terrence Cole
|
09de524f1a
|
Bug 862115 - Use Rooted<JSPropertyDescriptor> in favor of JSPropertyDescriptor::AutoRooter r=terrence r=smaug r=bholley
|
2013-04-30 10:29:40 -07:00 |
|
Nicholas Nethercote
|
d8f824e34e
|
Bug 898914 (part 1) - Remove JSBool.
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
|
2013-08-08 15:53:04 -07:00 |
|
Nicholas Nethercote
|
8ce53f9ffd
|
Bug 902332 - Replace JS_{FALSE,TRUE} with {false,true} almost everywhere. r=luke,bz.
--HG--
extra : rebase_source : 25f4de1bfae830b0af6407d260a70b787ab1dc9b
|
2013-08-06 23:59:54 -07:00 |
|
Terrence Cole
|
9b5d03d305
|
Bug 902249 - Fix some exact rooting hazards in js/ipc; r=jonco
|
2013-08-07 16:15:57 -07:00 |
|
Jon Coppeard
|
7e34a56fc6
|
Bug 900979 - Change JS_DeleteProperty APIs to use a boolean out param rather than a value r=waldo r=bz
|
2013-08-05 14:01:53 +01:00 |
|
Bill McCloskey
|
35518f5639
|
Bug 899804 - Make CPOWs handle instanceof with WebIDL interfaces (r=bz,dvander)
|
2013-08-01 16:45:17 -07:00 |
|
Jon Coppeard
|
a9d33996dd
|
Bug 899973 - GC: Convert the rest of the JS property API to use MutableHandleValue for out params - browser changes r=bz
|
2013-08-02 13:15:39 +01:00 |
|
Jon Coppeard
|
95ba75cb0a
|
Bug 899970 - Post barrier heap pointers in js/ipc r=terrence
|
2013-08-01 11:21:44 +01:00 |
|
Luke Wagner
|
c5bf7721d1
|
Bug 899245 - The preceding typo fix was wrong; the original patch should have replaced JS_GetGlobalForScopeChain with JS::CurrentGlobalOrNull (r=red, CLOSED TREE)
|
2013-07-29 19:51:16 -05:00 |
|
Luke Wagner
|
19f7233988
|
Fix JS/js typo from bug 899245 (r=red)
|
2013-07-29 19:36:20 -05:00 |
|
Bobby Holley
|
98a0425f0f
|
Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
This was done with perl/grep.
|
2013-07-29 16:45:27 -07:00 |
|
Bill McCloskey
|
b51afaa42f
|
Bug 899238 - Make sure CPOW parent is never null (r=dvander).
|
2013-07-25 11:50:00 -07:00 |
|
Jon Coppeard
|
20fb51afdd
|
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
|
2013-07-26 10:00:38 +01:00 |
|
Carsten "Tomcat" Book
|
ce93df92db
|
Backed out changeset ae8d72538dee (bug 897484) for b2g bustage
|
2013-07-26 12:34:25 +02:00 |
|
Jon Coppeard
|
9709d43d76
|
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
|
2013-07-26 10:00:38 +01:00 |
|
Jon Coppeard
|
ebf3afbab4
|
Bug 896949 - JS_SetProperty APIs should take an immutable parameter r=waldo r=bz
|
2013-07-26 10:00:38 +01:00 |
|
Jon Coppeard
|
e6cd070d3d
|
Bug 896540 - GC: Convert JS_SetProperty* to take MutableHandleValue - browser changes r=bz
|
2013-07-25 13:57:00 +01:00 |
|
Ms2ger
|
87d5bcc7e7
|
Bug 896280 - Pass MutableHandleValue to JS::Call(); r=terrence
|
2013-07-24 09:40:01 +02:00 |
|