RESOLVED FIXED 42584
Add local storage support for WebKit2
https://bugs.webkit.org/show_bug.cgi?id=42584
Summary Add local storage support for WebKit2
Sam Weinig
Reported 2010-07-19 12:37:13 PDT
Add local storage support for WebKit2
Attachments
Patch (8.91 KB, patch)
2010-07-19 12:37 PDT, Sam Weinig
darin: review+
Sam Weinig
Comment 1 2010-07-19 12:37:57 PDT
Anders Carlsson
Comment 2 2010-07-19 12:57:03 PDT
Comment on attachment 61978 [details] Patch > Index: WebKit2/Shared/WebPreferencesStore.h > =================================================================== > --- WebKit2/Shared/WebPreferencesStore.h (revision 63671) > +++ WebKit2/Shared/WebPreferencesStore.h (working copy) > @@ -105,6 +109,8 @@ struct WebPreferencesStore { > WebCore::String fixedFontFamily; > WebCore::String sansSerifFontFamily; > WebCore::String serifFontFamily; > + > + WebCore::String localStorage; > }; > Looks like this isn't used? Do you also need to remove files from the Skipped list?
Sam Weinig
Comment 3 2010-07-19 13:07:12 PDT
(In reply to comment #2) > (From update of attachment 61978 [details]) > > Index: WebKit2/Shared/WebPreferencesStore.h > > =================================================================== > > --- WebKit2/Shared/WebPreferencesStore.h (revision 63671) > > +++ WebKit2/Shared/WebPreferencesStore.h (working copy) > > @@ -105,6 +109,8 @@ struct WebPreferencesStore { > > WebCore::String fixedFontFamily; > > WebCore::String sansSerifFontFamily; > > WebCore::String serifFontFamily; > > + > > + WebCore::String localStorage; > > }; > > > Looks like this isn't used? Oops. Removed. > Do you also need to remove files from the Skipped list? No, these have not been added yet.
Sam Weinig
Comment 4 2010-07-19 13:08:22 PDT
Landed in r63682.
Note You need to log in before you can comment on or make changes to this bug.