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
*
content: Move kHttpScheme constant into content namespace.
tfarina@chromium.org
2013-09-15
2
-3
/
+3
*
Clean up URLs from activity log when a user cleans history via the history UI...
karenlees@chromium.org
2013-09-05
1
-0
/
+6
*
Revert 219709 "Remove the Extensions URLRequestContext."
earthdok@chromium.org
2013-08-27
2
-29
/
+14
*
Remove the Extensions URLRequestContext.
ajwong@chromium.org
2013-08-27
2
-14
/
+29
*
content: Move kHttpsScheme constant into content namespace.
tfarina@chromium.org
2013-08-26
2
-3
/
+3
*
Move kJavaScriptScheme into content namespace.
tfarina@chromium.org
2013-08-19
1
-2
/
+2
*
Move two more constants into content namespace.
tfarina@chromium.org
2013-08-12
1
-4
/
+4
*
Hook up PNaCl translation cache to BrowsingDataRemover
dschuff@chromium.org
2013-08-09
2
-0
/
+50
*
Adds a SqlLite backend to WebRTCIdentityStore.
jiayl@chromium.org
2013-08-08
2
-18
/
+35
*
Revert 216264 "Adds a SqlLite backend to WebRTCIdentityStore."
jyasskin@chromium.org
2013-08-07
2
-35
/
+18
*
Adds a SqlLite backend to WebRTCIdentityStore.
jiayl@chromium.org
2013-08-07
2
-18
/
+35
*
Remove requested types from the server bound cert service: it only
juanlang@google.com
2013-08-07
3
-36
/
+6
*
Move webkit/{browser,common}/dom_storage into content/
kinuko@chromium.org
2013-08-07
5
-14
/
+15
*
Fix uninitialized variable in constructor.
etienneb@chromium.org
2013-08-07
1
-1
/
+1
*
Move kSwappedOutScheme into content namespace.
tfarina@chromium.org
2013-08-05
1
-2
/
+2
*
Deprecate FileSystemTaskRunners
kinuko@chromium.org
2013-08-04
1
-2
/
+1
*
Rename enum in StoragePartition according to style guide.
lazyboy@chromium.org
2013-08-02
1
-1
/
+1
*
Add support for selectively deleting different bits of StoragePartition relat...
lazyboy@chromium.org
2013-07-31
1
-2
/
+4
*
Remove unnecessary fileapi include from browsing_data_file_system_helper_unit...
kinuko@chromium.org
2013-07-31
1
-1
/
+0
*
Wipe Profile data on signout if the account was managed, on Android.
joaodasilva@chromium.org
2013-07-29
1
-0
/
+9
*
Revert 213582 "Add support for selectively deleting different bi..."
earthdok@chromium.org
2013-07-25
1
-4
/
+2
*
Add support for selectively deleting different bits of StoragePartition relat...
lazyboy@chromium.org
2013-07-25
1
-2
/
+4
*
Add asserts to TestingProfile::CreateHistoryService to ensure files are deleted
rmcilroy@chromium.org
2013-07-24
1
-10
/
+20
*
Correctly integrate StoragePartition into TestingProfile.
ajwong@chromium.org
2013-07-23
7
-74
/
+26
*
Revert 213148 "Add asserts to TestingProfile::CreateHistoryServi..."
rlarocque@chromium.org
2013-07-23
1
-16
/
+8
*
Add asserts to TestingProfile::CreateHistoryService to ensure files are deleted
rmcilroy@chromium.org
2013-07-23
1
-8
/
+16
*
Remove unused WebKit includes and DEPS entries from chrome/browser
jamesr@chromium.org
2013-07-20
5
-28
/
+2
*
Add a "Force Close" link and connection count to indexeddb-interanals.
alecflett@chromium.org
2013-07-18
2
-3
/
+4
*
Use a direct include of the message_loop header in chrome/browser/, part 1.
avi@chromium.org
2013-07-18
14
-14
/
+14
*
Updates some includes of chrome_notification_types.h
jam@chromium.org
2013-07-11
3
-3
/
+3
*
fileapi: Rename FileSystemMountProvider to FileSystemBackend
satorux@chromium.org
2013-07-09
1
-1
/
+1
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1
tfarina@chromium.org
2013-07-02
9
-9
/
+9
*
Use a direct include of time headers in chrome/browser/, part 1.
avi@chromium.org
2013-06-28
3
-3
/
+3
*
Move IndexedDB from WEBKIT_DEPRECATED to dedicated thread
jsbell@chromium.org
2013-06-25
2
-48
/
+27
*
Port BrowsingDataDatabaseHelper to webkit_database::DatabaseIdentifier
jamesr@chromium.org
2013-06-20
5
-65
/
+34
*
In components/autofill, move browser/ to core/browser/
blundell@chromium.org
2013-06-20
2
-7
/
+7
*
Don't refer FileSystemContext::sandbox_provider() in BrowsingDataHelper
kinuko@chromium.org
2013-06-20
4
-147
/
+108
*
Cleanup: Use TestBrowserThreadBundle in browsing_data/*_unittest.cc
kinuko@chromium.org
2013-06-20
5
-80
/
+22
*
UMA tracking for how users remove history.
dwankri@chromium.org
2013-06-19
1
-0
/
+22
*
Correct comment about contents of REMOVE_SITE_DATA.
dsinclair@chromium.org
2013-06-18
1
-1
/
+1
*
Remove some unnecessary includes of webkit_glue.h.
darin@chromium.org
2013-06-18
2
-2
/
+0
*
Clear the shader disk cache whenver we receive REMOVE_CACHE.
dsinclair@chromium.org
2013-06-18
2
-10
/
+6
*
Origin identifiers are always ASCII, store as std::string
jamesr@chromium.org
2013-06-18
2
-13
/
+13
*
Update Blink include paths
abarth@chromium.org
2013-06-17
1
-1
/
+1
*
Use SequencedTaskRunner for FileAPI tasks
kinuko@chromium.org
2013-06-15
1
-11
/
+19
*
Use TimedTaskHelper in FileSystemUsageCache
kinuko@chromium.org
2013-06-12
1
-9
/
+8
*
Revert 205670 "Un-refcount AutofillWebData and TokenWebData"
raymes@chromium.org
2013-06-12
1
-4
/
+4
*
Un-refcount AutofillWebData and TokenWebData
caitkp@chromium.org
2013-06-11
1
-4
/
+4
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
6
-13
/
+14
*
Use a direct include of strings headers in chrome/browser/a*-c*/.
avi@chromium.org
2013-06-10
6
-6
/
+6
[next]