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

Issue 2928833002: [CacheStorage] [DevTools] Added "Time Received" column to cache storage data grid (Closed)

Created:
3 years, 6 months ago by kristipark
Modified:
3 years, 6 months ago
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, haraken, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, kinuko+watch, pfeldman, kozyatinskiy+blink_chromium.org, eostroukhov
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[CacheStorage] [DevTools] Added "Time Received" column to cache storage data grid Screenshot of the change in the bug. Since the entry response time is given as an internal UTC format, I added wrapper methods to Time.h to convert it to standard UTC format. BUG=727922 Review-Url: https://codereview.chromium.org/2928833002 Cr-Commit-Position: refs/heads/master@{#478797} Committed: https://chromium.googlesource.com/chromium/src/+/d3ec2cc58603cc0578e7f3f17ddba5ff768303a7

Patch Set 1 #

Total comments: 11

Patch Set 2 : Send timestamp as double, removed timestamp formatting #

Total comments: 2

Patch Set 3 : Removed timestamp from tests #

Total comments: 4

Patch Set 4 : Removed Time.h changes #

Messages

Total messages: 20 (8 generated)
kristipark
3 years, 6 months ago (2017-06-07 21:08:38 UTC) #3
dgozman
https://codereview.chromium.org/2928833002/diff/1/third_party/WebKit/Source/core/inspector/browser_protocol.json File third_party/WebKit/Source/core/inspector/browser_protocol.json (right): https://codereview.chromium.org/2928833002/diff/1/third_party/WebKit/Source/core/inspector/browser_protocol.json#newcode1135 third_party/WebKit/Source/core/inspector/browser_protocol.json:1135: Why these empty lines? https://codereview.chromium.org/2928833002/diff/1/third_party/WebKit/Source/core/inspector/browser_protocol.json#newcode1957 third_party/WebKit/Source/core/inspector/browser_protocol.json:1957: { "name": "responseTime", ...
3 years, 6 months ago (2017-06-07 21:32:07 UTC) #4
kristipark
Thanks for reviewing! https://codereview.chromium.org/2928833002/diff/1/third_party/WebKit/Source/core/inspector/browser_protocol.json File third_party/WebKit/Source/core/inspector/browser_protocol.json (right): https://codereview.chromium.org/2928833002/diff/1/third_party/WebKit/Source/core/inspector/browser_protocol.json#newcode1135 third_party/WebKit/Source/core/inspector/browser_protocol.json:1135: On 2017/06/07 21:32:06, dgozman wrote: > ...
3 years, 6 months ago (2017-06-07 22:42:38 UTC) #5
dgozman
+yutak for Time.h lgtm modulo test output, but please wait for Time.h review https://codereview.chromium.org/2928833002/diff/20001/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt File ...
3 years, 6 months ago (2017-06-08 17:30:01 UTC) #7
kristipark
https://codereview.chromium.org/2928833002/diff/20001/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt File third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt (right): https://codereview.chromium.org/2928833002/diff/20001/third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt#newcode12 third_party/WebKit/LayoutTests/http/tests/inspector/cache-storage/cache-deletion-expected.txt:12: 0, http://fake.request.com/1, OK, 12/31/1969, 4:00:00 PM On 2017/06/08 17:30:01, ...
3 years, 6 months ago (2017-06-08 19:38:22 UTC) #8
Yuta Kitamura
+horo I'm not sure you expected WebServiceWorkerResponse's ResponseTime is used this way. For me, it ...
3 years, 6 months ago (2017-06-09 06:20:03 UTC) #10
Yuta Kitamura
https://codereview.chromium.org/2928833002/diff/40001/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp File third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp (right): https://codereview.chromium.org/2928833002/diff/40001/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp#newcode169 third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp:169: double responseTime; We should spell this "response_time" now. https://codereview.chromium.org/2928833002/diff/40001/third_party/WebKit/Source/platform/wtf/Time.h ...
3 years, 6 months ago (2017-06-09 06:26:03 UTC) #11
kristipark
Thanks for the review! https://codereview.chromium.org/2928833002/diff/40001/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp File third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp (right): https://codereview.chromium.org/2928833002/diff/40001/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp#newcode169 third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp:169: double responseTime; On 2017/06/09 06:26:03, ...
3 years, 6 months ago (2017-06-09 17:37:13 UTC) #12
horo
On 2017/06/09 06:20:03, Yuta Kitamura wrote: > +horo > > I'm not sure you expected ...
3 years, 6 months ago (2017-06-12 02:37:34 UTC) #13
Yuta Kitamura
On 2017/06/12 02:37:34, horo wrote: > I think it was because there was no way ...
3 years, 6 months ago (2017-06-12 04:48:16 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/2928833002/60001
3 years, 6 months ago (2017-06-12 17:26:19 UTC) #17
commit-bot: I haz the power
3 years, 6 months ago (2017-06-12 22:42:38 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/d3ec2cc58603cc0578e7f3f17ddb...

Powered by Google App Engine
This is Rietveld 408576698