summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Add UMA counter to track how users launch Chromecpu@google.com2009-02-061-0/+55
* disable download test while sid fixes offlinetc@google.com2009-02-061-1/+1
* Ensure toolbar buttons are in sync with command updater when tab becomes sele...pinkerton@chromium.org2009-02-063-6/+33
* Add a command line option --disable-web-security. People can use this option...abarth@chromium.org2009-02-061-0/+5
* Fixes the EULA dialog to explicitly unset the usagestats flag if the checkbox...gwilson@google.com2009-02-061-1/+4
* Create a stub LocationBar object on Mac to communicate between the bar and th...pinkerton@chromium.org2009-02-068-4/+93
* Janitorial: browser_render_process_host header/lint cleanup. Remove lots of h...thestig@chromium.org2009-02-062-33/+14
* Initial Mac port of web_contents_view and render_widget_host_view.avi@google.com2009-02-0616-23/+784
* Make cert_store.cc compile on Mac and Linux.jhawkins@chromium.org2009-02-062-2/+1
* Revert "Clean up dns prefetch code, and also port it."tc@google.com2009-02-0611-360/+757
* Fix linux build bustage.estade@chromium.org2009-02-061-1/+4
* Stub out web_contents_view_gtk.estade@chromium.org2009-02-067-5/+235
* Enable/disable buttons when the corresponding command updates in the model.pinkerton@chromium.org2009-02-067-13/+145
* Support custom border widths. Allow user to resize the window (instead of do...pkasting@chromium.org2009-02-062-107/+82
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-0611-757/+360
* Remove many more ifdefs around un-used methods to enable more functionality f...pinkerton@chromium.org2009-02-062-31/+23
* Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windowsbrettw@chromium.org2009-02-0615-662/+543
* Port SafeBrowsingProtocolManager to Mac and linux.paul@chromium.org2009-02-062-1/+12
* Commit my changes that simplify automation message unpacking.jam@chromium.org2009-02-061-3/+8
* 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 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-062-14/+33
* Make sure tab contents get cleaned up and dealloc'd correctly when a tab closes.pinkerton@chromium.org2009-02-062-5/+21
* Make render_widget_host_unittest compile and run on POSIX.thestig@chromium.org2009-02-061-2/+20
* New menu item for personalization project.munjal@chromium.org2009-02-062-0/+14
* Fix a memory leak on the async resource handler.rvargas@google.com2009-02-061-1/+1
* Stub implementation of gtk browser window.estade@chromium.org2009-02-054-0/+252
* 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-055-71/+65
* Cleanup some forward declared structs that are not being used.thestig@chromium.org2009-02-053-5/+1
* Temporarily disable the printing test while I find out what I did wrong.maruel@chromium.org2009-02-051-2/+2
* Linux: get us to the point where we crash at browser->window()->Show()agl@chromium.org2009-02-051-0/+6
* 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-052-1/+6
* 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-0517-115/+121
* 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
* 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-0511-23/+63
* Add some more scaffolding, enable some browser_main code on linux.estade@chromium.org2009-02-051-8/+15
* Add in NavigationController to linux and mac. pinkerton@chromium.org2009-02-059-17/+41
* 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-051-0/+7
* 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-054-29/+28
* Remove the stale ifdef/comment since the it's using the command line class nowthomasvl@chromium.org2009-02-051-7/+0