~oxide-developers/oxide/+git/chromium:master

Last commit made on 2017-04-18
Get this branch:
git clone -b master 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:
master
Repository:
lp:~oxide-developers/oxide/+git/chromium

Recent commits

a0d5aaa... by Chris Coulson

Merge upstream 6537e7e6c03ff0f8822672a627a2e3643673384f in to master

f1c9b71... by Chris Coulson

Merge upstream a106f0abbf69dad349d4aaf4bcc4f5d376dd2377 in to master

bfd2322... by Chris Coulson

Fix merge artefacts

6537e7e... by eugenebut <email address hidden>

Adds UMA for slow and fast back/forward WKWebController navigations.

Adds new UMA histogram: Navigation.IOSWKWebViewSlowFastBackForward to
track the slow/fast back and forward navigations. Fast navigations are
navigations through WKBackForwardList.

Inspired by: https://codereview.chromium.org/1610143002/

BUG=535622

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

c9b716f... by dpranke <email address hidden>

Adjust component info for ClusterFuzz OWNERS files.

This CL sets a component of Tools>Stability>Clusterfuzz for the
clusterfuzz-related directories.

<email address hidden>, <email address hidden>, <email address hidden>

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

28e7e0c... by isherman <email address hidden>

[Cleanup] Clean up enum ordering code in extract_histograms.py

This is a small follow-up to https://codereview.chromium.org/2810733005/

BUG=none
<email address hidden>

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

9e27be0... by pwnall <email address hidden>

Avoid unnecessary byte-swapping in blink's SerializedScriptValue.

For historical reasons, SerializedStringValue byte-swaps its buffer when
serializing to a string. This CL removes the unnecessary flipping for
current values, and sets up a legacy deserialization code path, so
byte-swapped SSVs can still be read correctly.

BUG=

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

bec4450... by wez <email address hidden>

Remove explicit -fomit_frame_pointer from ARM 32-bit builds.

-fomit_frame_pointer causes the assembly generated from SkEdge::setLine
to trigger a CPU errata in ARM A12/A17 devices, so we are temporarily
removing the flag until the toolchain can be fixed to avoid that.

Revert this when issue 711784 is resolved.

BUG=710131, 706654, 711784

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

875fdf2... by jbauman <email address hidden>

Bump revision number for Pixel_DirectComposition_* tests.

Due to a bug (fixed in r464601) the reference image for Intel was
incorrect. Bump the revision to regenerate it.

<email address hidden>
BUG=704389
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

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

b647f83... by liaoyuke <email address hidden>

Replace requirePageReconstruction with setCustomUserAgent

WKWebView provides a property: customUserAgent that we can use to
change the user agent associated with the web view, which means that we
don't have to requirePageConstruction anymore when user agent changes.

After applying this change, I observed that it's becoming significantly
faster to navigate between desktop and mobile pages during back and
forward navigations.

BUG=707368

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