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

Issue 2688893002: Migrate WTF::HashSet::add() to ::insert() [continued] (Closed)

Created:
3 years, 10 months ago by pilgrim_google
Modified:
3 years, 10 months ago
CC:
aboxhall+watch_chromium.org, aboxhall, Mads Ager (chromium), blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-wtf_chromium.org, chasej+watch_chromium.org, chromium-reviews, dmazzoni+watch_chromium.org, dmazzoni, dtseng+watch_chromium.org, eae+blinkwatch, haraken, iclelland+watch_chromuim.org, jchaffraix+rendering, je_julie, jfernandez, kinuko+watch, kouhei+heap_chromium.org, leviw+renderwatch, Mikhail, nektar+watch_chromium.org, nektarios, oilpan-reviews, pdr+renderingwatchlist_chromium.org, Manuel Rego, svillar, szager+layoutwatch_chromium.org, yuzo+watch_chromium.org, zoltan1, jsbell
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Migrate WTF::HashSet::add() to ::insert() [continued] As discussed on platform-architecture-dev [0], there is interest in normalizing the methods of WTF classes to better align with std classes. This CL continues the migration process from add() to insert() and removes one of the add() methods from HashSet. There are no functional changes. [0] https://groups.google.com/a/chromium.org/d/topic/platform-architecture-dev/I7jnz4p1h84/discussion BUG=662431 Review-Url: https://codereview.chromium.org/2688893002 Cr-Commit-Position: refs/heads/master@{#449981} Committed: https://chromium.googlesource.com/chromium/src/+/1dc76b0c12e43cce0f8ca56e38c2f18eed2461a9

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : fix HeapTest issues #

Total comments: 1

Patch Set 4 : rebase, fix one platform-specific reference #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -77 lines) Patch
M third_party/WebKit/Source/core/layout/GridTrackSizingAlgorithm.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp View 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/HeapTest.cpp View 18 chunks +50 lines, -50 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/AnimationWorkletProxyClientImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/CompositorMutatorImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/HashSet.h View 1 2 3 2 chunks +3 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/wtf/LinkedHashSet.h View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/wtf/ListHashSet.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (13 generated)
pilgrim_google
3 years, 10 months ago (2017-02-11 02:10:19 UTC) #7
haraken
LGTM https://codereview.chromium.org/2688893002/diff/40001/third_party/WebKit/Source/wtf/HashSet.h File third_party/WebKit/Source/wtf/HashSet.h (right): https://codereview.chromium.org/2688893002/diff/40001/third_party/WebKit/Source/wtf/HashSet.h#newcode270 third_party/WebKit/Source/wtf/HashSet.h:270: //} Can we remove this?
3 years, 10 months ago (2017-02-11 09:33:43 UTC) #11
pilgrim_google
On 2017/02/11 at 09:33:43, haraken wrote: > LGTM > > https://codereview.chromium.org/2688893002/diff/40001/third_party/WebKit/Source/wtf/HashSet.h > File third_party/WebKit/Source/wtf/HashSet.h (right): ...
3 years, 10 months ago (2017-02-13 15:28:57 UTC) #14
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/2688893002/60001
3 years, 10 months ago (2017-02-13 15:28:59 UTC) #15
commit-bot: I haz the power
3 years, 10 months ago (2017-02-13 17:05:55 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/1dc76b0c12e43cce0f8ca56e38c2...

Powered by Google App Engine
This is Rietveld 408576698