RESOLVED FIXED 200527
Move classes declared inside StorageManager.cpp into their own headers
https://bugs.webkit.org/show_bug.cgi?id=200527
Summary Move classes declared inside StorageManager.cpp into their own headers
Chris Dumez
Reported 2019-08-07 19:18:32 PDT
Move classes declared inside StorageManager.cpp into their own headers.
Attachments
Patch (71.34 KB, patch)
2019-08-07 19:19 PDT, Chris Dumez
no flags
Patch (71.27 KB, patch)
2019-08-08 09:03 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2019-08-07 19:19:58 PDT
Alex Christensen
Comment 2 2019-08-08 08:57:49 PDT
Comment on attachment 375777 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=375777&action=review > Source/WebKit/NetworkProcess/WebStorage/LocalStorageNamespace.cpp:37 > +// FIXME: The quota value is copied from GroupSettings.cpp. I'm not sure this comment is current. This file doesn't exist any more. > Source/WebKit/NetworkProcess/WebStorage/StorageArea.cpp:40 > + : m_localStorageNamespace(localStorageNamespace ? makeWeakPtr(*localStorageNamespace) : nullptr) Can't we just use the makeWeakPtr overload that takes a pointer now? > Source/WebKit/NetworkProcess/WebStorage/TransientLocalStorageNamespace.h:55 > + const unsigned m_quotaInBytes; There are many of these that don't have default initializers in the headers. It might be worth adding some.
Chris Dumez
Comment 3 2019-08-08 09:03:07 PDT
WebKit Commit Bot
Comment 4 2019-08-08 09:47:03 PDT
Comment on attachment 375806 [details] Patch Clearing flags on attachment: 375806 Committed r248422: <https://trac.webkit.org/changeset/248422>
WebKit Commit Bot
Comment 5 2019-08-08 09:47:05 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2019-08-08 09:48:18 PDT
Note You need to log in before you can comment on or make changes to this bug.