~osomon/oxide:navigator.languages-2

Last commit made on 2016-10-05
Get this branch:
git clone -b navigator.languages-2 https://git.launchpad.net/~osomon/oxide
Only Olivier Tilloy can upload to this branch. If you are Olivier Tilloy please log in for upload directions.

Branch merges

Branch information

Name:
navigator.languages-2
Repository:
lp:~osomon/oxide

Recent commits

20ffa23... by Olivier Tilloy

Updated QML documentation for WebContext::acceptLangs.

76bc6f5... by Olivier Tilloy

Ensure that navigator.languages is not empty by propagating the value of UserAgentSettings.acceptLangs.

LP: #1620528

73abb36... by Olivier Tilloy

Move popup blocker and DNT settings to UserAgentSettings.

5358532... by Chris Coulson

Initialize the locationbar position before the webview is navigated for the first time (LP: #1625484)

1f1a78f... by Chris Coulson

Use WebContentsObserver::RenderViewHostChanged again for the locationbar controller, as this fires after the RenderView is live. Also fix some test flakiness

da917f5... by Chris Coulson

Ensure ChromeController observes its WebContents

e5a1586... by Chris Coulson

Fix component build again

1869c28... by Chris Coulson

Hoist LocationBarController out of WebView

f5178ef... by Chris Coulson

Add a missing export macro to fix component builds

b566996... by Chris Coulson

Remove an unnecessary CHECK() (base::CallbackList has a DCHECK for this condition)