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 NavigationController::ClassifyNavigation() to treat redirection correctly.
brettw@chromium.org
2009-06-03
1
-0
/
+13
*
Headers cleanup in chrome/browser/
phajdan.jr@chromium.org
2009-06-03
1
-0
/
+1
*
Reenable DeleteURLAndFavicon test.
agl@chromium.org
2009-06-03
2
-2
/
+2
*
Headers cleanup in chrome/common
phajdan.jr@chromium.org
2009-05-29
1
-0
/
+1
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-8
/
+8
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
4
-44
/
+16
*
Add HKLM + HKCU lookup for COM history indexer
cpu@google.com
2009-05-20
1
-16
/
+43
*
Fix Skia includes to use the whole path name.
brettw@chromium.org
2009-05-19
2
-2
/
+2
*
Adds an index over bookmark titles for fast look up.
sky@chromium.org
2009-05-19
2
-21
/
+23
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-14
3
-9
/
+8
*
Move tree-related classes that Linux code depends on from views/ to app/
phajdan.jr@chromium.org
2009-05-13
1
-2
/
+2
*
Revert 15965. I wasn't supposed to check that in since it still doesn't compi...
maruel@chromium.org
2009-05-13
3
-8
/
+9
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-13
3
-9
/
+8
*
This CL updates chrome to the latest version of skia, retrieved via DEPS, and
senorblanco@chromium.org
2009-05-13
3
-3
/
+3
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
3
-3
/
+3
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
7
-9
/
+9
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
2
-3
/
+3
*
Yet more deprecation of the wstring version of PathService::Get() for UI tests.
thestig@chromium.org
2009-05-02
1
-5
/
+4
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
1
-0
/
+3
*
Add quarantine metadata to downloads on the Mac. Patch by Stuart Morgan
mark@chromium.org
2009-04-27
1
-0
/
+1
*
Searching by keyword now generates a visit against the site with a
sky@chromium.org
2009-04-27
7
-18
/
+87
*
Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d...
pinkerton@chromium.org
2009-04-22
1
-2
/
+2
*
Give each HistoryService instance it's own backend thread.
tim@chromium.org
2009-04-14
2
-6
/
+8
*
This CL adds some UI to remove most-visited thumbnails from the New Tab Page.
jcampan@chromium.org
2009-04-13
7
-13
/
+17
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-10
/
+12
*
Build fix: DeleteURLAndFavicon was a friend.
agl@chromium.org
2009-04-01
1
-1
/
+1
*
Disable DeleteURLAndFavicon
agl@chromium.org
2009-04-01
1
-1
/
+1
*
Temporary fix to avoid crash in typing in Omnibox. The crash happens
sky@chromium.org
2009-03-26
1
-3
/
+12
*
Fixes possible crash in visitdb. As far as I can tell the archive_db_
sky@chromium.org
2009-03-26
1
-0
/
+3
*
History import was exercising a codepath that didn't have code to update Hist...
glen@chromium.org
2009-03-24
1
-0
/
+6
*
Port more UI tests to Linux.
phajdan.jr@chromium.org
2009-03-23
1
-14
/
+16
*
Ports all of the chrome/browser/history code to use FilePath, except
estade@chromium.org
2009-03-18
22
-162
/
+168
*
Remove unneeded uses of base/ref_counted.h.
thestig@chromium.org
2009-03-18
1
-1
/
+0
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
1
-1
/
+2
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Removed unneeded includes of base/time.h.
thestig@chromium.org
2009-03-16
2
-2
/
+4
*
Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601.
thestig@chromium.org
2009-03-13
1
-0
/
+1
*
Ports TextDatabase and ExpireHistoryTest to use FilePath.
brettw@chromium.org
2009-03-13
6
-64
/
+74
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-0
/
+1
*
Remove logging.h from cc files that don't use it.
thestig@chromium.org
2009-03-12
3
-4
/
+1
*
Stop history search going on beyond the start of history.
glen@chromium.org
2009-03-11
7
-2
/
+77
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
35
-35
/
+0
*
Run more unit tests on Linux:
phajdan.jr@chromium.org
2009-03-09
2
-6
/
+6
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
7
-14
/
+30
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
3
-3
/
+3
*
Get rid of wstring variants of StringToFoo.
dsh@google.com
2009-02-28
1
-3
/
+2
*
Back out r10487 too
mark@chromium.org
2009-02-26
2
-3
/
+3
*
More URL constants replacement.
brettw@chromium.org
2009-02-26
2
-3
/
+3
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
2
-2
/
+4
[next]