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

Issue 10830102: [Web Intents] Add ability to dispatch intents from extension-caused code (i.e. context menus) (Closed)

Created:
8 years, 4 months ago by Greg Billock
Modified:
8 years, 4 months ago
CC:
chromium-reviews, gbillock+watch_chromium.org, Aaron Boodman, mihaip-chromium-reviews_chromium.org, smckay+watch_chromium.org
Visibility:
Public.

Description

[Web Intents] Add ability to dispatch intents from extension-caused code (i.e. context menus) R=ben@chromium.org,groby@chromium.org BUG=109425, 128964 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150876

Patch Set 1 #

Total comments: 4

Patch Set 2 : Merge to head #

Patch Set 3 : Switch to scoped_ptr #

Total comments: 6

Patch Set 4 : Change friend method name #

Patch Set 5 : merge to head #

Patch Set 6 : ifdef out impl for android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -0 lines) Patch
M chrome/browser/extensions/extension_host.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 2 3 4 5 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/intents/web_intents_util.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/intents/web_intents_util.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_list.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Greg Billock
8 years, 4 months ago (2012-07-31 18:50:30 UTC) #1
groby-ooo-7-16
http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc#newcode422 chrome/browser/extensions/extension_host.cc:422: void ExtensionHost::WebIntentDispatch( This seems to have odd ownership rules ...
8 years, 4 months ago (2012-07-31 19:26:17 UTC) #2
Greg Billock
http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc#newcode422 chrome/browser/extensions/extension_host.cc:422: void ExtensionHost::WebIntentDispatch( On 2012/07/31 19:26:17, groby wrote: > This ...
8 years, 4 months ago (2012-08-01 17:02:26 UTC) #3
groby-ooo-7-16
http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc#newcode422 chrome/browser/extensions/extension_host.cc:422: void ExtensionHost::WebIntentDispatch( In this case, please use scoped_ptr. (And ...
8 years, 4 months ago (2012-08-01 18:17:06 UTC) #4
Greg Billock
http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc#newcode422 chrome/browser/extensions/extension_host.cc:422: void ExtensionHost::WebIntentDispatch( On 2012/08/01 18:17:06, groby wrote: > In ...
8 years, 4 months ago (2012-08-07 00:23:57 UTC) #5
Greg Billock
On 2012/08/07 00:23:57, Greg Billock wrote: > http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc > File chrome/browser/extensions/extension_host.cc (right): > > http://codereview.chromium.org/10830102/diff/1/chrome/browser/extensions/extension_host.cc#newcode422 ...
8 years, 4 months ago (2012-08-07 20:16:39 UTC) #6
groby-ooo-7-16
lgtm
8 years, 4 months ago (2012-08-07 20:32:24 UTC) #7
Greg Billock
On 2012/08/07 20:32:24, groby wrote: > lgtm Thanks. Ben, can you take a look? This ...
8 years, 4 months ago (2012-08-07 20:33:52 UTC) #8
Ben Goodger (Google)
http://codereview.chromium.org/10830102/diff/9/chrome/browser/extensions/extension_host.cc File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/10830102/diff/9/chrome/browser/extensions/extension_host.cc#newcode428 chrome/browser/extensions/extension_host.cc:428: : browser::FindBrowserWithWebContents(web_contents); Browser* browser = view() ? view()->browser() : ...
8 years, 4 months ago (2012-08-07 21:18:16 UTC) #9
Greg Billock
http://codereview.chromium.org/10830102/diff/9/chrome/browser/extensions/extension_host.cc File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/10830102/diff/9/chrome/browser/extensions/extension_host.cc#newcode428 chrome/browser/extensions/extension_host.cc:428: : browser::FindBrowserWithWebContents(web_contents); On 2012/08/07 21:18:16, Ben Goodger (Google) wrote: ...
8 years, 4 months ago (2012-08-07 22:48:45 UTC) #10
Ben Goodger (Google)
lgtm
8 years, 4 months ago (2012-08-07 23:33:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10830102/1009
8 years, 4 months ago (2012-08-08 22:37:23 UTC) #12
commit-bot: I haz the power
Try job failure for 10830102-1009 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 4 months ago (2012-08-08 23:22:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10830102/11003
8 years, 4 months ago (2012-08-09 01:18:04 UTC) #14
commit-bot: I haz the power
Try job failure for 10830102-11003 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 4 months ago (2012-08-09 01:59:03 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10830102/10005
8 years, 4 months ago (2012-08-09 17:47:15 UTC) #16
commit-bot: I haz the power
8 years, 4 months ago (2012-08-09 20:25:46 UTC) #17
Change committed as 150876

Powered by Google App Engine
This is Rietveld 408576698