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

Issue 15389003: Loosen a bit the HTML hierarchy required for Tabs to work, Improved UX of the dev tools (Closed)

Created:
7 years, 7 months ago by dvh
Modified:
7 years, 6 months ago
CC:
chromium-reviews, arv+watch_chromium.org, oshima+watch_chromium.org, Gaurav
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

- Loosen a bit the HTML hierarchy required for Tabs to work. - Improved UX of the dev tools. a/ "Load unpacked", "Pack" and "Update now" buttons have been moved to the top b/ The header is now sticky like in chrome://extensions c/ The list of extensions/apps is centered when the window is expanded BUG=242747 BUG=242743 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202759

Patch Set 1 #

Patch Set 2 : Removed call to console.trace() #

Total comments: 50

Patch Set 3 : Feedback from dbeam. #

Patch Set 4 : Remove 'mainThis'. #

Total comments: 6

Patch Set 5 : Introduce RTL, changed non-selected tab color, applied feedback from dbeam. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -45 lines) Patch
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/apps_debugger/background.js View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/resources/apps_debugger/css/items.css View 1 2 3 4 1 chunk +88 lines, -11 lines 0 comments Download
M chrome/browser/resources/apps_debugger/js/main_scripts.js View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/apps_debugger/main.html View 1 2 3 4 3 chunks +23 lines, -18 lines 0 comments Download
M ui/webui/resources/js/cr/ui/tabs.js View 1 2 3 4 5 chunks +25 lines, -13 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
dvh
PTAL. It looks like there's no test coverage for tabs.js. Is it worth creating some? ...
7 years, 7 months ago (2013-05-22 01:01:57 UTC) #1
dvh
Forgot to set the reviewers.
7 years, 7 months ago (2013-05-23 20:45:30 UTC) #2
dvh
On 2013/05/23 20:45:30, dvh wrote: > Forgot to set the reviewers. For now, I manually ...
7 years, 7 months ago (2013-05-23 21:10:35 UTC) #3
Dan Beam
yes, tests are good https://codereview.chromium.org/15389003/diff/3001/chrome/browser/resources/apps_debugger/css/items.css File chrome/browser/resources/apps_debugger/css/items.css (right): https://codereview.chromium.org/15389003/diff/3001/chrome/browser/resources/apps_debugger/css/items.css#newcode27 chrome/browser/resources/apps_debugger/css/items.css:27: margin: 5px auto 0 auto; ...
7 years, 7 months ago (2013-05-23 23:06:47 UTC) #4
dvh
dbeam: Fixed lots of those and some questions. Next steps: - I'm working on some ...
7 years, 7 months ago (2013-05-24 04:33:42 UTC) #5
Dan Beam
https://codereview.chromium.org/15389003/diff/3001/chrome/browser/resources/apps_debugger/main.html File chrome/browser/resources/apps_debugger/main.html (right): https://codereview.chromium.org/15389003/diff/3001/chrome/browser/resources/apps_debugger/main.html#newcode2 chrome/browser/resources/apps_debugger/main.html:2: <html> On 2013/05/24 04:33:42, dvh wrote: > I tried ...
7 years, 7 months ago (2013-05-24 04:40:20 UTC) #6
dvh
Introduced support of LTR. I also tested manually in predictors (chrome://predictors) to make sure that ...
7 years, 7 months ago (2013-05-25 00:22:06 UTC) #7
Dan Beam
lgtm https://codereview.chromium.org/15389003/diff/10005/chrome/browser/resources/apps_debugger/css/items.css File chrome/browser/resources/apps_debugger/css/items.css (right): https://codereview.chromium.org/15389003/diff/10005/chrome/browser/resources/apps_debugger/css/items.css#newcode127 chrome/browser/resources/apps_debugger/css/items.css:127: html[dir='rtl'] #search { ^ please move this under ...
7 years, 7 months ago (2013-05-25 02:43:33 UTC) #8
dvh
1. -webkit-margin-start I tested: -webkit-margin-start: 50px With top-of-tree, it doesn't work with RTL. In RTL, ...
7 years, 7 months ago (2013-05-25 03:53:22 UTC) #9
Dan Beam
On 2013/05/25 03:53:22, dvh wrote: > 1. -webkit-margin-start > I tested: -webkit-margin-start: 50px > With ...
7 years, 7 months ago (2013-05-25 04:09:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dvh@chromium.org/15389003/18001
7 years, 7 months ago (2013-05-25 04:21:48 UTC) #11
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=5034
7 years, 7 months ago (2013-05-25 04:30:16 UTC) #12
dvh
Added asargent@ as reviewer for chrome/browser/extensions/api/developer_private/developer_private_api.cc
7 years, 7 months ago (2013-05-25 04:44:53 UTC) #13
asargent_no_longer_on_chrome
chrome/browser/extensions/api/developer_private/developer_private_api.cc LGTM
7 years, 6 months ago (2013-05-28 23:16:37 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dvh@chromium.org/15389003/18001
7 years, 6 months ago (2013-05-28 23:18:31 UTC) #15
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-05-28 23:51:13 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dvh@chromium.org/15389003/18001
7 years, 6 months ago (2013-05-29 01:52:29 UTC) #17
commit-bot: I haz the power
7 years, 6 months ago (2013-05-29 03:02:39 UTC) #18
Message was sent while issue was closed.
Change committed as 202759

Powered by Google App Engine
This is Rietveld 408576698