gecko-dev/dom/interfaces/base
Barret Rennie b32c02517c Bug 1510569 - Port onStateChange notifications inside WebProgressChild.jsm to C++ r=baku,kmag
We now also only access the document when the state is
nsIWebProgress::STATE_STOP. The comments in the previous code indicated that
touching the document inside the event handler when the state is not STATE_STOP
would result in the content creating a new about:blank document to retrieve the
values from. However, it then went on to do this in another location, causing a
document to be created whenever we received an onStateChange event. This should
no longer occur.

Differential Revision: https://phabricator.services.mozilla.com/D28125

--HG--
extra : moz-landing-system : lando
2019-05-02 16:20:34 +00:00
..
domstubs.idl Bug 1455676 part 10. Remove use of nsIDOMNode from remaining xpidl. r=qdot 2018-05-29 22:58:49 -04:00
moz.build Bug 1534395 - Rename nsITabChild to nsIBrowserChild. r=nika,mconley 2019-04-09 18:15:02 -05:00
nsIBrowser.idl Bug 1510569 - Port onStateChange notifications inside WebProgressChild.jsm to C++ r=baku,kmag 2019-05-02 16:20:34 +00:00
nsIBrowserChild.idl Bug 1534395 - Rename nsITabChild to nsIBrowserChild. r=nika,mconley 2019-04-09 18:15:02 -05:00
nsIBrowserDOMWindow.idl Bug 1527287 - Add support for "noreferrer" feature argument to window.open(); r=qdot 2019-04-24 20:29:19 -04:00
nsIContentPermissionPrompt.idl Bug 1536454 - Part 1 - Add userHadInteractedWithDocument and documentDOMContentLoadedTimestamp attributes to nsIContentPermissionPrompt. r=Ehsan 2019-04-18 13:43:05 +00:00
nsIContentPrefService2.idl
nsIContentProcess.idl Bug 1455674 part 10. Remove nsIDOMElement use from remaining dom/ xpidl files. r=qdot 2018-04-26 23:36:10 -04:00
nsIDOMChromeWindow.idl Bug 1455674 part 10. Remove nsIDOMElement use from remaining dom/ xpidl files. r=qdot 2018-04-26 23:36:10 -04:00
nsIDOMGlobalPropertyInitializer.idl
nsIDOMWindow.idl Bug 806072 - Make nsIDOMWindow builtinclass. r=bzbarsky 2019-04-21 02:39:10 +00:00
nsIDOMWindowUtils.idl Bug 253889 - part 2: Move all methods and public structs of nsIPresShell into mozilla::PresShell r=emilio 2019-05-01 02:27:53 +00:00
nsIFocusManager.idl Bug 1545359: indicate 'focusedElement' in nsIFocusManager.idl can be an anonymous descendant of the element which was focused r=NeilDeakin 2019-04-29 13:30:35 +00:00
nsIQueryContentEventResult.idl
nsIRemoteTab.idl Bug 1493225, part 1 - Cancel content JS when navigating through history to prevent hangs r=smaug 2019-04-30 23:56:17 +00:00
nsIServiceWorkerManager.idl Bug 1523454 - Expose isParentInterceptEnabled in nsIServiceWorkerManager;r=asuth 2019-02-08 20:05:34 +00:00
nsIStructuredCloneContainer.idl Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsITextInputProcessor.idl Bug 1343955 - part 3: Implement similar C++ utility of _computeKeyCodeFromChar() in EventUtils.js and make it accssible with nsITextInputProcessor for EventUtils.js r=smaug 2018-10-03 09:24:15 +00:00
nsITextInputProcessorCallback.idl