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

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

Recent commits

e70bbdf... by Chris Coulson

Detect AArch64 as the host architecture in GN

6a2e943... by apatole <email address hidden>

Fix arm64 linux compilation errors.

Fixes 'undeclared identifier __NR_access/__NR_open' compile errors.

__NR_access and __NR_open don't exist on ARM64. So, like the earlier
code in same file, added __NR_access and __NR_open case under
!defined(__aarch64__) check.

BUG=613452

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

f407e0d... by Chris Coulson

Merge upstream 31724d2879923fbf1adab8cd8d6a353a9888379a in to master

ed2099f... by Chris Coulson

Merge upstream 9af040a364c15bdc2adeea794e173a2c529a3ddc in to master

31724d2... by jbroman <email address hidden>

Print an error if browser start fails due to no X display.

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

d8c9533... by v8-autoroll <email address hidden>

Update V8 to version 5.3.117.

Summary of changes available at:
https://chromium.googlesource.com/v8/v8/+log/5bca5221..732d1cca

Please follow these instructions for assigning/CC'ing issues:
https://github.com/v8/v8/wiki/Triaging%20issues

Please close rolling in case of a roll revert:
https://v8-roll.appspot.com/
This only works with a Google account.

CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

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

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

3646638... by dcheng <email address hidden>

Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //tools

The raw pointer overload of ListValue::Append() is deprecated and will
be removed. Instead, code should just write:
- ListValue::AppendBoolean()
- ListValue::AppendInteger()
- ListValue::AppendDouble()
- ListValue::AppendString()

BUG=581865

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

4973a97... by kcarattini <email address hidden>

SafeBrowsing: Implement cache eviction for API full hash results.

BUG=561867

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

002ba4a... by sky <email address hidden>

Moves mash/wm into ash/mus

Namespaces have been updated as well. Unfortunately this necessitated
::mus in lots of places.

BUG=616265
TEST=none
<email address hidden>
<email address hidden>

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

c9f9af3... by jbroman <email address hidden>

Switch WTF::find on LChar to use memchr.

BUG=607208

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