gecko-dev/dom/xul
Jim Chen debcdf257b Bug 1441971 - Restart aborted script load for waiting XULDocument loads; r=bz
When a particular XULDocument load is aborted, its pending script loads
are aborted as well. However, there may be additional XULDocuments
waiting for the same scripts to load. If we continue with the abort, all
the waiting docs will end up with aborted script loads as well.

This patch makes us load the script again for the waiting docs, so that
one aborted doc load does not affect other docs that just happen to be
waiting on the same scripts to load.

MozReview-Commit-ID: FFGBjOLXCDt

--HG--
extra : rebase_source : 945c83eb804c2b8f9901897a23e3e0c6f202aedb
2018-02-28 14:46:06 -05:00
..
crashtests Bug 1425356 - remove some tests that only make sense when XUL templates are supported, r=mrbkap 2017-12-20 14:28:28 +00:00
test Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
moz.build Bug 1434399 part 19. Remove nsIXULDocument. r=mystor 2018-01-31 14:49:29 -05:00
nsForwardReference.h
nsIController.idl
nsIControllers.idl
nsIXULOverlayProvider.idl
nsIXULSortService.idl Bug 1425356 - remove XUL template support, r=bz 2017-12-19 14:11:06 +00:00
nsXULCommandDispatcher.cpp Bug 1432944 part 11. Remove nsIDOMElement::GetAttribute. r=mccr8 2018-01-29 23:28:00 -05:00
nsXULCommandDispatcher.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsXULContentSink.cpp Bug 1440741 - Remove all members from nsIDOMHTMLFormElement. r=qdot 2018-02-23 19:28:08 +01:00
nsXULContentSink.h Bug 1373984 - Turn nsIDocument::mCharacterSet into mozilla::NotNull<const mozilla::Encoding*>. r=hsivonen 2017-06-18 20:37:50 +09:00
nsXULContentUtils.cpp Bug 1434399 part 5. Remove nsIDOMXULDocument's commandDispatcher attribute. r=mystor 2018-01-31 14:49:27 -05:00
nsXULContentUtils.h Bug 1425356 - remove XUL template support, r=bz 2017-12-19 14:11:06 +00:00
nsXULControllers.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsXULControllers.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsXULElement.cpp Bug 1447828 part 6 - Have only a single nsLayoutStylesheetCache instance. r=emilio 2018-03-29 02:34:34 +11:00
nsXULElement.h Bug 1335191 - Remove support for the attributes "activetitlebarcolor" and "inactivetitlebarcolor" for XUL window elements. r=emilio 2018-03-24 01:14:23 -04:00
nsXULPopupListener.cpp Bug 1446711 part 7. Switch the nsIDOMMouseEvent::MOZ_SOURCE_* constants over to MouseEventBinding. r=qdot 2018-03-20 00:16:06 -04:00
nsXULPopupListener.h Bug 1446711 part 8. Get rid of nsIDOMMouseEvent. r=qdot 2018-03-20 00:16:07 -04:00
nsXULPrototypeCache.cpp Bug 1447828 part 2 - Remove StyleBackendType uses from nsXULPrototypeCache. r=emilio 2018-03-29 02:31:23 +11:00
nsXULPrototypeCache.h Bug 1447828 part 2 - Remove StyleBackendType uses from nsXULPrototypeCache. r=emilio 2018-03-29 02:31:23 +11:00
nsXULPrototypeDocument.cpp Bug 1440808 - Cleanup error handling in nsXULPrototypeDocument::Read. r=mccr8 2018-02-22 11:33:20 -08:00
nsXULPrototypeDocument.h Bug 1434399 part 19. Remove nsIXULDocument. r=mystor 2018-01-31 14:49:29 -05:00
nsXULSortService.cpp Bug 1425440 - Replace RemoveChildAt_Deprecated with RemoveChildNode in nsXULSortService, r=catalinb 2018-01-16 14:17:10 +01:00
nsXULSortService.h Bug 1425356 - remove various dead XUL sort attributes, r=bz,florian 2017-12-20 15:08:27 +00:00
XULDocument.cpp Bug 1441971 - Restart aborted script load for waiting XULDocument loads; r=bz 2018-02-28 14:46:06 -05:00
XULDocument.h Bug 1444525: Extract the logic to see if we're a top-level chrome window. r=bz 2018-03-17 15:55:24 +01:00