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

Issue 2805593002: DevTools: Navigate TabbedPane with arrow keys (Closed)

Created:
3 years, 8 months ago by einbinder
Modified:
3 years, 7 months ago
Reviewers:
hans.hillen, aboxhall, pfeldman
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Navigate TabbedPane with arrow keys BUG=706699 Review-Url: https://codereview.chromium.org/2805593002 Cr-Commit-Position: refs/heads/master@{#473710} Committed: https://chromium.googlesource.com/chromium/src/+/7edef8fcbb3ed857191ff14296527fe918ade889

Patch Set 1 #

Total comments: 12

Patch Set 2 : nextTabElement #

Total comments: 6

Patch Set 3 : Add a test #

Patch Set 4 : Fix stray space in test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -13 lines) Patch
A third_party/WebKit/LayoutTests/http/tests/inspector-unit/tabbed-pane.js View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/inspector-unit/tabbed-pane-expected.txt View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/elements-tab-stops.html View 2 chunks +7 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/elements-tab-stops-expected.txt View 1 2 3 1 chunk +7 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits/AuditsPanel.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/ElementsPanel.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/FilterBar.js View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js View 1 2 3 10 chunks +50 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/tabbedPane.css View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (12 generated)
einbinder
ptal
3 years, 8 months ago (2017-04-06 03:46:54 UTC) #2
einbinder
3 years, 8 months ago (2017-04-07 00:27:04 UTC) #4
aboxhall
https://codereview.chromium.org/2805593002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2805593002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode547 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:547: dropDownContainer.addEventListener('click', this._onDropDownMouseDown.bind(this)); Do we need to make sure we ...
3 years, 8 months ago (2017-04-12 07:25:06 UTC) #5
einbinder
https://codereview.chromium.org/2805593002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js File third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js (right): https://codereview.chromium.org/2805593002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js#newcode547 third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js:547: dropDownContainer.addEventListener('click', this._onDropDownMouseDown.bind(this)); On 2017/04/12 at 07:25:06, aboxhall wrote: > ...
3 years, 8 months ago (2017-04-17 21:46:39 UTC) #6
aboxhall
Saw some things I didn't notice first time around, apologies for the back and forth. ...
3 years, 8 months ago (2017-04-17 23:03:36 UTC) #7
einbinder
https://codereview.chromium.org/2805593002/diff/20001/third_party/WebKit/LayoutTests/inspector/elements/elements-tab-stops-expected.txt File third_party/WebKit/LayoutTests/inspector/elements/elements-tab-stops-expected.txt (right): https://codereview.chromium.org/2805593002/diff/20001/third_party/WebKit/LayoutTests/inspector/elements/elements-tab-stops-expected.txt#newcode3 third_party/WebKit/LayoutTests/inspector/elements/elements-tab-stops-expected.txt:3: DIV#tab-Styles:Styles On 2017/04/17 at 23:03:36, aboxhall wrote: > I ...
3 years, 8 months ago (2017-04-18 18:45:22 UTC) #8
aboxhall
lgtm Test looks great, and thanks for explaining those things.
3 years, 8 months ago (2017-04-19 00:32:47 UTC) #9
einbinder
@pfeldman ptal
3 years, 7 months ago (2017-04-28 23:42:23 UTC) #10
einbinder
On 2017/04/28 at 23:42:23, einbinder wrote: > @pfeldman ptal Gentle ping
3 years, 7 months ago (2017-05-19 22:45:10 UTC) #11
pfeldman
lgtm
3 years, 7 months ago (2017-05-19 23:38:41 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/2805593002/60001
3 years, 7 months ago (2017-05-22 19:51:43 UTC) #21
commit-bot: I haz the power
3 years, 7 months ago (2017-05-22 21:42:55 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/7edef8fcbb3ed857191ff1429652...

Powered by Google App Engine
This is Rietveld 408576698