summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Linux: add a big, stubby RenderWidgetHostViewagl@chromium.org2009-02-054-0/+287
* Hook up tab close menu item and plumb tab closing scaffolding through UI laye...pinkerton@chromium.org2009-02-055-28/+100
* Remove resource message filter from the mac build, I accidentally added it.brettw@google.com2009-02-051-2/+0
* Fix linker error on Linux & Mac by stubbing out a function.brettw@chromium.org2009-02-051-0/+3
* Build bustage fixes, moved this file, didn't update the include.brettw@chromium.org2009-02-051-1/+1
* Fix the build due to conflict with Paul's changebrettw@chromium.org2009-02-051-1/+7
* Fix the build from my previous file move.brettw@chromium.org2009-02-052-2/+2
* Move resource_message_filter and resource_request_details to the renderer_host.brettw@chromium.org2009-02-0518-125/+131
* Correctly spawn render process for posix.pinkerton@chromium.org2009-02-052-1/+24
* Remove black magic and >100 lines. Unhook a lot of dead code.maruel@chromium.org2009-02-059-321/+73
* Take out unnecessary include that I added in a failed effort to fix the linux...jam@chromium.org2009-02-052-1/+1
* Fix compiler warning with GCC 4.3. Patch by Craig Schlenter (see http://code...pkasting@chromium.org2009-02-051-2/+2
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-0514-64/+340
* Add some more scaffolding, enable some browser_main code on linux.estade@chromium.org2009-02-053-15/+16
* Add in NavigationController to linux and mac. pinkerton@chromium.org2009-02-0512-133/+116
* Some fixes to ease debugging of the renderer process on OS X.jeremy@chromium.org2009-02-053-5/+19
* POSIX: Backing store scrolling.agl@chromium.org2009-02-051-2/+132
* Fix the dependency checker tool. Rules for a directory did modify their direc...stoyan@chromium.org2009-02-0510-4/+72
* Fix unintentional edit from r9218.kuchhal@chromium.org2009-02-051-1/+1
* Open Chrome Window instead of tab when it is launched from a shortcut.kuchhal@chromium.org2009-02-051-4/+7
* Usual round of porting in chrome/phajdan.jr@chromium.org2009-02-057-56/+39
* Remove the stale ifdef/comment since the it's using the command line class nowthomasvl@chromium.org2009-02-051-7/+0
* Fixing build break.thomasvl@chromium.org2009-02-051-2/+1
* Fix mac/linux build break.jam@chromium.org2009-02-051-0/+1
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-0560-249/+227
* Make mock_render_process_host, test_web_contents, and testing_profile compile...thestig@chromium.org2009-02-054-10/+14
* Add a few errors to the known errors list:erikkay@google.com2009-02-052-0/+172
* Convert webkit_glue::GetLocalizedString to return a string16tc@google.com2009-02-051-2/+4
* Commiting the changes from my previous cl that are specific to not including ...jam@chromium.org2009-02-0430-96/+93
* Disabled system level install tests on Vista. System level install tests are ...anantha@chromium.org2009-02-043-29/+44
* Add a very simple test for renderer_main, in the interests of bringup.jeremy@chromium.org2009-02-045-11/+127
* Make autofill_manager compile on POSIX.thestig@chromium.org2009-02-044-11/+6
* Explicitly removing WS_POPUP after initialization so that users of the Extern...tommi@chromium.org2009-02-042-2/+6
* Enable render_widget_host, render_view_host and backing_store. Remove the Ren...pinkerton@chromium.org2009-02-0413-133/+79
* Recommit "Make chrome/renderer/render_main.cc cross-platform + OS X bringup."jeremy@chromium.org2009-02-048-53/+197
* Commit just the changes to make creating new IPC channel types easier.jam@chromium.org2009-02-0423-220/+139
* Paper over a crash that I think is due to the way we shut down the view hiera...ben@chromium.org2009-02-041-0/+7
* Added missing DEPS for fixing buildshclam@chromium.org2009-02-041-0/+1
* Fix some obvious not implemented linux bits so we can crash latertc@google.com2009-02-042-8/+25
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-045-9/+36
* Add render_view to the mac build.brettw@google.com2009-02-041-1/+3
* AudioRendererHost and unit test fileshclam@chromium.org2009-02-045-0/+340
* Add support for 8 Indian languages. jungshik@google.com2009-02-0411-8/+32
* Make render_view_host_manager.cc compile on POSIX.thestig@chromium.org2009-02-044-12/+8
* Attempt to fix a crash in case the TabContents gets destroyed somehow.ben@chromium.org2009-02-041-4/+12
* Add RenderWidget to the Mac build and sort the renderer compile sources.brettw@google.com2009-02-041-6/+8
* Add a linux stub implementation for resource_bundle.tc@google.com2009-02-046-53/+128
* Partial porting of the about handler.brettw@chromium.org2009-02-042-24/+18
* Revert "Make chrome/renderer/render_main.cc cross-platform + OS X bringup."tc@google.com2009-02-048-204/+60
* Include test_web_contents in windows scons build, take 2.estade@chromium.org2009-02-041-2/+5