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

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

Recent commits

98570b3... by Chris Coulson

Merge upstream 55.0.2883.75 in to oxide/1.19

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

Publish DEPS for Chromium 55.0.2883.75

451c239... by chrome-cron <email address hidden>

Incrementing VERSION to 55.0.2883.75

Cr-Commit-Position: refs/branch-heads/2883@{#698}
Cr-Branched-From: 614d31daee2f61b0180df403a8ad43f20b9f6dd7-refs/heads/master@{#423768}

5bef377... by chrome-cron <email address hidden>

Incrementing VERSION to 55.0.2883.74

Cr-Commit-Position: refs/branch-heads/2883@{#697}
Cr-Branched-From: 614d31daee2f61b0180df403a8ad43f20b9f6dd7-refs/heads/master@{#423768}

94e8585... by Alex Mineer <email address hidden>

Revert "Fix leaks in InputConnectionHandlerThread"

This reverts commit c7860ebf0f5005dfe519f5abc0a352ce680144f5.

Reverting on M55 branch 2883 due to crash bug.

BUG=669886,668692

Cr-Commit-Position: refs/branch-heads/2883@{#696}
Cr-Branched-From: 614d31daee2f61b0180df403a8ad43f20b9f6dd7-refs/heads/master@{#423768}

6def8f6... by chrome-cron <email address hidden>

Incrementing VERSION to 55.0.2883.73

Cr-Commit-Position: refs/branch-heads/2883@{#695}
Cr-Branched-From: 614d31daee2f61b0180df403a8ad43f20b9f6dd7-refs/heads/master@{#423768}

71a27c5... by sdefresne <email address hidden>

[iOS/ARC] Fix a violation of ODR in base::BindBlock under ARC.

The template function base::BindBlock invoked the constructor of
base::mac::ScopedBlock that has two different signature whether
ARC (automatic reference counting) is enabled or not.

If two different files are compiled with a different ARC setting
(one has ARC enabled, the other has it disabled) and both invoke
base::BindBlock with the same type of block (i.e. same signature)
then the function has two different implementation (which is a
violation of the ODR) and one of them is selected at link-time.

As the base::BindBlock implementation does retain the block, this
can only lead to over-retaining an object (as the implementation
leaks if the ARC version of base::mac::ScopedBlock is invoked) not
to over-releasing.

BUG=666027

Review-Url: https://codereview.chromium.org/2522943003
Cr-Commit-Position: refs/heads/master@{#434182}
(cherry picked from commit 3baab423ea642cc0851a482841091fd8ac9f8b3c)

Reverted changes to the following files not yet converted to ARC
in branch 2883 (M55):
  ios/chrome/browser/browser_state/off_the_record_chrome_browser_state_io_data.mm
  ios/chrome/browser/share_extension/share_extension_item_receiver.mm
  ios/chrome/browser/ssl/ios_ssl_error_handler_unittest.mm

<email address hidden>
NOTRY=true
NOPRESUBMIT=true

Review-Url: https://codereview.chromium.org/2546503002
Cr-Commit-Position: refs/branch-heads/2883@{#694}
Cr-Branched-From: 614d31daee2f61b0180df403a8ad43f20b9f6dd7-refs/heads/master@{#423768}

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

Incrementing VERSION to 55.0.2883.72

Cr-Commit-Position: refs/branch-heads/2883@{#693}
Cr-Branched-From: 614d31daee2f61b0180df403a8ad43f20b9f6dd7-refs/heads/master@{#423768}

32ddf24... by clamy <email address hidden>

Fix issue with location tracking icon disappearing on M55

This CL is a followup to https://codereview.chromium.org/2534563002/
which merged https://codereview.chromium.org/2524053002/ into M55. The
CL on trunk fixed the issue on trunk, but was not enough on M55 beacuse
at that time we also need to filter out NavigationHandles with
IsSynchronousNavigation set to true. On M55,
NavigationHandle::IsSamePage was set later in time, so we can't use it
as we're doing on trunk.

BUG=667256

Publish DEPS for Chromium 55.0.2883.70

<email address hidden>, <email address hidden>

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

Cr-Commit-Position: refs/branch-heads/2883@{#692}
Cr-Branched-From: 614d31daee2f61b0180df403a8ad43f20b9f6dd7-refs/heads/master@{#423768}

21470ff... by chrome-cron <email address hidden>

Incrementing VERSION to 55.0.2883.71

Cr-Commit-Position: refs/branch-heads/2883@{#691}
Cr-Branched-From: 614d31daee2f61b0180df403a8ad43f20b9f6dd7-refs/heads/master@{#423768}