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

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

Recent commits

637ec8d... by Mike Gilbert

gn: fix bootstrap script

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

13b4023... by Chris Coulson

Merge upstream 56.0.2896.3 in to oxide/dev/cr2896

d291840... by Chris Coulson

Unbreak chrome://shorthang/

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

Publish DEPS for Chromium 56.0.2896.3

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

Incrementing VERSION to 56.0.2896.3

Cr-Commit-Position: refs/branch-heads/2896@{#4}
Cr-Branched-From: eb410d934c054b358be84d4bc63724e99cefa7c8-refs/heads/master@{#426358}

99267e2... by Roger Tawa <email address hidden>

Dereference and std::move in same param list == top crasher

Fix a top crasher (2016/10/20) caused by defer of a unique_ptr and a std::move of the same unique_ptr in the same parameter list. The order of evalulation is unspecified, so this is unsafe.

BUG=657778
<email address hidden>, <email address hidden>

Review-Url: https://chromiumcodereview.appspot.com/2437123002
Cr-Commit-Position: refs/heads/master@{#426553}
(cherry picked from commit 884c98b01d2daebaa2f519300d3f64b2850f31fe)

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

Cr-Commit-Position: refs/branch-heads/2896@{#3}
Cr-Branched-From: eb410d934c054b358be84d4bc63724e99cefa7c8-refs/heads/master@{#426358}

67c058d... by Chris Coulson

Merge upstream eb410d934c054b358be84d4bc63724e99cefa7c8 in to master

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

Incrementing VERSION to 56.0.2896.2

Cr-Commit-Position: refs/branch-heads/2896@{#2}
Cr-Branched-From: eb410d934c054b358be84d4bc63724e99cefa7c8-refs/heads/master@{#426358}

45f390a... by chrome-cron <email address hidden>

Incrementing VERSION to 56.0.2896.1

Cr-Commit-Position: refs/branch-heads/2896@{#1}
Cr-Branched-From: eb410d934c054b358be84d4bc63724e99cefa7c8-refs/heads/master@{#426358}

eb410d9... by alph <email address hidden>

DevTools: Support reading updated version of CPU profile.

BUG=406277

Review-Url: https://chromiumcodereview.appspot.com/2434813003
Cr-Commit-Position: refs/heads/master@{#426358}