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

Last commit made on 2015-12-19
Get this branch:
git clone -b oxide/dev/2587 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/2587
Repository:
lp:~oxide-developers/oxide/+git/chromium

Recent commits

be8368c... by Chris Coulson

Add is_main_frame to ContentBrowserClient::AllowCertificateError

0d32d6d30fec43e2ad159193c65ace6636537b23 replaced the RenderFrameHost ID
with WebContents, as RenderFrameHost won't be available with some navigations
when browser-side navigation is enabled. As we have an API that exposes whether
certificate errors belong to the main frame, it is necessary to add back a
mechanism to determine this in a way that doesn't depend on RenderFrameHost

dee8b81... by Chris Coulson

Merge upstream 49.0.2587.3 in to oxide/dev/2587

e59c1fe... by chrome-tpm <email address hidden>

Publish DEPS for Chromium 49.0.2587.3

8a6fe29... by chrome-tpm <email address hidden>

Incrementing VERSION to 49.0.2587.3

Cr-Commit-Position: refs/branch-heads/2587@{#4}
Cr-Branched-From: f09e500334a9c5867b7f93ecf984c2448296f37f-refs/heads/master@{#364237}

f4ca7c0... by Chris Coulson

Merge upstream f09e500334a9c5867b7f93ecf984c2448296f37f in to master

4b5d7d5... by Walter Korman <email address hidden>

Revert of Remove clearing of pending invalidation sets. (patchset #2 id:20001 of https://codereview.chromium.org/1507653002/ )

Reason for revert:
Suspect root cause of crash in blink::StyleInvalidator::pushInvalidationSetsForElement

http://crbug.com/568502

Original issue's description:
> Remove clearing of pending invalidation sets.
>
> In preparation for making SubtreeStyleChange not affect the sibling
> forest.
>
> We can skip scheduling descendant invalidation sets for elements whose
> styleChangeType is SubtreeStyleChange. However, with sibling invalidation
> sets, we still need to schedule invalidations for invalidating the
> sibling forest when we change SubtreeStyleChange to be a strict subtree
> recalc.
>
> We may not clear pending invalidations on detach either, unless the node
> was actually removed from the dom tree, since there might be pending
> sibling invalidations.
>
> <email address hidden>,<email address hidden>
> BUG=557440
>
> Committed: https://crrev.com/c0735df3d8f8efa24af168a6e8d5c02a7be0641c
> Cr-Commit-Position: refs/heads/master@{#364064}

<email address hidden>,<email address hidden>,<email address hidden>
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=557440,568502

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

Cr-Commit-Position: refs/heads/master@{#364416}
(cherry picked from commit 91a8470f2902978d9fbdc6de3618f6f7d374c014)

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

Cr-Commit-Position: refs/branch-heads/2587@{#3}
Cr-Branched-From: f09e500334a9c5867b7f93ecf984c2448296f37f-refs/heads/master@{#364237}

34caa15... by chrome-tpm <email address hidden>

Incrementing VERSION to 49.0.2587.2

Cr-Commit-Position: refs/branch-heads/2587@{#2}
Cr-Branched-From: f09e500334a9c5867b7f93ecf984c2448296f37f-refs/heads/master@{#364237}

c0b68d5... by chrome-tpm <email address hidden>

Incrementing VERSION to 49.0.2587.1

Cr-Commit-Position: refs/branch-heads/2587@{#1}
Cr-Branched-From: f09e500334a9c5867b7f93ecf984c2448296f37f-refs/heads/master@{#364237}

f09e500... by Alan Cutter

Simplify and test SVGInterpolation effect application

This patch is a simple clean up of SVGInterpolation
effect application with an added test to ensure it
continues to work for use elements.
There is no change in behaviour in this patch.

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

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

f6bce52... by dpranke <email address hidden>

Flip linux blink bots to GN.

This flips the regular bots, leak bots, and oilpan bots to GN,
but not the ASAN and MSAN bots.

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

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

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