gecko/dom/base
Ryan VanderMeulen ebd3457021 Backed out 5 changesets (bug 910412) for intermittent crash whack-a-mole.
Backed out changeset e3eb9463b3e1 (bug 910412)
Backed out changeset d5863d302bde (bug 910412)
Backed out changeset 422b66d4b1ca (bug 910412)
Backed out changeset 3431d59d752e (bug 910412)
Backed out changeset b1c0310cdac1 (bug 910412)
2014-03-11 12:17:03 -04:00
..
crashtests Bug 973401 - Handle null from GetURI. r=smaug 2014-02-19 18:23:48 -08:00
test Bug 923247 - patch 3 - audio-active/inactive notifications per window, r=ehsan, r=roc 2014-03-11 10:47:25 +00:00
BarProps.cpp Bug 930498 - BarProps should be got from the inner window not from the outer, r=peterv 2013-10-25 14:12:01 +03:00
BarProps.h
CompositionStringSynthesizer.cpp Bug 974318 part.9 Use WidgetTextEvent::mRanges on CompositionStringSynthesizer r=smaug 2014-03-04 22:48:28 +09:00
CompositionStringSynthesizer.h Bug 974318 part.1 Add WidgetTextEvent::mRanges which is an array class of TextRange r=smaug 2014-03-04 22:48:26 +09:00
Console.cpp Bug 979109 - termination string check in Console.cpp, r=smaug 2014-03-05 03:22:32 +00:00
Console.h Bug 978522 - Console must use LinkedList instead a nsTArray, r=smaug 2014-03-03 00:20:34 +00:00
ConsoleAPI.manifest Bug 965860 - patch 2 - ConsoleAPI written in C++, r=bz 2014-02-27 23:39:00 +00:00
ConsoleAPIStorage.js Bug 965860 - patch 5 - Console inner-window-destroyed observer, r=khuey 2014-02-27 23:39:17 +00:00
Crypto.cpp Bug 964061 - Part 2: Remove nsIDOMCRMFObject; r=bzbarsky 2014-01-27 08:27:06 -08:00
Crypto.h Bug 964061 - Part 2: Remove nsIDOMCRMFObject; r=bzbarsky 2014-01-27 08:27:06 -08:00
DOMCursor.cpp Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey 2014-01-06 21:53:23 -05:00
DOMCursor.h Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey 2014-01-06 21:53:23 -05:00
domerr.msg Backed out 5 changesets (bug 910412) for intermittent crash whack-a-mole. 2014-03-11 12:17:03 -04:00
DOMError.cpp Bug 958816 - Make strings in nsIStackFrame API sane, r=bz 2014-01-20 17:51:41 +01:00
DOMError.h
DOMException.cpp Bug 958816 - Make strings in nsIStackFrame API sane, r=bz 2014-01-20 17:51:41 +01:00
DOMException.h Bug 958816 - Make strings in nsIStackFrame API sane, r=bz 2014-01-20 17:51:41 +01:00
DOMRequest.cpp Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
DOMRequest.h Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey 2014-01-06 21:53:23 -05:00
DOMRequestHelper.jsm Bug 928389 - Default to strong listeners added via DOMRequestHelper. r=fabrice, genelian, bkelly 2013-12-02 21:39:04 +01:00
IndexedDBHelper.jsm Bug 963553 - Prevent IndexedDBHelper.jsm to throw an error if there is no callbacks. r=anygregor 2014-01-25 16:13:04 +01:00
Makefile.in Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
MessageChannel.cpp
MessageChannel.h
MessagePort.cpp Bug 966054 - MessagePort should use StructuredCloneBuffer as internal member, r=smaug 2014-03-05 03:28:20 +00:00
MessagePort.h Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug 2013-11-05 22:16:26 +08:00
MessagePortList.cpp Bug 848294 - Update MessageEvent to be compatible with the spec, r=bz 2013-09-11 16:10:01 +02:00
MessagePortList.h Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug 2013-11-05 22:16:26 +08:00
moz.build Bug 965860 - patch 7 - Console API in workers, r=khuey 2014-02-27 23:39:30 +00:00
Navigator.cpp Bug 936340 - Implement navigator.sendBeacon r=sicking 2014-03-06 10:51:23 -05:00
Navigator.h Bug 936340 - Implement navigator.sendBeacon r=sicking 2014-03-06 10:51:23 -05:00
nsContentPermissionHelper.cpp Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith 2014-02-09 15:34:40 -05:00
nsContentPermissionHelper.h Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith 2014-02-09 15:34:40 -05:00
nsDOMCID.h
nsDOMClassInfo.cpp Bug 975688 part.20 Rename nsDOMTouchEvent and nsDOMTouchList to mozilla::dom::TouchEvent and TouchList r=smaug 2014-02-28 23:58:42 +09:00
nsDOMClassInfo.h Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky 2013-07-09 13:54:21 -04:00
nsDOMClassInfoClasses.h Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky 2013-07-09 13:54:21 -04:00
nsDOMClassInfoID.h Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug 2014-03-05 09:37:43 +09:00
nsDOMJSUtils.h Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger. 2013-10-10 15:22:35 -07:00
nsDOMNavigationTiming.cpp
nsDOMNavigationTiming.h
nsDOMScriptObjectFactory.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsDOMScriptObjectFactory.h
nsDOMString.h
nsDOMWindowList.cpp bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug 2014-01-06 17:34:15 -05:00
nsDOMWindowList.h bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug 2014-01-06 17:34:15 -05:00
nsDOMWindowUtils.cpp Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc 2014-03-11 10:46:55 +00:00
nsDOMWindowUtils.h Bug 975931. Part 10: Refactor nsDOMWindowUtils to use a shared GetDocument method. r=matspal 2014-03-08 22:22:28 +13:00
nsFocusManager.cpp Bug 978023 part.3 Rename nsIMEStateManager to mozilla::IMEStateManager r=smaug 2014-03-08 10:20:07 +09:00
nsFocusManager.h Bug 942240 - Improve the skippability of nsGlobalWindow, r=mccr8 2013-11-24 21:35:34 +02:00
nsGlobalWindow.cpp Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc 2014-03-11 10:46:55 +00:00
nsGlobalWindow.h Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug 2014-03-05 09:37:43 +09:00
nsGlobalWindowCommands.cpp Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz 2014-01-20 08:58:26 +01:00
nsGlobalWindowCommands.h
nsHistory.cpp Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
nsHistory.h
nsIConsoleAPIStorage.idl Bug 965860 - patch 1 - Convert ConsoleAPIStorage in a Service, r=msucan, r=khuey 2014-02-27 23:38:54 +00:00
nsIDOMClassInfo.h Bug 957688 - Remove checkAccess nsIXPCScriptable hook. r=mrbkap 2014-01-24 16:08:25 -08:00
nsIDOMDOMCursor.idl
nsIDOMDOMRequest.idl
nsIDOMScriptObjectFactory.h Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg 2013-09-23 13:25:00 -04:00
nsIEntropyCollector.idl
nsIGlobalObject.cpp Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley 2014-01-07 19:53:31 +01:00
nsIGlobalObject.h Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley 2014-01-07 19:53:31 +01:00
nsIJSNativeInitializer.h
nsIScriptChannel.idl
nsIScriptContext.h Bug 840488 - Remove per-JSContext script toggling. r=bz 2013-11-12 16:43:35 -08:00
nsIScriptExternalNameSet.h
nsIScriptGlobalObject.h Back out ab395abf96b9:837481767455 (bug 972312) for Windows build bustage 2014-02-22 21:39:13 -08:00
nsIScriptNameSpaceManager.h Bug 962290. Remove support for the JavaScript-global-dynamic-nameset category as a way to install lazy properties on the global. r=peterv 2014-01-29 22:33:10 -08:00
nsIScriptObjectPrincipal.h
nsIScriptTimeoutHandler.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsISiteSpecificUserAgent.idl
nsISizeOfEventTarget.h
nsJSEnvironment.cpp Bug 963844 - Scale ICC budget by time between slices. r=smaug 2014-03-06 10:54:37 -08:00
nsJSEnvironment.h Bug 979047, part 4 - Run ICCSliceTime() after PrepareForCollectionSlice. r=smaug 2014-03-04 16:21:48 -08:00
nsJSTimeoutHandler.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsJSUtils.cpp Backed out changeset 5423f1b0599e (bug 979481) 2014-03-10 12:31:34 +01:00
nsJSUtils.h Bug 939332 - Implement Promise.all, Promise.cast, Promise.race. r=bz 2013-11-19 13:53:00 -08:00
nsLocation.cpp Bug 973401 - Handle null from GetURI. r=smaug 2014-02-19 18:23:48 -08:00
nsLocation.h
nsMimeTypeArray.cpp Bug 757726 - Part 6a: Add support for cloaking plugin names in navigator.plugins and navigator.mimeTypes enumeration. r=johns sr=bsmedberg 2013-10-31 22:19:09 -07:00
nsMimeTypeArray.h Bug 757726 - Part 6a: Add support for cloaking plugin names in navigator.plugins and navigator.mimeTypes enumeration. r=johns sr=bsmedberg 2013-10-31 22:19:09 -07:00
nsPerformance.cpp
nsPerformance.h
nsPIDOMWindow.h Bug 923247 - patch 2 - mute and volume per window, r=ehsan, r=roc 2014-03-11 10:46:55 +00:00
nsPIWindowRoot.h
nsPluginArray.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsPluginArray.h Bug 757726 - Part 6a: Add support for cloaking plugin names in navigator.plugins and navigator.mimeTypes enumeration. r=johns sr=bsmedberg 2013-10-31 22:19:09 -07:00
nsQueryContentEventResult.cpp Bug 920377 part.23 Get rid of nsQueryContentEvent r=roc 2013-10-01 16:23:00 +09:00
nsQueryContentEventResult.h Bug 940191 - Build dom/base in unified mode - r=ehsan 2013-11-20 11:29:03 -05:00
nsScreen.cpp Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug 2014-03-05 09:37:43 +09:00
nsScreen.h Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug 2014-01-06 21:53:23 -05:00
nsScriptNameSpaceManager.cpp Bug 962608 - Make PL_DHashTableInit infallible by default. r=briansmith,bsmedberg,ehsan,froydnj,jduell,jfkthame,roc,smaug 2014-02-27 10:04:09 -08:00
nsScriptNameSpaceManager.h Bug 965634 - move nsString construction out of mozilla::dom::Register for a codesize win; r=bz 2014-01-30 14:53:49 -05:00
nsStructuredCloneContainer.cpp Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence 2014-01-09 18:39:36 +01:00
nsStructuredCloneContainer.h
nsWindowMemoryReporter.cpp Bug 977940, part 2 - Don't automatically trigger the ghost window detector during ICC. r=smaug 2014-03-08 05:38:53 -08:00
nsWindowMemoryReporter.h Bug 977940, part 2 - Don't automatically trigger the ghost window detector during ICC. r=smaug 2014-03-08 05:38:53 -08:00
nsWindowRoot.cpp Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug 2013-10-23 07:32:04 +08:00
nsWindowRoot.h Bug 930583 - Stop #including nsEventStateManager in nsWindowRoot.h and nsDocument.h; r=smaug 2013-10-24 14:53:52 -04:00
nsWrapperCache.cpp Bug 937303 - Make CC logger to pass information about compartments, r=mccr8 2013-11-12 15:53:51 +02:00
nsWrapperCache.h Bug 942240 - Improve the skippability of nsGlobalWindow, r=mccr8 2013-11-24 21:35:34 +02:00
nsWrapperCacheInlines.h Bug 942240 - Improve the skippability of nsGlobalWindow, r=mccr8 2013-11-24 21:35:34 +02:00
ObjectWrapper.jsm Bug 965751 - Deprecate ObjectWrapper.jsm, r=bholley, f=fabrice 2014-01-30 11:39:46 -08:00
ScreenOrientation.h Bug 908058 - Add orientation keyword 'default' to express normal orientation. r=mounir, r=blassey 2013-09-30 10:40:41 -04:00
ScriptSettings.cpp Bug 976348 - Change DescribeScriptedCaller to not return a JSScript (r=bholley) 2014-02-25 09:43:14 -06:00
ScriptSettings.h Bug 968460 - Use the incumbent global for nsGlobalWindow::GetCallerGlobal and remove JS_GetScriptedGlobal. r=bz 2014-02-14 22:39:33 -08:00
SiteSpecificUserAgent.js Bug 927633 - Move UA overrides to the child process. r=jchen 2013-10-31 10:09:06 -04:00
SiteSpecificUserAgent.manifest
StructuredCloneTags.h Bug 964293 - Implement Cu.cloneInto() method, r=bholley 2014-01-30 04:45:48 -08:00
URL.cpp Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan 2014-02-03 16:48:38 +00:00
URL.h Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan 2014-02-03 16:48:38 +00:00
URLSearchParams.cpp Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan 2014-02-03 16:48:38 +00:00
URLSearchParams.h Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan 2014-02-03 16:48:38 +00:00
WindowNamedPropertiesHandler.cpp Bug 965154. Make the global scope polluter handle WebIDL Window objects. r=peterv 2014-02-05 13:38:18 -05:00
WindowNamedPropertiesHandler.h