summaryrefslogtreecommitdiffstats
path: root/content/browser/intents/intent_injector.h
Commit message (Expand)AuthorAgeFilesLines
* TabContents -> WebContentsImpl, part 10.avi@chromium.org2012-04-131-13/+12
* Add policy to make sure the renderer doesn't get intent data for non-same-ori...gbillock@chromium.org2012-04-071-0/+4
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+2
* Fix crash that was happening when you close an inline disposition with the wi...gbillock@chromium.org2012-02-281-0/+3
* Change Web Intents delivery sequence to avoid race of page rendergbillock@chromium.org2012-02-091-8/+7
* Get rid of another bunch of tab_contents.h includes from chrome and switch th...jam@chromium.org2012-01-051-2/+2
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-2/+2
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-3/+3
* Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent...gbillock@chromium.org2011-12-211-5/+5
* [Web Intents] Make IntentInjector adapt to the new content APIgbillock@chromium.org2011-12-091-13/+9
* Add a public content/ interface for intents. Use it.gbillock@chromium.org2011-12-011-4/+5
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-9/+2
* Add a method to the controller to close the picker/service tab when a return ...gbillock@chromium.org2011-11-171-1/+2
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-1/+1
* [Web Intents] Add a source tab observation mechanism so you can see if the so...gbillock@chromium.org2011-10-211-1/+4
* Insert new forwarding object to make sure return messagesgbillock@chromium.org2011-10-121-2/+11
* Refactor return message into webkit_glue (make include-friendly).gbillock@chromium.org2011-10-051-1/+1
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-1/+2
* Pass intent data through to the picker and launch a new tabgbillock@chromium.org2011-09-281-4/+2
* Add messages/handlers for the invocation sequence. Copy from geolocation_disp...gbillock@chromium.org2011-09-161-0/+69