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

Issue 1847853004: Move Character.h from platform/fonts to platform/text (Closed)

Created:
4 years, 8 months ago by Seigo Nonaka
Modified:
4 years, 8 months ago
Reviewers:
tkent, drott, kojii, eae
CC:
blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, f(malita), fs, gyuyoung2, jbroman, jchaffraix+rendering, Justin Novosad, kinuko+watch, kouhei+svg_chromium.org, leviw+renderwatch, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move Character.h from platform/fonts to platform/text TBR=eae BUG=600976 Committed: https://crrev.com/47ae6230898a93adc77339a6995aef25022a3072 Cr-Commit-Position: refs/heads/master@{#385698}

Patch Set 1 #

Patch Set 2 : rebasing #

Patch Set 3 : rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -2170 lines) Patch
M third_party/WebKit/Source/core/editing/iterators/SearchBuffer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/state_machines/BackspaceStateMachine.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/state_machines/StateMachineUtil.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutText.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngineSpacing.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 4 chunks +4 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/platform/fonts/Character.h View 1 1 chunk +0 lines, -158 lines 0 comments Download
D third_party/WebKit/Source/platform/fonts/Character.cpp View 1 1 chunk +0 lines, -369 lines 0 comments Download
D third_party/WebKit/Source/platform/fonts/CharacterEmoji.cpp View 1 1 chunk +0 lines, -123 lines 0 comments Download
D third_party/WebKit/Source/platform/fonts/CharacterProperty.h View 1 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/Source/platform/fonts/CharacterPropertyData.cpp View 1 1 chunk +0 lines, -652 lines 0 comments Download
D third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h View 1 1 chunk +0 lines, -234 lines 0 comments Download
D third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp View 1 1 chunk +0 lines, -136 lines 0 comments Download
D third_party/WebKit/Source/platform/fonts/CharacterTest.cpp View 1 1 chunk +0 lines, -430 lines 0 comments Download
M third_party/WebKit/Source/platform/fonts/Font.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontOrientation.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp View 1 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/ShapeResultSpacing.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/platform_generated.gyp View 3 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/text/Character.h View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/text/Character.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/text/CharacterEmoji.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/text/CharacterProperty.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/text/CharacterPropertyData.cpp View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/platform/text/CharacterTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/TextBreakIterator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/TextRun.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 32 (13 generated)
Seigo Nonaka
Hi Kent-san, This is TODO in http://codereview.chromium.org/1844663002 I'm going to rebase once the CL is ...
4 years, 8 months ago (2016-04-01 07:27:36 UTC) #2
tkent
kojii@, is this ok?
4 years, 8 months ago (2016-04-01 07:47:56 UTC) #4
kojii
non-owner lgtm, but I'd like drott@ to have a look before landing. drott@, PTAL?
4 years, 8 months ago (2016-04-05 03:36:28 UTC) #6
drott
LGTM, thanks.
4 years, 8 months ago (2016-04-05 15:54:07 UTC) #7
eae
The fonts/text separation is a bit odd today, there are more things in fonts/ that ...
4 years, 8 months ago (2016-04-05 20:45:16 UTC) #8
Seigo Nonaka
On 2016/04/05 20:45:16, eae wrote: > The fonts/text separation is a bit odd today, there ...
4 years, 8 months ago (2016-04-06 10:49:59 UTC) #9
drott
On 2016/04/06 at 10:49:59, nona wrote: > On 2016/04/05 20:45:16, eae wrote: > > The ...
4 years, 8 months ago (2016-04-06 22:39:48 UTC) #11
kojii
On 2016/04/06 at 22:39:48, drott wrote: > > If I interpret eae@'s comment correctly, yes. ...
4 years, 8 months ago (2016-04-07 01:20:40 UTC) #12
eae
Yes, sorry about the confusion! Thanks for doing this!
4 years, 8 months ago (2016-04-07 05:48:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1847853004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1847853004/1
4 years, 8 months ago (2016-04-07 05:49:14 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_gn/builds/15400) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 8 months ago (2016-04-07 05:51:50 UTC) #17
Seigo Nonaka
Thank you for your reply! Looks like I need to rebase to master. Will upload ...
4 years, 8 months ago (2016-04-07 05:54:38 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1847853004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1847853004/40001
4 years, 8 months ago (2016-04-07 06:48:41 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/165653)
4 years, 8 months ago (2016-04-07 06:57:57 UTC) #23
Seigo Nonaka
TBR-ing to eae@ based on reply in the review comment. Also changes in core/ is ...
4 years, 8 months ago (2016-04-07 07:00:34 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1847853004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1847853004/40001
4 years, 8 months ago (2016-04-07 07:00:54 UTC) #27
eae
LGTM
4 years, 8 months ago (2016-04-07 07:51:42 UTC) #28
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-07 09:25:57 UTC) #30
commit-bot: I haz the power
4 years, 8 months ago (2016-04-07 09:28:48 UTC) #32
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/47ae6230898a93adc77339a6995aef25022a3072
Cr-Commit-Position: refs/heads/master@{#385698}

Powered by Google App Engine
This is Rietveld 408576698