Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Issue 2105263002: Reland "Replace ICU with CED for auto encoding detection" (Closed)

Created:
4 years, 5 months ago by Jinsuk Kim
Modified:
4 years, 5 months ago
Reviewers:
tkent
CC:
aelias_OOO_until_Jul13, blink-reviews, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland "Replace ICU with CED for auto encoding detection" The patch was reverted due to broken build on Windows 8 gyp. gyp build was missing a compiler option suppressing a warning message while gn build already handles it. crrev.com/2103793005 now fixed the issue. This reverts commit e6ea446fa4e5628f61f35e5fe88e40cbb0d0b924. BUG=597488 Committed: https://crrev.com/0c155762b0654045ed3031e5d1e2b447e40ca42e Cr-Commit-Position: refs/heads/master@{#402832}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -69 lines) Patch
M third_party/WebKit/Source/platform/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp View 2 chunks +13 lines, -69 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Jinsuk Kim
4 years, 5 months ago (2016-06-29 05:18:13 UTC) #2
tkent
lgtm
4 years, 5 months ago (2016-06-29 05:22:04 UTC) #3
Jinsuk Kim
On 2016/06/29 05:22:04, tkent wrote: > lgtm Thanks for the quick response!
4 years, 5 months ago (2016-06-29 05:26:20 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2105263002/1
4 years, 5 months ago (2016-06-29 13:56:10 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-06-29 16:14:03 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/0c155762b0654045ed3031e5d1e2b447e40ca42e Cr-Commit-Position: refs/heads/master@{#402832}
4 years, 5 months ago (2016-06-29 16:16:40 UTC) #9
Pete Williamson
4 years, 5 months ago (2016-06-29 19:34:47 UTC) #10
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2110833005/ by petewil@chromium.org.

The reason for reverting is: Sheriff is reverting this patchset on suspicion of
adding a new static constructor (string) causing a failure of the "sizes" step
of the build.

Link to broken build:
https://build.chromium.org/p/chromium/builders/Linux%20x64/builds/21618

Relevant log lines:
FAILED linux-release-64/sizes/chrome-si/initializers: actual 9, expected 7,
better lower

We think this is ultimately coming from encodings.cc which is part of the third
party ced package, and might be related to this DEPS roll.
revert_cq: 1
revert_reason_textarea: A revert of this CL (patchset #1 id:1) has been created
in
https://codereview.chromium.org/2110853002/ by petewil@chromium.org.

The reason for reverting is: Sheriff is reverting this patchset on suspicion of
adding a new static constructor (string) causing a failure of the "sizes" step
of the build.

Link to broken build:
https://build.chromium.org/p/chromium/builders/Linux%20x64/builds/21618

Relevant log lines:
FAILED linux-release-64/sizes/chrome-si/initializers: actual 9, expected 7,
better lower

We think this is ultimately coming from encodings.cc which is part of the third
party ced package, and might be related to this DEPS roll..

Powered by Google App Engine
This is Rietveld 408576698