Bug 237300

Summary: Move StorageBucket function definitions outside the class definition
Product: WebKit Reporter: Sihui Liu <sihui_liu>
Component: New BugsAssignee: Sihui Liu <sihui_liu>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, sihui_liu, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing
none
Patch for landing none

Sihui Liu
Reported 2022-02-28 18:31:27 PST
...
Attachments
Patch (29.77 KB, patch)
2022-02-28 19:51 PST, Sihui Liu
no flags
Patch for landing (29.83 KB, patch)
2022-03-01 11:44 PST, Sihui Liu
no flags
Patch for landing (29.81 KB, patch)
2022-03-01 11:58 PST, Sihui Liu
no flags
Sihui Liu
Comment 1 2022-02-28 19:51:20 PST
Chris Dumez
Comment 2 2022-03-01 07:59:09 PST
Comment on attachment 453466 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=453466&action=review r=me > Source/WebKit/NetworkProcess/storage/OriginStorageManager.cpp:115 > + return ""_s; emptyString() > Source/WebKit/NetworkProcess/storage/OriginStorageManager.cpp:166 > + return m_localStorageManager.get(); This is a one liner, I think we should keep it inline within the class definition. > Source/WebKit/NetworkProcess/storage/OriginStorageManager.cpp:179 > + return m_sessionStorageManager.get(); ditto. > Source/WebKit/NetworkProcess/storage/OriginStorageManager.cpp:192 > + return m_idbStorageManager.get(); ditto.
Sihui Liu
Comment 3 2022-03-01 11:44:41 PST
Created attachment 453515 [details] Patch for landing
Sihui Liu
Comment 4 2022-03-01 11:58:44 PST
Created attachment 453516 [details] Patch for landing
EWS
Comment 5 2022-03-01 12:59:07 PST
Committed r290669 (?): <https://commits.webkit.org/r290669> All reviewed patches have been landed. Closing bug and clearing flags on attachment 453516 [details].
Radar WebKit Bug Importer
Comment 6 2022-03-01 13:00:29 PST
Note You need to log in before you can comment on or make changes to this bug.