index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
test
/
base
/
testing_profile.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-1
/
+1
*
Get rid of the SpeechRecognitionPreferences interface. It only had one method...
jam@chromium.org
2013-07-09
1
-10
/
+0
*
Allow Chrome OS login profile to have different default pref values
bartfab@chromium.org
2013-07-05
1
-1
/
+1
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-3
/
+3
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-1
/
+1
*
components: Move user_prefs into user_prefs namespace.
tfarina@chromium.org
2013-06-11
1
-2
/
+2
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-6
/
+5
*
Clean up after moving ProfileKeyedService files to a component.
phajdan.jr@chromium.org
2013-05-27
1
-6
/
+6
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
1
-12
/
+16
*
Move ProfileKeyedService infrastructure to a component
phajdan.jr@chromium.org
2013-05-20
1
-1
/
+1
*
Drop more dependencies of ProfileKeyedService infrastructure on chrome.
phajdan.jr@chromium.org
2013-05-17
1
-0
/
+6
*
Revert 199566 "Drop more dependencies of ProfileKeyedService inf..."
tzik@chromium.org
2013-05-13
1
-6
/
+0
*
Drop more dependencies of ProfileKeyedService infrastructure on chrome.
phajdan.jr@chromium.org
2013-05-10
1
-0
/
+6
*
chrome: Use base::MessageLoop. (Part 1)
xhwang@chromium.org
2013-05-10
1
-16
/
+17
*
chrome: Update the include paths of base/message_loop_proxy.h to its new loca...
tfarina@chromium.org
2013-05-10
1
-1
/
+1
*
Added ProfilePolicyConnector, a PKS that owns policy components.
joaodasilva@chromium.org
2013-05-02
1
-17
/
+25
*
[TopSites] Making TopSites virtual, and creating impl
mathp@chromium.org
2013-04-29
1
-5
/
+4
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
1
-9
/
+17
*
Sync: Turn on full history sync by default.
dubroy@chromium.org
2013-04-25
1
-0
/
+3
*
Revert 196116 "Sync: Turn on full history sync by default."
markusheintz@chromium.org
2013-04-24
1
-3
/
+0
*
Sync: Turn on full history sync by default.
dubroy@chromium.org
2013-04-24
1
-0
/
+3
*
Delay bookmarks load while the profile is loading.
msarda@chromium.org
2013-04-18
1
-1
/
+1
*
Cleanup: Get rid of Profile::GetProtocolHandlerRegistry().
thestig@chromium.org
2013-04-04
1
-13
/
+5
*
bookmarks: Get rid of TestingProfile::BlockUntilBookmarkModelLoaded().
tfarina@chromium.org
2013-03-25
1
-9
/
+0
*
Make WebDataService no longer depend on ProfileKeyedService
caitkp@chromium.org
2013-03-20
1
-7
/
+2
*
Second try at splitting WebDataService (minus ownership changes)
joi@chromium.org
2013-03-19
1
-1
/
+3
*
Revert 188935 "Second try at splitting WebDataService (minus own..."
pneubeck@google.com
2013-03-19
1
-3
/
+1
*
Second try at splitting WebDataService (minus ownership changes)
caitkp@chromium.org
2013-03-19
1
-1
/
+3
*
Revert r186824
caitkp@chromium.org
2013-03-14
1
-19
/
+2
*
Remove some dependencies on WebDataServiceFactory and WebDatabaseServiceFactory
caitkp@chromium.org
2013-03-13
1
-2
/
+1
*
Separate WebDatabase management from WebDataService.
caitkp@chromium.org
2013-03-08
1
-2
/
+20
*
Add chrome-search: access from Instant overlay
dhollowa@chromium.org
2013-03-07
1
-20
/
+2
*
Revert 186347
jochen@chromium.org
2013-03-06
1
-2
/
+20
*
Add chrome-search: access from Instant overlay
dhollowa@chromium.org
2013-03-06
1
-20
/
+2
*
Introduce //components/user_prefs.
joi@chromium.org
2013-03-06
1
-0
/
+5
*
Fix prefs registration in BrowserInstantController.
joi@chromium.org
2013-03-02
1
-1
/
+1
*
Simplify BlockUntilBookmarkModelLoaded() by using a utility function from ui_...
tfarina@chromium.org
2013-03-01
1
-8
/
+1
*
Add a signin allowed policy which is used to determine if a user is allowed t...
akuegel@chromium.org
2013-02-28
1
-0
/
+10
*
Fix prefs registration in SyncPrefs.
joi@chromium.org
2013-02-27
1
-1
/
+0
*
Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific.
joi@chromium.org
2013-02-12
1
-1
/
+1
*
Move 'theme' parsing out of Extension class
MHX348@motorola.com
2013-02-12
1
-15
/
+4
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
1
-14
/
+15
*
Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.
joi@chromium.org
2013-02-10
1
-4
/
+5
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Add StoragePartition's ProtocolHandlers at URLRequestContext construction time.
pauljensen@chromium.org
2013-02-08
1
-2
/
+26
*
history: Extract HistoryDBTask into its own header file.
tfarina@chromium.org
2013-02-08
1
-1
/
+2
*
Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.
rsleevi@chromium.org
2013-02-07
1
-4
/
+4
*
Allow signin to continue even if sync is disabled by policy.
atwilson@chromium.org
2013-02-03
1
-4
/
+11
*
history: Rename history.h to history_service.h
tfarina@chromium.org
2013-01-25
1
-1
/
+1
*
Move core url data manager classes to content.
jam@chromium.org
2013-01-24
1
-5
/
+0
[next]