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
*
Cleanup: Remove unneeded headers from app/
thestig@chromium.org
2010-07-29
8
-8
/
+1
*
Unpin deleted URLs + better deleting algorithm.
nshkrob@chromium.org
2010-07-28
3
-9
/
+101
*
Fix the pinning algorithm so that pinned URLs are not shifted during insertio...
nshkrob@chromium.org
2010-07-27
2
-23
/
+66
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
27
-0
/
+27
*
Only add Chrome App Store if the apps flag is on.
nshkrob@chromium.org
2010-07-26
1
-0
/
+5
*
Fix memory leaks in TopSites.
nshkrob@chromium.org
2010-07-26
1
-4
/
+2
*
Fix a typo in previous attempt at disabling a test.
asargent@chromium.org
2010-07-24
1
-1
/
+1
*
Disable some failing ui tests on MacOS
asargent@chromium.org
2010-07-23
1
-0
/
+7
*
Fix memory leak.
nshkrob@chromium.org
2010-07-23
1
-2
/
+1
*
GTTF: test server cleanup:
phajdan.jr@chromium.org
2010-07-23
2
-17
/
+9
*
Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.
nshkrob@chromium.org
2010-07-23
3
-65
/
+670
*
Reverting 53376
bradnelson@google.com
2010-07-22
3
-669
/
+65
*
Move blacklisting and pinned URLs from MostVisitedURLs to TopSites.
nshkrob@chromium.org
2010-07-22
3
-65
/
+669
*
Fix a segfault in DeleteNotifications test caused by an invalid C-cast.
nshkrob@chromium.org
2010-07-22
1
-8
/
+8
*
Fix the compile for good. Used a wrong value in one of FRIEND_TEST_ALL_PREFIX...
phajdan.jr@chromium.org
2010-07-21
1
-1
/
+1
*
Fix compile by using FRIEND_TEST_ALL_PREFIXES.
phajdan.jr@chromium.org
2010-07-21
1
-9
/
+10
*
Marking TopSitesTest.DeleteNotifications as DISABLED
dhollowa@chromium.org
2010-07-21
1
-1
/
+3
*
Fix build by using correct UI test function - user_data_dir()
phajdan.jr@chromium.org
2010-07-21
1
-1
/
+1
*
Clear TopSites when deleting history.
nshkrob@chromium.org
2010-07-20
1
-4
/
+42
*
Fix missing thumbnails for new profile with TopSites.
nshkrob@chromium.org
2010-07-19
8
-19
/
+149
*
Recommit r52848 - Option-click to download should not display "Save As" UI.
jeremy@chromium.org
2010-07-18
1
-3
/
+8
*
Revert r52848 - Linux x64 compile failure.
jeremy@chromium.org
2010-07-18
1
-8
/
+3
*
Option-click to download should not display "Save As" UI.
jeremy@chromium.org
2010-07-18
1
-3
/
+8
*
Header Cleanup: Remove unncessary include of sqlite_utils.h in some files.
tfarina@chromium.org
2010-07-17
2
-3
/
+1
*
Download code cleanup: split big files into smaller one.
phajdan.jr@chromium.org
2010-07-16
2
-2
/
+2
*
Try to cut down Browser/TabContents header dependencies.
erg@chromium.org
2010-07-09
2
-0
/
+2
*
Remove the warning during conversion to TopSites.
nshkrob@chromium.org
2010-07-08
1
-1
/
+9
*
Increase the current version of the history index DBs, because of the switch ...
dumi@chromium.org
2010-07-06
1
-2
/
+4
*
Use same logic to set NTP pages as without the top-sites flag.
nshkrob@chromium.org
2010-07-02
1
-1
/
+1
*
Adds the --enable-in-memory-url-index switch to gate creation and use of the ...
rohitrao@chromium.org
2010-07-02
2
-3
/
+23
*
Add basic outline for the URL history autocompletion search provider.
mrossetti@chromium.org
2010-07-01
3
-0
/
+58
*
Store the version info in the History DB's meta table.
nshkrob@chromium.org
2010-07-01
3
-10
/
+40
*
Rename the Thumbnails database file to Favicons.
nshkrob@chromium.org
2010-06-30
7
-62
/
+188
*
Revert 51284 - Add initial url/title history indexing and search provider sup...
mrossetti@chromium.org
2010-06-30
3
-882
/
+0
*
Add initial url/title history indexing and search provider support -- not hoo...
mrossetti@chromium.org
2010-06-30
3
-0
/
+882
*
Fix the race condition on TopSites initialization.
nshkrob@chromium.org
2010-06-28
3
-48
/
+235
*
Revert 50863 - Add initial url/title history indexing and search provider sup...
mrossetti@chromium.org
2010-06-25
3
-914
/
+0
*
Add initial url/title history indexing and search provider support -- not hoo...
mrossetti@chromium.org
2010-06-25
3
-0
/
+914
*
Disallow apps with the wrong content type header.
skerner@chromium.org
2010-06-25
1
-0
/
+4
*
Disable check for duplicate URLs. Turns out the most visited computation can ...
brettw@chromium.org
2010-06-24
1
-3
/
+0
*
Migration to TopSites from ThumbnailDatabase.
nshkrob@chromium.org
2010-06-23
12
-20
/
+231
*
Replace wstring with string16 in history. The only time wstring is used now i...
brettw@chromium.org
2010-06-23
32
-358
/
+392
*
Make sure the pointer in PageData::html remains valid while PageData is called.
eroman@chromium.org
2010-06-17
1
-1
/
+2
*
Adding TopSitesDatabase::UpdatePageRank to update rank without erasing the th...
nshkrob@chromium.org
2010-06-16
5
-61
/
+223
*
Switching the history index DBs from fts2 to fts3, take #2: there was
dumi@chromium.org
2010-06-16
1
-1
/
+1
*
Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...
ajwong@chromium.org
2010-06-16
1
-5
/
+1
*
Revert 49746. Looks like it caused some SQLite errors that probably
dumi@chromium.org
2010-06-15
1
-1
/
+1
*
Make all new history index files use FTS3 instead of FTS2.
dumi@chromium.org
2010-06-15
1
-1
/
+1
*
Remove old history index files.
dumi@chromium.org
2010-06-14
3
-1
/
+54
*
Move all database accesses to the DB thread.
nshkrob@chromium.org
2010-06-14
5
-82
/
+161
[next]