..
test
Bug 848098 - Annotate test_recursion.html for intermittent OSX asserts.
2013-08-09 16:58:56 -04:00
ChromeWorkerScope.cpp
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
2013-07-26 10:00:38 +01:00
ChromeWorkerScope.h
Bug 868312: Various dom rooting fixes r=bz
2013-05-04 03:52:57 -04:00
DOMBindingBase.cpp
Bug 908351. Stop over-including DOMJSClass.h, so we don't rebuild as much when PrototypeList.h changes. We do this by factoring out the slot macros into a separate header and including that. r=khuey
2013-08-23 22:42:39 -04:00
DOMBindingBase.h
Bug 860573 - Part 1 - Store wrapper cache flags separately to the object pointer r=smaug
2013-06-08 09:53:21 +01:00
DOMBindingInlines.h
Bug 908576 part 7. Move the various DOMProxyHandler classes into the binding implementation files. r=smaug
2013-08-23 22:42:42 -04:00
EventListenerManager.cpp
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
EventListenerManager.h
Bug 868312 finale: finish rooting dom/ code. r=smaug
2013-05-17 21:48:25 -04:00
Events.cpp
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
Events.h
Bug 905017 (part 2, attempt 2) - Move structured clone stuff from jsapi.{h,cpp} and jsclone.{h,cpp} to js/StructuredClone.{h,cpp}. r=billm.
2013-08-19 23:43:47 -07:00
EventTarget.cpp
Bug 868312 finale: finish rooting dom/ code. r=smaug
2013-05-17 21:48:25 -04:00
EventTarget.h
Bug 865377. Give EventTarget a chrome-only getter that returns its global. r=smaug
2013-05-30 17:46:39 -04:00
Exceptions.cpp
Bug 904962 (part 5) - Don't #include jsprf.h in three places it isn't needed. r=luke.
2013-08-11 23:34:14 -07:00
Exceptions.h
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
2013-08-17 15:50:18 -07:00
File.cpp
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
File.h
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
2013-08-17 15:50:18 -07:00
FileReaderSync.cpp
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
2013-08-22 22:17:08 -07:00
FileReaderSync.h
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
2013-08-22 22:17:08 -07:00
Location.cpp
Bug 878600 - Move WorkerLocation to WebIDL; r=khuey
2013-07-24 09:41:55 +02:00
Location.h
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
2013-08-17 15:50:18 -07:00
Makefile.in
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
2013-08-22 08:56:01 +02:00
moz.build
Bug 903772: Part 7 - Remove the worker thread TextEncoder implementation. r=emk
2013-08-22 22:17:10 -07:00
Navigator.cpp
Bug 878401 - Move WorkerNavigator to WebIDL; r=khuey
2013-07-24 09:38:23 +02:00
Navigator.h
Bug 878401 - Move WorkerNavigator to WebIDL; r=khuey
2013-07-24 09:38:23 +02:00
Principal.cpp
Principal.h
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
2013-08-17 15:50:18 -07:00
Queue.h
RuntimeService.cpp
Bug 899367 - Only use JSOPTION_UNROOTED_GLOBAL for DOM JSContexts. r=mccr8
2013-08-27 15:21:37 -07:00
RuntimeService.h
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
2013-08-17 15:50:18 -07:00
ScriptLoader.cpp
Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
2013-07-29 16:45:27 -07:00
ScriptLoader.h
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
2013-08-17 15:50:18 -07:00
URL.cpp
Bug 903772: Part 4 - Harmonize main thread and worker dictionary implementations. r=peterv
2013-08-22 22:17:09 -07:00
URL.h
Bug 903772: Part 4 - Harmonize main thread and worker dictionary implementations. r=peterv
2013-08-22 22:17:09 -07:00
Worker.cpp
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
Worker.h
Bug 908351. Stop over-including DOMJSClass.h, so we don't rebuild as much when PrototypeList.h changes. We do this by factoring out the slot macros into a separate header and including that. r=khuey
2013-08-23 22:42:39 -04:00
WorkerFeature.h
WorkerInlines.h
WorkerPrivate.cpp
Bug 908576 part 3. Get rid of PrototypeIDMap structs. r=smaug
2013-08-23 22:42:41 -04:00
WorkerPrivate.h
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
2013-08-17 15:50:18 -07:00
Workers.h
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
WorkerScope.cpp
Bug 903772: Part 7 - Remove the worker thread TextEncoder implementation. r=emk
2013-08-22 22:17:10 -07:00
WorkerScope.h
XMLHttpRequest.cpp
Bug 903772: Part 4 - Harmonize main thread and worker dictionary implementations. r=peterv
2013-08-22 22:17:09 -07:00
XMLHttpRequest.h
Bug 903772: Part 4 - Harmonize main thread and worker dictionary implementations. r=peterv
2013-08-22 22:17:09 -07:00
XMLHttpRequestEventTarget.cpp
XMLHttpRequestEventTarget.h
Bug 868312 finale: finish rooting dom/ code. r=smaug
2013-05-17 21:48:25 -04:00
XMLHttpRequestUpload.cpp
XMLHttpRequestUpload.h