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

Issue 7104121: Add (uneditable) display of extension keywords to the search engine manager. (Closed)

Created:
9 years, 6 months ago by Greg Billock
Modified:
9 years, 5 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Add (uneditable) display of extension keywords to the search engine manager. R=jhawkins BUG=73666 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92431

Patch Set 1 #

Patch Set 2 : Add link to extension manager. #

Patch Set 3 : Fix styling. #

Patch Set 4 : Change section title. Suppress empty list. #

Patch Set 5 : Make extension link open in same window #

Patch Set 6 : Fix uint to int. #

Patch Set 7 : Swap out for iterator #

Total comments: 20

Patch Set 8 : Switch to HTML hidden attr. Other CR changes. #

Total comments: 2

Patch Set 9 : Rebase #

Total comments: 2

Patch Set 10 : Change hidden attr markup #

Patch Set 11 : Add forward declaration. #

Patch Set 12 : Undo forward decl #

Patch Set 13 : Catch up with base namespace for values. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -16 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/search_engine_manager.css View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/search_engine_manager.html View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -1 line 0 comments Download
M chrome/browser/resources/options/search_engine_manager.js View 1 2 3 4 5 6 7 4 chunks +24 lines, -7 lines 0 comments Download
M chrome/browser/resources/options/search_engine_manager_engine_list.js View 1 2 3 4 5 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/search_engine_manager_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/search_engine_manager_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +38 lines, -5 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Greg Billock
9 years, 6 months ago (2011-06-10 22:11:43 UTC) #1
Greg Billock
On 2011/06/10 22:11:43, gbillock1 wrote: Added a comment on the bug thread with a screen ...
9 years, 6 months ago (2011-06-10 22:18:27 UTC) #2
Greg Billock
On 2011/06/10 22:18:27, Greg Billock wrote: > On 2011/06/10 22:11:43, gbillock1 wrote: > > Added ...
9 years, 6 months ago (2011-06-23 20:02:13 UTC) #3
James Hawkins
On 2011/06/23 20:02:13, Greg Billock wrote: > On 2011/06/10 22:18:27, Greg Billock wrote: > > ...
9 years, 5 months ago (2011-07-11 03:59:45 UTC) #4
James Hawkins
http://codereview.chromium.org/7104121/diff/14001/chrome/browser/resources/options/search_engine_manager.css File chrome/browser/resources/options/search_engine_manager.css (right): http://codereview.chromium.org/7104121/diff/14001/chrome/browser/resources/options/search_engine_manager.css#newcode65 chrome/browser/resources/options/search_engine_manager.css:65: visibility: hidden; Use the hidden attribute in the HTML. ...
9 years, 5 months ago (2011-07-11 04:04:33 UTC) #5
Greg Billock
Yes, it's in the bug thread ( http://code.google.com/p/chromium/issues/detail?id=73666) On Sun, Jul 10, 2011 at 8:59 ...
9 years, 5 months ago (2011-07-11 16:04:41 UTC) #6
Evan Stade
nits only, otherwise LGTM http://codereview.chromium.org/7104121/diff/14001/chrome/browser/resources/options/search_engine_manager.js File chrome/browser/resources/options/search_engine_manager.js (right): http://codereview.chromium.org/7104121/diff/14001/chrome/browser/resources/options/search_engine_manager.js#newcode94 chrome/browser/resources/options/search_engine_manager.js:94: $('manageExtensionLink').style.visibility = 'visible'; I would ...
9 years, 5 months ago (2011-07-11 20:12:01 UTC) #7
Greg Billock
http://codereview.chromium.org/7104121/diff/14001/chrome/browser/resources/options/search_engine_manager.css File chrome/browser/resources/options/search_engine_manager.css (right): http://codereview.chromium.org/7104121/diff/14001/chrome/browser/resources/options/search_engine_manager.css#newcode65 chrome/browser/resources/options/search_engine_manager.css:65: visibility: hidden; On 2011/07/11 04:04:33, James Hawkins wrote: > ...
9 years, 5 months ago (2011-07-11 21:24:25 UTC) #8
Evan Stade
ah yes, I see what you mean about the css. It appears there's room for ...
9 years, 5 months ago (2011-07-12 16:12:01 UTC) #9
Greg Billock
Evan, I think you're right about the CSS, but let's change it in another cl ...
9 years, 5 months ago (2011-07-12 18:46:35 UTC) #10
commit-bot: I haz the power
Try job failure for 7104121-19001 (retry) on linux for step "compile" (clobber build). It's a ...
9 years, 5 months ago (2011-07-12 20:58:56 UTC) #11
Evan Stade
ok. Another CL to follow up on the cleanups suggested in this review sounds fine. ...
9 years, 5 months ago (2011-07-12 21:52:39 UTC) #12
James Hawkins
LGTM with nit. http://codereview.chromium.org/7104121/diff/24002/chrome/browser/resources/options/search_engine_manager.html File chrome/browser/resources/options/search_engine_manager.html (right): http://codereview.chromium.org/7104121/diff/24002/chrome/browser/resources/options/search_engine_manager.html#newcode10 chrome/browser/resources/options/search_engine_manager.html:10: hidden="true"></h3> s/="true"// here and elsewhere.
9 years, 5 months ago (2011-07-12 21:54:36 UTC) #13
Greg Billock
http://codereview.chromium.org/7104121/diff/24002/chrome/browser/resources/options/search_engine_manager.html File chrome/browser/resources/options/search_engine_manager.html (right): http://codereview.chromium.org/7104121/diff/24002/chrome/browser/resources/options/search_engine_manager.html#newcode10 chrome/browser/resources/options/search_engine_manager.html:10: hidden="true"></h3> On 2011/07/12 21:54:37, James Hawkins wrote: > s/="true"// ...
9 years, 5 months ago (2011-07-12 22:08:43 UTC) #14
commit-bot: I haz the power
Try job failure for 7104121-29002 (retry) on linux for step "compile" (clobber build). It's a ...
9 years, 5 months ago (2011-07-12 23:41:36 UTC) #15
commit-bot: I haz the power
9 years, 5 months ago (2011-07-13 22:08:22 UTC) #16
Change committed as 92431

Powered by Google App Engine
This is Rietveld 408576698