~oxide-developers/oxide/+git/chromium:oxide/1.14

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

Recent commits

1d255fb... by Chris Coulson

Merge upstream 50.0.2661.102 in to oxide/1.14

496034c... by chrome-cron <email address hidden>

Publish DEPS for Chromium 50.0.2661.102

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

Incrementing VERSION to 50.0.2661.102

Cr-Commit-Position: refs/branch-heads/2661@{#680}
Cr-Branched-From: ef6f6ae5e4c96622286b563658d5cd62a6cf1197-refs/heads/master@{#378081}

e23f722... by Jackie Quinn <email address hidden>

Disable CertVerifyProcTest TestKnownRoot and PublicKeyHashes

Comment in TestKnownRoot indicates that it and PublicKeyHashes will
fail on May 9, 2016, and they did. Disabling for now.

BUG=610546
<email address hidden>
NOTRY=true
NOPRESUBMIT=true

Review-Url: https://codereview.chromium.org/1959083003
Cr-Commit-Position: refs/heads/master@{#392503}
(cherry picked from commit f8907f402e6141d88721bb4b4307c8fe8f283c5e)

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

Cr-Commit-Position: refs/branch-heads/2661@{#679}
Cr-Branched-From: ef6f6ae5e4c96622286b563658d5cd62a6cf1197-refs/heads/master@{#378081}

7cfce29... by Aaron Gable <email address hidden>

Updating XTBs based on .GRDs from branch 2661

Cr-Commit-Position: refs/branch-heads/2661@{#678}
Cr-Branched-From: ef6f6ae5e4c96622286b563658d5cd62a6cf1197-refs/heads/master@{#378081}

24612fe... by Emil A Eklund <email address hidden>

Fix Georgian font selection on Windows 7

Change FontFallbackWin to specify Sylfaen before Segoe UI for Georgian.
The Segoe UI font is present on Windows 7 and therefore matches despite
not having the required glyphs for Georgian.

BUG=606196
<email address hidden>

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

Cr-Commit-Position: refs/heads/master@{#392452}
(cherry picked from commit c1300bcc9f5d724be1f08bf4d0ec3f3ca2cbe531)

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

Cr-Commit-Position: refs/branch-heads/2661@{#677}
Cr-Branched-From: ef6f6ae5e4c96622286b563658d5cd62a6cf1197-refs/heads/master@{#378081}

cd8df42... by Vaclav Brozek <email address hidden>

PasswordController should give up on WebState destruction

The associated bug has a crash where a WebStateObserverBridge method of
PasswordController dereferences a null pointer. The block where the dereference
happens is:

    if (weakSelf) {
      weakSelf.get()->passwordManager_->OnPasswordFormSubmitted(
          weakSelf.get()->passwordManagerDriver_.get(), form);
    }

It is likely that between the call to
-webState:didSubmitDocumentWithFormNamed:userInitiated: and the execution
of the block the WebState has been destroyed, and therefore also
passwordManager_ and passwordManagerDriver_ nulled.

This CL adds a BOOL to keep track of the destruction of the WebState, allowing
the controller to give up when the WS is destroyed.

<email address hidden>
BUG=608090

Review-Url: https://codereview.chromium.org/1941363002
Cr-Commit-Position: refs/heads/master@{#391511}
(cherry picked from commit 0e96a24352e1ed49716b86177e65b09069ed05a2)

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

Cr-Commit-Position: refs/branch-heads/2661@{#676}
Cr-Branched-From: ef6f6ae5e4c96622286b563658d5cd62a6cf1197-refs/heads/master@{#378081}

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

Incrementing VERSION to 50.0.2661.101

Cr-Commit-Position: refs/branch-heads/2661@{#675}
Cr-Branched-From: ef6f6ae5e4c96622286b563658d5cd62a6cf1197-refs/heads/master@{#378081}

2caf193... by chrome-cron <email address hidden>

Incrementing VERSION to 50.0.2661.100

Cr-Commit-Position: refs/branch-heads/2661@{#674}
Cr-Branched-From: ef6f6ae5e4c96622286b563658d5cd62a6cf1197-refs/heads/master@{#378081}

c2f6e27... by xdai <email address hidden>

[Merge to M50] [Chrome OS Bootstrapping]: Do not always power off the Bluetooth adapter.

After the bootstrapping attempt is successful/failed, or the user has logged into the system,
power off the Bluetooth adapter only if the Bluetooth adapter was off before and there is no
connected Bluetooth type HID device.

BUG=chrome-os-partner:52828
<email address hidden>, <email address hidden>

Review-Url: https://codereview.chromium.org/1942883003
Cr-Commit-Position: refs/heads/master@{#391731}
(cherry picked from commit b6391c22b6339579ade0295e5995c66da3f9a239)

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

Cr-Commit-Position: refs/branch-heads/2661@{#673}
Cr-Branched-From: ef6f6ae5e4c96622286b563658d5cd62a6cf1197-refs/heads/master@{#378081}