~oxide-developers/oxide/+git/chromium:oxide/dev/cr2810

Last commit made on 2016-08-05
Get this branch:
git clone -b oxide/dev/cr2810 https://git.launchpad.net/~oxide-developers/oxide/+git/chromium
Members of Oxide Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
oxide/dev/cr2810
Repository:
lp:~oxide-developers/oxide/+git/chromium

Recent commits

7cca7ce... by Chris Coulson

Expose WebPreferences::double_tap_to_zoom_enabled on all platforms (bug 1610363)

d83cb1e... by Chris Coulson

Add WebPreferences::allow_custom_scrollbar_in_main_frame for Oxide (bug 1610363)

6be0ed6... by Chris Coulson

Revert "Delete the v8_target_cpu/v8_current_cpu hack in the GN build."

This results in Oxide/Arm cross-builds crashing on startup.

This reverts commit d3e00ac37e3722cc93d102164b23629e8cc6af31.

eb42241... by Chris Coulson

Implement Clipboard::GetMozUrlFormatType

1979810... by Chris Coulson

Ensure RenderWidgetHostViewOxide::GetWebScreenInfoForDisplay calculates the correct orientationType

de44049... by Chris Coulson

Merge upstream 24d606bb2a3e6290b97d9731c1dfd4dbfcb948e7 in to master

24d606b... by robliao <email address hidden>

Disable svg/W3C-SVG-1.1/filters-composite-02-b.svg on Win10

BUG=632217
TBR=pdr
NOTRY=true

Review-Url: https://codereview.chromium.org/2188713003
Cr-Commit-Position: refs/heads/master@{#408294}

6e3b64f... by horo <email address hidden>

remove "swdh_not_handled*" from chrome_crash_reporter_client_win.cc

BUG=625040

Review-Url: https://codereview.chromium.org/2182413003
Cr-Commit-Position: refs/heads/master@{#408293}

c8bd139... by catapult-deps-roller <email address hidden>

Roll src/third_party/catapult/ 8efab958c..8d0f7dbe6 (3 commits).

https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/8efab958c670..8d0f7dbe6717

$ git log 8efab958c..8d0f7dbe6 --date=short --no-merges --format='%ad %ae %s'

<email address hidden>

Review-Url: https://codereview.chromium.org/2191613003
Cr-Commit-Position: refs/heads/master@{#408292}

5a6c5bf... by changwan <email address hidden>

Overhaul WebView IME test

There are some problems with existing WebView IME test.

First off, the example is misleading. Creating a selection range in
JavaScript is not straightforward and is not representative of what
WebView developers should be doing. Focusing on editor is a better use
case.

Also, it was flaky in some old device that we deprecated. As found in
crbug.com/621049, we actually need to wait for document focus before
we can focus on content-editable body.

The reason is that Android's view focus gets propagated to the renderer
process as input message while JavaScript execution gets propagated to
the renderer process as frame message, so JavaScript may be executed
before document gets focused, and focusing on content-editable body
is an invalid operation when document isn't yet focused. I suspect that
this is the reason why some OEM email client was using selection range
trick in the first place.

Finally, we were testing against real input method, which can be another
cause of flakiness, so it's fixed by a fake input method manager.

BUG=621049, 611928

Review-Url: https://codereview.chromium.org/2180853002
Cr-Commit-Position: refs/heads/master@{#408291}