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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Re-land this change now that I've made a speculative fix to the DraggedTabCon...
ben@chromium.org
2008-11-10
3
-58
/
+148
*
Minor layout changes that make the bookmark manager and popup blocker look be...
glen@chromium.org
2008-11-10
1
-4
/
+3
*
Tweak delegate setting in the DraggedTabController to be more robust. Delegat...
ben@chromium.org
2008-11-10
1
-10
/
+2
*
Make sure that we deny javascript window.close() requests when we are showing
erg@google.com
2008-11-10
1
-0
/
+53
*
Fix tests ImporterTest.Firefox2Importer and Firefox3Importer.
maruel@chromium.org
2008-11-10
1
-14
/
+16
*
Implements a WM_MOUSEHWHEEL message handler.
hbono@chromium.org
2008-11-10
1
-0
/
+1
*
Review URL: http://codereview.chromium.org/10237
petersont@google.com
2008-11-08
7
-98
/
+57
*
Entries in a form get recorded when the user submits the form. Database and ...
petersont@google.com
2008-11-08
7
-57
/
+98
*
* Create unique event in global namespace
kuchhal@chromium.org
2008-11-08
1
-9
/
+3
*
Add history/history_publisher.cc and history/history_indexer.idl.
sgk@google.com
2008-11-08
1
-0
/
+6
*
Add chrome\browser\autofill_manager.cc and
sgk@google.com
2008-11-08
1
-0
/
+2
*
Roll this change back until I understand the crashes.
ben@chromium.org
2008-11-08
3
-149
/
+58
*
Removed lint problems. NO funcationality changes.
brg@chromium.com
2008-11-07
3
-73
/
+71
*
We have a crash caused by view_ being NULL here.
nsylvain@chromium.org
2008-11-07
1
-1
/
+1
*
Update the SafeBrowsing protocol version to 2.2, which handles
paulg@google.com
2008-11-07
1
-3
/
+3
*
Looks like a size method got left behind in the gfx update. Also make sure th...
glen@chromium.org
2008-11-07
2
-8
/
+17
*
Fixes bug in building filter string for open dialog that resulted in
sky@google.com
2008-11-07
1
-1
/
+2
*
Landing this again as I cannot reproduce the perf regression locally.
jcampan@chromium.org
2008-11-07
13
-19
/
+86
*
Make AutomationProvider::WindowSimulateDrag use SendInput instead of sending ...
ben@chromium.org
2008-11-07
3
-58
/
+149
*
Updates one of the unit tests I disabled when I rewrote the popup blocker UI.
erg@google.com
2008-11-07
1
-14
/
+61
*
Fix initialization order to fix Mac & Linux.
brettw@google.com
2008-11-07
1
-2
/
+2
*
Added a new interface IChromeHistoryIndexer which needs to be implemented by
brettw@google.com
2008-11-07
16
-63
/
+447
*
Adds cut/copy/paste support to the bookmark manager tree/table and
sky@google.com
2008-11-07
7
-5
/
+228
*
Fix crash in the icon manager. The decoding could be NULL, which would then get
brettw@google.com
2008-11-07
3
-2
/
+12
*
Adds import/export of bookmarks to bookmarks.html file.
sky@google.com
2008-11-07
22
-137
/
+1026
*
Potential fix for FF importing issue
cpu@google.com
2008-11-07
2
-3
/
+6
*
Implement the new mechanism we are going to use for handling Chromium updates
kuchhal@chromium.org
2008-11-07
2
-8
/
+26
*
A crasher would happen if you donwload an exe and the download has completed ...
jcampan@chromium.org
2008-11-07
2
-2
/
+8
*
Continue with crosssite navigations if alerts are suppressed
ojan@google.com
2008-11-07
5
-6
/
+21
*
Prevent window.close() working from Javascript when a blocked popup notificat...
erg@google.com
2008-11-07
3
-2
/
+15
*
Adaptively identify URL subresources and pre-resolve hosts via DNS
jar@google.com
2008-11-06
11
-157
/
+625
*
Add a function for eliding filenames to a set pixel width while preserving th...
glen@chromium.org
2008-11-06
14
-57
/
+38
*
Reverting the autofill popu CL as it creates perf regression.
jcampan@chromium.org
2008-11-06
13
-86
/
+19
*
Enable unload UI tests again, but don't run them for single-process.
ojan@google.com
2008-11-06
1
-4
/
+21
*
Changes parameters used by IME code to fix several issues caused by Japanese ...
hbono@chromium.org
2008-11-06
8
-30
/
+44
*
Fix Large Font issues in About box (issue 2458).
finnur@google.com
2008-11-06
2
-23
/
+63
*
Toolbar Importer Pass2
brg@chromium.com
2008-11-06
12
-259
/
+774
*
Disable new tests that are failing on buildbot.
ojan@google.com
2008-11-06
1
-4
/
+4
*
Bandaid patch so that we continue with crosssite navigations instead of clos...
ojan@google.com
2008-11-06
8
-24
/
+180
*
Eliminate CursorChromium's dependency on webkit/glue.
darin@chromium.org
2008-11-06
2
-21
/
+19
*
Whitespace typo fix from CL 8722
agl@chromium.org
2008-11-05
1
-2
/
+2
*
Add two UMA histograms for DNS prefetching
jar@google.com
2008-11-05
1
-2
/
+2
*
Quick and easy fix for vista taskbar auto hide issue
amit@chromium.org
2008-11-05
2
-10
/
+67
*
Don't crash when getting strings out of the database. column_text is a little...
brettw@google.com
2008-11-05
2
-3
/
+3
*
Added functions to WebDatabase and WebDataService for recording frequent entr...
petersont@google.com
2008-11-05
12
-6
/
+558
*
Roll back. Sigh. Still not fixed.
ben@chromium.org
2008-11-05
2
-2
/
+4
*
This CL adds the autofill UI in forms.
jcampan@chromium.org
2008-11-05
13
-23
/
+88
*
Reinstate this commented-out code now the root cause of the problem has been ...
ben@chromium.org
2008-11-05
2
-4
/
+2
*
Some bandaids for tab dragging UI tests:
ben@chromium.org
2008-11-05
2
-3
/
+8
*
This is r4523, with a few changes to make things work under Vista.
erg@google.com
2008-11-05
26
-1233
/
+770
[prev]
[next]