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
/
browser
/
browsing_data
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-28
3
-17
/
+17
*
[cros login] Split login related classes into subfolders.
nkostylev@chromium.org
2014-05-16
2
-4
/
+4
*
Remove stray platform_file.h from chrome and components
rvargas@chromium.org
2014-05-13
3
-3
/
+0
*
Domain Reliability: Remove browsing data when requested.
ttuttle@chromium.org
2014-05-11
3
-0
/
+103
*
Implements caching for personalized zero suggest results.
mariakhomenko@chromium.org
2014-05-09
2
-0
/
+18
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-07
2
-6
/
+6
*
QUIC - Minor clean up of QUIC Server Info memory cache.
rtenneti@chromium.org
2014-04-28
1
-6
/
+6
*
QUIC - Delete the cached QUIC server information from memory whenever
rtenneti@chromium.org
2014-04-21
1
-1
/
+6
*
Move mock_storage_client and friends from webkit/ to content/
pilgrim@chromium.org
2014-04-21
1
-6
/
+8
*
Make sure the ClearBrowserDataOverlay is disabled as long as a prior clearing...
engedy@chromium.org
2014-04-17
5
-11
/
+142
*
Refactor BrowsingDataRemover tests to use MessageLoopRunner.
engedy@chromium.org
2014-04-09
4
-67
/
+86
*
Revert 262697 "Revert 262680 "Put all in components/password_man..."
vabr@chromium.org
2014-04-09
1
-2
/
+3
*
Revert 262680 "Put all in components/password_manager in passwor..."
dmazzoni@google.com
2014-04-09
1
-3
/
+2
*
Put all in components/password_manager in password_manager namespace.
vabr@chromium.org
2014-04-09
1
-2
/
+3
*
Add the beginning of a public Service Worker API.
jyasskin@chromium.org
2014-03-29
1
-2
/
+1
*
Store WebRTC logs locally to disk
grunell@chromium.org
2014-03-25
2
-1
/
+38
*
Cleanup: Move kAboutScheme constant into content namespace.
tfarina@chromium.org
2014-03-10
1
-2
/
+2
*
Componentize several Autofill unit tests.
blundell@google.com
2014-03-07
1
-1
/
+1
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
3
-7
/
+7
*
Cleanup: Move kBlobScheme constant into content namespace.
tfarina@chromium.org
2014-03-01
1
-2
/
+2
*
Cleanup: Move kChromeDevToolsScheme constant into content namespace.
tfarina@chromium.org
2014-02-17
2
-3
/
+3
*
Cleanup: Move kChromeUIScheme constant into content namespace.
tfarina@chromium.org
2014-02-11
1
-2
/
+2
*
Adds a new ContentSettingType for Android app banners
dfalcantara@chromium.org
2014-02-08
2
-8
/
+28
*
Move PasswordStore and friends into the password_manager component.
blundell@chromium.org
2014-02-07
1
-1
/
+1
*
Move CancelableTaskTracker to //base/task/CancelableTaskTracker.
blundell@chromium.org
2014-02-06
1
-2
/
+2
*
Cleanup: Remove some unused code, or make them platform specific.
thestig@chromium.org
2014-02-03
2
-15
/
+3
*
When checking the public suffix list, set INCLUDE_PRIVATE_REGISTRIES for all ...
rsleevi@chromium.org
2014-01-30
1
-1
/
+1
*
Convert Media Galleries to use base::File
rvargas@chromium.org
2014-01-27
1
-4
/
+4
*
Move kDataScheme constant into content namespace.
tfarina@chromium.org
2014-01-26
1
-2
/
+2
*
Quota: Factor out (Mock)QuotaManagerProxy into its own file for readability
nhiroki@chromium.org
2014-01-17
1
-0
/
+1
*
Add basic browser test for EmbeddedWorker/ServiceWorker
kinuko@chromium.org
2014-01-15
1
-0
/
+4
*
Move the guts of user_metrics to a new static lib in //base/metrics.
ben@chromium.org
2014-01-13
1
-1
/
+1
*
Add CookieStoreConfig to unify API for in-memory and persistent CookieStore C...
ajwong@chromium.org
2014-01-11
1
-6
/
+8
*
Implement delete methods for the various CannedBrowsingDataHelpers.
rsesek@chromium.org
2014-01-07
22
-184
/
+307
*
Convert base::file_util to use File instead of PlatformFile.
rvargas@chromium.org
2014-01-07
1
-1
/
+1
*
Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...
ajwong@chromium.org
2014-01-04
1
-2
/
+2
*
Move kFileScheme constant into content namespace.
tfarina@chromium.org
2013-12-30
2
-4
/
+4
*
Cleanup storage_partition_impl_unittest.cc.
ajwong@chromium.org
2013-12-28
2
-4
/
+3
*
Revert 242455 "Revert 242449 "Update some uses of UTF conversion..."
avi@chromium.org
2013-12-24
7
-34
/
+37
*
Revert 242449 "Update some uses of UTF conversions in chrome/bro..."
avi@chromium.org
2013-12-24
7
-37
/
+34
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
7
-34
/
+37
*
Cleanup: Move kFileSystemScheme constant into content namespace.
tfarina@chromium.org
2013-12-23
1
-2
/
+2
*
FileAPI: Rename *OnFileThread to *OnFileTaskRunner
nhiroki@chromium.org
2013-12-20
1
-3
/
+3
*
Move c/c/e/extension_set to top-level extensions/
rdevlin.cronin@chromium.org
2013-12-17
2
-3
/
+7
*
Remove chrome-internal scheme, chrome::kChromeInternalScheme.
msw@chromium.org
2013-12-14
1
-2
/
+0
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-2
/
+2
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-2
/
+1
*
Move Touch to base namespace, remove SetLastModifiedTime.
brettw@chromium.org
2013-12-04
1
-8
/
+12
*
Replace string16 with base::string16.
brettw@chromium.org
2013-12-04
8
-61
/
+61
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-04
1
-1
/
+1
[prev]
[next]