-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WebKitBrowser] Updating IndexedDB to match version 2.42 of WPEWebKit #258
[WebKitBrowser] Updating IndexedDB to match version 2.42 of WPEWebKit #258
Conversation
@VeithMetro , were you able to test on RPI these changes? and seeing QuotaExceededError in case of exceeded? |
@modeveci I tested the plugin after my changes on RPI, I changed |
I thin you can check these examples, and play with the values you provided with config files: |
…rowser-2.42-update
@modeveci I tested
and also played with the settings. It looks like everything works on my end - if |
…ithMetro/ThunderNanoServicesRDK into development/webkitbrowser-2.42-update
…rowser-2.42-update
…rowser-2.42-update
…o TotalStorageRatio
…ithMetro/ThunderNanoServicesRDK into development/webkitbrowser-2.42-update
…#258) * Adding the new options of WebKit to the main CMakeLists.txt * Marking consoleMessageSentCallback as DEPRECATED since it was removed * Adding the new option to each conf.in file * Adding the new option to each .config file * Updating everything to the WebKit API version 2.42 * Minor formatting adjustemtns * Removing the initial values of indexdb options in cmakelist * Making sure that the correct version are inside version checks, removing duplicated code * Other option of indexdb will be only available if indexdb is enabled * Bringing back values for enabled and path of indexdb options * Adding a persistant path substitution * Removing c_str() as it is no longer necessary * Fixing how the subsitution is done * Adding a use of USE_EXACT_PATHS for indexedDBPath * Changing IndexedDBSize and IndexedDBTotalSize to DecUInt16 * Removing support for indexedDB for previous WebKit API versions * Moving some changes to different branches * Final formatting changes * Making sure WebKitBrowser builds correctly for WebKit API pre 2.42 * Moving IndexedDBPath section to 2.42 only, resolving merge conflicts * Resolving some more merge conflicts with remove config files * Renaming IndexedDBSize to OriginStorageRatio and IndexedDBTotalSize to TotalStorageRatio * Renaming configurations to match the newest changes
No description provided.