Birunthan Mohanathas
|
617866f602
|
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
|
2014-06-18 17:57:51 -07:00 |
|
Jim Chen
|
64ede06933
|
Bug 1013326 - Move script principals APIs to jsfriendapi; r=luke
|
2014-06-06 18:39:40 -04:00 |
|
Ehsan Akhgari
|
4b8f121ea2
|
Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem
|
2014-05-25 21:46:24 -04:00 |
|
Luke Wagner
|
173f88b401
|
Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee)
|
2014-05-15 12:30:45 -05:00 |
|
Ryan VanderMeulen
|
7ecf0dafce
|
Backed out changeset ce34c13388f2 (bug 1007383) for crashtest failures.
|
2014-05-15 14:23:11 -04:00 |
|
Luke Wagner
|
490e85bbf4
|
Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee)
|
2014-05-15 12:30:45 -05:00 |
|
Jon Coppeard
|
80edfe1cd6
|
Bug 959787 - Handlify remaining JS APIs r=sfink r=bholley r=smaug
|
2014-04-02 15:28:03 +01:00 |
|
Jon Coppeard
|
8f185b4070
|
Bug 959787 - Handlify some more GCing APIs r=sfink
|
2014-03-20 09:32:37 +00:00 |
|
Jan de Mooij
|
7a97b6b078
|
Bug 984836 - Rename StackFrame to InterpreterFrame. r=luke
|
2014-03-19 09:28:57 +01:00 |
|
Jon Coppeard
|
dd7bb24003
|
Bug 959787 - Handlify some friend and debug APIs r=sfink r=bholley
|
2014-03-17 16:17:58 +00:00 |
|
Luke Wagner
|
95b94fb1eb
|
Bug 976763 - Change DescribeStack not to return JSScripts or JSFunctions (r=bz)
--HG--
extra : rebase_source : d9a784df61c00421c9a1e360f92ffc763bf49858
|
2014-02-25 09:43:14 -06:00 |
|
Jon Coppeard
|
8a32b66277
|
Bug 961091 - Add fewer store buffer entries when describing the stack r=terrence
|
2014-02-07 11:21:12 +00:00 |
|
Terrence Cole
|
6d61394f63
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 5; r=jonco
--HG--
extra : rebase_source : 13c96b6118408cfb001a3191871cbf7ce4d8a2c3
|
2014-01-17 10:09:38 -08:00 |
|
Boris Zbarsky
|
b90683e91c
|
Bug 932837 part 2. Create a refcounted object to manage the lifetime of a JS::StackDescription. r=mccr8, terrence
|
2014-01-07 19:53:17 -05:00 |
|
Boris Zbarsky
|
949752a3ce
|
Bug 932837 part 1. Make FrameDescription compute the line number lazily. r=jandem
|
2014-01-07 19:53:17 -05:00 |
|
Jan de Mooij
|
2992b45583
|
Bug 955838 - Remove JSScript::enclosingScriptsCompiledSuccessfully() and some unused friend API functions. r=bhackett
|
2014-01-03 11:19:50 +01:00 |
|
Andy Wingo
|
58d29b9c5e
|
Bug 927782 - Part 10: Iterate block chain from compile-time block scope maps, not runtime blockChain. r=luke
|
2013-12-06 18:42:08 +01:00 |
|
Sean Stangl
|
59cdede15c
|
Bug 939505 - Use JS_DEBUG in public headers. r=jorendorff
|
2013-12-06 15:03:08 -08:00 |
|
Ryan VanderMeulen
|
18b77ec498
|
Backed out 12 changesets (bug 927782) for SM rootanalysis orange.
Backed out changeset f86d2d4cfadf (bug 927782)
Backed out changeset 51d6617835d1 (bug 927782)
Backed out changeset eed9795fa80e (bug 927782)
Backed out changeset b971de7edfff (bug 927782)
Backed out changeset 5f086f95b305 (bug 927782)
Backed out changeset 8c74b1f68590 (bug 927782)
Backed out changeset f1237f11edcd (bug 927782)
Backed out changeset d6946bd743b3 (bug 927782)
Backed out changeset cbdd50c96b85 (bug 927782)
Backed out changeset fc7a979712fc (bug 927782)
Backed out changeset c8304ccf88e9 (bug 927782)
Backed out changeset 9d99e9ca7b32 (bug 927782)
|
2013-12-06 15:03:19 -05:00 |
|
Andy Wingo
|
6ecc0822be
|
Bug 927782 - Part 10: Iterate block chain from compile-time block scope maps, not runtime blockChain. r=luke
|
2013-12-06 18:42:08 +01:00 |
|
Birunthan Mohanathas
|
39e3b9e4cc
|
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 |
|
Bobby Holley
|
42c719e380
|
Bug 905926 - Remove watchpoints on all compartments during shutdown, not just the cx compartment. r=billm
|
2013-09-17 09:46:32 -07:00 |
|
Nicholas Nethercote
|
d74157039d
|
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
--HG--
extra : rebase_source : 008ef689989f93b46627b8be8608bdbc544ca3a2
|
2013-08-27 19:59:14 -07:00 |
|
Nicholas Nethercote
|
b6d6b342af
|
Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke.
--HG--
rename : js/src/jsdbgapi.h => js/public/OldDebugAPI.h
rename : js/src/jsdbgapi.cpp => js/src/vm/OldDebugAPI.cpp
extra : rebase_source : 9cd65a698e726c43d88d650f40823367bf98feae
|
2013-08-26 19:05:20 -07:00 |
|