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

Last commit made on 2016-07-06
Get this branch:
git clone -b oxide/dev/cr2783 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/cr2783
Repository:
lp:~oxide-developers/oxide/+git/chromium

Recent commits

fe187cc... by Chris Coulson

Expose use_pango as a build argument

Linux/ozone GYP builds default to use_pango==true, but linux/ozone GN builds default to use_pango==false. This results in an empty implementation of content::GetFontList_SlowBlocking() being compiled in, which breaks a Pepper API that the Flash plugin depends on

4ca6aa4... by Chris Coulson

Merge upstream 956d75c97da94022381b07c336a4c258b04fb8bc in to master

8abf810... by Chris Coulson

Remove ContentClient::ShouldOptimizeForMemoryUsage and behave like Android all of the time

This is a sensible default for a general purpose webview that can be embedded in many running applications. If we think that the browser specifically would benefit from a different behaviour on the desktop in future, we could always add a new API for tuning things like this

956d75c... by warx <email address hidden>

Corrupted powerwash proposal UI

When getting screensize for powerwash reset, making sure the currentScreen is 'reset', not 'account-picker'.

BUG=615088
TEST=Multiple tests on M52, the corrupted powerwash proposal UI doesn't happen any more.
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation

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

876e2e6... by agrieve <email address hidden>

Add more metrics to method_count.py: fields, classes, strings

These might be useful to track as well.

BUG=none

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

b7d6c2f... by mbjorge <email address hidden>

[Chromecast] Set use_alsa=true only for Chromecast desktop & audio.

For Cast builds, only cast desktop and cast audio-only products should use_alsa=true
by default.

BUG= internal b/29770818
TEST= Build several Cast platforms

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

15d29c3... by jingxuy <email address hidden>

Current generator's functions are not virtual and doesn't allow the subclass to have polymorphism for the mocks in the test. This CL makes those functions virtual and overridable.

BUG=617238

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

a38381e... by ianwen <email address hidden>

CancelAwareAnimatorListener and Refactor Custom Tab Toolbar Animation

This CL does two things.
1. Introduce CancelAwareAnimatorListener to Chrome. For vanilla
AnimationListener in Android, onAnimationCancel() and onAnimationEnd()
will both be called if Animator is canclled. This is a confusing
behavior and it caused problems in various places.
2. Change the way security icon animation works in custom tab, making
it able to refresh its theme when the color of the toolbar changes.

Credit of this CL goes to tedchoc@.

BUG=604520
<email address hidden>

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

986d0c8... by kozyatinskiy <email address hidden>

[DevTools] Move collectionEntries to internalProperties in protocol

BUG=623763
<email address hidden>

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

df7885c... by sky <email address hidden>

Fixes shutdown race in mash

Prior to this change it was possible for the AcceleratorRegistrarImpl
to outlive the WindowManager and then attempt to use it. This patch
ensures any AcceleratorRegistrarImpl are destroyed when the
WindowManager loses its connection.

BUG=none
TEST=none
<email address hidden>

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