DescriptionWebfonts should not block load event for more than one frame
This patch fixes a bug that frame's load event does not fire when
FontLoader::loadPendingFonts does not start any load because all the
pending fonts are already started loading. This happens when a webfont
is used in multiple iframes; only one of them actually starts the load.
After this patch, if a font is used in multiple frames, subsequent
frames do not schedule a load (hence do not block the load event).
BUG=401846
TEST=fast/css/font-face-iframe-onload.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180321
Patch Set 1 : #
Total comments: 2
Patch Set 2 : #
Total comments: 2
Patch Set 3 : Merge flags into an enum #
Messages
Total messages: 11 (0 generated)
|