Terrence Cole
|
832e7e8a2d
|
Bug 848592 - Fix some dynamic rooting analysis failures; r=sfink
|
2013-06-14 13:48:39 -07:00 |
|
Bobby Holley
|
f4d6dd0970
|
Bug 883450 - Assert that we're in a request whenever we create a Rooted<T>. r=terrence
|
2013-06-20 11:05:34 -07:00 |
|
Emanuel Hoogeveen
|
3e91a47df7
|
Bug 883697 (part 1) - Make include guards consistent in js/ductwork/, js/ipc/ and js/public/. r=njn.
--HG--
extra : rebase_source : 34f5559ba6e64831905686e12356b70109d873a8
|
2013-06-19 17:59:09 -07:00 |
|
Jon Coppeard
|
281d96245b
|
Bug 884283 - GC: Rename RootMethods to GCMethods r=terrence
|
2013-06-19 11:32:26 +01:00 |
|
Jon Coppeard
|
d7fa9d4859
|
Bug 877762 - GC: Post-barrier cycle collector participants - 1 Fixes and updates to JS::Heap<T> r=terrence
|
2013-06-18 11:00:37 +01:00 |
|
Terrence Cole
|
7526bb9486
|
No Bug - Assert that our Rooting ABI is correct; r=sfink
--HG--
extra : rebase_source : 3247d6a22f73d278ae4e6904dff28a1b727e5169
|
2013-06-13 15:14:44 -07:00 |
|
Bill McCloskey
|
0a3508d15a
|
Bug 880697 - Add JSRuntime constructor for Rooted. r=terrence
|
2013-06-12 14:17:54 -07:00 |
|
Boris Zbarsky
|
aec6c97d07
|
Bug 877281 part 5. Add a set() method to Rooted. r=terrence
|
2013-06-07 22:45:45 -04:00 |
|
Joshua Cranmer
|
68fd63a1cb
|
Bug 868285 - Fix static checking builds, part 2: Add MOZ_NONHEAP_CLASS. r=ehsan
--HG--
rename : build/clang-plugin/tests/TestStackClass.cpp => build/clang-plugin/tests/TestNonHeapClass.cpp
|
2013-05-27 16:05:02 -05:00 |
|
Jon Coppeard
|
e332d9d878
|
Bug 875872 - Add public Heap<T> class for implementing post-barriers in the browser r=terrence
|
2013-05-27 12:51:25 +01:00 |
|
Boris Zbarsky
|
e1dd3b2077
|
Bug 875939. Make passing a Rooted<T> or Handle<T> to a function taking |const T&| not be a gc hazard. r=terrence
|
2013-05-24 22:38:09 -04:00 |
|
Eddy Bruel
|
a76dd02494
|
Bug 637572 - Implement ScriptSourceObject; r=jimb
|
2013-05-22 16:06:54 -07:00 |
|
Boris Zbarsky
|
05015ca6da
|
Bug 868715 part 10. Create specializations of Optional for 'any' and 'object' types so that we can have those look like Optional<Handle<Value> > and Optional<Handle<JSObject*> > respectively. r=peterv,sfink
|
2013-05-16 12:36:56 -04:00 |
|
Terrence Cole
|
21a7b09932
|
Bug 867426 - Remove the ForwardDeclare MACROs; r=jonco
--HG--
extra : rebase_source : dea4bcfa57a684e42105e087839785af2231e37d
|
2013-04-30 15:41:20 -07:00 |
|
Terrence Cole
|
f08129579e
|
Bug 867426 - Remove RawObject typedef; r=jonco
--HG--
extra : rebase_source : cf90289656cdcbc2c33e918db4d5347613ad6360
|
2013-04-30 15:41:12 -07:00 |
|
Terrence Cole
|
4f70043741
|
Bug 867426 - Remove RawId typedef; r=jonco
--HG--
extra : rebase_source : c7037a278958ca4cc7467ce6ad0905f8f379c950
|
2013-04-30 15:41:04 -07:00 |
|
Terrence Cole
|
90b0648eee
|
Bug 867426 - Remove RawValue typedef; r=jonco
--HG--
extra : rebase_source : f349413647882730b91ec0bd196772359ec63073
|
2013-04-30 15:40:56 -07:00 |
|
Terrence Cole
|
ec6e157bf8
|
Bug 867426 - Remove RawString typedef; r=jonco
--HG--
extra : rebase_source : 1cec78a4251429458c4df7fecb652e43443d7b5b
|
2013-04-30 15:40:48 -07:00 |
|
Terrence Cole
|
263e758556
|
Bug 867426 - Remove RawScript typedef; r=jonco
--HG--
extra : rebase_source : c32ce48bca7fea1dfdafbf9395835613d8a57276
|
2013-04-30 15:40:40 -07:00 |
|
Terrence Cole
|
da2a8a2581
|
Bug 867426 - Remove RawFunction typedef; r=jonco
--HG--
extra : rebase_source : 67d89131676dfde8d70dcc4e1b4754b1243e3d85
|
2013-04-30 15:40:29 -07:00 |
|
Steve Fink
|
f00457a7a5
|
No bug, DONTBUILD. Comment fix.
|
2013-04-27 12:27:53 -07:00 |
|
Jon Coppeard
|
76bca799d9
|
Bug 864848 - Mark Rooted<> as stack only r=terrence
|
2013-04-25 11:55:30 +01:00 |
|
Sean Stangl
|
7c06a2ec68
|
Bug 860029 - Standardize Modelines in the JS Module. r=njn
|
2013-04-16 13:47:10 -07:00 |
|
Phil Ringnalda
|
c0b436c32d
|
Back out a5a1dd3bd8ae (bug 860029) for stupidorange
|
2013-04-15 12:55:38 -07:00 |
|
Sean Stangl
|
efc7d9a873
|
Bug 860029 - Standardize Modelines in the JS Module. r=njn
|
2013-04-15 11:33:03 -07:00 |
|
Jon Coppeard
|
a5b7643b9e
|
Bug 860704 - GC: Comment says RawT converts to RootedT r=terrence
--HG--
extra : rebase_source : 2f5388adb27a97ee3762d6cab7ec0591b0f718b3
|
2013-04-12 09:31:43 +01:00 |
|
Phil Ringnalda
|
f9e5683baf
|
Back out 5bf9771e1a28 (bug 860029) for bustage
CLOSED TREE
|
2013-04-11 19:55:37 -07:00 |
|
Sean Stangl
|
9c52e8cf81
|
Bug 860029 - Standardize Modelines in the JS Module. DONTBUILD. r=njn
|
2013-04-11 18:48:59 -07:00 |
|
Jeff Walden
|
d30ff604a4
|
Bug 851237 - Replace StaticAssert uses with MOZ_STATIC_ASSERT. r=dholbert
--HG--
extra : rebase_source : d8b9715e05b959b11ee0f645141fd077b8599ab1
|
2013-03-21 18:26:15 -07:00 |
|
Jon Coppeard
|
95b5365899
|
Bug 781070 - make NullPtr public r=terrence
--HG--
extra : rebase_source : d59f24956708178c310cfca220bfd77d237e8f19
|
2013-03-20 10:41:20 +00:00 |
|
Jon Coppeard
|
6bab380d05
|
Bug 848754 - GC: Remove relaxed root checking infrastructure r=terrence
--HG--
extra : rebase_source : 7f781b1c7edbae14ce9b2fd4d45c44e8cb5c2968
|
2013-03-08 08:54:59 +00:00 |
|
Jon Coppeard
|
b9652b9f39
|
Bug 849273 - Investigate splitting the js and JS namespaces r=terrence
--HG--
extra : rebase_source : 2b131d0177f02e5f0e89398545481fcacbfde00f
|
2013-03-19 10:35:41 +00:00 |
|
Terrence Cole
|
5f8247e2f3
|
Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm
--HG--
rename : js/src/gc/Root.h => js/public/RootingAPI.h
extra : rebase_source : 52027c9c887f686a86097e5465179fa69fac9d6c
|
2013-03-12 14:05:57 -07:00 |
|