WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 184841
Activate NetworkLoadChecker for media loads
https://bugs.webkit.org/show_bug.cgi?id=184841
Summary
Activate NetworkLoadChecker for media loads
youenn fablet
Reported
2018-04-20 14:49:01 PDT
Activate NetworkLoadChecker for media loads
Attachments
Patch
(6.72 KB, patch)
2018-04-20 15:06 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch
(11.49 KB, patch)
2018-04-20 15:55 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch
(11.83 KB, patch)
2018-04-20 16:18 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Patch for landing
(11.79 KB, patch)
2018-04-21 12:51 PDT
,
youenn fablet
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
youenn fablet
Comment 1
2018-04-20 15:06:05 PDT
Created
attachment 338465
[details]
Patch
youenn fablet
Comment 2
2018-04-20 15:55:02 PDT
Created
attachment 338474
[details]
Patch
youenn fablet
Comment 3
2018-04-20 16:18:01 PDT
Created
attachment 338484
[details]
Patch
Eric Carlson
Comment 4
2018-04-20 20:51:29 PDT
Comment on
attachment 338484
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=338484&action=review
> Source/WebKit/Shared/WebCoreArgumentCoders.cpp:1274 > + if (resourceError.isNull()) > + return;
Nit: is it worth adding an ASSERT(resourceError.type() == ResourceError::Type::Null) when resourceError.isNull()?
youenn fablet
Comment 5
2018-04-21 12:49:37 PDT
Comment on
attachment 338484
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=338484&action=review
>> Source/WebKit/Shared/WebCoreArgumentCoders.cpp:1274 >> + return; > > Nit: is it worth adding an ASSERT(resourceError.type() == ResourceError::Type::Null) when resourceError.isNull()?
Will change to check for type() instead, thanks for the review.
youenn fablet
Comment 6
2018-04-21 12:51:08 PDT
Created
attachment 338531
[details]
Patch for landing
WebKit Commit Bot
Comment 7
2018-04-21 13:46:50 PDT
Comment on
attachment 338531
[details]
Patch for landing Clearing flags on attachment: 338531 Committed
r230893
: <
https://trac.webkit.org/changeset/230893
>
WebKit Commit Bot
Comment 8
2018-04-21 13:46:52 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 9
2018-04-21 13:47:22 PDT
<
rdar://problem/39623506
>
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