summaryrefslogtreecommitdiffstats
path: root/content/browser/intents
Commit message (Expand)AuthorAgeFilesLines
* Revert 119423 - Revert 119306 - Turn web intents build flag on.gbillock@chromium.org2012-03-011-4/+4
* Revert 124228 - Revert 119423 - Revert 119306 - Turn web intents build flag on.gbillock@chromium.org2012-02-291-4/+4
* Revert 119423 - Revert 119306 - Turn web intents build flag on.gbillock@chromium.org2012-02-291-4/+4
* Merge 123887 - Fix crash that was happening when you close an inline disposit...gbillock@chromium.org2012-02-294-5/+20
* Merge 121173 - Change Web Intents delivery sequence to avoid race of page rendergbillock@chromium.org2012-02-172-32/+10
* Merge 120433 - Fix up Dispatcher ownership issues.gbillock@chromium.org2012-02-083-11/+18
* Revert 120615 - Merge 120433 - Fix up Dispatcher ownership issues.gbillock@chromium.org2012-02-063-18/+11
* Merge 120433 - Fix up Dispatcher ownership issues.gbillock@chromium.org2012-02-063-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