summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Temporarily disable gconf usage from ProxyConfigServiceLinux because of Glib ...deanm@chromium.org2009-05-061-0/+3
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* A better fix for http://www.crbug.com/2044: crashsenorblanco@chromium.org2009-04-291-0/+7
* Add a hook for using the std::set_new_handler().mbelshe@google.com2009-04-291-9/+2
* Suppress a GTK warning and file a bug for it.estade@chromium.org2009-04-291-3/+9
* POSIX: Make --user-data-dir work when it doesn't exist.agl@chromium.org2009-04-271-1/+1
* Changes to get multi-process plug-in scaffolding building on Mac.pinkerton@chromium.org2009-04-271-4/+0
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-1/+5
* Add a warning about why we kill the process when it's out of memory.brettw@chromium.org2009-04-231-0/+5
* Last chunk of OS X Breakpad integration:jeremy@chromium.org2009-04-221-0/+6
* ProxyConfigService for Linux.sdoyon@chromium.org2009-04-201-1/+12
* Remove histogram connection to base classes in stats_counterjar@chromium.org2009-04-101-0/+1
* Fix for invocation over deprecated protocol handlercpu@google.com2009-04-081-28/+8
* posix: make ctl-C work within gdb for dropping to a console.evan@chromium.org2009-04-081-0/+16
* Don't fatal error when GTK fails to load a 64-bit IME.deanm@chromium.org2009-04-021-6/+15
* Make Gtk/Gdk/GLib errors/warnings really fatal.phajdan.jr@chromium.org2009-04-011-16/+23
* Properly fix menu display when using dark system themes.evan@chromium.org2009-03-271-10/+0
* Hide StatsTable behind --enable-stats-table.mbelshe@google.com2009-03-271-5/+7
* First stab at Mac breakpad support.jeremy@chromium.org2009-03-261-1/+8
* Linux UI theming:estade@chromium.org2009-03-251-0/+10
* Pipe fatal GTK messages through our logging system.deanm@chromium.org2009-03-171-0/+23
* Stats for the renderers are all broken, because of this change:davemoore@chromium.org2009-03-131-6/+14
* Revert r11445, _wtoi does not exist outside of Windows / MSVC.deanm@chromium.org2009-03-111-13/+4
* I was a moron and did http://codereview.chromium.org/40012/ against a read on...davemoore@chromium.org2009-03-111-4/+13
* NO CODE CHANGEdeanm@chromium.org2009-03-101-2/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Linux: don't call gtk_init in the renderer process.agl@chromium.org2009-03-051-8/+5
* Add comment regarding why single-process and in-process-plugins are disabled ...jam@chromium.org2009-03-041-0/+2
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+5
* Don't expose --single-process and --in-process-plugins for official Chrome re...jam@chromium.org2009-03-031-0/+4
* Prevent chrome from launching with a chromehtml: argumentsverrir@chromium.org2009-02-281-0/+39
* Enable --single-process for Mac and Linux.shess@chromium.org2009-02-271-4/+12
* Wire up resource bundles on the mac:thomasvl@chromium.org2009-02-261-6/+0
* Disable Native Crash reporting on OS X, till we enable Breakpad integration.jeremy@chromium.org2009-02-131-0/+5
* Suppress error dialog in headless mode whenhuanr@chromium.org2009-02-121-1/+1
* Bring up renderer_main on linux.estade@chromium.org2009-02-091-3/+0
* Add Recycle() method to scoped autorelease pool to allow cleaning out any junkpinkerton@chromium.org2009-02-091-6/+6
* Prevent renderer from crashing on startup.jrg@chromium.org2009-02-061-8/+9
* Stub implementation of gtk browser window.estade@chromium.org2009-02-051-0/+12
* Linux: get us to the point where we crash at browser->window()->Show()agl@chromium.org2009-02-051-2/+0
* Fix some obvious not implemented linux bits so we can crash latertc@google.com2009-02-041-5/+7
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-3/+5
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+1
* mac bootstrapping of browser main and app startup bitspinkerton@google.com2009-01-161-7/+8
* remove chrome dependencies from win sandboxing headers. Wrap sandbox code topinkerton@google.com2009-01-091-67/+20
* Add a dummy PostThreadMessage and PeekMessage call to help inform Windows tha...darin@chromium.org2008-12-231-9/+19
* step one of some refactoring to allow other platforms to re-use the app initi...pinkerton@google.com2008-12-091-32/+158
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-8/+8
* Use the new dll injection blocking api of the sandbox to blockcpu@google.com2008-09-221-29/+0
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-3/+0