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
/
app
/
chrome_dll_main.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't die on glib/gtk/gdk errors in release mode.
estade@chromium.org
2009-05-20
1
-1
/
+4
*
Ignore SIGPIPE in the browser process.
paul@chromium.org
2009-05-19
1
-0
/
+9
*
Reland this change. Registers paths for the testing exe, too.
ben@chromium.org
2009-05-15
1
-0
/
+2
*
Introducing the Utility process, which handles the unpacking and verification
mpcomplete@google.com
2009-05-15
1
-0
/
+3
*
Revert 16173
beng@google.com
2009-05-15
1
-2
/
+0
*
Move/Copy paths used by app to app_paths.
beng@google.com
2009-05-15
1
-0
/
+2
*
This CL updates chrome to the latest version of skia, retrieved via DEPS, and
senorblanco@chromium.org
2009-05-13
1
-7
/
+0
*
posix: restore permissions on incorrectly-permissioned user data dirs.
evan@chromium.org
2009-05-12
1
-0
/
+17
*
Temporarily disable gconf usage from ProxyConfigServiceLinux because of Glib ...
deanm@chromium.org
2009-05-06
1
-0
/
+3
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
A better fix for http://www.crbug.com/2044: crash
senorblanco@chromium.org
2009-04-29
1
-0
/
+7
*
Add a hook for using the std::set_new_handler().
mbelshe@google.com
2009-04-29
1
-9
/
+2
*
Suppress a GTK warning and file a bug for it.
estade@chromium.org
2009-04-29
1
-3
/
+9
*
POSIX: Make --user-data-dir work when it doesn't exist.
agl@chromium.org
2009-04-27
1
-1
/
+1
*
Changes to get multi-process plug-in scaffolding building on Mac.
pinkerton@chromium.org
2009-04-27
1
-4
/
+0
*
linux (and some posix): multiprocess plugins compiling.
evan@chromium.org
2009-04-23
1
-1
/
+5
*
Add a warning about why we kill the process when it's out of memory.
brettw@chromium.org
2009-04-23
1
-0
/
+5
*
Last chunk of OS X Breakpad integration:
jeremy@chromium.org
2009-04-22
1
-0
/
+6
*
ProxyConfigService for Linux.
sdoyon@chromium.org
2009-04-20
1
-1
/
+12
*
Remove histogram connection to base classes in stats_counter
jar@chromium.org
2009-04-10
1
-0
/
+1
*
Fix for invocation over deprecated protocol handler
cpu@google.com
2009-04-08
1
-28
/
+8
*
posix: make ctl-C work within gdb for dropping to a console.
evan@chromium.org
2009-04-08
1
-0
/
+16
*
Don't fatal error when GTK fails to load a 64-bit IME.
deanm@chromium.org
2009-04-02
1
-6
/
+15
*
Make Gtk/Gdk/GLib errors/warnings really fatal.
phajdan.jr@chromium.org
2009-04-01
1
-16
/
+23
*
Properly fix menu display when using dark system themes.
evan@chromium.org
2009-03-27
1
-10
/
+0
*
Hide StatsTable behind --enable-stats-table.
mbelshe@google.com
2009-03-27
1
-5
/
+7
*
First stab at Mac breakpad support.
jeremy@chromium.org
2009-03-26
1
-1
/
+8
*
Linux UI theming:
estade@chromium.org
2009-03-25
1
-0
/
+10
*
Pipe fatal GTK messages through our logging system.
deanm@chromium.org
2009-03-17
1
-0
/
+23
*
Stats for the renderers are all broken, because of this change:
davemoore@chromium.org
2009-03-13
1
-6
/
+14
*
Revert r11445, _wtoi does not exist outside of Windows / MSVC.
deanm@chromium.org
2009-03-11
1
-13
/
+4
*
I was a moron and did http://codereview.chromium.org/40012/ against a read on...
davemoore@chromium.org
2009-03-11
1
-4
/
+13
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-2
/
+0
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-2
/
+2
*
Linux: don't call gtk_init in the renderer process.
agl@chromium.org
2009-03-05
1
-8
/
+5
*
Add comment regarding why single-process and in-process-plugins are disabled ...
jam@chromium.org
2009-03-04
1
-0
/
+2
*
Initial checkin of the out of process worker implementation.
jam@chromium.org
2009-03-04
1
-0
/
+5
*
Don't expose --single-process and --in-process-plugins for official Chrome re...
jam@chromium.org
2009-03-03
1
-0
/
+4
*
Prevent chrome from launching with a chromehtml: argument
sverrir@chromium.org
2009-02-28
1
-0
/
+39
*
Enable --single-process for Mac and Linux.
shess@chromium.org
2009-02-27
1
-4
/
+12
*
Wire up resource bundles on the mac:
thomasvl@chromium.org
2009-02-26
1
-6
/
+0
*
Disable Native Crash reporting on OS X, till we enable Breakpad integration.
jeremy@chromium.org
2009-02-13
1
-0
/
+5
*
Suppress error dialog in headless mode when
huanr@chromium.org
2009-02-12
1
-1
/
+1
*
Bring up renderer_main on linux.
estade@chromium.org
2009-02-09
1
-3
/
+0
*
Add Recycle() method to scoped autorelease pool to allow cleaning out any junk
pinkerton@chromium.org
2009-02-09
1
-6
/
+6
*
Prevent renderer from crashing on startup.
jrg@chromium.org
2009-02-06
1
-8
/
+9
*
Stub implementation of gtk browser window.
estade@chromium.org
2009-02-05
1
-0
/
+12
*
Linux: get us to the point where we crash at browser->window()->Show()
agl@chromium.org
2009-02-05
1
-2
/
+0
*
Fix some obvious not implemented linux bits so we can crash later
tc@google.com
2009-02-04
1
-5
/
+7
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-3
/
+5
[prev]
[next]