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

Issue 1119663002: Making Unicode character names consistent (Closed)

Created:
5 years, 7 months ago by h.joshi
Modified:
5 years, 7 months ago
Reviewers:
pdr., eae, jsbell
CC:
blink-reviews, je_julie(Not used), vivekg_samsung, dshwang, eae+blinkwatch, fs, eric.carlson_apple.com, vivekg, apavlov+blink_chromium.org, blink-reviews-wtf_chromium.org, aandrey+blink_chromium.org, rwlbuis, krit, pdr+graphicswatchlist_chromium.org, arv+blink, Mads Ager (chromium), aboxhall, blink-reviews-css, blink-reviews-html_chromium.org, nektarios, Justin Novosad, danakj, blink-reviews-dom_chromium.org, dglazkov+blink, Rik, blink-reviews-bindings_chromium.org, jchaffraix+rendering, blink-reviews-paint_chromium.org, nessy, blink-reviews-style_chromium.org, zoltan1, sof, jbroman, Dominik Röttsches, dmazzoni, darktears, haraken, jsbell+idb_chromium.org, vcarbune.chromium, philipj_slow, blink-reviews-rendering, pdr+renderingwatchlist_chromium.org, gasubic, leviw+renderwatch, slimming-paint-reviews_chromium.org, ed+blinkwatch_opera.com, f(malita), groby+blinkspell_chromium.org, cmumford, oilpan-reviews, dgrogan, Stephen Chennney, kouhei+heap_chromium.org, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Making Unicode character names consistent. Changing Unicode character naming schemes from [name], [name]Character and character[Name] to character[Name] BUG=484044 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195297

Patch Set 1 #

Patch Set 2 : Rebase patch #

Patch Set 3 : Rebase patch #

Patch Set 4 : Correcting Heap.cpp changes #

Patch Set 5 : Rebase patch #

Patch Set 6 : Code changes to correct Test Expectation #

Total comments: 10

Patch Set 7 : Comment fixes #

Total comments: 4

Patch Set 8 : Fixing nit comments #

Patch Set 9 : Rebase patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -311 lines) Patch
M Source/bindings/core/v8/V8Binding.cpp View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/parser/CSSTokenizer.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/FirstLetterPseudoElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/HTMLInterchange.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/MarkupAccumulator.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ReplaceSelectionCommand.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/VisibleSelection.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/htmlediting.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/htmlediting.cpp View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/editing/iterators/TextIterator.cpp View 1 2 3 4 5 6 7 8 7 chunks +9 lines, -9 lines 0 comments Download
M Source/core/html/HTMLTextFormControlElement.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/forms/TypeAhead.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/shadow/DateTimeEditElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/vtt/BufferedLineReader.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/track/vtt/BufferedLineReaderTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/vtt/VTTTokenizer.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutBlockFlowLine.cpp View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutDeprecatedFlexibleBox.cpp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutListMarker.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/layout/LayoutText.cpp View 1 2 3 4 5 6 14 chunks +20 lines, -20 lines 0 comments Download
M Source/core/layout/LayoutTreeAsText.cpp View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/line/BreakingContextInlineHeaders.h View 1 2 3 4 5 6 7 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/line/InlineIterator.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/TextPainter.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M Source/core/style/ComputedStyle.cpp View 1 2 3 4 5 6 7 8 2 chunks +13 lines, -13 lines 0 comments Download
M Source/modules/accessibility/AXLayoutObject.cpp View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/indexeddb/IDBKeyPath.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/fonts/Character.h View 1 2 3 4 5 6 2 chunks +13 lines, -13 lines 0 comments Download
M Source/platform/fonts/Character.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/platform/fonts/Font.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/fonts/FontFallbackList.cpp View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M Source/platform/fonts/GlyphPageTreeNode.cpp View 1 2 3 4 5 6 1 chunk +32 lines, -32 lines 0 comments Download
M Source/platform/fonts/SimpleFontData.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/fonts/UTF16TextIterator.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/fonts/shaping/HarfBuzzShaper.cpp View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M Source/platform/fonts/shaping/SimpleShaper.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/platform/network/HTTPParsers.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/text/StringTruncator.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/platform/text/TextBreakIterator.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/text/UnicodeUtilities.cpp View 1 2 3 4 5 6 2 chunks +14 lines, -14 lines 0 comments Download
M Source/platform/text/UnicodeUtilitiesTest.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/PopupListBox.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/StringImpl.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/wtf/text/TextCodecICU.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/TextCodecReplacement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/TextCodecUTF16.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/wtf/unicode/CharacterNames.h View 1 2 3 4 5 6 1 chunk +122 lines, -122 lines 0 comments Download

Messages

Total messages: 24 (11 generated)
h.joshi
Pls review
5 years, 7 months ago (2015-05-05 08:47:09 UTC) #3
eae
You'll need a reviewer in Source/OWNERS for this. pdr might be able to help. Thanks ...
5 years, 7 months ago (2015-05-05 16:44:49 UTC) #5
jsbell
not lgtm - some of the changes are incorrect I agree with eae@ that 'nameCharacter' ...
5 years, 7 months ago (2015-05-05 17:29:53 UTC) #7
h.joshi
Used "nameCharacter" format for all. With this CL size is also reduced. Suggested comments are ...
5 years, 7 months ago (2015-05-11 07:06:33 UTC) #10
jsbell
Looks much better, thanks - lgtm to unblock later reviews (Personally, I'd still prefer a ...
5 years, 7 months ago (2015-05-11 16:28:02 UTC) #11
h.joshi
@jsbell: Thank you Fixed nit comments. For "namespace prefix to a suffix", was think to ...
5 years, 7 months ago (2015-05-12 04:20:14 UTC) #12
h.joshi
@pdr: Pls review
5 years, 7 months ago (2015-05-12 09:09:26 UTC) #13
pdr.
On 2015/05/12 at 09:09:26, h.joshi wrote: > @pdr: Pls review LGTM
5 years, 7 months ago (2015-05-12 13:04:56 UTC) #14
h.joshi
@pdr: Thank you
5 years, 7 months ago (2015-05-12 15:15:18 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119663002/200001
5 years, 7 months ago (2015-05-12 15:15:33 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/44473) mac_blink_rel on tryserver.blink (JOB_FAILED, ...
5 years, 7 months ago (2015-05-12 15:18:42 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119663002/220001
5 years, 7 months ago (2015-05-13 05:10:39 UTC) #23
commit-bot: I haz the power
5 years, 7 months ago (2015-05-13 06:33:13 UTC) #24
Message was sent while issue was closed.
Committed patchset #9 (id:220001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195297

Powered by Google App Engine
This is Rietveld 408576698