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

Issue 69343003: Use a HashCountedSet to count identifiers in InspectorConsoleAgent (Closed)

Created:
7 years, 1 month ago by Inactive
Modified:
7 years, 1 month ago
Reviewers:
pfeldman, eseidel
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Use a HashCountedSet to count identifiers in InspectorConsoleAgent Use a HashCountedSet to count identifiers in InspectorConsoleAgent instead of handling the counting manually and using a HashMap data structure. This abstracts away some of the complexity and makes the code a bit simpler. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161811

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -13 lines) Patch
M Source/core/inspector/InspectorConsoleAgent.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorConsoleAgent.cpp View 1 chunk +2 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Inactive
7 years, 1 month ago (2013-11-11 22:10:40 UTC) #1
eseidel
lgtm We should clone you. :)
7 years, 1 month ago (2013-11-11 22:20:02 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/69343003/1
7 years, 1 month ago (2013-11-11 22:21:45 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/69343003/1
7 years, 1 month ago (2013-11-12 13:52:50 UTC) #4
commit-bot: I haz the power
7 years, 1 month ago (2013-11-12 14:36:23 UTC) #5
Message was sent while issue was closed.
Change committed as 161811

Powered by Google App Engine
This is Rietveld 408576698