summaryrefslogtreecommitdiffstats
path: root/chrome/browser/intents
Commit message (Expand)AuthorAgeFilesLines
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-062-34/+30
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-062-30/+34
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-052-34/+30
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-281-1/+1
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-212-4/+6
* Add policies to specify an enterprise web store.dubroy@chromium.org2011-11-181-31/+5
* Provide assumed favicon for intents if page was never visited.groby@chromium.org2011-11-183-8/+38
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-151-1/+0
* Add a check to the registry before the intent infobar is shown.gbillock@chromium.org2011-11-114-0/+100
* [Web Intents] Change the webdata API to reference "Services" forgbillock@chromium.org2011-11-091-4/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-022-0/+3
* Add webkit_glue namespace. Improve some variable and test names.gbillock@chromium.org2011-11-016-28/+40
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-282-4/+5
* Support MIME types for intent selection.groby@chromium.org2011-10-263-10/+119
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Move infobar handling to a tab helper.avi@chromium.org2011-09-303-28/+20
* WebIntentsRegistry now queries extensions for Intentsgroby@chromium.org2011-09-234-10/+189
* Moved web_intent_service_data into webkit/gluegroby@chromium.org2011-09-225-73/+3
* Added OWNERS for intentsgroby@chromium.org2011-09-211-0/+4
* Rename WebIntentData for backend storage to WebIntentServiceData.gbillock@chromium.org2011-09-219-104/+109
* Rename intents_settings_handler files to web_intents_settings_handler.gbillock@chromium.org2011-09-161-1/+1
* Add disposition field to intents web data.groby@chromium.org2011-09-152-2/+13
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-11/+8
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-272-3/+1
* Revert 97966 : Revert 97955 - First pass on intents options UI.gbillock@chromium.org2011-08-252-1/+2
* Revert 97955 - First pass on intents options UI.mattm@chromium.org2011-08-242-2/+1
* First pass on intents options UI.gbillock@chromium.org2011-08-242-1/+2
* Return title for web_intents_table queriesgroby@chromium.org2011-08-192-1/+18
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* Added WebIntents GetAll supportgroby@chromium.org2011-08-133-0/+43
* Fix build after http://codereview.chromium.org/7616019/phajdan.jr@chromium.org2011-08-111-1/+1
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* Web Intents: Hook up the register intent InfoBar with the WebIntentsRegistry.jhawkins@chromium.org2011-08-119-13/+232
* GTTF: Use a fresh TestingBrowserProcess for each test, part #5phajdan.jr@chromium.org2011-08-111-1/+2
* Revert 96098 - ui_tests began crashingrsleevi@chromium.org2011-08-101-2/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #5phajdan.jr@chromium.org2011-08-091-1/+2
* Web Intents: Fix a leak.jhawkins@chromium.org2011-08-082-6/+7
* Initial version of web intents registrygroby@chromium.org2011-08-064-0/+273
* Web Intents: Preparatory work.jhawkins@chromium.org2011-08-012-0/+85