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

Issue 1905493002: Make the extension's sidebar pane auto-resizable. (Closed)

Created:
4 years, 8 months ago by kdzwinel
Modified:
3 years, 10 months ago
Reviewers:
paulirish, caseq, pfeldman, paulirish
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, devtools-reviews_chromium.org, extensions-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman, sergeyv+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make the extension's sidebar pane auto-resizable. Setting height of the sidebar pane is a relic from the old design where panes were expandable (https://developer.chrome.com/static/images/devtools-panels.png). In the current design, where panes are tabs, it doesn't make sense. BUG=438126 Committed: https://crrev.com/7ff544f5fa1d09072def5419d74f8c0e5f42365e Cr-Commit-Position: refs/heads/master@{#391965}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Nuke ExtensionSidebarPane.setHeight completely. #

Patch Set 3 : Nuke ExtensionSidebarPane.setHeight completely. #

Total comments: 3

Patch Set 4 : clean up defineDeprecatedMethod, update defineDeprecatedProperty accordingly #

Total comments: 3

Patch Set 5 : revert changes to defineDeprecatedProperty, fix indentation #

Patch Set 6 : Add myself to the authors #

Patch Set 7 : Fix layout tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -30 lines) Patch
M AUTHORS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar.html View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar-expected.txt View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js View 1 2 3 4 3 chunks +15 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/extensions/ExtensionPanel.js View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js View 1 2 chunks +0 lines, -10 lines 0 comments Download

Messages

Total messages: 47 (19 generated)
kdzwinel
This bug affects my extensions and since it has a low priority I decided to ...
4 years, 8 months ago (2016-04-20 00:26:03 UTC) #3
caseq
https://codereview.chromium.org/1905493002/diff/1/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js File third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js (right): https://codereview.chromium.org/1905493002/diff/1/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js#newcode344 third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js:344: console.warn("Setting height of the SidebarPane is deprecated."); Let's move ...
4 years, 8 months ago (2016-04-20 01:20:50 UTC) #4
kdzwinel
On 2016/04/20 at 01:20:50, caseq wrote: > https://codereview.chromium.org/1905493002/diff/1/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js > File third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js (right): > > https://codereview.chromium.org/1905493002/diff/1/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js#newcode344 ...
4 years, 8 months ago (2016-04-20 09:49:37 UTC) #5
caseq
https://codereview.chromium.org/1905493002/diff/40001/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js File third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js (right): https://codereview.chromium.org/1905493002/diff/40001/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js#newcode395 third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js:395: if (!warningGiven) { nit: if (warningGiven) return; (we prefer ...
4 years, 8 months ago (2016-04-20 18:17:12 UTC) #6
kdzwinel
On 2016/04/20 at 18:17:12, caseq wrote: > https://codereview.chromium.org/1905493002/diff/40001/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js > File third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js (right): > > https://codereview.chromium.org/1905493002/diff/40001/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js#newcode395 ...
4 years, 8 months ago (2016-04-20 22:57:06 UTC) #7
caseq
https://codereview.chromium.org/1905493002/diff/60001/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js File third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js (right): https://codereview.chromium.org/1905493002/diff/60001/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js#newcode382 third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js:382: return; please revert this -- this is a different ...
4 years, 8 months ago (2016-04-20 23:00:47 UTC) #8
kdzwinel
On 2016/04/20 at 23:00:47, caseq wrote: > https://codereview.chromium.org/1905493002/diff/60001/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js > File third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js (right): > > https://codereview.chromium.org/1905493002/diff/60001/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionAPI.js#newcode382 ...
4 years, 8 months ago (2016-04-20 23:11:30 UTC) #9
caseq
lgtm
4 years, 8 months ago (2016-04-20 23:12:39 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905493002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905493002/80001
4 years, 8 months ago (2016-04-20 23:13:57 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905493002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905493002/100001
4 years, 8 months ago (2016-04-20 23:23:29 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/215998)
4 years, 8 months ago (2016-04-20 23:30:34 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905493002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905493002/100001
4 years, 8 months ago (2016-04-20 23:38:41 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/98884)
4 years, 8 months ago (2016-04-21 00:04:48 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905493002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905493002/100001
4 years, 8 months ago (2016-04-21 00:23:57 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/214772)
4 years, 8 months ago (2016-04-21 01:57:55 UTC) #26
paulirish
Finally a useful failure: https://storage.googleapis.com/chromium-layout-test-archives/mac_chromium_rel_ng/214772/layout-test-results/inspector/extensions/extensions-sidebar-pretty-diff.html Looks like some tests to adjust.
4 years, 8 months ago (2016-04-21 03:25:48 UTC) #27
kdzwinel
On 2016/04/21 at 03:25:48, paulirish wrote: > Finally a useful failure: > > https://storage.googleapis.com/chromium-layout-test-archives/mac_chromium_rel_ng/214772/layout-test-results/inspector/extensions/extensions-sidebar-pretty-diff.html > ...
4 years, 8 months ago (2016-04-21 11:26:39 UTC) #28
caseq
On 2016/04/21 11:26:39, kdzwinel wrote: > On 2016/04/21 at 03:25:48, paulirish wrote: > > Finally ...
4 years, 8 months ago (2016-04-21 21:40:16 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905493002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905493002/100001
4 years, 7 months ago (2016-05-02 10:22:47 UTC) #32
kdzwinel
On 2016/04/21 at 21:40:16, caseq wrote: > On 2016/04/21 11:26:39, kdzwinel wrote: > > On ...
4 years, 7 months ago (2016-05-02 10:34:57 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905493002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905493002/120001
4 years, 7 months ago (2016-05-05 17:09:42 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/216883)
4 years, 7 months ago (2016-05-05 21:46:26 UTC) #39
kdzwinel
On 2016/05/05 at 21:46:26, commit-bot wrote: > Try jobs failed on following builders: > win_chromium_rel_ng ...
4 years, 7 months ago (2016-05-05 22:26:28 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905493002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905493002/120001
4 years, 7 months ago (2016-05-05 22:27:29 UTC) #42
paulirish
On 2016/05/05 at 22:26:28, kdzwinel wrote: > Failed tests don't seem to be related to ...
4 years, 7 months ago (2016-05-05 23:23:36 UTC) #43
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 7 months ago (2016-05-06 00:29:44 UTC) #44
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/7ff544f5fa1d09072def5419d74f8c0e5f42365e Cr-Commit-Position: refs/heads/master@{#391965}
4 years, 7 months ago (2016-05-06 00:30:47 UTC) #46
caseq
4 years, 5 months ago (2016-07-18 21:57:39 UTC) #47
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:120001) has been created in
https://codereview.chromium.org/2155173003/ by caseq@chromium.org.

The reason for reverting is: Regression: sources tab extension panels do not
render correctly
BUG=622456.

Powered by Google App Engine
This is Rietveld 408576698