WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(71.27 KB, patch)
2019-08-08 09:03 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2019-08-07 19:19:58 PDT
Created
attachment 375777
[details]
Patch
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
Created
attachment 375806
[details]
Patch
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
<
rdar://problem/54083615
>
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