~oxide-developers/oxide/packaging.trusty

Viewing all changes in revision 105.

  • Committer: Chris Coulson
  • Date: 2016-12-06 13:01:32 UTC
  • mfrom: (58.1.71 packaging.trusty.next)
  • Revision ID: chris.coulson@canonical.com-20161206130132-sliik0zuiaq272x1
* Update to v1.19.4 (see USN-3153-1)
  - Bump Chromium rev to 55.0.2883.75
  - Download clang_format binaries during the checkout
  - Fix LP: #1620528 - Ensure navigator.languages matches the embedder
    provided value (via WebContext::acceptLangs)
  - Fix LP: #1628496 - Make the auto mode of LocationBarController more
    intelligent. It now blocks auto hide in the following circumstances:
    - There is a security error
    - The renderer has crashed
    - The renderer is hung
    - A certificate error request is active
  - Make use of WebContentsIDTracker in a couple of places to simplify
    WebView initialization
  - Don't run insecure content in https://testsuite/ during tests, as it
    taints this domain for the remainder of the test sequence in
    single-process mode
  - Fix LP: #1628494 - Add WebView::terminateWebProcess and
    WebProcessUnresponsive enum to WebProcessStatus so that applications can
    implement handling for hung web content processes
  - Move various navigation related callbacks to WebContentsClient
  - Fix LP: #1631450 - Implement RWHV::GetFrameSinkId, and ensure our RWHV
    implementation uses the same cc::SurfaceManager as Chromium's
    RWHVChildFrame, so that cross-process frames work
  - Move HttpAuthenticationRequested to WebContentsClient
  - Move DownloadRequested to WebContentsClient
  - Fix LP: #1622385 - Add initial API reference documentation
  - Fix a DCHECK when tearing down the webview compositor
  - Ensure StoragePartitions are correctly shutdown to avoid a DCHECK
  - The Screen destructor runs after the AtExitManager has already been torn
    down, so don't use base::LazyInstance to avoid a DCHECK
  - Use a persistent store for the TLS Channel ID feature
  - Fix LP: #1599771 - The webview shouldn't indicate that it is focused when
    one of its children is
  - Rename WebViewContentsHelper to WebContentsHelper
  - Get rid of WebView::GetAllWebViews, which is unused
  - Refactor and simplify WebPreferences ownership
  - Hoist LocationBarController code out of WebView
  - Move popup blocker and DNT settings to UserAgentSettings
  - Return video capture devices with the front facing ones first
  - Update the NavigationHistory API. This deprecates the previous list-model
    API and adds new APIs for querying navigation history, as well as
    for initiating history navigations.
  - Fix LP: #1570828 - Don't crash when receiving messages as the webview is
    unloading
  - Fix LP: #1638915 - build failure on trusty
  - Fix LP: #1637609 - Make OxideQQuickNavigationHistory constructor private
  - Fix LP: #1631184 - Location bar is hidden for webviews that are
    script opened
  - Fix LP: #1640264 - Find-in-page doesn't wrap correctly
* Don't build-depend on qt5-default, but instead build depend on qtbase5-dev,
  qtbase5-dev-tools and qtchooser

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: