Bug 226857

Summary: Fix some inefficient uses of SharedBuffer
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, beidson, changseok, darin, dino, eric.carlson, esprehn+autocc, ews-watchlist, fmalita, ggaren, glenn, gyuyoung.kim, hi, hta, japhet, jer.noble, joepeck, jsbell, mifenton, pdr, philipj, sabouhallawa, schenney, sergio, tommyw, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 228096    
Bug Blocks:    
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
Patch
ews-feeder: commit-queue-
Patch
none
Patch
ews-feeder: commit-queue-
Patch none

Chris Dumez
Reported 2021-06-09 16:19:02 PDT
Fix some inefficient uses of SharedBuffer.
Attachments
Patch (50.15 KB, patch)
2021-06-09 16:26 PDT, Chris Dumez
ews-feeder: commit-queue-
Patch (50.16 KB, patch)
2021-06-09 16:48 PDT, Chris Dumez
ews-feeder: commit-queue-
Patch (50.16 KB, patch)
2021-06-09 16:55 PDT, Chris Dumez
no flags
Patch (54.55 KB, patch)
2021-06-09 19:16 PDT, Chris Dumez
ews-feeder: commit-queue-
Patch (54.55 KB, patch)
2021-06-09 19:29 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2021-06-09 16:26:18 PDT
Chris Dumez
Comment 2 2021-06-09 16:48:59 PDT
Chris Dumez
Comment 3 2021-06-09 16:55:31 PDT
Darin Adler
Comment 4 2021-06-09 18:22:24 PDT
Comment on attachment 431025 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=431025&action=review > Source/WebCore/platform/SharedBuffer.h:103 > + Vector<uint8_t> dataAsVector() { return { data(), size() }; } This should have the word "copy" in its name. > Source/WebCore/platform/SharedBuffer.h:188 > + void forEachSegment(const Function<void(const uint8_t*, size_t)>&) const; This should use a Span as the argument. > Source/WebCore/platform/SharedBuffer.h:189 > + bool startsWith(const uint8_t* prefix, size_t prefixSize) const; This should use a Span as the argument.
Chris Dumez
Comment 5 2021-06-09 19:16:11 PDT
Chris Dumez
Comment 6 2021-06-09 19:29:30 PDT
EWS
Comment 7 2021-06-09 23:37:41 PDT
Found 1 new test failure: imported/w3c/web-platform-tests/navigation-timing/nav2_test_attributes_values.html
EWS
Comment 8 2021-06-10 08:08:24 PDT
Committed r278702 (238674@main): <https://commits.webkit.org/238674@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 431042 [details].
Radar WebKit Bug Importer
Comment 9 2021-06-10 08:09:18 PDT
Note You need to log in before you can comment on or make changes to this bug.