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

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed)

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

Description

Rename WebIntentData for backend storage to WebIntentServiceData. Change startActivity IPC to use the WebIntentData struct. R=jhawkins@chromium.org BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102069

Patch Set 1 #

Total comments: 7

Patch Set 2 : Add a couple missed unit tests. #

Patch Set 3 : Review fix. #

Patch Set 4 : Fix class/struct decl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -336 lines) Patch
M chrome/browser/external_tab_container_win.h View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/external_tab_container_win.cc View 1 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/intents/register_intent_handler_infobar_delegate.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/intents/register_intent_handler_infobar_delegate.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/intents/register_intent_handler_infobar_delegate_unittest.cc View 1 3 chunks +8 lines, -8 lines 0 comments Download
D chrome/browser/intents/web_intent_data.h View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/browser/intents/web_intent_data.cc View 1 chunk +0 lines, -32 lines 0 comments Download
A chrome/browser/intents/web_intent_service_data.h View 1 chunk +38 lines, -0 lines 0 comments Download
A + chrome/browser/intents/web_intent_service_data.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/intents/web_intents_registry.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/intents/web_intents_registry.cc View 2 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/intents/web_intents_registry_unittest.cc View 1 2 chunks +36 lines, -35 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 4 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/intents/web_intents_model.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/intents/web_intents_model.cc View 1 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/intents/web_intents_model_unittest.cc View 1 1 chunk +18 lines, -18 lines 0 comments Download
M chrome/browser/ui/webui/options/web_intents_settings_handler.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/webdata/web_data_service.h View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/webdata/web_data_service.cc View 4 chunks +21 lines, -16 lines 0 comments Download
M chrome/browser/webdata/web_data_service_unittest.cc View 1 5 chunks +32 lines, -31 lines 0 comments Download
M chrome/browser/webdata/web_intents_table.h View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/webdata/web_intents_table.cc View 7 chunks +18 lines, -16 lines 0 comments Download
M chrome/browser/webdata/web_intents_table_unittest.cc View 1 6 chunks +26 lines, -26 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/tab_contents/tab_contents.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 5 chunks +6 lines, -7 lines 0 comments Download
M content/browser/tab_contents/tab_contents_delegate.h View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M content/browser/tab_contents/tab_contents_delegate.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M content/common/intents_messages.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 1 chunk +0 lines, -7 lines 0 comments Download
M content/renderer/render_view.cc View 1 2 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Greg Billock
9 years, 3 months ago (2011-09-16 23:39:00 UTC) #1
Greg Billock
On 2011/09/16 23:39:00, Greg Billock wrote: This change ended up touching quite a bit of ...
9 years, 3 months ago (2011-09-16 23:43:27 UTC) #2
groby-ooo-7-16
Drive-by comment :) Very much agreeing on the terminology issue. I'm still occasionally confused by ...
9 years, 3 months ago (2011-09-16 23:49:49 UTC) #3
groby-ooo-7-16
LGTM - unless you want to move WebIntentServiceData to webkit_glue in the same changelist? http://codereview.chromium.org/7930002/diff/1/chrome/browser/intents/web_intent_service_data.h ...
9 years, 3 months ago (2011-09-20 17:55:07 UTC) #4
Greg Billock
Included a couple pointers to the IPC message move. http://codereview.chromium.org/7930002/diff/1/chrome/browser/intents/web_intent_service_data.h File chrome/browser/intents/web_intent_service_data.h (right): http://codereview.chromium.org/7930002/diff/1/chrome/browser/intents/web_intent_service_data.h#newcode14 chrome/browser/intents/web_intent_service_data.h:14: ...
9 years, 3 months ago (2011-09-20 18:20:33 UTC) #5
Greg Billock
+jam for content/* John, can you comment on the IPC message move to intents_messages? It ...
9 years, 3 months ago (2011-09-20 18:46:48 UTC) #6
jam
it's fine to have TabContents dispatch non ViewHostMsgs. In fact, I'd also move ViewHostMsg_RegisterIntentHandler to ...
9 years, 3 months ago (2011-09-20 23:10:22 UTC) #7
Greg Billock
Yeah, I plan on doing that in a follow-up change. (There's a class to move ...
9 years, 3 months ago (2011-09-20 23:16:29 UTC) #8
jam
content lgtm http://codereview.chromium.org/7930002/diff/1/content/renderer/render_view.cc File content/renderer/render_view.cc (right): http://codereview.chromium.org/7930002/diff/1/content/renderer/render_view.cc#newcode4511 content/renderer/render_view.cc:4511: RenderThread::current()->Send(new IntentsHostMsg_WebIntentDispatch( nit: no need for "RenderThread::current()->"
9 years, 3 months ago (2011-09-20 23:42:16 UTC) #9
Greg Billock
http://codereview.chromium.org/7930002/diff/1/content/renderer/render_view.cc File content/renderer/render_view.cc (right): http://codereview.chromium.org/7930002/diff/1/content/renderer/render_view.cc#newcode4511 content/renderer/render_view.cc:4511: RenderThread::current()->Send(new IntentsHostMsg_WebIntentDispatch( On 2011/09/20 23:42:16, John Abd-El-Malek wrote: > ...
9 years, 3 months ago (2011-09-21 00:25:57 UTC) #10
commit-bot: I haz the power
Can't apply patch for file chrome/browser/intents/web_intent_service_data.cc. While running patch -p1 --forward --force; patching file chrome/browser/intents/web_intent_service_data.cc ...
9 years, 3 months ago (2011-09-21 01:49:18 UTC) #11
groby-ooo-7-16
9 years, 3 months ago (2011-09-21 17:36:22 UTC) #12
On 2011/09/21 01:49:18, I haz the power (commit-bot) wrote:
> Can't apply patch for file chrome/browser/intents/web_intent_service_data.cc.
> While running patch -p1 --forward --force;
> patching file chrome/browser/intents/web_intent_service_data.cc
> Hunk #1 FAILED at 3.
> Hunk #2 FAILED at 21.
> 2 out of 2 hunks FAILED -- saving rejects to file
> chrome/browser/intents/web_intent_service_data.cc.rej

Since Greg is out for this week, hijacking this patch. Will post new issue ASAP

Powered by Google App Engine
This is Rietveld 408576698