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

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

Recent commits

99a477e... by Chris Coulson

Fix missing namespace in allocator_extension.cc

663046f... by Chris Coulson

Fix a typo in //base/BUILD.gn

d1babbc... by Chris Coulson

Make it possible for executables to inject allocator hooks to make UncheckedMalloc and EnableTerminationOnOutOfMemory to work correctly

a488714... by Chris Coulson

Don't build //content/ppapi_plugin when plugins are disabled (bug 1594941)

051c857... by Chris Coulson

Add missing file

3e49ded... by Chris Coulson

Allow //tools/gn to build from a tarball

3561e10... by Chris Coulson

Fix merge artefact in content/common/view_messages.h

767caaa... by Chris Coulson

Merge upstream 92614dc154ad143a1ef9849ae0fe90c02df09f30 in to master

92614dc... by mgiuca <email address hidden>

Added comprehensive tests for views::Border.

BUG=568389

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

7505794... by fs <email address hidden>

Rename StyleLayoutData to StyleGeometryData

The term 'geometry' better matches what is stored here (and is also more
in line with the SVG spec chapter [1] that defines most of the properties
here.)
Rename the SVGComputedStyle::layout field to 'geometry' to match.

This is a mechanical rename-only CL, with the exception of some
additional whitespace fixups.

[1] https://svgwg.org/svg2-draft/geometry.html ("Geometry Properties")

BUG=603956

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