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

Issue 8298019: Implement InputWindowDialog with WebUI for bookmark folder management. (Closed)

Created:
9 years, 2 months ago by mazda
Modified:
9 years, 2 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Implement InputWindowDialog with WebUI for bookmark folder management. WebUI version of InputWindowDialog is used by the chrome built with touchui=1 or use_aura=1. BUG=97850 TEST=Manually tested with touchui=1 or use_aura=1 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107096

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : 'Address comments' #

Total comments: 14

Patch Set 4 : Address comments #

Patch Set 5 : Use grit to inline JS file #

Total comments: 2

Patch Set 6 : Remove IDR_INPUT_WINDOW_DIALOG_JS #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+550 lines, -49 lines) Patch
M chrome/browser/bookmarks/bookmark_folder_editor_controller.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/input_window_dialog.css View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A chrome/browser/resources/input_window_dialog.html View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/resources/input_window_dialog.js View 1 chunk +78 lines, -0 lines 0 comments Download
A chrome/browser/ui/input_window_dialog_gtk.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
M chrome/browser/ui/input_window_dialog_gtk.cc View 2 chunks +1 line, -46 lines 0 comments Download
A chrome/browser/ui/input_window_dialog_linux.cc View 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_url_data_manager_backend.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_factory.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/input_window_dialog_ui.h View 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/input_window_dialog_ui.cc View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/input_window_dialog_webui.h View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/input_window_dialog_webui.cc View 1 2 3 1 chunk +150 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
mazda
9 years, 2 months ago (2011-10-15 02:18:45 UTC) #1
tfarina
http://codereview.chromium.org/8298019/diff/2001/chrome/browser/ui/input_window_dialog_gtk.h File chrome/browser/ui/input_window_dialog_gtk.h (right): http://codereview.chromium.org/8298019/diff/2001/chrome/browser/ui/input_window_dialog_gtk.h#newcode10 chrome/browser/ui/input_window_dialog_gtk.h:10: #include "base/memory/scoped_ptr.h" please add a blank line above. http://codereview.chromium.org/8298019/diff/2001/chrome/browser/ui/input_window_dialog_gtk.h#newcode18 ...
9 years, 2 months ago (2011-10-15 03:55:14 UTC) #2
mazda
Thank you for the comments. http://codereview.chromium.org/8298019/diff/2001/chrome/browser/ui/input_window_dialog_gtk.h File chrome/browser/ui/input_window_dialog_gtk.h (right): http://codereview.chromium.org/8298019/diff/2001/chrome/browser/ui/input_window_dialog_gtk.h#newcode10 chrome/browser/ui/input_window_dialog_gtk.h:10: #include "base/memory/scoped_ptr.h" On 2011/10/15 ...
9 years, 2 months ago (2011-10-17 17:52:25 UTC) #3
xiyuan
http://codereview.chromium.org/8298019/diff/5001/chrome/browser/browser_resources.grd File chrome/browser/browser_resources.grd (right): http://codereview.chromium.org/8298019/diff/5001/chrome/browser/browser_resources.grd#newcode49 chrome/browser/browser_resources.grd:49: <include name="IDR_INPUT_WINDOW_DIALOG_CSS" file="resources\input_window_dialog.css" type="BINDATA" /> You don't need to ...
9 years, 2 months ago (2011-10-18 16:11:32 UTC) #4
mazda
Thank you for the review. Could you take another look at the change? http://codereview.chromium.org/8298019/diff/5001/chrome/browser/browser_resources.grd File ...
9 years, 2 months ago (2011-10-18 17:32:02 UTC) #5
xiyuan
lgtm http://codereview.chromium.org/8298019/diff/19002/chrome/browser/browser_resources.grd File chrome/browser/browser_resources.grd (right): http://codereview.chromium.org/8298019/diff/19002/chrome/browser/browser_resources.grd#newcode48 chrome/browser/browser_resources.grd:48: <include name="IDR_INPUT_WINDOW_DIALOG_JS" file="resources\input_window_dialog.js" type="BINDATA" /> you no longer ...
9 years, 2 months ago (2011-10-18 18:58:44 UTC) #6
mazda
Thank you for the review! http://codereview.chromium.org/8298019/diff/19002/chrome/browser/browser_resources.grd File chrome/browser/browser_resources.grd (right): http://codereview.chromium.org/8298019/diff/19002/chrome/browser/browser_resources.grd#newcode48 chrome/browser/browser_resources.grd:48: <include name="IDR_INPUT_WINDOW_DIALOG_JS" file="resources\input_window_dialog.js" type="BINDATA" ...
9 years, 2 months ago (2011-10-18 19:16:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mazda@chromium.org/8298019/22001
9 years, 2 months ago (2011-10-24 04:50:35 UTC) #8
commit-bot: I haz the power
Failed to send try job 8298019-22001: 2
9 years, 2 months ago (2011-10-24 04:50:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mazda@chromium.org/8298019/27001
9 years, 2 months ago (2011-10-25 10:02:07 UTC) #10
commit-bot: I haz the power
9 years, 2 months ago (2011-10-25 11:16:40 UTC) #11
Change committed as 107096

Powered by Google App Engine
This is Rietveld 408576698