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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a failure on the ipc_tests due to a race between closing the
rvargas@google.com
2008-11-07
1
-0
/
+6
*
Switch MessagePumpForIO to use completion ports on Windows.
rvargas@google.com
2008-11-07
3
-82
/
+84
*
Landing this again as I cannot reproduce the perf regression locally.
jcampan@chromium.org
2008-11-07
1
-3
/
+20
*
Port parts of chrome/common to Linux.
evanm@google.com
2008-11-07
3
-33
/
+76
*
Add a function for eliding filenames to a set pixel width while preserving th...
glen@chromium.org
2008-11-06
5
-14
/
+82
*
Reverting the autofill popu CL as it creates perf regression.
jcampan@chromium.org
2008-11-06
1
-20
/
+3
*
Changes parameters used by IME code to fix several issues caused by Japanese ...
hbono@chromium.org
2008-11-06
1
-8
/
+6
*
Eliminate CursorChromium's dependency on webkit/glue.
darin@chromium.org
2008-11-06
3
-81
/
+13
*
Actually preload the cookie database. The previous logic was inverted.
deanm@chromium.org
2008-11-05
1
-11
/
+15
*
Don't crash when getting strings out of the database. column_text is a little...
brettw@google.com
2008-11-05
1
-2
/
+2
*
Added functions to WebDatabase and WebDataService for recording frequent entr...
petersont@google.com
2008-11-05
2
-0
/
+37
*
This CL adds the autofill UI in forms.
jcampan@chromium.org
2008-11-05
1
-3
/
+20
*
Delete chrome\common\clipboard_service.cc from the SCons build.
sgk@google.com
2008-11-05
1
-1
/
+0
*
Rewrote the clipboard API to be more concurrent. Added a helper class to make...
estade@chromium.org
2008-11-05
4
-48
/
+13
*
Miscellaneous bookmark manager polish:
sky@google.com
2008-11-03
2
-3
/
+7
*
Tracing showed that the resource bundle lock was held for long periods of tim...
deanm@chromium.org
2008-11-03
1
-25
/
+37
*
Convert chrome/common to new SCons naming:
sgk@google.com
2008-11-03
2
-88
/
+104
*
Always show file extensions in the shelf.
glen@chromium.org
2008-11-03
2
-3
/
+9
*
Expire cookies by last access date, rather than creation date.
pkasting@chromium.org
2008-11-01
2
-9
/
+68
*
Make multiline labels respect the inset.
levin@chromium.org
2008-11-01
1
-1
/
+4
*
Takes steps to make our PlatformScreen implementation more portable.
darin@chromium.org
2008-10-31
3
-28
/
+30
*
Fix RTL issues in the About box (bug 3756).
finnur@google.com
2008-10-31
2
-6
/
+76
*
Adding preferences and clear browsing data for form autofill.
jcampan@chromium.org
2008-10-31
2
-0
/
+8
*
Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo...
hbono@chromium.org
2008-10-30
1
-0
/
+7
*
Add compatible version support since it was only halfway in place, and try an...
pkasting@chromium.org
2008-10-30
2
-5
/
+15
*
First cut at the bookmark manager. There are still a fair number of
sky@google.com
2008-10-29
2
-2
/
+19
*
Remove the dashboard_compatibility_mode member from the WebPreferences
wtc@google.com
2008-10-29
1
-2
/
+0
*
Fix throb animation - a change to Animation::Start meant that Run() in a deri...
glen@chromium.org
2008-10-29
4
-6
/
+14
*
Add option to disable/enable Spell Check. In addition, remove additional code...
sidchat@google.com
2008-10-29
2
-0
/
+4
*
Add fieldnames to SQL statements for better forward-compatibility. Had we ha...
pkasting@chromium.org
2008-10-29
1
-2
/
+8
*
- Make user script loading asynchronous on the file thread.
evanm@google.com
2008-10-28
1
-0
/
+6
*
Do not localize the name of 'download' directory. Chrome's UI languages can be
jungshik@google.com
2008-10-28
2
-0
/
+15
*
Plumb the referrer throughout the OpenURL APIs.
ericroman@google.com
2008-10-27
2
-1
/
+8
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
12
-17
/
+37
*
Cleanup of DNS prefetch related files
jar@google.com
2008-10-27
1
-5
/
+5
*
Remember the clear browsing data combo box selection.
finnur@google.com
2008-10-25
2
-3
/
+3
*
Fix a problem with the SyncChannel rewrite. DispatchReplies needs to be call...
jam@chromium.org
2008-10-25
1
-40
/
+36
*
More stubbing out. With this and the rest of Linux pending, test_shell links.
agl@chromium.org
2008-10-24
1
-1
/
+2
*
Fix some leaks in the syncchannel unittest.
jam@chromium.org
2008-10-24
1
-1
/
+4
*
Revert r3932 in an attempt to unbreak the tree.
evanm@google.com
2008-10-24
3
-76
/
+33
*
Make IPC::SyncChannel not duplicate the underlying MessageLoop implementatio...
jam@chromium.org
2008-10-24
6
-375
/
+654
*
Port:
mark@chromium.org
2008-10-24
3
-33
/
+76
*
Make resource bundle return red square box again instead of empty bitmap
kuchhal@chromium.org
2008-10-24
1
-1
/
+6
*
Change the default http stack for chrome.exe from winhttp to the new one.
ericroman@google.com
2008-10-22
2
-3
/
+3
*
Switching hash/ to $CHROME_SRC_DIR/chrome down in chrome.
bradnelson@google.com
2008-10-22
1
-1
/
+1
*
Using $CHROME_SRC_DIR in place of hash/..
bradnelson@google.com
2008-10-22
1
-2
/
+2
*
Rollback r3693 as it caused a 7% startup test slowdown.
ericroman@google.com
2008-10-22
2
-3
/
+3
*
Temporary disabling accessibility in the renderer to work-around bug 1432077 ...
jcampan@chromium.org
2008-10-21
2
-0
/
+6
*
Change the default http stack for chrome.exe from winhttp to the new one.
ericroman@google.com
2008-10-21
2
-3
/
+3
*
This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ...
ananta@chromium.org
2008-10-20
2
-9
/
+22
[next]