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

Issue 2651843003: DevTools: update console timestamp style (Closed)

Created:
3 years, 11 months ago by luoe
Modified:
3 years, 10 months ago
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: update console timestamp style A few bugs with console timestamps are addressed: - All messages get timestamps; previously, commands/evaluations did not. - Timestamps should not wrap - Turning on timestamps should remove the repeated-message class - New setting to choose [none, full timestamp, short timestamp (no yy:mm:dd)] With the addition of a new setting, users who previously had timestamps enabled will be migrated to the short format by default. BUG=651927, 678585, 682049 Review-Url: https://codereview.chromium.org/2651843003 Cr-Commit-Position: refs/heads/master@{#447065} Committed: https://chromium.googlesource.com/chromium/src/+/d674aa2e6ff1a72c7a427ef033cc75e48cc61876

Patch Set 1 #

Total comments: 6

Patch Set 2 : ac #

Total comments: 13

Patch Set 3 : ac #

Patch Set 4 : nochange #

Total comments: 1

Messages

Total messages: 45 (27 generated)
luoe
Please take a look.
3 years, 11 months ago (2017-01-24 02:33:35 UTC) #3
chenwilliam
https://codereview.chromium.org/2651843003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js (right): https://codereview.chromium.org/2651843003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js#newcode827 third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js:827: var timestamp = (new Date(this._message.timestamp)).toConsoleTime(); Instead of extending the ...
3 years, 11 months ago (2017-01-24 03:32:13 UTC) #4
luoe
https://codereview.chromium.org/2651843003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js (right): https://codereview.chromium.org/2651843003/diff/1/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js#newcode827 third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js:827: var timestamp = (new Date(this._message.timestamp)).toConsoleTime(); On 2017/01/24 03:32:13, chenwilliam ...
3 years, 11 months ago (2017-01-24 23:16:20 UTC) #5
dgozman
Nice patch! https://codereview.chromium.org/2651843003/diff/20001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js (right): https://codereview.chromium.org/2651843003/diff/20001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js#newcode821 third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js:821: updateTimestamp(format) { Instead of passing format, grab ...
3 years, 11 months ago (2017-01-25 00:51:46 UTC) #6
luoe
ptal https://codereview.chromium.org/2651843003/diff/20001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js (right): https://codereview.chromium.org/2651843003/diff/20001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js#newcode821 third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js:821: updateTimestamp(format) { On 2017/01/25 00:51:46, dgozman wrote: > ...
3 years, 11 months ago (2017-01-25 19:43:21 UTC) #7
dgozman
lgtm https://codereview.chromium.org/2651843003/diff/20001/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js File third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js (right): https://codereview.chromium.org/2651843003/diff/20001/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js#newcode829 third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js:829: 'consoleTimestampFormat', On 2017/01/25 19:43:21, luoe wrote: > Done. ...
3 years, 11 months ago (2017-01-27 00:20:57 UTC) #12
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/2651843003/40001
3 years, 11 months ago (2017-01-27 00:23:29 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/377217)
3 years, 11 months ago (2017-01-27 02:18:03 UTC) #16
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/2651843003/40001
3 years, 10 months ago (2017-01-27 22:35:44 UTC) #26
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-01-27 22:42:14 UTC) #28
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/2651843003/40001
3 years, 10 months ago (2017-01-28 00:43:19 UTC) #30
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-01-28 00:50:20 UTC) #32
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/2651843003/40001
3 years, 10 months ago (2017-01-28 01:04:19 UTC) #34
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-01-28 04:10:22 UTC) #36
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/2651843003/60001
3 years, 10 months ago (2017-01-30 19:11:51 UTC) #39
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/d674aa2e6ff1a72c7a427ef033cc75e48cc61876
3 years, 10 months ago (2017-01-30 21:17:57 UTC) #42
pfeldman
https://codereview.chromium.org/2651843003/diff/60001/third_party/WebKit/Source/devtools/front_end/common/Settings.js File third_party/WebKit/Source/devtools/front_end/common/Settings.js (right): https://codereview.chromium.org/2651843003/diff/60001/third_party/WebKit/Source/devtools/front_end/common/Settings.js#newcode712 third_party/WebKit/Source/devtools/front_end/common/Settings.js:712: _updateVersionFrom22To23() { Lets not switch to the short/long, this ...
3 years, 10 months ago (2017-02-07 18:38:14 UTC) #44
luoe
3 years, 10 months ago (2017-02-07 22:40:26 UTC) #45
Message was sent while issue was closed.
For reference, a revert CL is tracked here:
https://codereview.chromium.org/2683713004/

Powered by Google App Engine
This is Rietveld 408576698