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

Issue 1035573005: Change a bool type to an enum type in constructor argument of SpaceSplitString. (Closed)

Created:
5 years, 9 months ago by hyunjunekim2
Modified:
5 years, 9 months ago
Reviewers:
Mike West, fs
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, eae+blinkwatch, rwlbuis, sof, gyuyoung2
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

This CL is refactoring code.Replace a bool type with an enum type in constructor argument of SpaceSplitString. R=mkwst@chromium.org, fs@opera.com Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192657

Patch Set 1 #

Patch Set 2 : Draft #

Total comments: 2

Patch Set 3 : Move enum struct to SpaceSplitString and rename. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -17 lines) Patch
M Source/core/dom/ClassCollection.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/DOMSettableTokenList.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/dom/ElementData.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/SandboxFlags.cpp View 2 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/dom/SpaceSplitString.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M Source/core/dom/SpaceSplitString.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/ClassList.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAnchorElement.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
hyunjunekim2
Hi, I'm hyunjunekim (hyunjune.kim@samsung.com, hykim0777@gamil.com). I replace a bool type with an enum type in ...
5 years, 9 months ago (2015-03-26 16:55:11 UTC) #2
Mike West
Thanks for following up on this. https://codereview.chromium.org/1035573005/diff/20001/Source/core/dom/SpaceSplitString.cpp File Source/core/dom/SpaceSplitString.cpp (right): https://codereview.chromium.org/1035573005/diff/20001/Source/core/dom/SpaceSplitString.cpp#newcode162 Source/core/dom/SpaceSplitString.cpp:162: if ((splitStringCase == ...
5 years, 9 months ago (2015-03-26 19:33:05 UTC) #3
hyunjunekim2
On 2015/03/26 19:33:05, Mike West wrote: > Thanks for following up on this. > > ...
5 years, 9 months ago (2015-03-27 02:00:06 UTC) #4
Mike West
LGTM, thanks!
5 years, 9 months ago (2015-03-27 04:58:01 UTC) #5
hyunjunekim2
On 2015/03/27 04:58:01, Mike West wrote: > LGTM, thanks! @ Mike West If be other ...
5 years, 9 months ago (2015-03-27 05:26:44 UTC) #6
hyunjunekim2
@ Mike West Could you run try-bot for this issue? and commit-bot? Thank you.
5 years, 9 months ago (2015-03-27 06:18:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1035573005/40001
5 years, 9 months ago (2015-03-27 06:24:35 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-27 07:57:20 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192657

Powered by Google App Engine
This is Rietveld 408576698