WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
170747
Link preload HTMLPreloadScanner support
https://bugs.webkit.org/show_bug.cgi?id=170747
Summary
Link preload HTMLPreloadScanner support
Yoav Weiss
Reported
2017-04-11 13:55:27 PDT
Link preload HTMLPreloadScanner support
Attachments
Patch
(9.46 KB, patch)
2017-04-11 14:37 PDT
,
Yoav Weiss
no flags
Details
Formatted Diff
Diff
Patch
(11.22 KB, patch)
2017-04-11 14:57 PDT
,
Yoav Weiss
no flags
Details
Formatted Diff
Diff
Patch
(11.33 KB, patch)
2017-05-03 00:44 PDT
,
Yoav Weiss
no flags
Details
Formatted Diff
Diff
Patch
(11.40 KB, patch)
2017-05-03 14:07 PDT
,
Yoav Weiss
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Yoav Weiss
Comment 1
2017-04-11 14:37:14 PDT
Created
attachment 306853
[details]
Patch
Yoav Weiss
Comment 2
2017-04-11 14:57:10 PDT
Created
attachment 306857
[details]
Patch
Yoav Weiss
Comment 3
2017-05-02 05:45:37 PDT
Friendly ping :)
youenn fablet
Comment 4
2017-05-02 08:00:16 PDT
Comment on
attachment 306857
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=306857&action=review
> Source/WebCore/html/parser/HTMLPreloadScanner.cpp:149 > + std::optional<CachedResource::Type> type = resourceType();
Use auto maybe?
> LayoutTests/http/tests/preload/preloadscanner_download_resources.html:7 > + shouldBeTrue("internals.isPreloaded('../resources/dummy.js');");
Can you exit early if window.intrrnals is undefined?
> LayoutTests/http/tests/preload/preloadscanner_download_resources.html:8 > + shouldBeTrue("internals.isPreloaded('../resources/dummy.css');");
Exit with a proper message..,
Yoav Weiss
Comment 5
2017-05-03 00:44:44 PDT
Created
attachment 308891
[details]
Patch
Yoav Weiss
Comment 6
2017-05-03 00:46:21 PDT
(In reply to youenn fablet from
comment #4
)
> Comment on
attachment 306857
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=306857&action=review
> > > Source/WebCore/html/parser/HTMLPreloadScanner.cpp:149 > > + std::optional<CachedResource::Type> type = resourceType(); > > Use auto maybe?
done
> > > LayoutTests/http/tests/preload/preloadscanner_download_resources.html:7 > > + shouldBeTrue("internals.isPreloaded('../resources/dummy.js');"); > > Can you exit early if window.intrrnals is undefined?
done
> > > LayoutTests/http/tests/preload/preloadscanner_download_resources.html:8 > > + shouldBeTrue("internals.isPreloaded('../resources/dummy.css');"); > > Exit with a proper message..,
Not sure what you mean, as `shouldBeTrue` has no parameter for a more meaningful message. Can you elaborate?
Yoav Weiss
Comment 7
2017-05-03 14:07:03 PDT
Created
attachment 308949
[details]
Patch
Yoav Weiss
Comment 8
2017-05-03 14:13:59 PDT
Comment on
attachment 308949
[details]
Patch Added a failure message when internals is not available. Thanks for reviewing! :)
WebKit Commit Bot
Comment 9
2017-05-03 14:55:29 PDT
Comment on
attachment 308949
[details]
Patch Clearing flags on attachment: 308949 Committed
r216143
: <
http://trac.webkit.org/changeset/216143
>
WebKit Commit Bot
Comment 10
2017-05-03 14:55:30 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug