summaryrefslogtreecommitdiffstats
path: root/chrome/browser/intents
Commit message (Expand)AuthorAgeFilesLines
* Delete most web intents code.thakis@chromium.org2013-02-1129-3872/+0
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-102-5/+6
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-102-8/+8
* Readability Reviewsmckay@chromium.org2013-02-085-109/+142
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-072-2/+2
* Allow manifest handlers to declare keys they depend on that must be parsed be...yoz@chromium.org2013-02-051-2/+3
* google_apis: Move AppendQueryParameter() etc. from common/net/url_util.h totfarina@chromium.org2013-01-311-11/+6
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-2/+5
* Remove GetActiveWebContents from browser_tabstrip.avi@chromium.org2013-01-291-3/+5
* Bring back the file dialogs for chrome AURA. ananta@chromium.org2013-01-171-1/+1
* Move 'intents' parsing out of ExtensionMHX348@motorola.com2013-01-112-1/+8
* Remove DeviceAttachedIntentSource.gbillock@chromium.org2013-01-102-215/+0
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-084-101/+87
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-222-3/+4
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-204-19/+18
* Add #include <vector> in two placesthakis@chromium.org2012-12-121-0/+2
* webdata: Rename GetWebIntentServices() to GetWebIntentServicesForAction().tfarina@chromium.org2012-12-081-1/+1
* Remove unneeded TabContents::FromWebContents.avi@chromium.org2012-12-041-6/+6
* intents: Kill deprecated SendReplyMessage method.tfarina@chromium.org2012-11-301-6/+0
* Replace BrowserList::GetLastActive with chrome::FindLastActiveWithHostDesktop...grt@chromium.org2012-11-201-2/+4
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-172-3/+3
* Delete WebUI for web intents.gbillock@chromium.org2012-11-172-2/+3
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Establish /extensions directory and move URLPattern there.aa@chromium.org2012-11-133-3/+3
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-2/+2
* Revert 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-2/+2
* Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-2/+2
* Exclude web intents related code on Android.nileshagrawal@chromium.org2012-11-062-4/+26
* Allow ChromeOS to only handle view and Cros ECHO intents.gbillock@chromium.org2012-10-262-0/+2
* Update mime type matching to handle parameters.gbillock@chromium.org2012-10-261-0/+13
* [WebIntents, QuickOffice]groby@chromium.org2012-10-244-2/+27
* Add smckay to OWNERS.smckay@chromium.org2012-10-231-1/+1
* Fix lint errors in recent commits. Prepping for Readability review.smckay@chromium.org2012-10-225-27/+31
* Remove TabContents from RegisterIntentHandlerInfoBarDelegateTest.avi@chromium.org2012-10-191-5/+5
* Use a reply struct instead of individual values when responding to intents. A...smckay@chromium.org2012-10-191-15/+46
* Add native file picker impl using SelectFileDialog.smckay@chromium.org2012-10-125-15/+208
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-112-5/+7
* Change web intents default policy -- remove suppression for changed options.gbillock@chromium.org2012-10-111-3/+1
* Add basic infrastructure for native (aka "browser builtin") services.smckay@chromium.org2012-10-066-1/+234
* Using custom enum histograms for Web Intents reporting to reduce histogram size.rouslan@chromium.org2012-10-043-32/+38
* Mac Web Intents Part 2: Change extension ID to std::stringsail@chromium.org2012-10-022-3/+2
* Re-enable auto-defaulting for quickoffice if no other service is installed.groby@chromium.org2012-09-283-13/+20
* Using API keys for requests to Chrome Web Store.rouslan@chromium.org2012-09-183-31/+3
* Fix for non-sticky defaults bug. Added a bunch of tests.gbillock@chromium.org2012-09-182-0/+16
* Revert 157197 - Using API keys for requests to Chrome Web Store.viettrungluu@chromium.org2012-09-173-3/+31
* Using API keys for requests to Chrome Web Store.rouslan@chromium.org2012-09-173-31/+3
* UMA reporting for duration of time spent in servicerouslan@chromium.org2012-09-142-0/+49
* Move type matching to web_intents_util, add a test.smckay@chromium.org2012-09-136-31/+72
* Don't prompt for directory on web intents downloads; handle in current tab.gbillock@chromium.org2012-09-121-0/+4
* [Coverity] Remove DCHECK that can't fire.groby@chromium.org2012-09-111-1/+0