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

Issue 2444223002: [Devtools] Cleanup DataGrid's typecast and identifier naming (Closed)

Created:
4 years, 1 month ago by allada
Modified:
4 years, 1 month ago
Reviewers:
dgozman, lushnikov
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, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Devtools] Cleanup DataGrid's typecast and identifier naming This patch is another part of a series to cleanup DataGrid's typeing and ensure that we use id and removed all references to identifier. R=dgozman,lushnikov BUG=None Committed: https://crrev.com/7a809ca5bb62f1d35e98070ae6bf8d03d4ce5f0e Cr-Commit-Position: refs/heads/master@{#427464}

Patch Set 1 : changes #

Total comments: 2

Patch Set 2 : changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -202 lines) Patch
M third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-comparison-sorting.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-containment-sorting.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-sorting.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-sorting-fields.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-summary-sorting-instances.html View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components_lazy/CookiesTable.js View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/EventSourceMessagesView.js View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/ResourceWebSocketFrameView.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotDataGrids.js View 1 9 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/HeapSnapshotGridNodes.js View 1 12 chunks +30 lines, -30 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/ProfileView.js View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js View 1 3 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/DOMStorageItemsView.js View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/IndexedDBViews.js View 1 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkerCacheViews.js View 1 1 chunk +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js View 1 7 chunks +20 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui_lazy/DataGrid.js View 1 21 chunks +63 lines, -63 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui_lazy/SortableDataGrid.js View 1 5 chunks +15 lines, -15 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 21 (15 generated)
allada
PTL
4 years, 1 month ago (2016-10-25 02:17:29 UTC) #3
dgozman
lgtm https://codereview.chromium.org/2444223002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js (right): https://codereview.chromium.org/2444223002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js#newcode214 third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js:214: switch (parseInt(this._dataGrid.sortColumnId(), 10)) { Compare to new ids ...
4 years, 1 month ago (2016-10-25 18:42:40 UTC) #9
allada
done https://codereview.chromium.org/2444223002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js File third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js (right): https://codereview.chromium.org/2444223002/diff/40001/third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js#newcode214 third_party/WebKit/Source/devtools/front_end/resources/ApplicationCacheItemsView.js:214: switch (parseInt(this._dataGrid.sortColumnId(), 10)) { On 2016/10/25 18:42:40, dgozman ...
4 years, 1 month ago (2016-10-25 18:56:15 UTC) #10
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/2444223002/60001
4 years, 1 month ago (2016-10-25 20:52:20 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 1 month ago (2016-10-25 20:58:43 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-10-25 21:00:49 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7a809ca5bb62f1d35e98070ae6bf8d03d4ce5f0e
Cr-Commit-Position: refs/heads/master@{#427464}

Powered by Google App Engine
This is Rietveld 408576698