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

Issue 2650543002: DevTools: render console level filter as drop box. (Closed)

Created:
3 years, 11 months ago by pfeldman
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, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: render console level filter as drop box. BUG=682521 NOTRY=true Review-Url: https://codereview.chromium.org/2650543002 Cr-Commit-Position: refs/heads/master@{#446802} Committed: https://chromium.googlesource.com/chromium/src/+/2cd38788a3cb6ad017e81d07cbd5788aa6fdce3e

Patch Set 1 #

Patch Set 2 : Introduce progress monitor #

Patch Set 3 : Introduce progress monitor #

Patch Set 4 : Introduce progress monitor #

Total comments: 4

Patch Set 5 : review comments addressed. #

Patch Set 6 : fixed ctrl+p focused #

Patch Set 7 : rebaselined #

Patch Set 8 : for landing #

Patch Set 9 : land already #

Patch Set 10 : rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -149 lines) Patch
M third_party/WebKit/LayoutTests/inspector/console/console-filter-level-test.html View 1 2 3 4 5 6 2 chunks +21 lines, -15 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-filter-level-test-expected.txt View 1 2 3 4 5 6 3 chunks +33 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open.html View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-log-before-inspector-open-expected.txt View 1 2 3 4 5 6 1 chunk +7 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-on-paint-worklet-expected.txt View 1 2 3 4 5 6 7 1 chunk +8 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-tests.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-worklet-script.js View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorLogAgent.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js View 1 2 3 4 5 6 7 8 13 chunks +54 lines, -69 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/consoleView.css View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/quick_open/filteredListWidget.css View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/ConsoleModel.js View 1 2 chunks +14 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js View 1 2 3 4 4 chunks +45 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/filter.css View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 59 (35 generated)
pfeldman
3 years, 11 months ago (2017-01-20 23:07:59 UTC) #4
pfeldman
PTAL
3 years, 11 months ago (2017-01-21 00:05:34 UTC) #5
pfeldman1
PTAL
3 years, 11 months ago (2017-01-23 01:46:17 UTC) #7
lushnikov
Could you please attach a screenshot?
3 years, 11 months ago (2017-01-23 05:45:36 UTC) #9
pfeldman
On 2017/01/23 05:45:36, lushnikov wrote: > Could you please attach a screenshot? it is just ...
3 years, 11 months ago (2017-01-23 18:33:47 UTC) #10
dgozman
lgtm https://codereview.chromium.org/2650543002/diff/60001/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js (right): https://codereview.chromium.org/2650543002/diff/60001/third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js#newcode1056 third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js:1056: Common.settings.createSetting('messageLevelFilters2', SDK.ConsoleMessage.MessageLevel.Info); 2? https://codereview.chromium.org/2650543002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js File third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js (right): https://codereview.chromium.org/2650543002/diff/60001/third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js#newcode476 ...
3 years, 11 months ago (2017-01-23 18:57:08 UTC) #11
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/2650543002/80001
3 years, 11 months ago (2017-01-23 19:38:52 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/2650543002/100001
3 years, 11 months ago (2017-01-23 19:52:17 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/198984) linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 11 months ago (2017-01-23 20:04:51 UTC) #20
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/2650543002/100001
3 years, 11 months ago (2017-01-23 20:30:51 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/376202)
3 years, 11 months ago (2017-01-23 22:44:43 UTC) #24
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/2650543002/120001
3 years, 11 months ago (2017-01-26 19:05:52 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/371687)
3 years, 11 months ago (2017-01-26 21:00:32 UTC) #29
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/2650543002/140001
3 years, 11 months ago (2017-01-26 22:32:48 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/379128) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 11 months ago (2017-01-27 00:07:28 UTC) #34
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/2650543002/140001
3 years, 11 months ago (2017-01-27 01:44:08 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/372071)
3 years, 10 months ago (2017-01-27 03:36:53 UTC) #38
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/2650543002/140001
3 years, 10 months ago (2017-01-27 05:49:45 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/372184)
3 years, 10 months ago (2017-01-27 07:29:43 UTC) #42
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/2650543002/160001
3 years, 10 months ago (2017-01-27 16:26:58 UTC) #45
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/2650543002/160001
3 years, 10 months ago (2017-01-27 19:55:18 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/352368)
3 years, 10 months ago (2017-01-27 20:05:04 UTC) #51
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/2650543002/180001
3 years, 10 months ago (2017-01-27 21:42:23 UTC) #56
commit-bot: I haz the power
3 years, 10 months ago (2017-01-27 22:41:37 UTC) #59
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/2cd38788a3cb6ad017e81d07cbd5...

Powered by Google App Engine
This is Rietveld 408576698