WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
166713
[QuickLook] Consolidate usage of QuickLookHandle into SubresourceLoader
https://bugs.webkit.org/show_bug.cgi?id=166713
Summary
[QuickLook] Consolidate usage of QuickLookHandle into SubresourceLoader
Andy Estes
Reported
2017-01-04 20:40:31 PST
[QuickLook] Consolidate usage of QuickLookHandle into SubresourceLoader
Attachments
Patch
(40.51 KB, patch)
2017-01-04 20:41 PST
,
Andy Estes
no flags
Details
Formatted Diff
Diff
Patch
(42.54 KB, patch)
2017-01-07 05:00 PST
,
Andy Estes
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2017-01-04 20:41:36 PST
Created
attachment 298065
[details]
Patch
WebKit Commit Bot
Comment 2
2017-01-04 20:43:12 PST
Attachment 298065
[details]
did not pass style-queue: ERROR: Source/WebCore/ChangeLog:8: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [5] Total errors found: 1 in 16 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andy Estes
Comment 3
2017-01-07 05:00:09 PST
Created
attachment 298272
[details]
Patch
Alex Christensen
Comment 4
2017-01-07 11:44:39 PST
Comment on
attachment 298272
[details]
Patch ahhhhh, much better. I guess we're ok with appcache not using quicklook for now? See ApplicationCacheGroup, which we ought to also fix so it's not loading in the WebProcess. It uses ResourceHandle directly right now.
Andy Estes
Comment 5
2017-01-07 12:35:28 PST
(In reply to
comment #4
)
> Comment on
attachment 298272
[details]
> Patch > > ahhhhh, much better. > I guess we're ok with appcache not using quicklook for now? See > ApplicationCacheGroup, which we ought to also fix so it's not loading in the > WebProcess. It uses ResourceHandle directly right now.
Yeah, we're ok with this. Documents converted by QuickLook can't have a cache manifest (they aren't HTML), and can't be specified in a cache manifest (they're only loaded as main resources). The old ResourceHandle code would've never even created a QuickLookHandle for ApplicationCacheGroup loads, since it checked that firstRequest's requester was Requester::Main, which is only set by DocumentLoader. Thanks for the review!
WebKit Commit Bot
Comment 6
2017-01-07 13:01:30 PST
Comment on
attachment 298272
[details]
Patch Clearing flags on attachment: 298272 Committed
r210480
: <
http://trac.webkit.org/changeset/210480
>
WebKit Commit Bot
Comment 7
2017-01-07 13:01:35 PST
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