DescriptionGmail mails get modified upon send due to certain extensions
Recently, we changed most code to use the Document URL instead of the
DataSource URL to decide how to treat frames. Generally, the Document URL is
the "one true URL" for the document. However, this change broke some extensions
that were not expecting their content scripts to be injected into some iframes,
such as the compose iframe used by Gmail. Gmail creates the iframe with a URL
of about:blank but then document.write()s into the iframe, changing the URL of
the document. This patch restores the old behavior for the user script slave to
maintain compatibility with these extensions.
BUG=86742
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91180
Patch Set 1 #
Total comments: 1
Patch Set 2 : '' #Patch Set 3 : '' #
Messages
Total messages: 12 (0 generated)
|