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
*
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
*
chrome 5: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
7
-6
/
+23
*
Implement edit mode for history page.
jochen@chromium.org
2010-03-05
10
-41
/
+129
*
Add a UI test to make sure that each frame of a multipart
tony@chromium.org
2010-03-05
1
-0
/
+56
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
4
-0
/
+4
*
Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.
jianli@chromium.org
2010-02-10
1
-2
/
+3
*
Support dragging a virtual file out of the browser.
jianli@chromium.org
2010-01-15
1
-0
/
+2
*
Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...
pkasting@chromium.org
2010-01-08
1
-3
/
+3
*
Handle extensions correctly when the default download location is not writable
kinuko@chromium.org
2009-12-25
1
-2
/
+6
*
Fixes two related bugs:
sky@chromium.org
2009-12-18
10
-55
/
+47
*
Give classes with virtual methods virtual protected d'tors instead of non-vir...
jamesr@chromium.org
2009-12-16
2
-7
/
+11
*
Use utf_string_conversions header in more places.
maruel@chromium.org
2009-12-11
1
-1
/
+1
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-12-02
6
-1
/
+6
*
Removing the logging on history thread since the crash
huanr@chromium.org
2009-11-16
5
-211
/
+5
*
Linux: fix uninit warnings when building -Os.
agl@chromium.org
2009-11-16
1
-1
/
+1
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
9
-38
/
+15
*
For the immediate milestone, exclude History and Thumbnails from being backed...
mrossetti@chromium.org
2009-11-11
2
-1
/
+24
*
Seventh patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-06
5
-6
/
+21
*
Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...
pkasting@chromium.org
2009-11-03
10
-88
/
+32
*
Unittest for fix to allow navigation when there is no history DB.
pkasting@chromium.org
2009-11-02
6
-25
/
+43
*
Show a warning when the history files can't be read correctly.
pkasting@chromium.org
2009-10-30
6
-19
/
+18
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
1
-2
/
+2
*
Roll WebKit up to 49830 and fix a build error caused by that revision.
jorlow@chromium.org
2009-10-20
1
-1
/
+1
*
First fix to minimize copying of image data.
erg@google.com
2009-10-19
1
-1
/
+1
*
Move the sqlite error handler to a single location
cpu@chromium.org
2009-10-15
3
-22
/
+10
*
More style nits.
erg@google.com
2009-10-14
9
-30
/
+29
*
Fix Valgrind UMR errors by initializing thumbnail pixels.
huanr@chromium.org
2009-10-09
1
-0
/
+1
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-1
/
+1
*
Add the ability to unload the HistoryBackend.
pkasting@chromium.org
2009-10-08
2
-58
/
+115
*
Coverity: fix possible leak in VisitSegmentDatabase.
mattm@chromium.org
2009-10-08
1
-2
/
+2
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
6
-20
/
+20
*
Add a Clear() function to MRUCache. This will be useful in my MemoryPurger c...
pkasting@chromium.org
2009-10-02
1
-2
/
+2
*
Convert history to use new sql wrappers. Enhance wrappers in several ways to
brettw@chromium.org
2009-10-02
29
-1194
/
+971
*
Add some initial code for the top sites service. This will be a replacement for
brettw@chromium.org
2009-10-02
4
-0
/
+498
*
Add UMA histograms for sqlite errors
cpu@chromium.org
2009-10-02
1
-0
/
+25
*
Reverting 27389.
darin@chromium.org
2009-09-30
1
-2
/
+2
*
Coverity: Initialize got_thumbnail_callback_, query_url_success_, and redirec...
jhawkins@chromium.org
2009-09-29
1
-2
/
+7
*
Coverity: Initialize all member variables in the default constructor.
jhawkins@chromium.org
2009-09-28
1
-4
/
+16
*
Reverting 27379, in hopes of fixing browser_tests.
senorblanco@chromium.org
2009-09-28
1
-2
/
+2
*
Assert that thread-safe reference counting is used with
darin@chromium.org
2009-09-28
1
-2
/
+2
*
Re-ban chrome:// URLs from being added to history until I can craft a more fi...
pkasting@chromium.org
2009-09-25
1
-2
/
+4
*
Coverity: Initialize statement_cache_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-2
/
+4
*
Coverity: Initialize statement_cache_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-1
/
+5
*
Coverity: Initialize statement_cache_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-1
/
+4
[next]