|
Don't preload all tokens
Turns out we're not really ready to do this.
The preloader has lots of bugs at least in the
re-use-existing-preload logic. Yes, we should fix
these bugs. Yes, making all tokens go through the
preloader would force us to fix these bugs. But
until we do, it seems better to sweep them back
under the rug (and just have flakiness in the wild)
rather than making preloader bugs completely
unavoidable by forcing every token through it.
This is a partial revert of:
https://codereview.chromium.org/302063002/
BUG= 356292, 388308, 389226
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177044
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+5 lines, -43 lines) |
Patch |
 |
M |
LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test.html
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test-expected.txt
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.html
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/insecure-script-in-data-iframe-in-main-frame-blocked-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/insecure-script-in-main-frame-allowed-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/insecure-script-in-main-frame-blocked-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/platform/mac/fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/tables/mozilla_expected_failures/bugs/bug128876-expected.txt
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/parser/HTMLDocumentParser.cpp
|
View
|
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|