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

Issue 8118012: WebUI Edit Search Engine Dialog (Closed)

Created:
9 years, 2 months ago by wyck
Modified:
9 years, 2 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

WebUI Edit Search Engine Dialog This version of the WebUI Edit Search Engine Dialog has everything except unit tests. BUG=97846 TEST=Add Search Engine Manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106336

Patch Set 1 : self review #

Total comments: 33

Patch Set 2 : arv review 1 #

Total comments: 4

Patch Set 3 : flackr review #

Patch Set 4 : validation images and button-strip fixups #

Total comments: 3

Patch Set 5 : initialize moved and text align set #

Patch Set 6 : reverse button-strip children in views #

Total comments: 5

Patch Set 7 : filter becomes forEach #

Patch Set 8 : virtual destructor #

Patch Set 9 : keeping up with trunk #

Patch Set 10 : fixed windows build error #

Patch Set 11 : changed webui class names as per precedent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+607 lines, -2 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/edit_search_engine_dialog.css View 1 2 3 4 5 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/browser/resources/edit_search_engine_dialog.html View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/browser/resources/edit_search_engine_dialog.js View 1 2 3 4 5 6 1 chunk +122 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_dialogs.h View 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_factory.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/edit_search_engine_dialog_ui_webui.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/edit_search_engine_dialog_ui_webui.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/edit_search_engine_dialog_webui.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +88 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +188 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (0 generated)
wyck
Hello! Please review my conversion of the Edit Search Engine Dialog to a WebUI Dialog.
9 years, 2 months ago (2011-10-04 19:39:07 UTC) #1
arv (Not doing code reviews)
A bunch of style issues. http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css File chrome/browser/resources/edit_search_engine_dialog.css (right): http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css#newcode42 chrome/browser/resources/edit_search_engine_dialog.css:42: -webkit-box-sizing: border-box; skip -webkit-box-sizing ...
9 years, 2 months ago (2011-10-04 20:55:01 UTC) #2
wyck
PTAL. http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css File chrome/browser/resources/edit_search_engine_dialog.css (right): http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css#newcode42 chrome/browser/resources/edit_search_engine_dialog.css:42: -webkit-box-sizing: border-box; On 2011/10/04 20:55:01, arv wrote: > ...
9 years, 2 months ago (2011-10-04 21:57:57 UTC) #3
flackr
http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css File chrome/browser/resources/edit_search_engine_dialog.css (right): http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css#newcode6 chrome/browser/resources/edit_search_engine_dialog.css:6: html, body { Seems like this shouldn't be necessary ...
9 years, 2 months ago (2011-10-05 02:41:11 UTC) #4
wyck
Addressed flackr's comments. http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css File chrome/browser/resources/edit_search_engine_dialog.css (right): http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css#newcode6 chrome/browser/resources/edit_search_engine_dialog.css:6: html, body { On 2011/10/05 02:41:12, ...
9 years, 2 months ago (2011-10-05 14:32:32 UTC) #5
wyck
ping?
9 years, 2 months ago (2011-10-06 14:38:28 UTC) #6
arv (Not doing code reviews)
http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css File chrome/browser/resources/edit_search_engine_dialog.css (right): http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css#newcode51 chrome/browser/resources/edit_search_engine_dialog.css:51: float: right; On 2011/10/04 21:57:57, wyck wrote: > On ...
9 years, 2 months ago (2011-10-06 17:39:51 UTC) #7
wyck
On 2011/10/06 17:39:51, arv wrote: > http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css > File chrome/browser/resources/edit_search_engine_dialog.css (right): > > http://codereview.chromium.org/8118012/diff/7016/chrome/browser/resources/edit_search_engine_dialog.css#newcode51 > ...
9 years, 2 months ago (2011-10-07 12:39:39 UTC) #8
arv (Not doing code reviews)
Please look at how this is done in other parts of WebUI. We need to ...
9 years, 2 months ago (2011-10-10 17:37:33 UTC) #9
wyck
OK. Thanks for the notes. How's this?
9 years, 2 months ago (2011-10-11 15:32:46 UTC) #10
arv (Not doing code reviews)
You also need to flip the order of the buttons based on the os. It ...
9 years, 2 months ago (2011-10-11 17:56:08 UTC) #11
flackr
http://codereview.chromium.org/8118012/diff/29001/chrome/browser/resources/edit_search_engine_dialog.html File chrome/browser/resources/edit_search_engine_dialog.html (right): http://codereview.chromium.org/8118012/diff/29001/chrome/browser/resources/edit_search_engine_dialog.html#newcode41 chrome/browser/resources/edit_search_engine_dialog.html:41: </div> To support RTL and have minimal markup, would ...
9 years, 2 months ago (2011-10-11 18:05:35 UTC) #12
arv (Not doing code reviews)
http://codereview.chromium.org/8118012/diff/29001/chrome/browser/resources/edit_search_engine_dialog.html File chrome/browser/resources/edit_search_engine_dialog.html (right): http://codereview.chromium.org/8118012/diff/29001/chrome/browser/resources/edit_search_engine_dialog.html#newcode41 chrome/browser/resources/edit_search_engine_dialog.html:41: </div> On 2011/10/11 18:05:35, flackr wrote: > To support ...
9 years, 2 months ago (2011-10-11 18:28:30 UTC) #13
wyck
On 2011/10/11 17:56:08, arv wrote: > You also need to flip the order of the ...
9 years, 2 months ago (2011-10-11 18:39:51 UTC) #14
arv (Not doing code reviews)
On Tue, Oct 11, 2011 at 11:39, <wyck@chromium.org> wrote: > You're going to have to ...
9 years, 2 months ago (2011-10-11 18:49:51 UTC) #15
wyck
PTAL. And please double-check my jsdoc. I have no experience with jsdoc.
9 years, 2 months ago (2011-10-11 20:54:40 UTC) #16
arv (Not doing code reviews)
http://codereview.chromium.org/8118012/diff/25010/chrome/browser/resources/edit_search_engine_dialog.js File chrome/browser/resources/edit_search_engine_dialog.js (right): http://codereview.chromium.org/8118012/diff/25010/chrome/browser/resources/edit_search_engine_dialog.js#newcode90 chrome/browser/resources/edit_search_engine_dialog.js:90: function filter(collection, fn) { var filter = Array.prototype.filter.call.bind(Array.prototype.filter); or ...
9 years, 2 months ago (2011-10-11 21:41:06 UTC) #17
wyck
One more time, please. http://codereview.chromium.org/8118012/diff/25010/chrome/browser/resources/edit_search_engine_dialog.js File chrome/browser/resources/edit_search_engine_dialog.js (right): http://codereview.chromium.org/8118012/diff/25010/chrome/browser/resources/edit_search_engine_dialog.js#newcode80 chrome/browser/resources/edit_search_engine_dialog.js:80: node.appendChild(childNodes[i]); oops. node instead of ...
9 years, 2 months ago (2011-10-12 13:52:59 UTC) #18
arv (Not doing code reviews)
9 years, 2 months ago (2011-10-12 17:33:38 UTC) #19
arv (Not doing code reviews)
lgtm
9 years, 2 months ago (2011-10-12 17:44:20 UTC) #20
flackr
lgtm
9 years, 2 months ago (2011-10-12 17:45:57 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wyck@chromium.org/8118012/33017
9 years, 2 months ago (2011-10-12 17:47:47 UTC) #22
commit-bot: I haz the power
Try job failure for 8118012-33017 (retry) on mac_rel for step "compile" (clobber build). It's a ...
9 years, 2 months ago (2011-10-12 19:01:42 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wyck@chromium.org/8118012/38002
9 years, 2 months ago (2011-10-12 19:25:50 UTC) #24
commit-bot: I haz the power
Try job failure for 8118012-38002 (retry) on win_rel for step "compile" (clobber build). It's a ...
9 years, 2 months ago (2011-10-12 20:31:32 UTC) #25
wyck
HELP! I don't understand how I caused the link error on win_rel. If you see ...
9 years, 2 months ago (2011-10-13 21:36:40 UTC) #26
flackr
I'm really glad you figured out the Windows compile issue. Correct me if I'm wrong, ...
9 years, 2 months ago (2011-10-18 21:26:49 UTC) #27
wyck
On 2011/10/18 21:26:49, flackr wrote: > I'm really glad you figured out the Windows compile ...
9 years, 2 months ago (2011-10-19 13:52:27 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wyck@chromium.org/8118012/46020
9 years, 2 months ago (2011-10-19 14:18:55 UTC) #29
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
9 years, 2 months ago (2011-10-19 16:11:18 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wyck@chromium.org/8118012/46020
9 years, 2 months ago (2011-10-19 16:53:20 UTC) #31
commit-bot: I haz the power
Change committed as 106336
9 years, 2 months ago (2011-10-19 18:39:02 UTC) #32
wyck
9 years, 2 months ago (2011-10-19 19:08:58 UTC) #33
On 2011/10/19 18:39:02, I haz the power (commit-bot) wrote:
> Change committed as 106336

Qapla'!

Powered by Google App Engine
This is Rietveld 408576698