summaryrefslogtreecommitdiffstats
path: root/content/browser/intents
Commit message (Expand)AuthorAgeFilesLines
* Rename and move TestTabContents to content::TestWebContents.joi@chromium.org2012-03-231-1/+1
* Clean up a few TODO items.joi@chromium.org2012-03-221-1/+2
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-1/+1
* An internal intents dispatcher useful for initiating an intent from the brows...gbillock@chromium.org2012-03-165-4/+190
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-072-4/+5
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+3
* Fix crash that was happening when you close an inline disposition with the wi...gbillock@chromium.org2012-02-284-5/+20
* Change Web Intents delivery sequence to avoid race of page rendergbillock@chromium.org2012-02-092-32/+10
* Fix up Dispatcher ownership issues.gbillock@chromium.org2012-02-033-11/+18
* Revert 119306 - Turn web intents build flag on.gbillock@chromium.org2012-01-271-4/+4
* Revert 119284 - Turn web intents build flag on. Move the command-line flag to...gbillock@chromium.org2012-01-261-3/+3
* Turn web intents build flag on. Move the command-line flag to default on.gbillock@chromium.org2012-01-261-3/+3
* Get rid of another bunch of tab_contents.h includes from chrome and switch th...jam@chromium.org2012-01-054-7/+7
* Create a Content API interface around NavigationController, and move all the ...jam@chromium.org2011-12-291-0/+1
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-262-4/+4
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-234-7/+12
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-224-9/+9
* Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent...gbillock@chromium.org2011-12-214-39/+42
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-3/+3
* [Web Intents] Make IntentInjector adapt to the new content APIgbillock@chromium.org2011-12-094-35/+26
* Add a public content/ interface for intents. Use it.gbillock@chromium.org2011-12-014-16/+125
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-11/+4
* Add a method to the controller to close the picker/service tab when a return ...gbillock@chromium.org2011-11-172-5/+10
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2
* [Web Intents] Add a source tab observation mechanism so you can see if the so...gbillock@chromium.org2011-10-212-5/+10
* [Web Intents] Add return pathways for picker-close and service-close.gbillock@chromium.org2011-10-211-2/+11
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Insert new forwarding object to make sure return messagesgbillock@chromium.org2011-10-122-7/+17
* Refactor return message into webkit_glue (make include-friendly).gbillock@chromium.org2011-10-052-2/+3
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-1/+2
* Add owners for intents subdir.gbillock@chromium.org2011-09-281-0/+4
* Pass intent data through to the picker and launch a new tabgbillock@chromium.org2011-09-282-14/+6
* Add messages/handlers for the invocation sequence. Copy from geolocation_disp...gbillock@chromium.org2011-09-162-0/+165