Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Issue 135273010: Enable HTMLImageElement to avoid immediate src loading when parsed (Closed)

Created:
6 years, 10 months ago by Yoav Weiss
Modified:
6 years, 10 months ago
Reviewers:
CC:
blink-reviews, dglazkov+blink, sof, eae+blinkwatch, adamk+blink_chromium.org, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Enable HTMLImageElement to avoid immediate src loading when parsed BUG= This CL enables the HTMLImageElement to avoid loading of the src resources when parsed, while maintaining the immediate src loading behavior when src is set by JS. /* Do not commit - This approach breaks innerHTML, so it's not a valid approach */

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M Source/core/dom/Element.h View 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/dom/Element.cpp View 4 chunks +8 lines, -0 lines 0 comments Download
M Source/core/html/HTMLImageElement.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698