.. |
test
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
ChromeWorkerScope.cpp
|
Bug 813867 - 'Report memory for web workers that use ctypes'. r=jlebar+jorendorff.
|
2012-12-30 10:21:52 -08:00 |
ChromeWorkerScope.h
|
|
|
DOMBindingBase.cpp
|
Bug 855145 - DeMACROize the JS tracing interfaces; r=billm,mccr8
|
2013-03-26 15:10:34 -07:00 |
DOMBindingBase.h
|
Bug 793025: Convert FileReaderSync to WebIDL bindings. r=bz
|
2012-09-20 19:47:47 -07:00 |
DOMBindingInlines.h
|
Bug 795542 - Part 2: Implement StringEncoding API objects in Workers. r=bent
|
2012-12-22 09:16:14 +09:00 |
EventListenerManager.cpp
|
Bug 855145 - DeMACROize the JS tracing interfaces; r=billm,mccr8
|
2013-03-26 15:10:34 -07:00 |
EventListenerManager.h
|
Bug 853910 part 1. Stop using prclist for our list of ListenerCollections. r=khuey
|
2013-03-27 22:47:25 -04:00 |
Events.cpp
|
Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan
|
2012-10-11 18:38:04 -05:00 |
Events.h
|
Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan
|
2012-10-11 18:38:04 -05:00 |
EventTarget.cpp
|
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
|
2012-11-10 10:45:52 -05:00 |
EventTarget.h
|
Bug 822399 - Make Event to use Paris bindings, r=peterv
|
2013-03-09 13:34:29 +02:00 |
Exceptions.cpp
|
Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan
|
2012-10-11 18:38:04 -05:00 |
Exceptions.h
|
|
|
File.cpp
|
Bug 832419 - 'Clean up IPC blobs'. r=sicking.
|
2013-01-17 12:17:33 -08:00 |
File.h
|
|
|
FileReaderSync.cpp
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
FileReaderSync.h
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
ImageData.cpp
|
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
|
2012-11-14 09:56:26 -08:00 |
ImageData.h
|
|
|
Location.cpp
|
Bug 766448 - Refactor JSPropertySpec and JS_DefineProperties to accept JSJitInfos. (r=Waldo)
|
2012-08-07 22:26:18 -07:00 |
Location.h
|
|
|
Makefile.in
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
moz.build
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
Navigator.cpp
|
Bug 766448 - Refactor JSPropertySpec and JS_DefineProperties to accept JSJitInfos. (r=Waldo)
|
2012-08-07 22:26:18 -07:00 |
Navigator.h
|
|
|
Principal.cpp
|
|
|
Principal.h
|
|
|
Queue.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
RuntimeService.cpp
|
Backed out changeset 7112a6c1efee (bug 734691) for Win8 xpcshell hangs and possible leaks on a CLOSED TREE.
|
2013-03-29 18:18:38 -04:00 |
RuntimeService.h
|
Bug 828887 - "unused-arenas" is not freed unless worker is idle for 5 seconds. r=bent
|
2013-01-10 23:50:40 +01:00 |
ScriptLoader.cpp
|
bug 856700 - don't check the result of infalible nsTArray::SwapElements() in dom/ r=khuey
|
2013-04-01 13:35:13 -04:00 |
ScriptLoader.h
|
Bug 587251 - new Worker(badURL) should throw a SECURITY_ERR. r=khuey
|
2013-03-08 07:27:21 +09:00 |
TextDecoder.cpp
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
TextDecoder.h
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
TextEncoder.cpp
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
TextEncoder.h
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
URL.cpp
|
Bug 847007: Remove nsIContent includes r=Ms2ger
|
2013-03-21 20:05:20 -04:00 |
URL.h
|
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
|
2013-02-15 21:04:11 +13:00 |
Worker.cpp
|
Bug 854001 part 1. Give workers that are pretending to be on WebIDL bindings separate JSClasses for instance objects and prototype objects. r=peterv,bent
|
2013-03-28 15:43:33 -04:00 |
Worker.h
|
Fix for bug 778152 (Content window does not have an XMLHttpRequest property when accessed via an Xray wrapper in a subscript). r=bz.
|
2012-10-09 20:50:27 +02:00 |
WorkerFeature.h
|
|
|
WorkerInlines.h
|
|
|
WorkerPrivate.cpp
|
bug 856700 - don't check the result of infalible nsTArray::SwapElements() in dom/ r=khuey
|
2013-04-01 13:35:13 -04:00 |
WorkerPrivate.h
|
Bug 587251 - new Worker(badURL) should throw a SECURITY_ERR. r=khuey
|
2013-03-08 07:27:21 +09:00 |
Workers.h
|
|
|
WorkerScope.cpp
|
Bug 855145 - DeMACROize the JS tracing interfaces; r=billm,mccr8
|
2013-03-26 15:10:34 -07:00 |
WorkerScope.h
|
|
|
XMLHttpRequest.cpp
|
Bug 820170 - nsDOMEventTarget holds a global. r=smaug
|
2013-04-04 11:30:36 +02:00 |
XMLHttpRequest.h
|
Bug 843508 - Remove support for multipart XHR responses. r=jst.
|
2013-03-04 11:06:15 +02:00 |
XMLHttpRequestEventTarget.cpp
|
|
|
XMLHttpRequestEventTarget.h
|
|
|
XMLHttpRequestUpload.cpp
|
Bug 855145 - DeMACROize the JS tracing interfaces; r=billm,mccr8
|
2013-03-26 15:10:34 -07:00 |
XMLHttpRequestUpload.h
|
|
|