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

Issue 7044136: Support drag&drop for startup pages (Closed)

Created:
9 years, 6 months ago by groby-ooo-7-16
Modified:
9 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Support drag&drop for startup pages BUG=69686 TEST=Drag & drop individual or multiple startup pages, confirm D&D works Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88936

Patch Set 1 #

Total comments: 13

Patch Set 2 : Fixed review issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+262 lines, -0 lines) Patch
M chrome/browser/custom_home_pages_table_model.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/custom_home_pages_table_model.cc View 1 1 chunk +58 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options_page.css View 1 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/browser_options_startup_page_list.js View 3 chunks +152 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 2 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
groby-ooo-7-16
9 years, 6 months ago (2011-06-13 18:29:13 UTC) #1
groby-ooo-7-16
9 years, 6 months ago (2011-06-13 18:34:50 UTC) #2
csilv
LGTM, see comments below. http://codereview.chromium.org/7044136/diff/1/chrome/browser/custom_home_pages_table_model.cc File chrome/browser/custom_home_pages_table_model.cc (right): http://codereview.chromium.org/7044136/diff/1/chrome/browser/custom_home_pages_table_model.cc#newcode76 chrome/browser/custom_home_pages_table_model.cc:76: const std::vector<int>& index_list) Should we ...
9 years, 6 months ago (2011-06-13 22:57:02 UTC) #3
groby-ooo-7-16
http://codereview.chromium.org/7044136/diff/1/chrome/browser/custom_home_pages_table_model.cc File chrome/browser/custom_home_pages_table_model.cc (right): http://codereview.chromium.org/7044136/diff/1/chrome/browser/custom_home_pages_table_model.cc#newcode76 chrome/browser/custom_home_pages_table_model.cc:76: const std::vector<int>& index_list) Since the underlying SelectionModel uses Object.keys ...
9 years, 6 months ago (2011-06-13 23:45:27 UTC) #4
csilv
http://codereview.chromium.org/7044136/diff/1/chrome/browser/custom_home_pages_table_model.cc File chrome/browser/custom_home_pages_table_model.cc (right): http://codereview.chromium.org/7044136/diff/1/chrome/browser/custom_home_pages_table_model.cc#newcode76 chrome/browser/custom_home_pages_table_model.cc:76: const std::vector<int>& index_list) A comment is prefect, thanks. On ...
9 years, 6 months ago (2011-06-14 00:06:12 UTC) #5
commit-bot: I haz the power
9 years, 6 months ago (2011-06-14 01:00:50 UTC) #6
Change committed as 88936

Powered by Google App Engine
This is Rietveld 408576698