Bug 199528

Summary: Fix accidental copies in NetworkLoadChecker.cpp
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKit2Assignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Trivial CC: commit-queue, ews-watchlist, mcatanzaro, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 104114    
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews211 for win-future none

Michael Catanzaro
Reported 2019-07-05 12:58:36 PDT
Coverity noticed that we are copying a ResourceRequest and a ContentExtensionResultOrError in NetworkLoadChecker::checkRequest by mistake, when the intent was to move them as rvalue references.
Attachments
Patch (3.37 KB, patch)
2019-07-05 13:00 PDT, Michael Catanzaro
no flags
Archive of layout-test-results from ews211 for win-future (14.08 MB, application/zip)
2019-07-05 15:59 PDT, EWS Watchlist
no flags
Michael Catanzaro
Comment 1 2019-07-05 13:00:42 PDT
EWS Watchlist
Comment 2 2019-07-05 15:59:35 PDT Comment hidden (spam)
EWS Watchlist
Comment 3 2019-07-05 15:59:37 PDT Comment hidden (spam)
Michael Catanzaro
Comment 4 2019-08-02 13:55:24 PDT
Ping owners.
youenn fablet
Comment 5 2019-09-12 03:15:42 PDT
Comment on attachment 373527 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=373527&action=review > Source/WebKit/ChangeLog:10 > + references. I am not sure this is actually doing redundant copies but this looks better anyway.
Michael Catanzaro
Comment 6 2019-09-12 06:22:04 PDT
Comment on attachment 373527 [details] Patch I'm not sure if commit-queue will allow this....
WebKit Commit Bot
Comment 7 2019-09-12 06:53:05 PDT
Comment on attachment 373527 [details] Patch Clearing flags on attachment: 373527 Committed r249806: <https://trac.webkit.org/changeset/249806>
WebKit Commit Bot
Comment 8 2019-09-12 06:53:07 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 9 2019-09-12 06:54:45 PDT
Radar WebKit Bug Importer
Comment 10 2019-09-12 06:54:45 PDT
Note You need to log in before you can comment on or make changes to this bug.