gecko-dev/dom/prototype
Brendan Dahl 4ac9a7a0eb Bug 1543245 - Prevent HTML script tags from loading twice when using PrototypeDocument. r=smaug
HTML script tags were being loaded once by the element when it was bound
to the tree and a second time by the PrototypeDocumentContentSink. This
patch disables the script element from loading itself.

Differential Revision: https://phabricator.services.mozilla.com/D26823
2019-04-12 13:15:19 -07:00
..
moz.build
PrototypeDocumentContentSink.cpp Bug 1543245 - Prevent HTML script tags from loading twice when using PrototypeDocument. r=smaug 2019-04-12 13:15:19 -07:00
PrototypeDocumentContentSink.h