gecko-dev/dom/prototype
Brendan Dahl 0d976daec9 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.

Depends on D26822

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

--HG--
extra : moz-landing-system : lando
2019-04-10 06:36:06 +00:00
..
moz.build
PrototypeDocumentContentSink.cpp Bug 1543245 - Prevent HTML script tags from loading twice when using PrototypeDocument. r=smaug 2019-04-10 06:36:06 +00:00
PrototypeDocumentContentSink.h