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

Issue 2254683003: DevTools: setting to auto-reveal in navigator (Closed)

Created:
4 years, 4 months ago by luoe
Modified:
4 years, 3 months ago
Reviewers:
lushnikov, pfeldman
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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: setting to auto-reveal in navigator BUG=556508 Committed: https://crrev.com/ae7e36e936dfb5efdf5e29919187cbb81d32deb1 Cr-Commit-Position: refs/heads/master@{#414893}

Patch Set 1 #

Patch Set 2 : :q #

Patch Set 3 : Add setting false by default #

Patch Set 4 : rebase #

Patch Set 5 : addrcomm #

Total comments: 2

Patch Set 6 : Dont open navigator at all un #

Total comments: 2

Patch Set 7 : Dont open navigator at all un #

Total comments: 6

Patch Set 8 : Dont open navigator at all un #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js View 1 2 3 4 5 6 7 2 chunks +11 lines, -3 lines 1 comment Download
M third_party/WebKit/Source/devtools/front_end/sources/module.json View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (24 generated)
luoe
- Opens the left side navigator if it wasn't opened - Doesn't trigger in Quick ...
4 years, 4 months ago (2016-08-19 21:03:35 UTC) #6
lushnikov
>> Opens the left side navigator if it wasn't opened Let's not open it in ...
4 years, 4 months ago (2016-08-23 19:07:51 UTC) #11
pfeldman
On 2016/08/23 19:07:51, lushnikov wrote: > >> Opens the left side navigator if it wasn't ...
4 years, 4 months ago (2016-08-23 19:14:26 UTC) #12
pfeldman
(and we need the setting for reveal)
4 years, 4 months ago (2016-08-23 19:14:58 UTC) #13
luoe
Thanks for the comments. No longer opens navigator, checkbox setting remains, skipFocus stuff removed.
4 years, 4 months ago (2016-08-24 00:58:29 UTC) #16
lushnikov
https://codereview.chromium.org/2254683003/diff/80001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js (right): https://codereview.chromium.org/2254683003/diff/80001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js#newcode374 third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js:374: if (skipShow) should it be vice-versa?
4 years, 4 months ago (2016-08-25 02:00:10 UTC) #19
luoe
This one should actually work. https://codereview.chromium.org/2254683003/diff/80001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js (right): https://codereview.chromium.org/2254683003/diff/80001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js#newcode374 third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js:374: if (skipShow) On 2016/08/25 ...
4 years, 3 months ago (2016-08-25 18:19:34 UTC) #20
lushnikov
https://codereview.chromium.org/2254683003/diff/100001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js (right): https://codereview.chromium.org/2254683003/diff/100001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js#newcode374 third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js:374: WebInspector.viewManager.showView(extensions[i].descriptor()["viewId"], skipReveal); let's select tab explicitly via tabbedPane.selectTab; i ...
4 years, 3 months ago (2016-08-25 20:41:54 UTC) #21
luoe
https://codereview.chromium.org/2254683003/diff/100001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js (right): https://codereview.chromium.org/2254683003/diff/100001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js#newcode374 third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js:374: WebInspector.viewManager.showView(extensions[i].descriptor()["viewId"], skipReveal); On 2016/08/25 20:41:54, lushnikov wrote: > let's ...
4 years, 3 months ago (2016-08-26 18:33:45 UTC) #22
lushnikov
https://codereview.chromium.org/2254683003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js (right): https://codereview.chromium.org/2254683003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js#newcode360 third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js:360: _revealInNavigator: function(uiSourceCode, skipReveal) this seems to be never used. ...
4 years, 3 months ago (2016-08-26 22:31:09 UTC) #23
pfeldman
https://codereview.chromium.org/2254683003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js (right): https://codereview.chromium.org/2254683003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js#newcode376 third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js:376: if (this.editorView.mainWidget()) On 2016/08/26 22:31:09, lushnikov wrote: > isn't ...
4 years, 3 months ago (2016-08-26 22:36:27 UTC) #25
luoe
https://codereview.chromium.org/2254683003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js (right): https://codereview.chromium.org/2254683003/diff/120001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js#newcode360 third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js:360: _revealInNavigator: function(uiSourceCode, skipReveal) On 2016/08/26 22:31:09, lushnikov wrote: > ...
4 years, 3 months ago (2016-08-26 23:14:29 UTC) #26
lushnikov
lgtm https://codereview.chromium.org/2254683003/diff/140001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js File third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js (right): https://codereview.chromium.org/2254683003/diff/140001/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js#newcode376 third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js:376: if (skipReveal) I guess @pfeldman meant that we ...
4 years, 3 months ago (2016-08-26 23:23:52 UTC) #27
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/2254683003/140001
4 years, 3 months ago (2016-08-27 07:00:49 UTC) #37
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 3 months ago (2016-08-27 10:40:56 UTC) #38
commit-bot: I haz the power
4 years, 3 months ago (2016-08-27 10:42:59 UTC) #40
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/ae7e36e936dfb5efdf5e29919187cbb81d32deb1
Cr-Commit-Position: refs/heads/master@{#414893}

Powered by Google App Engine
This is Rietveld 408576698