summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll_main.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix the --disable-breakpad flag. It had no effect with the CRT asserts becaus...maruel@google.com2008-08-161-10/+13
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-9/+0
* Remove #ifdef's used to support split dlls. Since we don't supportmaruel@google.com2008-08-061-23/+1
* Rename the source files containing main function so they can be quicklymaruel@google.com2008-08-011-0/+329