WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
184946
Move all calls to ResourceLoader::start to WebKitLegacy
https://bugs.webkit.org/show_bug.cgi?id=184946
Summary
Move all calls to ResourceLoader::start to WebKitLegacy
Alex Christensen
Reported
2018-04-24 17:40:03 PDT
Move all calls to ResourceLoader::start to WebKitLegacy
Attachments
Patch
(9.01 KB, patch)
2018-04-24 17:52 PDT
,
Alex Christensen
aestes
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2018-04-24 17:52:10 PDT
Created
attachment 338691
[details]
Patch
Andy Estes
Comment 2
2018-08-01 14:29:22 PDT
Comment on
attachment 338691
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=338691&action=review
> Source/WebCore/loader/ResourceLoader.h:155 > + ResourceRequest takeDeferredRequest() { return std::exchange(m_deferredRequest, ResourceRequest()); }
Can ResourceRequest() be replaced with { }?
Alex Christensen
Comment 3
2018-08-01 15:09:23 PDT
Yes!
http://trac.webkit.org/r234483
Radar WebKit Bug Importer
Comment 4
2018-08-01 20:22:34 PDT
<
rdar://problem/42840212
>
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