Commit Graph

52305 Commits

Author SHA1 Message Date
Wei Wu
f4960ee416 Bug 1232113 - "Make the format specifiers in JS_snprintf() invocations more portable". r=jandem 2015-12-16 22:28:00 +01:00
Wei Wu
b4bc48a873 Bug 1232113 - "Make the format specifiers in JS_snprintf() invocations more portable". r=jcoppeard 2015-12-12 19:08:00 +01:00
Wei Wu
31c75c0f5a Bug 1232113 - "Make the format specifiers in JS_snprintf() invocations more portable". r=hv1989 2015-12-12 18:55:00 +01:00
Wei Wu
88be5e2fca Bug 1232113 - "Make the format specifiers in JS_snprintf() invocations more portable". r=nbp 2015-12-16 22:25:00 +01:00
Wei Wu
c53c6f5126 Bug 1232113 - "Make the format specifiers in JS_snprintf() invocations more portable". r=jdemooij 2015-12-12 18:41:00 +01:00
Lars T Hansen
aa5160f5d5 Bug 1229829 - make sameBuffer more discriminating. r=waldo
--HG--
extra : rebase_source : 2a7035335a3ca25624d13fbf3d3c55c0b893a58c
extra : amend_source : 37df45da3481048c157fa8ab483097613bcec623
2015-12-16 12:01:57 +01:00
Hannes Verschore
d3ff3353be Bug 1231170: TraceLogger - Use size in debugger instead of the current id to track last logged item, r=bbouvier 2015-12-18 18:32:24 -05:00
Jim Blandy
cbf0bdd39b Bug 1233302: Don't crash if we can't open /dev/urandom; just fall back to PRMJ_Now.
--HG--
extra : rebase_source : 1b6096ade66f81e3a3e7517881b6c122df59e6ec
2015-12-17 13:55:35 -08:00
Tooru Fujisawa
aa909291c4 Bug 1233722 - Add a documentation comment for JSOP_DEBUGCHECKSELFHOSTED. DONTBUILD. r=efaust 2015-12-19 06:50:21 +09:00
Shu-yu Guo
fba71f3b1c Bug 1231758 - Fix bogus assertion in BCE for Annex B function assignment. (r=jorendorff) 2015-12-18 13:18:20 -08:00
Shu-yu Guo
78c3851957 Bug 1071646 - Support JSOP_BINDVAR in Ion. (r=jandem) 2015-12-18 13:18:20 -08:00
Shu-yu Guo
8d32f46a31 Bug 1071646 - Support JSOP_BINDVAR in Baseline. (r=jandem) 2015-12-18 13:18:20 -08:00
Shu-yu Guo
75e7eccf98 Bug 1071646 - Cast ParseNode to Definition using as<T>. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Shu-yu Guo
93ebdae69b Bug 1071646 - Introduce JSOP_BINDVAR to support Annex B.3.3.3. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Shu-yu Guo
394e48b09b Bug 1071646 - Support labelled function declarations in sloppy mode per Annex B.3.2. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Shu-yu Guo
00a88f7e6e Bug 1071646 - Make functions block-scoped in JS and implement Annex B semantics for compatibility. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Shu-yu Guo
8456140b37 Bug 1071646 - Light refactoring of lexical binding helpers in Parser. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Nick Fitzgerald
bc24ddcf02 Bug 1233101 - Use MOZ_LIKELY in js_new etc to help branch prediction; r=terrence 2015-12-18 12:05:14 -08:00
Tooru Fujisawa
33de61ee5d Bug 1135377 - Part 11: Support back reference with unicode flag. r=till, f=anba 2015-12-19 04:51:21 +09:00
Tooru Fujisawa
130cf6fbac Bug 1135377 - Part 10: Decrement index when it points trail surrogate that has corresponding lead surrogate. r=till, f=anba 2015-12-19 04:51:20 +09:00
Tooru Fujisawa
6685278427 Bug 1135377 - Part 9: Use RegExp unicode flag in String.prototype.{match,replace,split}. r=till, f=anba 2015-08-07 08:13:37 +09:00
Tooru Fujisawa
84bd03637b Bug 1135377 - Part 8: Disallow extended pattern in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:12:51 +09:00
Tooru Fujisawa
b850ab9053 Bug 1135377 - Part 7: Support ignoreCase for non-BMP in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:12:05 +09:00
Tooru Fujisawa
a5028a3693 Bug 1135377 - Part 6: Support ignoreCase for BMP in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:12:01 +09:00
Tooru Fujisawa
3a8b5be74b Bug 1135377 - Part 5: Support CharacterClassEscape in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:11:56 +09:00
Tooru Fujisawa
304f09acae Bug 1135377 - Part 4: Support everything Atom in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:11:52 +09:00
Tooru Fujisawa
fec1e26e0b Bug 1135377 - Part 3: Parse RegExp unicode character in CharacterClass. r=till, f=anba 2015-08-07 08:11:46 +09:00
Tooru Fujisawa
e2993e2972 Bug 1135377 - Part 2: Parse RegExp unicode character in non-CharacterClass. r=till, f=anba 2015-08-07 08:11:07 +09:00
Tooru Fujisawa
6dac2af6b1 Bug 1135377 - Part 1: Implement RegExp unicode flag. r=till, f=anba 2015-08-07 08:10:05 +09:00
Jon Coppeard
e0a0fc4ef4 Bug 1225203 - Make backtracking register allocator spew / dump output threadsafe r=bhackett 2015-12-18 12:12:02 +00:00
Jon Coppeard
f0cf897a7b Bug 1233124 - Remove mis-named duplicate typedefs for rooted import and export entries r=terrence 2015-12-18 12:11:20 +00:00
Jon Coppeard
41c582e943 Bug 1233121 - Refactor ObjectBox tracing r=terrence 2015-12-18 12:10:42 +00:00
Ms2ger
8e3a0e4dcd Bug 1233401 - Do Statistics static initialization from JS_Init; r=jandem 2015-12-18 11:12:49 +01:00
Ms2ger
194f97d366 Bug 1221923 - Remove pointless "initialized" static in VMFunction::addToFunctions; r=Waldo 2015-12-18 11:09:45 +01:00
Lars T Hansen
2d373bc654 Bug 1233011 - SharedArrayBuffer subclassing + tests. r=efaust
--HG--
extra : rebase_source : d4764a8be911c263edad6ddfb56bd7b1f789fa14
extra : amend_source : 5c5efcdd1dcf013f299eb93e49b2f2d8c247424f
2015-12-16 16:22:50 +01:00
Lars T Hansen
3c35bb857f Bug 1233175 - refine an assertion. r=terrence
--HG--
extra : rebase_source : 518f694b368b3f36079797148986c3b20fa65313
extra : amend_source : 02fe6352087a26d0958244e9fa7ce1594d9ec39e
2015-12-17 12:42:17 +01:00
Jim Blandy
01fcfb2321 Bug 1233302: Don't seed the SavedStacks PRNG unless we're actually going to use it. r=fitzgen
--HG--
extra : rebase_source : c53838917982addab245701d8f5e7dd16ebc40bf
2015-12-17 16:11:51 -08:00
Terrence Cole
5736e43d34 Bug 1227144 - Remove unused AutoRegExpStaticsBuffer; r=jonco
--HG--
extra : rebase_source : c6a792b7f53d61a22a179fd2bd486d8920245d92
2015-12-16 08:40:13 -08:00
Tooru Fujisawa
8ee23ffd62 Bug 1220457 - Show deprecation warning for non-standard RegExp.multiline. r=till
--HG--
extra : rebase_source : 3a13f3373f5a5babf32b09a992dc2f2eee6d2f08
2015-11-01 20:55:15 +09:00
Tooru Fujisawa
bce64ea853 Bug 1229057 - Part 19: Move MacroAssembler::negateDouble into generic macro assembler. r=bbouvier
--HG--
extra : rebase_source : 80373877c472b41810ef5d01565fc947b94fa8b3
2015-12-01 17:04:39 +09:00
Tooru Fujisawa
e30c67bbde Bug 1229057 - Part 18: Move MacroAssembler::negateFloat into generic macro assembler. r=bbouvier
--HG--
extra : rebase_source : 2843fd59b35b8c2dacfb73c03e9bf6e78ecd8efa
2015-12-01 17:04:30 +09:00
Tooru Fujisawa
112088dfd3 Bug 1229057 - Part 17: Move MacroAssembler::neg32 into generic macro assembler. r=bhackett
--HG--
extra : rebase_source : dd91eec870d7197c3238fe7ae5caac443385394f
2015-12-01 17:04:22 +09:00
Tooru Fujisawa
2610c3416c Bug 1229057 - Part 16: Move MacroAssembler::inc64 into generic macro assembler. r=bhackett
--HG--
extra : rebase_source : 7a42f9371196a5c89baeb048565795fdff4341ee
2015-12-01 17:04:14 +09:00
Tooru Fujisawa
58e28820de Bug 1229057 - Part 15: Move MacroAssembler::divDouble into generic macro assembler. r=djvj
--HG--
extra : rebase_source : de9fdc30c8d22fa89a51acfdf3b3608d50e6d096
2015-12-01 17:04:05 +09:00
Tooru Fujisawa
b9e06d6cc8 Bug 1229057 - Part 14: Move MacroAssembler::mulDouble into generic macro assembler. r=djvj
--HG--
extra : rebase_source : 19af54b46245cf94a4010cfc08ed532965b56e3a
2015-12-01 17:03:57 +09:00
Tooru Fujisawa
d58395b6bd Bug 1229057 - Part 13: Move MacroAssembler::mulDoublePtr into generic macro assembler. r=djvj
--HG--
extra : rebase_source : 309611e6bcfe3b2d3408e72285f70af4010b1c1c
2015-12-01 17:03:49 +09:00
Tooru Fujisawa
0d717c30e5 Bug 1229057 - Part 12: Move MacroAssembler::mulBy3 into generic macro assembler. r=sstangl
--HG--
extra : rebase_source : ec480129a2cafedbca2dd777cad53d67bd4d29fd
2015-12-01 17:03:40 +09:00
Tooru Fujisawa
b91e6d55e4 Bug 1229057 - Part 11: Move MacroAssembler::mul64 into generic macro assembler. r=sstangl
--HG--
extra : rebase_source : 54c38c572711f46f433eccd1ef6327bf1ff45acd
2015-12-01 17:03:32 +09:00
Tooru Fujisawa
486d8c3228 Bug 1229057 - Part 10: Move MacroAssembler::mul32 into generic macro assembler. r=sstangl
--HG--
extra : rebase_source : 12a6771d89bb0d212164ab6ba25833e412121753
2015-12-01 17:03:23 +09:00
Tooru Fujisawa
7c3d6d6c52 Bug 1229057 - Part 9: Move MacroAssembler::subDouble into generic macro assembler. r=lth
--HG--
extra : rebase_source : f2009ac9265ffc56dad9dee5cc89b895443ff1a1
2015-12-01 17:03:15 +09:00