summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Port SafeBrowsingProtocolManager to Mac and linux.paul@chromium.org2009-02-063-1/+14
* Prevent renderer from crashing on startup.jrg@chromium.org2009-02-062-14/+11
* Commit my changes that simplify automation message unpacking.jam@chromium.org2009-02-065-509/+302
* Add a constraint on how many requests can be outstanding for any given render...ericroman@google.com2009-02-063-19/+328
* Make the new linux browser shut down cleanly.erg@google.com2009-02-064-4/+19
* Fix Renderer Crash on OS X + update unit test.jeremy@chromium.org2009-02-062-8/+2
* Fix the Linux build by adding resource_message_filter to the build.brettw@google.com2009-02-061-1/+0
* Make ResourceMessageFilter compile on Mac. It stubs out a substantial part ofbrettw@google.com2009-02-065-50/+111
* Make sure tab contents get cleaned up and dealloc'd correctly when a tab closes.pinkerton@chromium.org2009-02-062-5/+21
* Cleanup forward declared classes that are not needed in chrome/renderer, chro...thestig@chromium.org2009-02-0613-56/+31
* Make render_widget_host_unittest compile and run on POSIX.thestig@chromium.org2009-02-062-3/+21
* New menu item for personalization project.munjal@chromium.org2009-02-063-0/+15
* Fix a memory leak on the async resource handler.rvargas@google.com2009-02-061-1/+1
* Add debugging info to hopefully catch what's causing 6316erg@google.com2009-02-051-0/+2
* Adds the 6-month flag functionality back into the criteria checker,gwilson@google.com2009-02-053-298/+474
* Stub implementation of gtk browser window.estade@chromium.org2009-02-056-7/+264
* Implement tab detach notifications to remove tabs from UI.pinkerton@chromium.org2009-02-051-8/+31
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-0518-242/+388
* Cleanup some forward declared structs that are not being used.thestig@chromium.org2009-02-057-14/+9
* Remove webkit glue stubs.jrg@chromium.org2009-02-051-2/+13
* Temporarily disable the printing test while I find out what I did wrong.maruel@chromium.org2009-02-051-2/+2
* Removes the expected selenium failures. These were fixed by r9233.sky@google.com2009-02-051-1/+0
* Linux: get us to the point where we crash at browser->window()->Show()agl@chromium.org2009-02-054-2/+27
* Build the rest of renderer on linux (except plugins).estade@chromium.org2009-02-052-11/+4
* 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