summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers/protocol_handler_registry.cc
Commit message (Expand)AuthorAgeFilesLines
* Modify ProtocolHandlerRegistry to make room for policykaliamoorthi@chromium.org2014-06-021-43/+109
* components: Extract pref_registry component out of user_prefs.tfarina@chromium.org2014-05-151-1/+1
* Ignore title parameter for navigator.registerProtocolHandlermeacer@chromium.org2014-05-101-4/+2
* Add logging of reason for URLRequestRedirectJobs,mmenke@chromium.org2014-03-121-1/+2
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-17/+18
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* Allow Chrome OS login profile to have different default pref valuesbartfab@chromium.org2013-07-051-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-5/+5
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-0/+6
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-5/+7
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-6/+0
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-0/+6
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Remove unused pieces of URLRequestJobFactory API.pauljensen@chromium.org2013-02-121-31/+0
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-7/+8
* Make ProtocolHandlerRegistry use 307 to redirect instead of 302.koz@chromium.org2013-01-101-1/+1
* Convert ProtocolHandlerRegistry::Interceptor to a net::URLRequestJobFactory.pauljensen@chromium.org2013-01-081-68/+92
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-4/+5
* POSTs to HSTS domains are no longer converted to GETs mmenke@chromium.org2012-11-281-1/+2
* Fix registerProtocolHandler OS registration on Windows 8benwells@chromium.org2012-09-251-0/+5
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-8/+14
* Clean-up inline members of nested classes (chrome/)hans@chromium.org2012-08-101-0/+4
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-211-64/+208
* A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a Pr...hbono@chromium.org2012-07-201-209/+64
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-201-64/+209
* The CL adds to ShellUtil and ShellIntegration and adjusts invocations of the ...motek@chromium.org2012-06-081-1/+2
* Replacing the default handler for mailto and webcalsaintlou@chromium.org2012-05-081-1/+14
* Revert 134283. Speculative revert, it looks like this caused many leaks (http...thakis@chromium.org2012-04-301-14/+1
* Preventing our default handlers for ChromeOS to show up or confuse the userskuhne@chromium.org2012-04-271-1/+14
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-271-405/+402
* Convert the CustomHandler ui_test to a browser_test. There were two cases for...jam@chromium.org2012-04-041-3/+1
* Create a content public browser API around the ChildProcessSecurityPolicy cla...ananta@chromium.org2012-02-091-2/+3
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+0
* NewRunnableMethod/Function to base::Bind in register protocol handler code.benwells@chromium.org2011-11-041-9/+9
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Calls to rph updating existing handlers are ignored.benwells@chromium.org2011-10-251-1/+15
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-3/+3
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-1/+1
* Ignore title when determining if protocol handler is already registered or ig...benwells@chromium.org2011-10-061-1/+30
* Make calls to registerProtocolHandler() update already registered handlers.koz@chromium.org2011-09-281-0/+37
* Makes it so that when a user clicks "No" in the infobar that asks if they wan...koz@chromium.org2011-07-221-0/+6
* Handle OS registration failure when registering protocol handlersbenwells@chromium.org2011-07-221-14/+43
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Implement default protocol handler fallback.koz@chromium.org2011-07-191-5/+22
* Canary versions no longer always remove protocol handlers at startup.benwells@chromium.org2011-07-181-1/+2
* Move protocol_handler from chrome/browser to chrome/common so that extensions...yoz@chromium.org2011-07-131-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+2