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
*
base: Remove ALLOW_THIS_IN_INITIALIZER_LIST macro.
tfarina@chromium.org
2013-05-01
1
-1
/
+1
*
[TopSites] Creating an implementation for TopSites, and FieldTrial branch code
mathp@chromium.org
2013-05-01
5
-20
/
+2501
*
chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.
tfarina@chromium.org
2013-05-01
8
-10
/
+10
*
[TopSites] Making TopSites virtual, and creating impl
mathp@chromium.org
2013-04-29
5
-1191
/
+1307
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
6
-13
/
+22
*
History: Use version_info token to ensure consistency after deleting entries.
dubroy@chromium.org
2013-04-26
2
-37
/
+50
*
Sync: Turn on full history sync by default.
dubroy@chromium.org
2013-04-25
2
-5
/
+8
*
[Sync] Ensure url's last visit time is recorded correctly in history
mgist@chromium.org
2013-04-25
3
-1
/
+41
*
Revert 196116 "Sync: Turn on full history sync by default."
markusheintz@chromium.org
2013-04-24
1
-2
/
+2
*
Add visit attempts when the managed user is blocked
sergiu@chromium.org
2013-04-24
3
-2
/
+18
*
Sync: Turn on full history sync by default.
dubroy@chromium.org
2013-04-24
1
-2
/
+2
*
Omnibox: Fix HistoryQuick Crash on non-English Locales on Linux
mpearson@chromium.org
2013-04-23
1
-1
/
+1
*
History: Reload page only after web history deletion has completed.
dubroy@chromium.org
2013-04-19
2
-15
/
+80
*
Fix overflow in history expiry code in 64 bit builds.
thakis@chromium.org
2013-04-19
1
-1
/
+1
*
Refactor OAuth2TokenService to have profile- and device-based implementations.
davidroche@chromium.org
2013-04-18
2
-6
/
+8
*
History: Ensure delete directive start time is not negative.
dubroy@chromium.org
2013-04-12
1
-4
/
+46
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
4
-33
/
+32
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
4
-32
/
+33
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
4
-33
/
+32
*
Clean up entries left by crashes in the DownloadDB.
rdsmith@chromium.org
2013-04-08
7
-122
/
+209
*
Fix non-unique copy into history in-memory urls table.
shess@chromium.org
2013-04-02
1
-1
/
+1
*
Keep the downloads and downloads_url_chains tables in sync and nuke records w...
benjhayden@chromium.org
2013-04-01
3
-10
/
+108
*
Convert some STLDeleteContainerPointers usages to ScopedVector
estade@chromium.org
2013-03-27
2
-7
/
+3
*
Get OAuth2TokenService working on Android.
dubroy@chromium.org
2013-03-26
1
-0
/
+22
*
Revert 190531 "Get OAuth2TokenService working on Android."
hashimoto@chromium.org
2013-03-26
1
-22
/
+0
*
Get OAuth2TokenService working on Android.
dubroy@chromium.org
2013-03-26
1
-0
/
+22
*
bookmarks: Get rid of TestingProfile::BlockUntilBookmarkModelLoaded().
tfarina@chromium.org
2013-03-25
5
-9
/
+14
*
History: Include search term in queries to history server.
dubroy@chromium.org
2013-03-25
1
-2
/
+8
*
Omnibox: Don't Attempt to Score HQP Matches with No Terms
mpearson@chromium.org
2013-03-24
1
-1
/
+10
*
Fix regression due to https://chromiumcodereview.appspot.com/11830007
pkotwicz@chromium.org
2013-03-23
2
-23
/
+48
*
Move files from c/b/a/bookmarks and c/b/a/sync back to c/b
kaiwang@chromium.org
2013-03-20
10
-9
/
+10
*
Omnibox HistoryQuick: Store Recent Visits Information
mpearson@chromium.org
2013-03-20
9
-127
/
+413
*
[Sync] Plumb local favicon deletions to sync favicons datatype
zea@chromium.org
2013-03-19
4
-10
/
+41
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
2
-2
/
+3
*
content: Move all listeners of NOTIFICATION_RENDER_VIEW_HOST_CREATED out of c...
phajdan.jr@chromium.org
2013-03-18
1
-1
/
+1
*
Move desktop-specific Instant bits to c/b/ui/search.
samarth@chromium.org
2013-03-17
2
-2
/
+2
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-03-15
1
-1
/
+1
*
remove call to get android MediaPlayer class
qinmin@chromium.org
2013-03-15
1
-36
/
+4
*
Push check for Time::is_max() from BrowsingDataRemover to HistoryBackend.
dubroy@chromium.org
2013-03-13
1
-1
/
+2
*
Omnibox: HQP: Refactor Capping Score of Non-Inlineable Results
mpearson@chromium.org
2013-03-13
2
-25
/
+42
*
Omnibox: Improve HistoryQuick Cache Restoring Test
mpearson@chromium.org
2013-03-12
1
-0
/
+9
*
Create delete directives when history is deleted via "Clear browsing data".
dubroy@chromium.org
2013-03-11
7
-19
/
+173
*
Rename AutocompleteFieldTrial to OmniboxFieldTrial
tfarina@chromium.org
2013-03-08
3
-9
/
+7
*
Omnibox: Bug Fix: Make Reading From HistoryQuick Provider's Cache Work
mpearson@chromium.org
2013-03-08
4
-64
/
+45
*
Omnibox: Make Non-Inlineable Results in HQP not Trump Inlineable Ones
mpearson@chromium.org
2013-03-07
1
-0
/
+14
*
Omnibox: Make HistoryQuick Provider Break Input on Cursor Position
mpearson@chromium.org
2013-03-07
3
-20
/
+5
*
Two changes to history delete directive processing
zea@chromium.org
2013-03-06
11
-330
/
+707
*
History: Create delete directives when local or remote history is deleted.
dubroy@chromium.org
2013-03-06
10
-40
/
+177
*
Revert 186400
jochen@chromium.org
2013-03-06
10
-177
/
+40
*
History: Create delete directives when local or remote history is deleted.
dubroy@chromium.org
2013-03-06
10
-40
/
+177
[next]