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

Issue 1880833002: Move to protocol::Vector (Closed)

Created:
4 years, 8 months ago by eostroukhov-old
Modified:
4 years, 8 months ago
Reviewers:
kozy, dgozman, alph, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, kinuko+watch, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move to protocol::Vector This change is required to reduce the reliance on the WTF::Vector in the DevTools. 1. Debugger now uses protocol::Vector instead of WTF::Vector 2. Move ctor and swap(...) methods were added to a Vector specialization that keeps OwnPtr. BUG= Committed: https://crrev.com/7b77df61133496c06995988ee2f5a1d8ad8384e9 Cr-Commit-Position: refs/heads/master@{#386869}

Patch Set 1 #

Patch Set 2 : Reducing deltas #

Total comments: 3

Patch Set 3 : Moved hash to a String16STL.h (not yet in this repo) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -17 lines) Patch
M third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h View 1 2 3 chunks +4 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/inspector_protocol/CollectionsWTF.h View 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/JavaScriptCallFrame.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 3 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (9 generated)
eostroukhov-old
4 years, 8 months ago (2016-04-12 15:53:25 UTC) #2
pfeldman
lgtm
4 years, 8 months ago (2016-04-12 16:56:21 UTC) #6
kozy
https://codereview.chromium.org/1880833002/diff/20001/third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h File third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h (right): https://codereview.chromium.org/1880833002/diff/20001/third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h#newcode21 third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h:21: size_t hash = 0; StringHash::hash caches result. Can we ...
4 years, 8 months ago (2016-04-12 17:09:59 UTC) #7
alph
https://codereview.chromium.org/1880833002/diff/20001/third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h File third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h (right): https://codereview.chromium.org/1880833002/diff/20001/third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h#newcode23 third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h:23: hash += 31 * k[i]; looks like a very ...
4 years, 8 months ago (2016-04-12 19:05:25 UTC) #9
kozy
https://codereview.chromium.org/1880833002/diff/20001/third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h File third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h (right): https://codereview.chromium.org/1880833002/diff/20001/third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h#newcode23 third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h:23: hash += 31 * k[i]; On 2016/04/12 19:05:25, alph ...
4 years, 8 months ago (2016-04-12 19:07:50 UTC) #10
eostroukhov-old
On 2016/04/12 19:07:50, kozyatinskiy wrote: > https://codereview.chromium.org/1880833002/diff/20001/third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h > File third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h > (right): > > https://codereview.chromium.org/1880833002/diff/20001/third_party/WebKit/Source/platform/inspector_protocol/CollectionsSTL.h#newcode23 ...
4 years, 8 months ago (2016-04-12 19:20:15 UTC) #11
eostroukhov-old
4 years, 8 months ago (2016-04-12 20:33:12 UTC) #12
kozy
lgtm
4 years, 8 months ago (2016-04-12 21:03:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1880833002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1880833002/40001
4 years, 8 months ago (2016-04-12 21:05:57 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-12 23:59:20 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-13 00:01:19 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7b77df61133496c06995988ee2f5a1d8ad8384e9
Cr-Commit-Position: refs/heads/master@{#386869}

Powered by Google App Engine
This is Rietveld 408576698