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

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

Recent commits

06c938b... by Chris Coulson

Disable PersistentMemoryAllocatorTest.IteratorParallelismTest, as it appears racy

4670916... by Chris Coulson

Merge upstream 53.0.2785.30 in to oxide/dev/cr2785

e86b039... by chrome-cron <email address hidden>

Publish DEPS for Chromium 53.0.2785.30

c9ac2ad... by chrome-cron <email address hidden>

Incrementing VERSION to 53.0.2785.30

Cr-Commit-Position: refs/branch-heads/2785@{#352}
Cr-Branched-From: 68623971be0cfc492a2cb0427d7f478e7b214c24-refs/heads/master@{#403382}

c00cb1d... by Bret Sepulveda <email address hidden>

Fix the mobile emulator to use the correct device scale when disabled.

The mobile emulator was triggering a layout before it had reapplied the
original viewport parameters when it was being disabled, which with
use-zoom-for-dsf enabled was causing the wrong viewport size to be given
to various components, like plugins and scrollbars.

BUG=628501,628185
<email address hidden>

Review URL: https://codereview.chromium.org/2168313002 .

Committed: https://crrev.com/d89c7a1578f9f16f6e1fa4375aab232b67fe0f9f
Cr-Original-Commit-Position: refs/heads/master@{#407294}
Cr-Commit-Position: refs/heads/master@{#407639}
(cherry picked from commit 1c78b3850f956c1507e4cdf9429652ee0ef15cb0)

Review URL: https://codereview.chromium.org/2183533003 .

Cr-Commit-Position: refs/branch-heads/2785@{#351}
Cr-Branched-From: 68623971be0cfc492a2cb0427d7f478e7b214c24-refs/heads/master@{#403382}

2809f5d... by Kurt Horimoto <email address hidden>

Defer effects of HandleViewed/HandleClosed until prefs are loaded again.

This CL changes NotificationPromo's HandleViewed/HandleClosed methods to
not update the current instance variables and just save the updated
values to prefs. This is needed because HandleViewed can be called
in the middle of the chain of CanShow calls made during layout of the
NTP, causing some CanShow calls to return true while others to return
false during the same layout. By not saving the updated values to the
current instance variables, the CanShow calls will remain consistent
during the same layout. To facilitate this change, this CL also changes
the return type of HandleViewed to void since the return value is never
used.

BUG=625192

Review-Url: https://codereview.chromium.org/2140173009
Cr-Commit-Position: refs/heads/master@{#407218}
(cherry picked from commit ab57275f5b35d23c5d8504782f229cebdb7de8eb)

Review URL: https://codereview.chromium.org/2181833003 .

Cr-Commit-Position: refs/branch-heads/2785@{#350}
Cr-Branched-From: 68623971be0cfc492a2cb0427d7f478e7b214c24-refs/heads/master@{#403382}

d1d2649... by chrome-cron <email address hidden>

Incrementing VERSION to 53.0.2785.29

Cr-Commit-Position: refs/branch-heads/2785@{#349}
Cr-Branched-From: 68623971be0cfc492a2cb0427d7f478e7b214c24-refs/heads/master@{#403382}

def9f52... by Rachel Blum <email address hidden>

switch translate element loading domain

BUG=630068

Review-Url: https://codereview.chromium.org/2167843005
Cr-Commit-Position: refs/heads/master@{#407279}
(cherry picked from commit 149a3740a58de22cd0ebbd0fe962a9f116c2e776)

Review URL: https://codereview.chromium.org/2183623002 .

Cr-Commit-Position: refs/branch-heads/2785@{#348}
Cr-Branched-From: 68623971be0cfc492a2cb0427d7f478e7b214c24-refs/heads/master@{#403382}

77bd3be... by Greg Kerr <email address hidden>

[merge to m53] Fix getComputedStyle for non-box-layout elements

This fixes a crash introduced by https://codereview.chromium.org/1826423003/
Code that treated a layout object as a Box layout were not properly
guarded by isBox. This caused a crash when calling getComputedStyle on
positioned non-box elements, e.g. <ruby>.

<email address hidden>
BUG=610986

Review-Url: https://codereview.chromium.org/2102843002
Cr-Commit-Position: refs/heads/master@{#404336}
(cherry picked from commit 86d16a615d6e9abf6d991f430b496c26a4271d10)

Review URL: https://codereview.chromium.org/2177243004 .

Cr-Commit-Position: refs/branch-heads/2785@{#347}
Cr-Branched-From: 68623971be0cfc492a2cb0427d7f478e7b214c24-refs/heads/master@{#403382}

b45fd95... by Lei Zhang <email address hidden>

Add macro definition __CHROMEOS__ for ChromeOS builds in GYP.

This is needed for clients that need to address some special
behaviors of ChromeOS.

This is intended to be a cherry-pick for older releases, where
GYP is used

BUG=chromium:628040

Review-Url: https://codereview.chromium.org/2180803003
Cr-Commit-Position: refs/heads/master@{#407630}
(cherry picked from commit b655d0a1b0ea8cf0dc8e29ee650c8a55b79337d1)

Review URL: https://codereview.chromium.org/2182693004 .

Cr-Commit-Position: refs/branch-heads/2785@{#346}
Cr-Branched-From: 68623971be0cfc492a2cb0427d7f478e7b214c24-refs/heads/master@{#403382}