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

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

Recent commits

73269de... by Chris Coulson

Ensure the suggested name for downloads gets passed to Oxide

aaa7ff4... by Chris Coulson

Merge upstream ea4dab724630861bd9f070af08db0d44f4b2f31c in to master

ea4dab7... by kbr <email address hidden>

Run tests on new Win/Linux Intel GPU FYI bots.

BUG=589891

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

Cr-Commit-Position: refs/heads/master@{#383600}

a93559c... by jkarlin <email address hidden>

[CacheStorage] Make CacheStorage::MatchAllCaches return in order

MatchAllCaches needs to return the response in order of cache
creation. So if cache A was created before cache B, and they both have
an entry for request Z, then cache A's response for Z should be
returned.

Previously, the caches raced and the first to find an entry was
returned.

BUG=568096

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

Cr-Commit-Position: refs/heads/master@{#383599}

a3aa8c5... by lushnikov <email address hidden>

DevTools: simplify WI.FormattedContentBuilder

The WI.FormattedContentBuilder has a functionality that preserves the
originaly entered new lines. This patch removes this functionality
in order to simplify the internal code.

As of today, nobody really benefits from the functionality. The
pretty-printers should maximize for beauty, thus should not respect
originally entered newlines.

BUG=none
R=dgozman, pfeldman

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

Cr-Commit-Position: refs/heads/master@{#383598}

5552a6a... by mmenke <email address hidden>

Rework the mime sniffer fuzzer.

In particular, make it fuzz the URL and content-type
header, and make it check the other top level mime
sniffing function.

Also, rename it so it's more clearly associated with
mime_sniffer.h.

BUG=598397

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

Cr-Commit-Position: refs/heads/master@{#383597}

b541cf7... by Rebaseline Bot <email address hidden>

Auto-rebaseline for r383437

https://chromium.googlesource.com/chromium/src/+/af5d661c7

BUG=493212
<email address hidden>

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

Cr-Commit-Position: refs/heads/master@{#383596}

d4100e5... by danakj <email address hidden>

Remove WGC3D typedefs and move WebGraphicsInfo to Platform.

This removes the WGC3Dfoo basic type aliases that are synonyms for GLfoo
and changes users that still exist to the GL versions. WebGLId is
converted to GLuint which is the real deal.

We remove the WebGraphicsContext3D::WebGraphicsInfo struct, moving it
to the Platform class which is where it is used (for creating context
providers).

R=chrishtr, <email address hidden>, piman, pfeldman
TBR=pfeldman
BUG=584497
CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel

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

Cr-Commit-Position: refs/heads/master@{#383595}

abed7e6... by aizatsky <email address hidden>

[libfuzzer] tweaking is_ubsan_security options.

BUG=596650

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

Cr-Commit-Position: refs/heads/master@{#383594}

44ba4c4... by lazyboy <email address hidden>

Enable IsolatedAppTest.CookieIsolation on windows.

It was disabled because it used to flake on windows XP.
Re-enabling since we don't run XP bots anymore.

BUG=86562
Test=Tried the test 100 times (see patch set #1) on try bot and noticed no single failure or flake in the following two bots:
1) win_chromium_rel_ng:
https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/195077/steps/browser_tests%20%28with%20patch%29%20on%20Windows-7-SP1/logs/stdio
2) win_chromium_x64_rel_ng:
https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/188186/steps/browser_tests%20%28with%20patch%29%20on%20Windows-7-SP1/logs/stdio

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

Cr-Commit-Position: refs/heads/master@{#383593}