Merge lp://staging/~osomon/oxide/maxCacheSize into lp://staging/~oxide-developers/oxide/oxide.trunk
Proposed by
Olivier Tilloy
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 1011 | ||||
Proposed branch: | lp://staging/~osomon/oxide/maxCacheSize | ||||
Merge into: | lp://staging/~oxide-developers/oxide/oxide.trunk | ||||
Diff against target: |
382 lines (+110/-11) 10 files modified
qt/core/browser/oxide_qt_web_context.cc (+16/-1) qt/core/browser/oxide_qt_web_context.h (+5/-1) qt/core/glue/oxide_qt_web_context_adapter.cc (+9/-1) qt/core/glue/oxide_qt_web_context_adapter.h (+4/-1) qt/qmlplugin/oxide_qml_plugin.cc (+3/-1) qt/quick/api/oxideqquickwebcontext.cc (+38/-1) qt/quick/api/oxideqquickwebcontext_p.h (+8/-1) qt/tests/qmltests/api/tst_WebContext_semi_construct_only_properties.qml (+2/-1) shared/browser/oxide_browser_context.cc (+19/-2) shared/browser/oxide_browser_context.h (+6/-1) |
||||
To merge this branch: | bzr merge lp://staging/~osomon/oxide/maxCacheSize | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chris Coulson | Approve | ||
Review via email: mp+252113@code.staging.launchpad.net |
Commit message
Add WebContext.
Description of the change
Note to the reviewer: bug #1277659 also mentions lowering the default value of 80MB. In this changeset I left it unchanged, let’s lower it in a separate branch after we agree on what a good default value would be.
To post a comment you must log in.
would it make sense to reflect in the name of the prop that the cache size limit is a soft limit? A few comments inline,