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

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

Recent commits

3a32c55... by Chris Coulson

Merge upstream 57.0.2987.21 in to oxide/dev/cr2987

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

Publish DEPS for Chromium 57.0.2987.21

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

Incrementing VERSION to 57.0.2987.21

Cr-Commit-Position: refs/branch-heads/2987@{#259}
Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}

3a2e7d7... by Ted Choc <email address hidden>

[Android] Further speculative fixes for search engine crashes.

Noticed that the .equals for TemplateUrl was not including
the new fields added recently. The previous CL was not
updating the search engines if they equalled, but that would
not work if the keywords changed, which is the key used
to query the backend.

This handles the null in cases we are aware of, logs information
that we can traige further, but should unblock custom search
engines on Android.

BUG=670250

Review-Url: https://codereview.chromium.org/2668593002
Cr-Commit-Position: refs/heads/master@{#447195}
(cherry picked from commit 14c9281bb6a538be7e6d7f278d4fea7d5e838d08)

Review-Url: https://codereview.chromium.org/2676443002 .
Cr-Commit-Position: refs/branch-heads/2987@{#258}
Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}

ffc47f4... by Ted Choc <email address hidden>

Speculative fixes for search engine crashes.

1.) We were not listening for changes from the template
    URL service, which seems more likely to happen with
    custom engine support.
2.) We were setting the search engine on initialization and
    "maybe" that changed the underlying data so some keywords
    were dropped.

BUG=670250

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

Review-Url: https://codereview.chromium.org/2670623003 .
Cr-Commit-Position: refs/branch-heads/2987@{#257}
Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}

aa76e88... by Xi Han <email address hidden>

Chrome should send cookieless request to WebAPK server.

WebAPK server only takes the user agent from the request sent from
Chrome, and ignores cookies. From security perspective, it is safer
to send request without any cookie. Therefore, we add flag to exlude
cookies from the request to the WebAPK server.

BUG=687191

Review-Url: https://codereview.chromium.org/2669463004
Cr-Commit-Position: refs/heads/master@{#447282}
(cherry picked from commit 3faa6994cce92431aa1ba5179aa92e3a45a7bb91)

Review-Url: https://codereview.chromium.org/2668423002 .
Cr-Commit-Position: refs/branch-heads/2987@{#256}
Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}

444e113... by rogerm <email address hidden>

[merge m57][autofill] Verify widget view is valid before using it.

The target autofill widget weakptr can become null in between
the time an autofill query is generated by the render and the
time the browser attempts to figure out the appropriate location
for the autofill suggestions be displayed on screen.

BUG=674822
NOTRY=true
NOPRESUBMIT=true
<email address hidden>

Review-Url: https://codereview.chromium.org/2664193005
Cr-Commit-Position: refs/branch-heads/2987@{#255}
Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}

27d8931... by Pavel Yatsuk <email address hidden>

Get ModelTypeStoreFactory for reading list from ProfileSyncService

This CL switches ReadingListModelFactory to using ProfileSyncService's factory
for ModelTypeStore. This allows ReadingList to share store with other types.

<email address hidden>
BUG=664920

Review-Url: https://codereview.chromium.org/2663553003
Cr-Commit-Position: refs/heads/master@{#447390}
(cherry picked from commit 9d905484261b3bf9205c65d95b86f306914a8581)

Review-Url: https://codereview.chromium.org/2667213002 .
Cr-Commit-Position: refs/branch-heads/2987@{#254}
Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}

47fae36... by Raymond Toy <email address hidden>

Rename cancelValuesAndHoldAtTime to cancelAndHoldAtTime.

The actual automation name is cancelAndHoldAtTime, not
cancelValuesAndHoldAtTime:
https://webaudio.github.io/web-audio-api/#widl-AudioParam-cancelAndHoldAtTime-AudioParam-double-cancelTime

Make it so.

BUG=686242
TEST=AudioParam/audioparam-cancel-and-hold.html

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

Review-Url: https://codereview.chromium.org/2669663004 .
Cr-Commit-Position: refs/branch-heads/2987@{#253}
Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}

58b563f... by spqchan <email address hidden>

[Mac] Zoom Bubble Autoclosing Fix

With the new MD style the zoom bubble should autoclose, even if the
zoom decoration is pressed. Since the bubble isn't actually pointing
to the decoration, it should not stay opened, even when the the
decoration is pressed.

BUG=682168

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

Review-Url: https://codereview.chromium.org/2674433002 .
Cr-Commit-Position: refs/branch-heads/2987@{#252}
Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}