WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134213
[Cocoa] No way to grant storage quotas for web application cache
https://bugs.webkit.org/show_bug.cgi?id=134213
Summary
[Cocoa] No way to grant storage quotas for web application cache
mitz
Reported
2014-06-23 14:03:47 PDT
[Cocoa] No way to grant storage quotas for web application cache
Attachments
Add WKUIDelegatePrivate method for increasing quota
(22.01 KB, patch)
2014-06-23 14:25 PDT
,
mitz
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2014-06-23 14:25:20 PDT
Created
attachment 233635
[details]
Add WKUIDelegatePrivate method for increasing quota
WebKit Commit Bot
Comment 2
2014-06-23 14:26:23 PDT
Attachment 233635
[details]
did not pass style-queue: ERROR: Source/WebKit2/WebProcess/WebPage/WebPage.cpp:2580: Tab found; better to use spaces [whitespace/tab] [1] ERROR: Source/WebKit2/WebProcess/WebPage/WebPage.cpp:2580: Missing spaces around | [whitespace/operators] [3] ERROR: Source/WebKit2/UIProcess/WebPageProxy.cpp:4467: More than one command on the same line [whitespace/newline] [4] ERROR: Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp:52: Alphabetical sorting problem. [build/include_order] [4] ERROR: Source/WebKit2/UIProcess/Cocoa/UIDelegate.h:66: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/Cocoa/UIDelegate.mm:191: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WebKit2/UIProcess/Cocoa/UIDelegate.mm:197: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WebKit2/UIProcess/Cocoa/UIDelegate.mm:211: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WebKit2/UIProcess/API/APIUIClient.h:118: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 9 in 15 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 3
2014-06-23 14:27:26 PDT
Comment on
attachment 233635
[details]
Add WKUIDelegatePrivate method for increasing quota View in context:
https://bugs.webkit.org/attachment.cgi?id=233635&action=review
> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:2580 > + settings.setOfflineWebApplicationCacheEnabled(true /* FIMXE OOPS */|| store.getBoolValueForKey(WebPreferencesKey::offlineWebApplicationCacheEnabledKey()));
OOPS!
mitz
Comment 4
2014-06-23 14:33:19 PDT
Fixed in <
http://trac.webkit.org/r170320
>.
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