lp://staging/~oxide-developers/oxide/packaging.wily
- Get this branch:
- bzr branch lp://staging/~oxide-developers/oxide/packaging.wily
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 113. By Chris Coulson
-
* Update to v1.16.5 (see USN-3041-1)
- Bump Chromium rev to 52.0.2743.82
- Remove WebSettings::setTouchEditin gEnabled customization from Blink -
it's not used anymore
- Make checkouts a bit faster by disabling unnecessary gclient hooks
- Use QWheelEvent::pixelDelta where possible
- Refactor clipboard support and add a ClipboardObserver class
- WebContentsView should guard various calls from RWHV to ensure they're
associated with the currently displayed view
- Ensure we correctly restore RenderWidget state when switching between
interstitial / fullscreen views
- Disable allocator shim
- Refactor how select popups are implemented, so we rely on a less
intrusive change to Chromium
- Fix LP: #1532910 - Stop using deprecated V8 APIs
- Decouple SecurityStatus from WebView, and add extensive unit tests for
this code
- Add simple unit tests for SSLHostStateDelegate
- Use proper cmake variables for imported libraries rather than using the
names directly
* Refresh gross-hack-for-dual- ffmpeg- build.patch - 111. By Chris Coulson
-
* Update to v1.15.8 (see USN-3015-1)
- Bump Chromium rev to 51.0.2704.103
- Fix LP: #1590776 - Hide the insertion handle on input events - 109. By Chris Coulson
-
* Update to v1.15.7 (see USN-2992-1)
- Bump Chromium rev to 51.0.2704.79
- Fix LP: #1567542 - Ensure the camera image is rotated correctly for both
front and back cameras, and fix a krillin-specific issue
- Fix LP: #1570511 / LP: #1586968 - Allow touch selection to short circuit
context menu requests
- Fix LP: #1569315 - Make WebView::EditingCapabil itiesChanged faster to
avoid serious performance issues with an active selection
- Disable plugins by default on arm, as we only support Flash which isn't
available there
- Compile native arm and x86 builds with -g1 to reduce the size of the
resulting unstripped binary and hopefully ease address space pressure
during linking. This will reduce the usefulness of crash reports on
these platforms
- Unbreak the !ENABLE_PLUGINS build
- Fix LP: #1582060 - Ensure we attach the InputMethodContext for script
opened webviews
- Fix LP: #1578808 - link failure on armhf
- Fix LP: #1576164 - Internationalize the camera names
- Fix LP: #1556658 - Provide dummy message text to an application's custom
beforeunload dialog component for compatibility purposes, now that
Chromium ignores the one provided by the page
- Fix LP: #1535818 - Add support for the deviceId constraint in getUserMedia
- Fix LP: #1568860 - Replace use of scoped_ptr with std::unique_ptr
- Replace CertificateErrorDispatcherClie nt with a callback, and add through
unit tests for CertificateErrorDispatcher in the process
- Add the ability to run unit tests on internal classes in shared/
- Fix LP: #1447395 - Add WebView.zoomFactor API
- Fix LP: #1565063 - Add 'version' and 'chromiumVersion' properties to
the API
- Remove CompositorProxy and its implementation. This was left over from
when the webview compositor wasn't single threaded
- Remove RendererFrameEvictor - it's redundant anyway because we destroy
the webview compositor when it's hidden. Now we just drive eviction from
there instead. This removes a bogus dependency on GetFormFactorHint
- Hide surface_id from compositor clients, cleaning up the client interface
- Fix LP: #1498200 - Componentize qt/core/ and shared/. This allows us to
build unit test binaries that depend on shared/
- Drop the warning when changing the process model - single process is
now supported.
- Adapt the QML tests to run in single-process and make lots of test fixes
(LP: #1399208)
- Fix LP: #1399207 - Make it possible to skip entire QML test cases where
they aren't relevant for specific configurations (eg, single process)
- Fix LP: #1462814 - Drop failing test which appears to not be useful
anymore
- Disable profiler timing - we don't have chrome://profiler/, and this is
disabled by default on Chrome/Android too due to it having a
non-negligible performance impact.
- Fix a shutdown abort in single-process mode
- Add CookieStoreUIProxy, which is an implementation of net::CookieStore
that proxies calls from the UI thread to the real cookie store on the IO
thread. This is used in a couple of places where we need access to the
cookie store on the UI thread
- Fix LP: #1556762 - Add TouchSelectionController. handleDragInPro gress
property
- Fix LP: #1556764 - Add TouchSelectionController. hide() API
- Fix LP: #1552161 - Convert QTouchEvent directly to ui::MotionEvent.
Dropping the use of ui::TouchEvent means we no longer have to round
the scroll coordinates, which should improve smoothness on high-DPI
screens - 106. By Chris Coulson
-
* Update to v1.14.8 (see USN-2960-1)
- Bump Chromium rev to 50.0.2661.94
- Scale the locationbar height when the screen changes
- Fix LP: #1575216 - Ensure we resize / rescale the webview compositor
viewport when the screen is updated
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