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

Issue 7624012: First pass on intents options UI. (Closed)

Created:
9 years, 4 months ago by Greg Billock
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Avi (use Gerrit), Paweł Hajdan Jr., jam, joi+watch-content_chromium.org, arv (Not doing code reviews), brettw-cc_chromium.org, dhollowa
Visibility:
Public.

Description

First pass on intents options UI. Copies the cookies view handler for intents. Add pass-throughs to grit for flag. Optionalize intents options page JS/CSS. Fix up data model to read title. Working test. R=jhawkins@chromium.org BUG=None TEST=*Intents* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97955

Patch Set 1 #

Total comments: 38

Patch Set 2 : Review responses, new test. #

Patch Set 3 : Get rid of message-passing changes. #

Total comments: 32

Patch Set 4 : Add comments, fix CSS, etc. #

Total comments: 6

Patch Set 5 : Mac/win compile bugs #

Patch Set 6 : Fix nits #

Patch Set 7 : Remove batch update CHECKs. #

Patch Set 8 : Merge with exceptions ui change. #

Patch Set 9 : Fix button order. #

Patch Set 10 : Fix merged HTML. #

Patch Set 11 : Merge title patch #

Patch Set 12 : Init values right. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1797 lines, -30 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +28 lines, -3 lines 0 comments Download
M chrome/browser/intents/web_intents_registry.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/intents/web_intents_registry_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/content_settings.html View 1 2 3 4 5 6 7 8 9 1 chunk +27 lines, -23 lines 0 comments Download
M chrome/browser/resources/options/content_settings.js View 1 2 3 4 5 6 7 2 chunks +9 lines, -3 lines 0 comments Download
A chrome/browser/resources/options/intents_list.js View 1 2 3 1 chunk +715 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/intents_view.css View 1 2 3 1 chunk +181 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/intents_view.html View 1 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/resources/options/intents_view.js View 1 2 3 4 5 1 chunk +83 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options.html View 1 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options.js View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/options_bundle.js View 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/ui/intents/intents_model.h View 1 2 3 4 5 1 chunk +133 lines, -0 lines 0 comments Download
A chrome/browser/ui/intents/intents_model.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +152 lines, -0 lines 0 comments Download
A chrome/browser/ui/intents/intents_model_unittest.cc View 1 1 chunk +185 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options/intents_settings_handler.h View 1 2 3 4 5 1 chunk +78 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options/intents_settings_handler.cc View 1 2 3 4 5 6 7 1 chunk +159 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/options_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Greg Billock
9 years, 4 months ago (2011-08-17 01:23:50 UTC) #1
James Hawkins
http://codereview.chromium.org/7624012/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/7624012/diff/1/chrome/app/generated_resources.grd#newcode5479 chrome/app/generated_resources.grd:5479: Intents Web Intents http://codereview.chromium.org/7624012/diff/1/chrome/browser/intents/web_intent_data.cc File chrome/browser/intents/web_intent_data.cc (right): http://codereview.chromium.org/7624012/diff/1/chrome/browser/intents/web_intent_data.cc#newcode15 chrome/browser/intents/web_intent_data.cc:15: ...
9 years, 4 months ago (2011-08-17 03:18:39 UTC) #2
Greg Billock
http://codereview.chromium.org/7624012/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/7624012/diff/1/chrome/app/generated_resources.grd#newcode5479 chrome/app/generated_resources.grd:5479: Intents On 2011/08/17 03:18:39, James Hawkins wrote: > Web ...
9 years, 4 months ago (2011-08-17 18:49:50 UTC) #3
James Hawkins
http://codereview.chromium.org/7624012/diff/3003/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/7624012/diff/3003/build/common.gypi#newcode918 build/common.gypi:918: 'ENABLE_INTENTS=1', ENABLE_WEB_INTENTS, though we already have that defined elsewhere? ...
9 years, 4 months ago (2011-08-17 21:34:15 UTC) #4
Greg Billock
http://codereview.chromium.org/7624012/diff/3003/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/7624012/diff/3003/build/common.gypi#newcode918 build/common.gypi:918: 'ENABLE_INTENTS=1', On 2011/08/17 21:34:15, James Hawkins wrote: > ENABLE_WEB_INTENTS, ...
9 years, 4 months ago (2011-08-17 22:44:02 UTC) #5
James Hawkins
LGTM with nits. http://codereview.chromium.org/7624012/diff/8005/chrome/browser/resources/options/intents_view.js File chrome/browser/resources/options/intents_view.js (right): http://codereview.chromium.org/7624012/diff/8005/chrome/browser/resources/options/intents_view.js#newcode51 chrome/browser/resources/options/intents_view.js:51: chrome.send('loadIntents', []); Remove this last (unnecessary) ...
9 years, 4 months ago (2011-08-17 22:50:29 UTC) #6
Greg Billock
http://codereview.chromium.org/7624012/diff/8005/chrome/browser/resources/options/intents_view.js File chrome/browser/resources/options/intents_view.js (right): http://codereview.chromium.org/7624012/diff/8005/chrome/browser/resources/options/intents_view.js#newcode51 chrome/browser/resources/options/intents_view.js:51: chrome.send('loadIntents', []); On 2011/08/17 22:50:29, James Hawkins wrote: > ...
9 years, 4 months ago (2011-08-18 17:36:58 UTC) #7
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
9 years, 4 months ago (2011-08-20 05:41:19 UTC) #8
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
9 years, 4 months ago (2011-08-23 20:01:27 UTC) #9
commit-bot: I haz the power
9 years, 4 months ago (2011-08-24 00:32:32 UTC) #10
Change committed as 97955

Powered by Google App Engine
This is Rietveld 408576698