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
*
Adding last modified time to file_util
brettw@chromium.org
2009-07-24
3
-0
/
+7
*
I'm apparently the first one who's tried to do hash_map<string16, ...>. Unfo...
jorlow@chromium.org
2009-07-24
1
-0
/
+28
*
Enable SVG icons for linux.
estade@chromium.org
2009-07-24
1
-23
/
+7
*
Reapply r21429 - Cleanup pending tasks under Valgrind as well.
kuchhal@chromium.org
2009-07-23
1
-9
/
+10
*
linux: generalize desktop environment guessing to encompass KDE
evan@chromium.org
2009-07-23
2
-13
/
+30
*
Silence a false coverity warning by changing the code a bit.
munjal@chromium.org
2009-07-23
2
-8
/
+22
*
Headers cleanup:
phajdan.jr@chromium.org
2009-07-23
6
-14
/
+24
*
Revert "Cleanup pending tasks under Valgrind as well." (r21429)
kuchhal@chromium.org
2009-07-23
1
-10
/
+6
*
Cleanup pending tasks under Valgrind as well.
kuchhal@chromium.org
2009-07-23
1
-6
/
+10
*
Linux: Use _exit() instead of exit() in the child after fork() in failure con...
mdm@chromium.org
2009-07-23
2
-2
/
+12
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-1
/
+1
*
Remove a redundant test.
wtc@chromium.org
2009-07-22
1
-1
/
+1
*
Linux/Mac: Use _exit() instead of exit() in the child after fork() in failure...
mdm@chromium.org
2009-07-22
1
-3
/
+3
*
This implements the functions necessary for the task manager on Linux.
deanm@chromium.org
2009-07-22
1
-4
/
+62
*
Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_...
ajwong@chromium.org
2009-07-22
6
-60
/
+0
*
Creating a unique user-agent string for ChromeOS builds, so that metrics can ...
evan@chromium.org
2009-07-22
4
-7
/
+143
*
Try again: Add proxy config (using gnome-network-preferences)
mattm@chromium.org
2009-07-22
2
-0
/
+68
*
Set GTK_PATH to CHROMIUM_SAVED_GTK_PATH before launching xdg-open.
thestig@chromium.org
2009-07-21
2
-2
/
+34
*
Support pasting text from a clipboard that has no published targets.
estade@chromium.org
2009-07-21
2
-6
/
+24
*
Revert "Add proxy config (using gnome-network-preferences)"
mattm@chromium.org
2009-07-18
2
-16
/
+0
*
Add proxy config (using gnome-network-preferences)
mattm@chromium.org
2009-07-17
2
-0
/
+16
*
Forgot to fix style issue from previous checkin
jam@chromium.org
2009-07-17
1
-1
/
+1
*
Reverting 20516 by re-landing this previous patch.
brettw@chromium.org
2009-07-17
1
-2
/
+2
*
Fix comment for posix LaunchApp wrt PATH searching.
mattm@chromium.org
2009-07-17
1
-2
/
+2
*
Add a CallbackWithReturnValue as a convenient method of calling callback func...
jam@chromium.org
2009-07-17
3
-0
/
+78
*
Add a command line argument to disable message boxes. This is useful to
abarth@chromium.org
2009-07-17
2
-0
/
+5
*
Include output of "lsb_release -d" in crash reports.
thestig@chromium.org
2009-07-17
2
-1
/
+38
*
Reverting 20497.
thomasvl@chromium.org
2009-07-16
1
-5
/
+1
*
Enable isolated worlds for content scripts.
abarth@chromium.org
2009-07-16
2
-5
/
+0
*
Don't call SetPriorityClass when process_ is 0.
tyoshino@chromium.org
2009-07-16
1
-2
/
+4
*
When work shows up and no delegate is available to dispatch it to, arrange to
mark@chromium.org
2009-07-15
2
-13
/
+37
*
Fix two races in DirectoryWatcherInotify:
phajdan.jr@chromium.org
2009-07-15
1
-18
/
+13
*
Move TrimWhitespaceUTF8 back to string_util_utf8.cc
deanm@chromium.org
2009-07-15
2
-14
/
+17
*
Fix DOA problem with dev channel. If there is no
jrg@chromium.org
2009-07-15
1
-0
/
+9
*
Fix: Linux file:// listings are sorted but not fully internationalized
yuzo@chromium.org
2009-07-15
1
-12
/
+67
*
Fix leak of g_object_get value. This was showing up on the
tc@google.com
2009-07-14
1
-0
/
+1
*
Fix KillProcess so it doesn't report everything as a failure.
stuartmorgan@chromium.org
2009-07-13
1
-4
/
+11
*
Revert r20553.
thestig@chromium.org
2009-07-13
1
-2
/
+2
*
Additional svn ignores for native_client and Makefile.
thestig@chromium.org
2009-07-13
1
-2
/
+2
*
Revert previous clipping rect change for Cairo to see if it fixes the build.
brettw@chromium.org
2009-07-13
1
-2
/
+2
*
Keep the cairo clipping region in sync with the Skia one.
brettw@chromium.org
2009-07-13
1
-2
/
+2
*
OFFICIAL_BUILD is only set in windows builds, so add some complexity to get t...
thomasvl@chromium.org
2009-07-13
1
-1
/
+5
*
Move TrimWhitespaceUTF8 from string_util_icu to string_util.
deanm@chromium.org
2009-07-13
2
-14
/
+14
*
Remove unused base/zygote_manager_unittest.cc.
deanm@chromium.org
2009-07-13
1
-266
/
+0
*
Disk cache: Generate total-load-time histograms from the
rvargas@google.com
2009-07-11
2
-4
/
+13
*
Fix a crash that happens if a tab is closed while
tc@google.com
2009-07-10
2
-1
/
+14
*
Fix the local directory listing, FTP directory listing and the local file han...
jshin@chromium.org
2009-07-09
3
-178
/
+441
*
Convert NOTIMPLs into a bug.
estade@chromium.org
2009-07-09
1
-4
/
+4
*
Make converting from NativeViewId to NativeView an error on Mac.
shess@chromium.org
2009-07-08
1
-1
/
+10
*
Adding a non-templatized version of QI for times when the IID and type aren't...
tommi@chromium.org
2009-07-08
2
-7
/
+24
[next]