| Commit message (Expand) | Author | Age | Files | Lines |
* | [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext | phajdan.jr@chromium.org | 2013-04-26 | 2 | -2/+5 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 15 | -327/+409 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 15 | -409/+327 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 15 | -327/+409 |
* | Fixed the problem that cookie blocking notification bubble is not displayed i... | xians@chromium.org | 2013-04-02 | 2 | -5/+15 |
* | Revert 189337 "Refactor MediaStreamDevicesController:" | wjia@chromium.org | 2013-03-28 | 2 | -21/+0 |
* | The CDM should not be affected by Content settings for generic Plug-ins | ddorwin@chromium.org | 2013-03-21 | 1 | -0/+140 |
* | base/prefs: Remove the public/ directory and move the files to //base/prefs. | tfarina@chromium.org | 2013-03-21 | 6 | -6/+6 |
* | Refactor MediaStreamDevicesController: | markusheintz@chromium.org | 2013-03-20 | 2 | -0/+21 |
* | Move Plugins out of Extension class | rdevlin.cronin@chromium.org | 2013-03-08 | 1 | -4/+5 |
* | Add back a DCHECK on threading behavior in HostContentSettingsMap. | joi@chromium.org | 2013-03-07 | 2 | -7/+19 |
* | Introduce //components/user_prefs. | joi@chromium.org | 2013-03-06 | 6 | -6/+6 |
* | Fix prefs registration in BrowserInstantController. | joi@chromium.org | 2013-03-02 | 1 | -2/+2 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Fix prefs registration in SyncPrefs. | joi@chromium.org | 2013-02-27 | 1 | -2/+0 |
* | Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator. | pneubeck@chromium.org | 2013-02-25 | 2 | -30/+25 |
* | refactor TabSpecificContentSettings:XContentAccessed to XContentAllowed | xians@chromium.org | 2013-02-22 | 3 | -43/+45 |
* | Fixed the problem that the omnibox icon does not reflect the latest usermedia... | xians@chromium.org | 2013-02-21 | 2 | -3/+37 |
* | Temporarily removing a DCHECK that is occurring on CrOS. | joi@chromium.org | 2013-02-15 | 1 | -3/+4 |
* | Moving last generic Prefs implementation files to base/prefs/. | joi@chromium.org | 2013-02-14 | 1 | -1/+1 |
* | Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific. | joi@chromium.org | 2013-02-12 | 3 | -3/+3 |
* | Remove unused lock, add verification of intended usage. | joi@chromium.org | 2013-02-12 | 2 | -7/+33 |
* | Move 'theme' parsing out of Extension class | MHX348@motorola.com | 2013-02-12 | 1 | -5/+9 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 10 | -10/+10 |
* | Delete most web intents code. | thakis@chromium.org | 2013-02-11 | 5 | -24/+0 |
* | Add content settings page action for Pepper broker authorization. | bauerb@chromium.org | 2013-02-10 | 2 | -5/+19 |
* | Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. | joi@chromium.org | 2013-02-10 | 11 | -95/+106 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -10/+12 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 4 | -6/+6 |
* | Only permit plug-in loads in the browser if the plug-in isn't blocked or the | cevans@chromium.org | 2013-02-01 | 1 | -0/+15 |
* | Broke ContentSettingBubbleModelTest.Plugins on Android. | dbeam@chromium.org | 2013-02-01 | 1 | -15/+0 |
* | Only permit plug-in loads in the browser if the plug-in isn't blocked or the | cevans@chromium.org | 2013-02-01 | 1 | -0/+15 |
* | Add UMA stats for cookies exceptions. | markusheintz@chromium.org | 2013-01-30 | 1 | -0/+26 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-28 | 1 | -17/+19 |
* | Display a content settings icon in the location bar that indicates whether th... | markusheintz@chromium.org | 2013-01-27 | 3 | -5/+47 |
* | Check the content setting type is valid. | cevans@chromium.org | 2013-01-14 | 1 | -0/+2 |
* | When starting a provisional load, indicate whether the provisional URL is abo... | jochen@chromium.org | 2013-01-07 | 2 | -0/+2 |
* | DEFINE_WEB_CONTENTS_USER_DATA_KEY now requires a semicolon. | avi@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | Simplify ExecuteJavaScript* functions. | darin@chromium.org | 2013-01-04 | 1 | -7/+4 |
* | Cleanup: Remove more unneeded browser_thread.h includes. | thestig@chromium.org | 2013-01-04 | 1 | -0/+1 |
* | Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc} | darin@chromium.org | 2013-01-02 | 1 | -2/+4 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 13 | -60/+66 |
* | Remove TabContents from TabStripModel. | avi@chromium.org | 2012-12-13 | 1 | -6/+3 |
* | Removing "Application Data" dialog related code. | nasko@chromium.org | 2012-12-13 | 1 | -4/+2 |
* | This CL is part of the code in https://codereview.chromium.org/11316275/ to r... | xians@chromium.org | 2012-12-11 | 6 | -6/+77 |
* | Add a "Don't ask again" button to the metro mode infobar. | bauerb@chromium.org | 2012-12-07 | 3 | -0/+9 |
* | Fix TabSpecificContentSettings::Get. | avi@chromium.org | 2012-11-28 | 1 | -2/+5 |
* | Remove code for migrating obsolete location, notification and content settnig... | markusheintz@chromium.org | 2012-11-21 | 3 | -466/+58 |
* | [base] Move AutoReset to base namespace. | dbeam@chromium.org | 2012-11-21 | 4 | -6/+6 |
* | Remove migration code for migrating obsolete default content settings prefs. | markusheintz@chromium.org | 2012-11-20 | 5 | -158/+0 |