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
*
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
*
Delete the ViewSourceTabContents.
brettw@chromium.org
2009-02-25
1
-4
/
+5
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
2
-7
/
+5
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-3
/
+2
*
Bring download_file, download_manager into POSIX build.
estade@chromium.org
2009-02-22
1
-3
/
+3
*
Platform cleanup in chrome/browser/history/history_unittest.cc.
phajdan.jr@chromium.org
2009-02-13
1
-41
/
+38
*
Change url wstrings to GURLS
estade@chromium.org
2009-02-12
3
-5
/
+8
*
Unittest gardening on MacOS X:
shess@chromium.org
2009-02-11
2
-6
/
+2
*
Re-check in some of my dynamic linking change.
evan@chromium.org
2009-02-10
4
-3
/
+10
*
Revert basically everything I've done today as it fails mysteriously
evan@chromium.org
2009-02-10
4
-10
/
+3
[next]