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

Issue 2675763003: Adapt String::find method via StringUtil adapter. [v8 repo] (Closed)

Created:
3 years, 10 months ago by Łukasz Anforowicz
Modified:
3 years, 10 months ago
Reviewers:
dgozman
CC:
v8-reviews_googlegroups.com, v8-merges_googlegroups.com, Paweł Hajdan Jr.
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Adapt String::find method via StringUtil adapter. This is needed to insulate generated code from blink::protocol namespace from naming changes that we plan to do in the Great Blink Rename (which in particular will rename wtf::StringBuilder::find method into Find). This CL also includes roll of inspector_protocol which starts to generate code that uses the new StringUtil::find adapter method: rolling third_party/inspector to 1a7cbe8ba8fa0d622586f549a97c73d9b52efbea BUG=683447 Review-Url: https://codereview.chromium.org/2675763003 Cr-Commit-Position: refs/heads/master@{#42936} Committed: https://chromium.googlesource.com/v8/v8/+/de20581ca37011d6ef9490b6c3f25c1a594ab200

Patch Set 1 #

Patch Set 2 : Rebasing... #

Total comments: 2

Patch Set 3 : Added |const String& needle| overload for the future use. #

Patch Set 4 : Update revision hash for inspector_protocol repo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M src/inspector/string-util.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/inspector_protocol/README.v8 View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/inspector_protocol/lib/DispatcherBase_cpp.template View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (18 generated)
Łukasz Anforowicz
dgozman@, could you PTAL?
3 years, 10 months ago (2017-02-02 21:19:39 UTC) #11
dgozman
lgtm https://codereview.chromium.org/2675763003/diff/20001/src/inspector/string-util.h File src/inspector/string-util.h (right): https://codereview.chromium.org/2675763003/diff/20001/src/inspector/string-util.h#newcode35 src/inspector/string-util.h:35: static size_t find(const String& s, const char* needle) ...
3 years, 10 months ago (2017-02-03 20:43:39 UTC) #12
Łukasz Anforowicz
Thank you for the review. https://codereview.chromium.org/2675763003/diff/20001/src/inspector/string-util.h File src/inspector/string-util.h (right): https://codereview.chromium.org/2675763003/diff/20001/src/inspector/string-util.h#newcode35 src/inspector/string-util.h:35: static size_t find(const String& ...
3 years, 10 months ago (2017-02-03 21:56:21 UTC) #16
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/2675763003/60001
3 years, 10 months ago (2017-02-03 22:00:48 UTC) #20
commit-bot: I haz the power
3 years, 10 months ago (2017-02-03 22:17:31 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/de20581ca37011d6ef9490b6c3f25c1a594...

Powered by Google App Engine
This is Rietveld 408576698