lp://staging/~osomon/oxide/clearCache
- Get this branch:
- bzr branch lp://staging/~osomon/oxide/clearCache
Branch merges
- Chris Coulson: Pending requested
-
Diff: 425 lines (+224/-10)11 files modifiedqt/core/browser/oxide_qt_web_context.cc (+9/-1)
qt/core/browser/oxide_qt_web_context.h (+3/-1)
qt/core/glue/oxide_qt_web_context_adapter.cc (+5/-1)
qt/core/glue/oxide_qt_web_context_adapter.h (+3/-1)
qt/qmlplugin/oxide_qml_plugin.cc (+3/-1)
qt/quick/api/oxideqquickwebcontext.cc (+7/-1)
qt/quick/api/oxideqquickwebcontext_p.h (+4/-1)
qt/tests/qmltests/api/tst_WebContext_clearCache.py (+17/-0)
qt/tests/qmltests/api/tst_WebContext_clearCache.qml (+55/-0)
shared/browser/oxide_browser_context.cc (+97/-2)
shared/browser/oxide_browser_context.h (+21/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1005. By Chris Coulson
-
Disable webcore debug symbols and link with --no-keep-
files-mapped on native x86 builds because of linker OOM - 1004. By Chris Coulson
-
Tidy up the linker settings a bit:
- Now we depend on GCC 4.8, we can use -fuse-ld=gold.
- Don't remove -Wl,--reduce-memory- overheads from ldflags - it doesn't appear to be added by Chromium now.
- Don't use -Wl,--no-map-whole- files when the host is arm - gold defaults to this on 32-bit architectures anyway.
- Don't use -Wl,--no-keep-memory - this is BFD specific - 1003. By Chris Coulson
-
Be careful when posting tasks to the UI thread as they may not run, in which case the pending tasks will be deleted at shutdown. This causes shutdown crashes when those tasks reference classes that assume that Chromium is running
- 1002. By Chris Coulson
-
Explicitly disallow calls to CompositorUtils
::CreateGLFrame Handle once shutdown has begun - 1000. By Olivier Tilloy
-
Add a unit test to verify that restoring the state of a navigation that had triggered an error triggers the error again.
Also update an existing test to verify that reloading a page that had triggered an error generates the same sequence of load events.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~oxide-developers/oxide/oxide.trunk