.. |
crashtests
|
Bug 708405. Make sure to propagate out failures from JS_HasPropertyById in the old nodelist resolve hook. r=mrbkap
|
2011-12-15 14:36:46 -05:00 |
ConsoleAPI.js
|
Bug 696288 - Regression: Processing.js Performance Tests don't work; r=ddahl,smaug
|
2011-10-24 11:12:24 +03: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 |
ConsoleAPIStorage.jsm
|
Bug 612658 - Implement ConsoleAPIStorage - add caching for the window.console API; r=gavin.sharp,ddahl sr=bzbarsky
|
2011-08-24 23:34:16 +03:00 |
Makefile.in
|
Bug 697383 - implement navigator.mozApps - Part 1 : mozApps DOM API [r=mfinkle]
|
2011-11-28 12:13:26 -08:00 |
Navigator.cpp
|
Fixing bug 690952. Move window.navigator from the outer window to the inner window, and stop persisting it across same origin page navigations. r=mrbkap@gmail.com
|
2011-12-01 00:28:16 -08:00 |
Navigator.h
|
Fixing bug 690952. Move window.navigator from the outer window to the inner window, and stop persisting it across same origin page navigations. r=mrbkap@gmail.com
|
2011-12-01 00:28:16 -08:00 |
StructuredCloneTags.h
|
Bug 661877 - Enable storing files in IndexedDB. r=bent
|
2011-12-16 08:34:24 +01:00 |
Webapps.js
|
Bug 709875 - add enumerateAll to navigator.mozApps API [r=gal]
|
2011-12-15 09:20:57 -08:00 |
Webapps.jsm
|
Bug 709875 - add enumerateAll to navigator.mozApps API [r=gal]
|
2011-12-15 09:20:57 -08:00 |
Webapps.manifest
|
Bug 697383 - implement navigator.mozApps - Part 1 : mozApps DOM API [r=mfinkle]
|
2011-11-28 12:13:26 -08:00 |
domerr.msg
|
Bug 687361: Implement the new IndexedDB setVersion API. r=bent
|
2011-10-20 12:10:56 -04:00 |
nsBarProps.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsBarProps.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07: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 708405. Make sure to propagate out failures from JS_HasPropertyById in the old nodelist resolve hook. r=mrbkap
|
2011-12-15 14:36:46 -05:00 |
nsDOMClassInfo.h
|
Bug 692630: Support multi-entry indexes. r=bent
|
2011-12-04 09:39:01 -08:00 |
nsDOMClassInfoClasses.h
|
Bug 589640 part 1. Add an SVGUnknownElement, like HTMLUnknownElement, so random elements in the SVG namespace create SVGElements (instead of XML Elements). r=bzbarsky
|
2011-12-08 01:32:11 -05:00 |
nsDOMClassInfoID.h
|
Bug 638328 - Use DOMCI_CASTABLE_INTERFACE on nsIDOMWebGLRenderingContext and nsIWebGLUniformLocation - r=peterv
|
2011-10-13 08:09:22 -04:00 |
nsDOMError.h
|
Bug 687361: Implement the new IndexedDB setVersion API. r=bent
|
2011-10-20 12:10:56 -04:00 |
nsDOMException.cpp
|
Bug 605174 - Fix a number of build warnings in dom/ (based on patch by Ms2ger <ms2ger@gmail.com>); r=peterv
|
2011-09-18 20:02:27 +01:00 |
nsDOMException.h
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
nsDOMJSUtils.h
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
|
2010-05-18 15:28:37 +03:00 |
nsDOMMemoryReporter.cpp
|
Fixing bug 704621. Report DOM memory usage in about:memory by windows and show whether a window is active, cached, or potentially leaked. Also group windows by the top level window they're contained in. r=njn,mounir
|
2011-12-08 21:42:20 -08:00 |
nsDOMMemoryReporter.h
|
Fixing bug 704621. Report DOM memory usage in about:memory by windows and show whether a window is active, cached, or potentially leaked. Also group windows by the top level window they're contained in. r=njn,mounir
|
2011-12-08 21:42:20 -08:00 |
nsDOMNavigationTiming.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsDOMNavigationTiming.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsDOMScriptObjectFactory.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsDOMScriptObjectFactory.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsDOMScriptObjectHolder.h
|
Bug 698397 - Introduce nsScriptObjectHolder::setScript; r=bz
|
2011-11-26 11:12:18 +01:00 |
nsDOMString.h
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsDOMWindowList.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsDOMWindowList.h
|
…
|
|
nsDOMWindowUtils.cpp
|
Bug 661877 - Enable storing files in IndexedDB. r=bent
|
2011-12-16 08:34:24 +01:00 |
nsDOMWindowUtils.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsFocusManager.cpp
|
Backout 80831e4a10de (bug 706672) for build failures on a CLOSED TREE
|
2011-12-15 22:09:55 +00:00 |
nsFocusManager.h
|
Bug 685395 part.3 Rename SetInputMode()/GetInputMode() to SetInputContext()/GetInputContext() and make SetInputContext() take the reason by a separated argument r=roc, sr=matspal
|
2011-11-27 20:51:52 +09:00 |
nsGlobalWindow.cpp
|
Bug 709493 - Return JSObject* from nsIScriptHandler::GetScriptObject() rather than returning void to remove casting. f=Ms2ger r=bz
|
2011-12-15 21:03:33 +01:00 |
nsGlobalWindow.h
|
Bug 704593 - Remove JS-specific nsGlobalWindow::ClearTimeoutOrInterval(); r=jst
|
2011-11-26 11:23:25 +01:00 |
nsGlobalWindowCommands.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsGlobalWindowCommands.h
|
…
|
|
nsHistory.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04: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
|
Fix for bug 519614 (Having to QI javascript scriptable helpers to nsIXPCScriptable is silly). r=mrbkap.
|
2009-09-28 23:00:35 +02:00 |
nsIDOMScriptObjectFactory.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsIEntropyCollector.idl
|
…
|
|
nsIJSEventListener.h
|
Bug 702036 - JSEventListener could have weak mTarget to reduce CC overhead, r=bz
|
2011-11-29 11:44:06 +02:00 |
nsIJSNativeInitializer.h
|
…
|
|
nsIScriptChannel.idl
|
…
|
|
nsIScriptContext.h
|
Bug 698410 - Pass JSObject to nsIScriptContext::InitClasses; r=jmaher
|
2011-11-26 11:19:45 +01:00 |
nsIScriptExternalNameSet.h
|
…
|
|
nsIScriptGlobalObject.h
|
Bug 694769 - Remove nsIScriptContext::GetScriptGlobal in favour of GetGlobalJSObject; r=smaug
|
2011-10-29 22:09:04 +02:00 |
nsIScriptGlobalObjectOwner.h
|
…
|
|
nsIScriptNameSpaceManager.h
|
Fixing bug 641552. Add mechanism for dynamically registering properties on the navigator object in all pages. r=peterv
|
2011-09-06 15:01:01 -04:00 |
nsIScriptObjectOwner.h
|
Bug 659350 part 5. The guts of the change to move from storing inline event handlers on the JSObject to storing them in the event listener manager directly, so we can easily set/read them via IDL.
|
2011-08-24 15:49:25 -04:00 |
nsIScriptObjectPrincipal.h
|
…
|
|
nsIScriptRuntime.h
|
Bug 696660 - Outparamdel nsIScriptRuntime::CreateContext; r=mrbkap
|
2011-11-16 08:50:19 +01:00 |
nsIScriptTimeoutHandler.h
|
Bug 709493 - Return JSObject* from nsIScriptHandler::GetScriptObject() rather than returning void to remove casting. f=Ms2ger r=bz
|
2011-12-15 21:03:33 +01:00 |
nsJSEnvironment.cpp
|
Bug 704400 - Implement --enable-dmd. r=khuey.
|
2011-12-08 19:09:36 -08:00 |
nsJSEnvironment.h
|
Bug 698410 - Pass JSObject to nsIScriptContext::InitClasses; r=jmaher
|
2011-11-26 11:19:45 +01:00 |
nsJSTimeoutHandler.cpp
|
Bug 709493 - Return JSObject* from nsIScriptHandler::GetScriptObject() rather than returning void to remove casting. f=Ms2ger r=bz
|
2011-12-15 21:03:33 +01:00 |
nsJSUtils.cpp
|
Bug 632064 - remove JS_GetScopeChain (r=mrbkap)
|
2011-09-28 17:57:27 -07:00 |
nsJSUtils.h
|
Bug 670896 - Add inner window ID and timestamp to nsIScriptError2; r=bzbarsky
|
2011-08-24 23:44:35 +03:00 |
nsLocation.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsLocation.h
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsMimeTypeArray.cpp
|
Fixing bug 690952. Move window.navigator from the outer window to the inner window, and stop persisting it across same origin page navigations. r=mrbkap@gmail.com
|
2011-12-01 00:28:16 -08:00 |
nsMimeTypeArray.h
|
Fixing bug 690952. Move window.navigator from the outer window to the inner window, and stop persisting it across same origin page navigations. r=mrbkap@gmail.com
|
2011-12-01 00:28:16 -08:00 |
nsPIDOMWindow.h
|
Bug 698400 - Use setObject in nsXBLPrototypeHandler::EnsureEventHandler; r=jst
|
2011-11-26 11:14:29 +01:00 |
nsPIWindowRoot.h
|
Bug 703150 Cannot drag scrollbar thumb if stopPropagation() of mousedown event is called r+sr=smaug
|
2011-11-25 10:09:58 +09:00 |
nsPerformance.cpp
|
Bug 675615 - Fix web timing to support keep-alive connections, r=Olli.Pettay
|
2011-08-08 14:20:03 +02:00 |
nsPerformance.h
|
Bug 659126 - Implement additional NavigationTiming properties
|
2011-07-04 18:44:00 +02:00 |
nsPluginArray.cpp
|
Fixing bug 690952. Move window.navigator from the outer window to the inner window, and stop persisting it across same origin page navigations. r=mrbkap@gmail.com
|
2011-12-01 00:28:16 -08:00 |
nsPluginArray.h
|
Fixing bug 690952. Move window.navigator from the outer window to the inner window, and stop persisting it across same origin page navigations. r=mrbkap@gmail.com
|
2011-12-01 00:28:16 -08:00 |
nsQueryContentEventResult.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsQueryContentEventResult.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsScreen.cpp
|
Bug 702256 - "[Gonk] Add DOM API for turning screen on/off and adjusting the screen's brightness" r=cjones,mounir
|
2011-12-05 01:07:00 +08:00 |
nsScreen.h
|
Bug 702256 - "[Gonk] Add DOM API for turning screen on/off and adjusting the screen's brightness" r=cjones,mounir
|
2011-12-05 01:07:00 +08:00 |
nsScriptNameSpaceManager.cpp
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
|
2011-10-17 10:59:28 -04:00 |
nsScriptNameSpaceManager.h
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsStructuredCloneContainer.cpp
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
nsStructuredCloneContainer.h
|
Bug 551225 - Make pushState use structured clone. r=zpao, sicking
|
2011-04-24 22:30:54 -04:00 |
nsWindowRoot.cpp
|
Bug 703150 Cannot drag scrollbar thumb if stopPropagation() of mousedown event is called r+sr=smaug
|
2011-11-25 10:09:58 +09:00 |
nsWindowRoot.h
|
Bug 658714 Part 10: Remove nsIDOM3EventTarget/nsIDOMEventGroup. r=smaug
|
2011-06-23 19:18:02 -07:00 |
nsWrapperCache.h
|
Fix for bug 693258 (Fixes for test failures when turning off new list DOM bindings). r=bz/Waldo.
|
2011-10-13 15:36:09 +02:00 |
nsWrapperCacheInlines.h
|
Bug 648801 (new DOM list bindings) - Rename xpc::dom to mozilla::dom::binding. r=bz/jst/mrbkap.
|
2011-08-20 15:53:32 +02:00 |