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
*
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
*
Fix and re-enable RedirectTest.ClientCancelled.
hans@chromium.org
2010-06-14
1
-3
/
+4
*
Convert page contents grabbing from wide to UTF16. The current code is a bit
brettw@chromium.org
2010-06-11
12
-50
/
+64
*
1. Create and use the TopSites database file.
nshkrob@chromium.org
2010-06-09
5
-15
/
+145
*
Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...
tfarina@chromium.org
2010-06-06
7
-12
/
+12
*
1. Write thumbnail to the database on SetPageThumbnail.
nshkrob@chromium.org
2010-06-02
4
-21
/
+101
*
Adding an SQLite database for TopSites.
nshkrob@chromium.org
2010-06-01
5
-9
/
+495
*
[GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement
phajdan.jr@chromium.org
2010-06-01
5
-21
/
+21
*
Retry r48417.
estade@chromium.org
2010-05-27
1
-3
/
+2
*
Revert 48417 - More test enabling.
jrg@chromium.org
2010-05-27
1
-2
/
+3
*
More test enabling.
estade@chromium.org
2010-05-27
1
-3
/
+2
*
Fix memory leaks in TopSites.
nshkrob@chromium.org
2010-05-25
2
-3
/
+5
*
Remove previous print preview work in preparation for new work.
viettrungluu@chromium.org
2010-05-25
1
-2
/
+1
*
Adding a mock database layer.
nshkrob@chromium.org
2010-05-24
5
-28
/
+270
*
Revert 48061 - Adding a mock database layer.
skrul@chromium.org
2010-05-24
5
-270
/
+28
*
Adding a mock database layer.
nshkrob@chromium.org
2010-05-24
5
-28
/
+270
*
Revert 47675.
mirandac@chromium.org
2010-05-20
2
-2
/
+172
*
Move data types used in the importer process to common/, in preparation for i...
mirandac@chromium.org
2010-05-19
2
-172
/
+2
*
Add command line flag --top-sites to replace the thumbnail store flag.
brettw@chromium.org
2010-05-19
2
-6
/
+27
*
Adding HistoryService::QueryMostVisitedURLs and tests.
brettw@chromium.org
2010-05-17
10
-53
/
+219
*
Add a constructor to initialize a URLRow with a URLID. This is needed when p...
mirandac@chromium.org
2010-05-14
1
-0
/
+11
*
Add TopSites::GetMostVisitedURLs and unittest for it using MockHistoryService.
brettw@chromium.org
2010-05-13
4
-11
/
+173
*
Flip ExpireHistoryTest.DeleteURLAndFavicon from FAILS back to FLAKY
phajdan.jr@chromium.org
2010-05-13
2
-2
/
+2
*
[TTF] [GTTF] Flip tests that fail predictably from FLAKY to FAILS.
phajdan.jr@chromium.org
2010-05-12
3
-4
/
+4
*
TTF: Mark Snippets.ThaiUTF8 as flaky instead of disabling the test.
jhawkins@chromium.org
2010-05-11
1
-1
/
+4
*
Get rid of MetaTableHelper class and make use of the app/sql API in the Login...
stuartmorgan@chromium.org
2010-05-11
2
-4
/
+2
*
Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."
bauerb@chromium.org
2010-05-11
1
-7
/
+3
*
Reland r46681: Use IPC to wait for download in DownloadTest.
bauerb@chromium.org
2010-05-11
1
-3
/
+7
*
TTF: Re-enable coverage of ExpireHistoryTest.DeleteURLAndFavicon by marking it
jhawkins@chromium.org
2010-05-07
2
-3
/
+3
*
Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5
evan@chromium.org
2010-05-06
1
-4
/
+4
*
Fix for bug 37909: "Clear All" in incognito downloads window will clear all, ...
georgey@chromium.org
2010-04-30
7
-0
/
+53
*
Update typed_url sync to support visits.
zork@chromium.org
2010-04-30
2
-2
/
+62
*
Fix the build, missed a remaining TestServerPageW in code
phajdan.jr@chromium.org
2010-04-30
1
-1
/
+1
*
Remove deprecated things from net test suite:
phajdan.jr@chromium.org
2010-04-30
1
-24
/
+23
*
[GTTF] Various ui tests cleanups:
phajdan.jr@chromium.org
2010-03-26
1
-5
/
+1
*
Move image codec stuff to toplevel gfx.
ben@chromium.org
2010-03-18
6
-6
/
+6
*
Update sync to support syncing of typed urls
zork@chromium.org
2010-03-18
6
-18
/
+86
*
Change so that the extension favicon is read on the UI thread since extension...
arv@chromium.org
2010-03-17
6
-16
/
+22
*
This patch strips out the http auth credentials before storing it in History DB.
inferno@chromium.org
2010-03-16
3
-2
/
+31
*
[GTTF] Make automation framework more solid by making sure that
phajdan.jr@chromium.org
2010-03-16
1
-1
/
+1
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
1
-1
/
+1
*
Disabling the MultipartResponseUITest.SingleVisit for debug ui test runs as i...
ananta@chromium.org
2010-03-09
1
-0
/
+5
[next]