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

Issue 12259025: Linux: apply a different hyphen patch. (Closed)

Created:
7 years, 10 months ago by Paweł Hajdan Jr.
Modified:
7 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, erikwright+watch_chromium.org, jam, sail+watch_chromium.org
Visibility:
Public.

Description

Linux: apply a different hyphen patch. This will make it possible to use system hyphen. BUG=176285 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184515

Patch Set 1 #

Patch Set 2 : windows #

Patch Set 3 : io.h #

Patch Set 4 : trybots #

Total comments: 4

Patch Set 5 : fixes #

Patch Set 6 : win trybots #

Total comments: 6

Patch Set 7 : fixes #

Total comments: 1

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -221 lines) Patch
M base/platform_file.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M base/platform_file_posix.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M base/platform_file_win.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -0 lines 0 comments Download
M content/renderer/hyphenator/hyphenator.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -10 lines 0 comments Download
M content/renderer/hyphenator/hyphenator.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -14 lines 0 comments Download
M third_party/hyphen/README.chromium View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/hyphen/google.patch View 1 2 3 4 5 6 1 chunk +36 lines, -115 lines 0 comments Download
M third_party/hyphen/hyphen.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/hyphen/hyphen.c View 6 chunks +12 lines, -66 lines 0 comments Download
M third_party/hyphen/hyphen.gyp View 1 2 chunks +1 line, -6 lines 0 comments Download
M webkit/support/test_webkit_platform_support.cc View 1 2 3 4 5 6 7 2 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Paweł Hajdan Jr.
FYI, I'm actually talking with upstream about this new patch. This will make it easier ...
7 years, 10 months ago (2013-02-15 08:51:24 UTC) #1
darin (slow to review)
https://codereview.chromium.org/12259025/diff/9001/content/renderer/hyphenator/hyphenator.h File content/renderer/hyphenator/hyphenator.h (right): https://codereview.chromium.org/12259025/diff/9001/content/renderer/hyphenator/hyphenator.h#newcode58 content/renderer/hyphenator/hyphenator.h:58: FILE* dictionary_file_; nit: You could use ScopedStdioHandle here. https://codereview.chromium.org/12259025/diff/9001/webkit/support/test_webkit_platform_support.cc ...
7 years, 10 months ago (2013-02-15 18:16:40 UTC) #2
Paweł Hajdan Jr.
PTAL https://codereview.chromium.org/12259025/diff/9001/content/renderer/hyphenator/hyphenator.h File content/renderer/hyphenator/hyphenator.h (right): https://codereview.chromium.org/12259025/diff/9001/content/renderer/hyphenator/hyphenator.h#newcode58 content/renderer/hyphenator/hyphenator.h:58: FILE* dictionary_file_; On 2013/02/15 18:16:40, darin wrote: > ...
7 years, 10 months ago (2013-02-19 13:00:12 UTC) #3
darin (slow to review)
https://codereview.chromium.org/12259025/diff/18001/base/platform_file_posix.cc File base/platform_file_posix.cc (right): https://codereview.chromium.org/12259025/diff/18001/base/platform_file_posix.cc#newcode164 base/platform_file_posix.cc:164: base::ThreadRestrictions::AssertIOAllowed(); nit: Does fdopen actually do any real blocking ...
7 years, 10 months ago (2013-02-21 04:08:44 UTC) #4
Paweł Hajdan Jr.
PTAL https://codereview.chromium.org/12259025/diff/18001/base/platform_file_posix.cc File base/platform_file_posix.cc (right): https://codereview.chromium.org/12259025/diff/18001/base/platform_file_posix.cc#newcode164 base/platform_file_posix.cc:164: base::ThreadRestrictions::AssertIOAllowed(); On 2013/02/21 04:08:44, darin wrote: > nit: ...
7 years, 10 months ago (2013-02-21 09:14:19 UTC) #5
darin (slow to review)
LGTM https://codereview.chromium.org/12259025/diff/25001/third_party/hyphen/hyphen.c File third_party/hyphen/hyphen.c (right): https://codereview.chromium.org/12259025/diff/25001/third_party/hyphen/hyphen.c#newcode250 third_party/hyphen/hyphen.c:250: f = fopen (fn, "r"); Just for completeness, ...
7 years, 10 months ago (2013-02-21 16:31:08 UTC) #6
Paweł Hajdan Jr.
7 years, 10 months ago (2013-02-25 23:33:40 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r184515 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698