| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of PrefService::GetMutableDictionary/GetMutableList | battre@chromium.org | 2011-04-05 | 1 | -4/+3 |
* | AllowOutdatedPlugins policy. | joaodasilva@chromium.org | 2011-03-31 | 3 | -21/+25 |
* | Introduce a new way of using ScopedUserPrefUpdate that ensures notifications ... | battre@chromium.org | 2011-03-30 | 6 | -49/+244 |
* | Tear down objects in PrefMemberTest.MoveToThread in the right order. | bauerb@chromium.org | 2011-03-28 | 1 | -5/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 13 | -15/+15 |
* | Let PrefStore::GetValue return a const Value* instead of Value* and add Persi... | battre@chromium.org | 2011-03-25 | 18 | -51/+110 |
* | Provide lazy CommitPendingWrites in addition to eager SavePersistentPrefs. | dilmah@chromium.org | 2011-03-25 | 5 | -2/+14 |
* | Move app/app_switches to ui/gfx/gl/gl_switches. | backer@chromium.org | 2011-03-21 | 2 | -2/+0 |
* | Move FilePath <-> Value conversions into a separate file. | bauerb@chromium.org | 2011-03-15 | 2 | -7/+5 |
* | Coverity: Fix various NULL_RETURNS defects. | csilv@chromium.org | 2011-03-11 | 2 | -4/+8 |
* | Fix bad usage of GetMutableDictionary. | battre@chromium.org | 2011-03-10 | 2 | -0/+9 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 4 | -10/+10 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 4 | -10/+10 |
* | Fix missing change notifications of UserPrefStore | battre@chromium.org | 2011-03-07 | 9 | -17/+39 |
* | Move notification service code to content. We'll need to figure out how to s... | jam@chromium.org | 2011-03-07 | 3 | -10/+10 |
* | autofill: Rename AutoFillManager to AutofillManager. | tfarina@chromium.org | 2011-03-05 | 1 | -2/+2 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 3 | -3/+3 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 3 | -3/+3 |
* | Disable PrefMemberTest.MoveToThread, flakily triggers an assertion | phajdan.jr@chromium.org | 2011-02-28 | 1 | -1/+2 |
* | WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui. | tfarina@chromium.org | 2011-02-27 | 1 | -3/+3 |
* | Remove more three stub files that were moved to content/browser directory. | tfarina@chromium.org | 2011-02-26 | 1 | -1/+1 |
* | Fix compiling on gcc-4.6. | hbono@chromium.org | 2011-02-25 | 1 | -1/+1 |
* | Added LevelOfControl to Preferences API's get() result | battre@chromium.org | 2011-02-24 | 5 | -0/+40 |
* | Move the UI portions of search engine management to ui/search_engines. | avi@chromium.org | 2011-02-23 | 1 | -1/+1 |
* | Device policy infrastructure | jkummerow@chromium.org | 2011-02-23 | 2 | -3/+10 |
* | Adds navigator.registerProtocolHandler. | tony@chromium.org | 2011-02-23 | 1 | -0/+2 |
* | WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/. | tfarina@chromium.org | 2011-02-22 | 1 | -1/+1 |
* | Fix clang build. | bauerb@chromium.org | 2011-02-21 | 1 | -2/+2 |
* | Tentative compile fix. | bauerb@chromium.org | 2011-02-21 | 1 | -1/+1 |
* | Add MoveToThread method to PrefMember to make it safe to read pref values fro... | bauerb@chromium.org | 2011-02-21 | 4 | -142/+237 |
* | Get rid of browser_prefs::RegisterAllPrefs() | mnissler@chromium.org | 2011-02-21 | 2 | -7/+2 |
* | WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa... | tfarina@chromium.org | 2011-02-18 | 1 | -1/+1 |
* | Start moving core pieces of Chrome multi-process code to src\content. I'm st... | jam@chromium.org | 2011-02-18 | 1 | -2/+2 |
* | Implement the DownloadDirectory policy. | pastarmovj@chromium.org | 2011-02-17 | 1 | -1/+1 |
* | WebUI: Start moving a couple of files from chrome/browser/dom_ui to chrome/br... | tfarina@chromium.org | 2011-02-17 | 1 | -1/+1 |
* | Support bypassList in Proxy Settings API. | battre@chromium.org | 2011-02-14 | 2 | -0/+5 |
* | Implementation of getCurrentProxySettings for proxy settings API. | battre@chromium.org | 2011-02-14 | 3 | -3/+4 |
* | Even more test cleanup. | erg@google.com | 2011-02-10 | 2 | -0/+3 |
* | Things required to support policy for login screen. | dilmah@chromium.org | 2011-02-09 | 1 | -0/+6 |
* | Consider --proxy-server= as 'use direct connections' | battre@chromium.org | 2011-02-09 | 2 | -2/+12 |
* | Make proxy settings one atomic dictionary in the PrefStores such that modific... | battre@chromium.org | 2011-02-09 | 12 | -72/+365 |
* | Fix memory leak in MigrateBrowserPrefs caused by excessive copying. | mirandac@chromium.org | 2011-02-09 | 1 | -1/+1 |
* | Clean up warnings found in our testing code. | erg@google.com | 2011-02-07 | 2 | -9/+31 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | WebUI: Rename ExtensionDOMUI to ExtensionWebUI. | tfarina@chromium.org | 2011-02-05 | 1 | -2/+2 |
* | patch from issue 6286089 | mnissler@chromium.org | 2011-02-04 | 7 | -372/+506 |
* | Cloud print proxy enablement under policy control. | scottbyer@chromium.org | 2011-02-02 | 1 | -1/+3 |
* | Remove user-related data from local_state and add to user_preferences, in pr... | mirandac@chromium.org | 2011-02-02 | 3 | -13/+127 |
* | Pacify Coverity when reading kExtensionsPref dictionary | battre@chromium.org | 2011-02-02 | 2 | -6/+13 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 5 | -49/+49 |