Tom Schuster
|
d0d0f9f213
|
Bug 720675 - OOM Crash [@ JSString::isFlat] because of NULL deref for ensureFlat. r=bhackett
|
2012-02-05 11:32:12 +01:00 |
|
Luke Wagner
|
542a670fec
|
Bug 692269 - Remove jsstr.h, vm/String.h, jsautokw.h, jsclone.h, jsopcode.tbl, jsopcode.h, jsstdint.h from INSTALLED_HEADERS (r=billm)
--HG--
extra : rebase_source : f9e20f1d52987251ad3d58c76531dcd5135076ad
|
2012-01-30 09:17:38 -08:00 |
|
Bill McCloskey
|
88c7b0c713
|
Bug 720853 - Add read barrier for atom table (r=luke)
|
2012-01-24 18:32:56 -08:00 |
|
Brian Hackett
|
bdf9362d41
|
Store JSStrings instead of jsids in native key iterators, bug 713754. r=dvander
|
2012-01-18 16:56:22 -08:00 |
|
Jeff Walden
|
735580ff0e
|
Bug 708735 - Use <stdint.h> types in JSAPI and throughout SpiderMonkey. Continue to provide the {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types through a single header, however, for a simpler backout strategy -- and also to ease the transition for embedders. r=timeless on switching the jsd API to use the <stdint.h> types, r=luke, r=dmandelin
|
2011-12-08 22:54:10 -05:00 |
|
Jeff Walden
|
c19126641c
|
Bug 707061 - Rename js_ValueToString to ToString. Also, consistent with ToObject, make ToString include an inline already-string fast path, and make ToStringSlow be an out-of-line slow path for the case where the value is not a string (asserting that this is the case). r=luke
|
2011-12-01 19:35:44 -08:00 |
|
Brian Hackett
|
c632b70b2b
|
Remove jsobj.h from installed headers, bug 690943. r=luke
|
2011-10-04 07:06:54 -07:00 |
|
Jeff Walden
|
f6f2db44cb
|
Bug 678074 - Implement js::PropertyName, a subclass of JSAtom which represents a string which does not contain an unsigned 32-bit index. This type will eventually be used internally (and possibly at some point externally) for all guaranteed-non-element property accesses. r=luke
--HG--
extra : rebase_source : b5b7b975b7c5e3caa312784a0edc49c112d2aa09
|
2011-08-10 14:54:47 -07:00 |
|
Jeff Walden
|
f0a15f8ce0
|
Bug 676700 - Slightly speed up js::IndexToId by converting directly to atom, not to string and then to atom. r=luke
--HG--
extra : rebase_source : d352929e4002f285670448e4515bea404f2cf88f
|
2011-08-04 19:21:25 -07:00 |
|
Jason Orendorff
|
f3bc25f319
|
Bug 637985 - Reimplement watchpoints using a JSObject bit. r=jimb.
|
2011-07-27 17:44:43 -05:00 |
|
Jeff Walden
|
4844bb5c24
|
Bug 662231 - Stop installing the jsnum.h header (again). r=jimb
--HG--
extra : rebase_source : 23bfbf1d8d10ed3efd501338b65e509b1344ae26
|
2011-06-08 16:50:23 -07:00 |
|
Chris Leary
|
4fef967f20
|
Bug 654301: Better interned string API, take 2. (r=Waldo)
|
2011-05-17 12:15:12 -07:00 |
|
Chris Leary
|
0e34a9857c
|
Back out bug 654301 to run again on try.
|
2011-05-16 19:03:20 -07:00 |
|
Chris Leary
|
36481bff9a
|
Bug 654301: Better interned string API. (r=Waldo)
|
2011-05-16 18:18:59 -07:00 |
|
Jeff Walden
|
180d9e56f6
|
Bug 653782 - Remove js_IndexToId, replace with an inline js::IndexToId. Also removes the redundant IndexToId in jsxml.cpp. r=igor
--HG--
extra : rebase_source : 4cb2b69a8f3d1877ca6514c8f9dfb3dc1af551b7
|
2011-04-30 03:19:26 -04:00 |
|
Luke Wagner
|
ee5173d043
|
Bug 613457 - clean up string interfaces (r=njn)
--HG--
extra : rebase_source : 3e77b67fa9fe2cc31312ad99951cf92258a98e64
|
2011-03-14 13:59:53 -07:00 |
|
Luke Wagner
|
8d021fe786
|
Bug 616562 - speed up JSString::isStatic (r=njn)
--HG--
extra : rebase_source : 9f0b553b8ab54bfbbd5290ba936581bda8bb40ec
|
2011-03-14 13:55:55 -07:00 |
|
Gregor Wagner
|
92dbea21cf
|
Bug 572057 - TM: remove weak roots (pigeon hole) r=igor
|
2010-08-18 12:46:47 -07:00 |
|
Luke Wagner
|
7371ad00ed
|
Bug 549143 - fatvals
|
2010-07-14 23:19:36 -07:00 |
|
Brendan Eich
|
8d0c82da47
|
Factor jsscopeinlines.h out, clean up #include order (524267, r=gal/jorendorff).
|
2009-10-26 13:39:39 -07:00 |
|
Brendan Eich
|
b8aa0a4a36
|
Fixes based on jorendorff's comments in bug 515273.
|
2009-09-10 10:54:33 -07:00 |
|
Brendan Eich
|
55e3f7a602
|
Fix js*inlines.h harder (515628, r=jorendorff).
|
2009-09-10 10:23:52 -07:00 |
|
Jeff Walden
|
1ba1bc5a84
|
Bug 503992 - js_Int32ToId doesn't return the right id when passed a negative integer which doesn't fit in a jsval. Also change how 'in' is interpreted on trace so that we don't side-exit when the named property exists directly on the object. ALL HAIL TESTCASES! r=jorendorff
|
2009-07-15 02:48:49 -07:00 |
|
Andreas Gal
|
26343fbe92
|
Make js_ValueToString inline (503669, r=jwalden).
|
2009-07-13 14:55:04 -07:00 |
|