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
*
Simplified the InMemoryURLIndex::WordVectorFromString16 static function. Upda...
mrossetti@chromium.org
2011-03-15
3
-25
/
+21
*
fav icon -> favicon. Pass 9: chrome/browser/history
avi@chromium.org
2011-03-15
15
-109
/
+108
*
fav icon -> favicon. Pass 7: FavIconID -> FaviconID
avi@chromium.org
2011-03-15
11
-89
/
+89
*
fav icon -> favicon. Pass 6: GetFavIcon* -> GetFavicon*
avi@chromium.org
2011-03-15
7
-26
/
+26
*
fav icon -> favicon. Pass 5: fav_icon -> favicon
avi@chromium.org
2011-03-15
8
-76
/
+76
*
fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon*
avi@chromium.org
2011-03-15
9
-51
/
+51
*
fav icon -> favicon. Pass 2: GetFavIcon -> GetFavicon
avi@chromium.org
2011-03-15
9
-32
/
+32
*
fav icon -> favicon. Pass 1.
avi@chromium.org
2011-03-14
1
-1
/
+1
*
Revert 77984 - Add logs to understand failures that only happen on the waterf...
skerner@chromium.org
2011-03-14
1
-6
/
+5
*
Add logs to understand failures that only happen on the waterfall. Will rever...
skerner@chromium.org
2011-03-13
1
-5
/
+6
*
Revert 77980 - Raise logging level, so we can see logs on buildbot. Will rev...
skerner@chromium.org
2011-03-13
1
-6
/
+5
*
Raise logging level, so we can see logs on buildbot. Will revert once buildb...
skerner@chromium.org
2011-03-13
1
-5
/
+6
*
Revert 77957 - Raise logging level, so we can see logs of extension histrory ...
skerner@chromium.org
2011-03-13
1
-5
/
+5
*
Raise logging level, so we can see logs of extension histrory tests on the wa...
skerner@chromium.org
2011-03-13
1
-5
/
+5
*
bookmarks: Rename entries with group_modified to folder_modified.
tfarina@chromium.org
2011-03-11
3
-8
/
+8
*
Fix clang error of needed destructor for ScoredHistoryMatch.
mrossetti@chromium.org
2011-03-10
2
-0
/
+3
*
Implemented substring matching within page titles. Fixed bug where URL was be...
mrossetti@chromium.org
2011-03-10
3
-168
/
+481
*
Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.
tfarina@chromium.org
2011-03-10
1
-7
/
+7
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
9
-22
/
+22
*
Lands http://code.google.com/p/chromium/issues/detail?id=71571 for
sky@chromium.org
2011-03-08
20
-240
/
+1325
*
wstring removal fix.
avi@chromium.org
2011-03-07
2
-8
/
+6
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
3
-3
/
+3
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
2
-2
/
+2
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
2
-2
/
+2
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
3
-5
/
+5
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
4
-4
/
+4
*
WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...
tfarina@chromium.org
2011-02-27
2
-2
/
+2
*
Enable url check in download_manager, with a simple UI (it may need polish). ...
lzheng@chromium.org
2011-02-26
2
-5
/
+14
*
Add parens around && next to a || to fix build.
mrossetti@chromium.org
2011-02-24
1
-2
/
+2
*
Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...
mrossetti@chromium.org
2011-02-24
13
-219
/
+1128
*
Revert 75882 - Add caching of the InMemoryURLIndex (part of the HistoryQuickP...
mrossetti@chromium.org
2011-02-24
11
-1031
/
+206
*
Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...
mrossetti@chromium.org
2011-02-24
11
-206
/
+1031
*
WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/.
tfarina@chromium.org
2011-02-22
2
-3
/
+3
*
Cleanup: Remove unneeded uses of notification_observer.h.
thestig@chromium.org
2011-02-11
1
-2
/
+4
*
Remove failed attempt at overriding a function
thakis@chromium.org
2011-02-10
2
-5
/
+5
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
1
-4
/
+3
*
Move Event files into views/events
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Revert 74118 - Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
2
-7
/
+6
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
2
-6
/
+7
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
7
-7
/
+7
*
Avoid dependance on timing in flaky history tests. Add logging to understand...
skerner@chromium.org
2011-02-04
4
-8
/
+36
*
Re-enable HistoryBrowserTest.SavingHistoryDisabled and SavingHistoryDisabledT...
phajdan.jr@chromium.org
2011-02-02
1
-18
/
+30
*
Add the include <iterator> or change the usage of back_inserter to avoid comp...
jeanluc@chromium.org
2011-01-30
1
-0
/
+1
*
Add heuristics to skip thumbnail generation when it's unnecessary.
satorux@chromium.org
2011-01-27
4
-6
/
+55
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
5
-5
/
+5
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
2
-7
/
+7
*
Remove TopSites::IsEnabled() as well as related dead code.
satorux@chromium.org
2011-01-18
9
-450
/
+5
*
A quick fix for TopSitesMigrationTest.Migrate.
hbono@chromium.org
2011-01-17
1
-0
/
+11
*
Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.
thestig@chromium.org
2011-01-15
1
-1
/
+0
[next]