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

Issue 9186021: Update chromium code to use WebIntentRequest. (Closed)

Created:
8 years, 11 months ago by Greg Billock
Modified:
8 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, dpranke-watch+content_chromium.org
Visibility:
Public.

Description

Update chromium code to use WebIntentRequest. R=darin@chromium.org,jhawkins@chromium.org BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118577

Patch Set 1 #

Total comments: 4

Patch Set 2 : Adjust to pass-by-value for WebIntentRequest #

Total comments: 4

Patch Set 3 : Merge to head #

Patch Set 4 : Fix comments #

Total comments: 10

Patch Set 5 : Add using directives. #

Patch Set 6 : Merge to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -30 lines) Patch
M content/renderer/render_view_impl.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 3 chunks +8 lines, -6 lines 0 comments Download
M content/renderer/web_intents_host.h View 1 2 3 4 4 chunks +14 lines, -0 lines 0 comments Download
M content/renderer/web_intents_host.cc View 1 2 3 4 10 chunks +39 lines, -23 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Greg Billock
8 years, 11 months ago (2012-01-11 22:54:23 UTC) #1
Greg Billock
Note that this depends on https://bugs.webkit.org/show_bug.cgi?id=76014 After both of these CLs land, I'll make another ...
8 years, 11 months ago (2012-01-11 22:58:38 UTC) #2
James Hawkins
http://codereview.chromium.org/9186021/diff/1/content/renderer/render_view_impl.h File content/renderer/render_view_impl.h (right): http://codereview.chromium.org/9186021/diff/1/content/renderer/render_view_impl.h#newcode531 content/renderer/render_view_impl.h:531: WebKit::WebIntentRequest* intent); Just curious, why does this need to ...
8 years, 11 months ago (2012-01-12 00:11:58 UTC) #3
Greg Billock
http://codereview.chromium.org/9186021/diff/1/content/renderer/render_view_impl.h File content/renderer/render_view_impl.h (right): http://codereview.chromium.org/9186021/diff/1/content/renderer/render_view_impl.h#newcode531 content/renderer/render_view_impl.h:531: WebKit::WebIntentRequest* intent); On 2012/01/12 00:11:58, James Hawkins wrote: > ...
8 years, 11 months ago (2012-01-12 18:54:45 UTC) #4
James Hawkins
http://codereview.chromium.org/9186021/diff/1/content/renderer/render_view_impl.h File content/renderer/render_view_impl.h (right): http://codereview.chromium.org/9186021/diff/1/content/renderer/render_view_impl.h#newcode531 content/renderer/render_view_impl.h:531: WebKit::WebIntentRequest* intent); On 2012/01/12 18:54:45, Greg Billock wrote: > ...
8 years, 11 months ago (2012-01-12 19:07:36 UTC) #5
Greg Billock
On 2012/01/12 19:07:36, James Hawkins wrote: > http://codereview.chromium.org/9186021/diff/1/content/renderer/render_view_impl.h > File content/renderer/render_view_impl.h (right): > > http://codereview.chromium.org/9186021/diff/1/content/renderer/render_view_impl.h#newcode531 ...
8 years, 11 months ago (2012-01-13 21:27:44 UTC) #6
James Hawkins
LGTM with nits. http://codereview.chromium.org/9186021/diff/6001/content/renderer/web_intents_host.h File content/renderer/web_intents_host.h (right): http://codereview.chromium.org/9186021/diff/6001/content/renderer/web_intents_host.h#newcode36 content/renderer/web_intents_host.h:36: // Called by the RenderView to ...
8 years, 11 months ago (2012-01-13 21:30:03 UTC) #7
Greg Billock
http://codereview.chromium.org/9186021/diff/6001/content/renderer/web_intents_host.h File content/renderer/web_intents_host.h (right): http://codereview.chromium.org/9186021/diff/6001/content/renderer/web_intents_host.h#newcode36 content/renderer/web_intents_host.h:36: // Called by the RenderView to register a new ...
8 years, 11 months ago (2012-01-17 23:52:01 UTC) #8
darin (slow to review)
http://codereview.chromium.org/9186021/diff/13004/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): http://codereview.chromium.org/9186021/diff/13004/content/renderer/render_view_impl.cc#newcode3165 content/renderer/render_view_impl.cc:3165: WebKit::WebFrame* frame, const WebKit::WebIntentRequest& intentRequest) { nit: no need ...
8 years, 11 months ago (2012-01-19 07:23:57 UTC) #9
Greg Billock
http://codereview.chromium.org/9186021/diff/13004/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): http://codereview.chromium.org/9186021/diff/13004/content/renderer/render_view_impl.cc#newcode3165 content/renderer/render_view_impl.cc:3165: WebKit::WebFrame* frame, const WebKit::WebIntentRequest& intentRequest) { On 2012/01/19 07:23:57, ...
8 years, 11 months ago (2012-01-19 18:51:59 UTC) #10
darin (slow to review)
LGTM Yeah, good point about IDMap. IDMap has one other very nice feature. It provides ...
8 years, 11 months ago (2012-01-19 22:12:20 UTC) #11
Greg Billock
On 2012/01/19 22:12:20, darin wrote: > LGTM > > Yeah, good point about IDMap. > ...
8 years, 11 months ago (2012-01-19 22:35:25 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9186021/28001
8 years, 11 months ago (2012-01-20 19:25:52 UTC) #13
commit-bot: I haz the power
Try job failure for 9186021-28001 (retry) on win_rel for step "base_unittests". It's a second try, ...
8 years, 11 months ago (2012-01-20 21:48:21 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/9186021/28001
8 years, 11 months ago (2012-01-20 22:07:19 UTC) #15
commit-bot: I haz the power
8 years, 11 months ago (2012-01-21 01:23:17 UTC) #16
Change committed as 118577

Powered by Google App Engine
This is Rietveld 408576698