gecko/dom/base
2011-04-29 15:50:53 +02:00
..
crashtests Fix for bug 637116 (Leak documents+windows with replaceState, focus, event handler closure). r=mrbkap. 2011-03-03 12:55:55 +01:00
ConsoleAPI.js Bug 616742 - Implement console.debug() (was: Navigation broken on Citytv website); r=ddahl,jonas 2011-04-08 14:20:41 -07:00
ConsoleAPI.manifest Bug 587734: enable the lazy console API added in bug 568629, and hook it up to the Web Console, r=gavin, a=blocking 2010-11-16 16:34:53 -05:00
domerr.msg Bug 641477 - Throw UNSPECIFIED_EVENT_TYPE_ERR if event isn't initialized before dispatching, r=sicking 2011-03-24 13:34:03 +02:00
Makefile.in Bug 639754 - Remove MOZ_IPC checks since IPC is always built now; r=bsmedberg 2011-04-02 19:14:00 -07:00
nsBarProps.cpp Fix bug 642338. r=smaug 2011-04-27 16:54:07 -04:00
nsBarProps.h Fix bug 642338. r=smaug 2011-04-27 16:54:07 -04:00
nsContentPermissionHelper.cpp Bug 628132 - Crash [@ mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame] (from PContentPermissionRequestParent::Send__delete__) [r=cjones a=fennec-crash] DONTBUILD 2011-02-09 11:07:43 -08:00
nsContentPermissionHelper.h Bug 628132 - Crash [@ mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame] (from PContentPermissionRequestParent::Send__delete__) [r=cjones a=fennec-crash] DONTBUILD 2011-02-09 11:07:43 -08:00
nsDOMCID.h
nsDOMClassInfo.cpp Bug 652814 - Rename nsIDOMTouchPoint to nsIDOMTouch (and a *aRetVal = nsnull for bug 648573 comment 19), r=mbrubeck 2011-04-27 14:58:25 +03:00
nsDOMClassInfo.h Bug 648573 - Implement touch event interfaces, r=jst, pref'ed off by default 2011-04-26 15:30:17 +03:00
nsDOMClassInfoClasses.h Bug 652814 - Rename nsIDOMTouchPoint to nsIDOMTouch (and a *aRetVal = nsnull for bug 648573 comment 19), r=mbrubeck 2011-04-27 14:58:25 +03:00
nsDOMClassInfoID.h Backout all of the bugs in the 7e12e3e16e6c pushlog because of the orange. 2011-02-04 16:34:02 -05:00
nsDOMError.h Bug 641477 - Throw UNSPECIFIED_EVENT_TYPE_ERR if event isn't initialized before dispatching, r=sicking 2011-03-24 13:34:03 +02:00
nsDOMException.cpp Bug 641477 - Throw UNSPECIFIED_EVENT_TYPE_ERR if event isn't initialized before dispatching, r=sicking 2011-03-24 13:34:03 +02:00
nsDOMException.h Bug 641477 - Throw UNSPECIFIED_EVENT_TYPE_ERR if event isn't initialized before dispatching, r=sicking 2011-03-24 13:34:03 +02:00
nsDOMJSUtils.h
nsDOMScriptObjectFactory.cpp Bug 641477 - Throw UNSPECIFIED_EVENT_TYPE_ERR if event isn't initialized before dispatching, r=sicking 2011-03-24 13:34:03 +02:00
nsDOMScriptObjectFactory.h
nsDOMScriptObjectHolder.h
nsDOMString.h
nsDOMWindowList.cpp
nsDOMWindowList.h
nsDOMWindowUtils.cpp Bug 651984 - Add ability to detect if a page has registered touch event listeners, r=jst 2011-04-26 15:31:21 +03:00
nsDOMWindowUtils.h Bug 617539 - Fold in nsIDOMWindowUtils_MOZILLA_2_0_BRANCH, r=bz 2011-03-25 11:03:33 -04:00
nsFocusManager.cpp Bug 610305: decom nsEventStateManager r=smaug 2011-04-21 19:35:52 +02:00
nsFocusManager.h Bug 532738 - Do not open the virtual keyboard on untrusted focus (caused by content page scripts) [r=masayuki] 2011-04-20 14:47:40 +02:00
nsGlobalWindow.cpp Fix bug 642338. r=smaug 2011-04-27 16:54:07 -04:00
nsGlobalWindow.h Fix bug 642338. r=smaug 2011-04-27 16:54:07 -04:00
nsGlobalWindowCommands.cpp
nsGlobalWindowCommands.h
nsHistory.cpp Fix for bug 637116 (Leak documents+windows with replaceState, focus, event handler closure). r=mrbkap. 2011-03-03 12:55:55 +01:00
nsHistory.h Bug 617539 - Fold nsIDOMHistory_MOZILLA_2_0_BRANCH back into the main interface, r=smaug 2011-03-25 11:03:34 -04:00
nsIBaseDOMException.h
nsIDOMClassInfo.h
nsIDOMScriptObjectFactory.h
nsIEntropyCollector.idl
nsIJSEventListener.h
nsIJSNativeInitializer.h
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptExternalNameSet.h
nsIScriptGlobalObject.h Bug 620000 - Remove nsXULPDGlobalObject::OnFinalize's language id parameter; r=jst 2011-04-14 14:04:08 +02:00
nsIScriptGlobalObjectOwner.h
nsIScriptNameSpaceManager.h
nsIScriptObjectOwner.h
nsIScriptObjectPrincipal.h
nsIScriptRuntime.h
nsIScriptTimeoutHandler.h
nsJSEnvironment.cpp Bug 651657 - Remove WinCE & Windows Mobile code from dom/* ; r=jst,dolske 2011-04-29 15:50:53 +02:00
nsJSEnvironment.h Fix GC/CC scheduling (bug 630932, patch by gal/smaug, r=mrbkap). a=blocker 2011-02-16 15:47:12 -08:00
nsJSTimeoutHandler.cpp Merge mozilla-central to tracemonkey. 2011-04-11 16:54:01 -07:00
nsJSUtils.cpp Bug 647337 - rm script filename prefix and flag stuff (r=mrbkap) 2011-04-07 14:25:32 -07:00
nsJSUtils.h Bug 647337 - rm script filename prefix and flag stuff (r=mrbkap) 2011-04-07 14:25:32 -07:00
nsLocation.cpp Bug 593174 - Set the referrer properly. It should be the principal's URI, optionally modified if a pushState or replaceState occurred. r=bz, a=blocking 2010-12-15 08:55:13 -08:00
nsMimeTypeArray.cpp
nsMimeTypeArray.h
nsPIDOMWindow.h Bug 651984 - Add ability to detect if a page has registered touch event listeners, r=jst 2011-04-26 15:31:21 +03:00
nsPIWindowRoot.h
nsPluginArray.cpp
nsPluginArray.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsScreen.cpp Bug 651017, part 5: mechanical changes. 2011-04-16 18:22:44 -07:00
nsScreen.h Bug 651017, part 5: mechanical changes. 2011-04-16 18:22:44 -07:00
nsScriptNameSpaceManager.cpp Bug 648573 - Implement touch event interfaces, r=jst, pref'ed off by default 2011-04-26 15:30:17 +03:00
nsScriptNameSpaceManager.h Bug 648573 - Implement touch event interfaces, r=jst, pref'ed off by default 2011-04-26 15:30:17 +03:00
nsWindowRoot.cpp Bug 610305: decom nsEventStateManager r=smaug 2011-04-21 19:35:52 +02:00
nsWindowRoot.h
nsWrapperCache.h Bug 614347 - 'XPConnect-wrapped JSObjects must clear their gray bit when they are handed out'. r=peterv+gal, a=blocking. 2011-02-16 12:47:08 -08:00