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
/
history
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix leakage of InMemoryHistoryBackend from HistoryService.
earthdok@chromium.org
2013-06-24
3
-8
/
+10
*
Replace FTS in the history_service with a brute force text search.
rmcilroy@chromium.org
2013-06-22
11
-109
/
+294
*
Reduce the HistoryDatabase's page cache from 6000 (24MB) to 1000 (4MB) pages.
rmcilroy@chromium.org
2013-06-22
1
-3
/
+3
*
Track fraction of visits to top URLs.
bengr@chromium.org
2013-06-21
3
-2
/
+59
*
Add the referrer url to the downloads table in the History database.
benjhayden@chromium.org
2013-06-21
4
-27
/
+116
*
Omnibox: Turn on Frecency Scoring in HQP By Default (try 2)
mpearson@chromium.org
2013-06-14
6
-448
/
+67
*
Revert 205908 "Omnibox: Turn on Frecency Scoring in HQP By Default"
mpearson@chromium.org
2013-06-12
6
-67
/
+448
*
Omnibox: Turn on Frecency Scoring in HQP By Default
mpearson@chromium.org
2013-06-12
6
-448
/
+67
*
Field trial to remove tiles from NTP if site is already open in browser
annark@chromium.org
2013-06-12
7
-16
/
+20
*
Convert history sql::ErrorDelegate to callback.
shess@chromium.org
2013-06-11
12
-91
/
+72
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
per-file ownership and watchlist for DownloadDatabase
benjhayden@chromium.org
2013-06-11
1
-0
/
+2
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
3
-18
/
+37
*
Use a direct include of strings headers in chrome/browser/e*-h*/.
avi@chromium.org
2013-06-10
52
-60
/
+60
*
Fixing DownloadDatabase::UpdateDownload
baranovich@yandex-team.ru
2013-06-10
1
-1
/
+1
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
2
-4
/
+6
*
Omnibox: Rebuild HQP Cache if it's old
mpearson@chromium.org
2013-06-08
4
-4
/
+101
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.
avi@chromium.org
2013-06-07
47
-49
/
+49
*
[sql] Enable writable_schema during integrity_check.
shess@chromium.org
2013-06-06
1
-3
/
+3
*
Shift schema check earlier in ThumbnailDatabase::Init().
shess@chromium.org
2013-06-06
1
-3
/
+34
*
content: Remove usage of NOTIFICATION_NAV_ENTRY_COMMITTED from content
phajdan.jr@chromium.org
2013-06-05
1
-7
/
+2
*
Add histograms for OAuth token request for web history.
sergiu@chromium.org
2013-06-05
1
-0
/
+11
*
SQLiteCursor could be destroyed in Java object's finalize method, and UI mess...
michaelbai@chromium.org
2013-06-04
3
-55
/
+43
*
Unrevert "[Sync] Split GetPreferredTypes into GetActiveType...""
zea@chromium.org
2013-06-04
1
-1
/
+1
*
Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-04
1
-1
/
+1
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
13
-53
/
+51
*
Rename AutocompleteLog to OmniboxLog and move it into c/b/omnibox.
tfarina@chromium.org
2013-06-01
2
-3
/
+3
*
Enforce timestamp in web history request to be >=0.
haitaol@chromium.org
2013-05-31
1
-1
/
+6
*
Revert 203308 "[Sync] Split GetPreferredTypes into GetActiveType..."
dbeam@chromium.org
2013-05-31
1
-1
/
+1
*
Dump schema with SQLITE_ERROR in thumbnails error handler.
shess@chromium.org
2013-05-31
1
-17
/
+57
*
[Sync] Split GetPreferredTypes into GetActiveTypes and GetPreferredTypes
zea@chromium.org
2013-05-31
1
-1
/
+1
*
content: Move kViewSourceScheme constant into content namespace.
tfarina@chromium.org
2013-05-30
1
-1
/
+1
*
Relanding "chrome/browser: Remove unnecessary entries from DEPS files."
tfarina@chromium.org
2013-05-29
1
-1
/
+0
*
Revert 202729 "chrome/browser: Remove unnecessary entries from D..."
akalin@chromium.org
2013-05-29
1
-0
/
+1
*
chrome/browser: Remove unnecessary entries from DEPS files.
tfarina@chromium.org
2013-05-29
1
-1
/
+0
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
21
-111
/
+115
*
bookmarks: Get rid of the dependency on history_notifications.h
tfarina@chromium.org
2013-05-28
7
-33
/
+70
*
Clean up after moving ProfileKeyedService files to a component.
phajdan.jr@chromium.org
2013-05-27
1
-6
/
+0
*
Remove references to TopSitesTest
satorux@chromium.org
2013-05-24
1
-1
/
+0
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
9
-35
/
+37
*
Post integrity_check data for corrupt thumbnail databases.
shess@chromium.org
2013-05-22
1
-31
/
+112
*
Finch trial to randomize NTP items
caitkp@chromium.org
2013-05-21
2
-0
/
+42
*
Move ProfileKeyedService infrastructure to a component
phajdan.jr@chromium.org
2013-05-20
9
-9
/
+9
*
Dump additional error info for thumbnail database.
shess@chromium.org
2013-05-17
1
-3
/
+72
*
components: Move visitedlink into visitedlink namespace.
tfarina@chromium.org
2013-05-17
4
-10
/
+9
*
bookmarks: Get rid of the dependency on history_types.h
tfarina@chromium.org
2013-05-16
22
-545
/
+579
*
Revert "Revert "Rebuild test history databases when starting up performance_u...
erg@chromium.org
2013-05-15
8
-50
/
+109
*
Revert "Rebuild test history databases when starting up performance_ui_tests."
erg@chromium.org
2013-05-15
8
-109
/
+50
*
Histogram versions and extended error codes for SQLite databases.
shess@chromium.org
2013-05-15
4
-4
/
+4
*
content: Move two more url constants into content namespace.
tfarina@chromium.org
2013-05-15
2
-2
/
+2
[next]