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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-21
1
-1
/
+1
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-1
/
+1
*
TBR: Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-20
1
-1
/
+1
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-1
/
+1
*
Prevent an extra copy of data types that get passed into IPC messages when
mpcomplete@google.com
2009-05-20
1
-0
/
+29
*
Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht...
erikkay@google.com
2009-05-20
6
-146
/
+161
*
Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...
jam@chromium.org
2009-05-20
2
-76
/
+0
*
Facilitate a FieldTrial in the renderer
jar@chromium.org
2009-05-20
3
-0
/
+98
*
Linux download shelf icons first cut.
estade@chromium.org
2009-05-20
2
-6
/
+13
*
Adds DidProcessEvent to MessagePumpGLib.
sky@chromium.org
2009-05-19
2
-0
/
+12
*
Fix memory leaks in mime_util functions.
thestig@chromium.org
2009-05-19
1
-4
/
+14
*
Add file_util::ReplaceFile and use it in ImportantFileWriter.
phajdan.jr@chromium.org
2009-05-19
3
-0
/
+23
*
Fix memory leak in corrupt JPEG decoding.
thestig@chromium.org
2009-05-19
1
-2
/
+2
*
Fix for breakpad not generating a minidump in certain cases on OSX.
jeremy@chromium.org
2009-05-19
1
-2
/
+1
*
Promotes Add/RemoveObserver to MessageLoop for linux. Because
sky@chromium.org
2009-05-18
3
-9
/
+29
*
Disable SystemMonitor.* in base_unittests.
phajdan.jr@chromium.org
2009-05-18
1
-1
/
+2
*
Fix a memory leak in ResourceDispatcher
hclam@chromium.org
2009-05-18
3
-0
/
+15
*
Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter."
phajdan.jr@chromium.org
2009-05-18
3
-23
/
+0
*
Add file_util::ReplaceFile and use it in ImportantFileWriter.
phajdan.jr@chromium.org
2009-05-18
3
-0
/
+23
*
Use RTLD_DEEPBIND to make sure plugins don't use Chrome's symbols instead of ...
evan@chromium.org
2009-05-18
1
-1
/
+1
*
Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...
willchan@chromium.org
2009-05-18
1
-7
/
+0
*
Revert "Revert "Add connected socket function to ClientSocketPool and ClientS...
willchan@chromium.org
2009-05-17
1
-0
/
+7
*
Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...
willchan@chromium.org
2009-05-17
1
-7
/
+0
*
Add connected socket function to ClientSocketPool and ClientSocketHandle.
willchan@chromium.org
2009-05-17
1
-0
/
+7
*
Add xdg mime support on Linux.
thestig@chromium.org
2009-05-16
22
-2
/
+5344
*
Rewrite version.sh as version.py to work better with gyp and be more
sgk@google.com
2009-05-15
1
-10
/
+23
*
Re-land of earlier NTP theme patch; now with mac and linux compatibility.
glen@chromium.org
2009-05-15
3
-75
/
+80
*
Adds an observer callback to Linux's MessagePumpForUI.
sky@chromium.org
2009-05-15
2
-0
/
+50
*
Linux: Take download shelf and infobar close animations into account during r...
estade@chromium.org
2009-05-15
1
-3
/
+3
*
DevTools: Introduce lightweight version of JSON serialization.
pfeldman@chromium.org
2009-05-15
2
-11
/
+38
*
Add support for almost-recursive watches in Linux DirectoryWatcher
phajdan.jr@chromium.org
2009-05-14
8
-117
/
+294
*
During shutdown delete any pending tasks if running under Valgrind.
kuchhal@chromium.org
2009-05-14
3
-1
/
+3940
*
Add match count text to the GTK find bar. This also makes the bar wider.
brettw@chromium.org
2009-05-14
2
-0
/
+5
*
Extract Windows-specific parts of TaskManager.
phajdan.jr@chromium.org
2009-05-14
1
-0
/
+10
*
Reverting 15832 since this test is finished.
hbono@chromium.org
2009-05-14
2
-26
/
+0
*
Retry r16006.
estade@chromium.org
2009-05-14
2
-0
/
+10
*
Undo 16020
glen@chromium.org
2009-05-14
3
-79
/
+74
*
Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...
glen@chromium.org
2009-05-14
3
-74
/
+79
*
revert r16006 due to msvc warning.
estade@chromium.org
2009-05-13
2
-10
/
+0
*
Properly convert from UTF8 to UTF16 in WebTextInputImpl.
estade@chromium.org
2009-05-13
2
-0
/
+10
*
Fix a dependency problem in base.gyp, so that file_version_info_linux.h
phajdan.jr@chromium.org
2009-05-13
1
-0
/
+4
*
Remove the explicit keyword from the ScopedComPtr constructor so it can be in...
maruel@chromium.org
2009-05-13
2
-1
/
+46
*
This CL updates chrome to the latest version of skia, retrieved via DEPS, and
senorblanco@chromium.org
2009-05-13
5
-5
/
+5
*
Use thread-safe localtime_r instead of localtime.
thestig@chromium.org
2009-05-13
1
-4
/
+4
*
posix: directories should only be readable by the user.
evan@chromium.org
2009-05-12
2
-4
/
+3
*
An experimental fix for Issue 11046.
hbono@chromium.org
2009-05-12
2
-0
/
+26
*
Add new tab startup test to the linux & mac build.
tc@google.com
2009-05-12
1
-2
/
+1
*
Add memory stats for linux page cycler. On linux, we collect
tc@google.com
2009-05-11
4
-3
/
+83
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
8
-0
/
+0
*
Implement the popup blocking whitelist pref. This makes the whitelist actual...
pkasting@chromium.org
2009-05-09
2
-18
/
+17
[next]