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