summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-0539-86/+77
* Make mock_render_process_host, test_web_contents, and testing_profile compile...thestig@chromium.org2009-02-051-2/+9
* Commiting the changes from my previous cl that are specific to not including ...jam@chromium.org2009-02-0419-62/+47
* Make autofill_manager compile on POSIX.thestig@chromium.org2009-02-042-3/+2
* Explicitly removing WS_POPUP after initialization so that users of the Extern...tommi@chromium.org2009-02-041-1/+5
* Enable render_widget_host, render_view_host and backing_store. Remove the Ren...pinkerton@chromium.org2009-02-0410-11/+22
* Commit just the changes to make creating new IPC channel types easier.jam@chromium.org2009-02-042-17/+17
* Added missing DEPS for fixing buildshclam@chromium.org2009-02-041-0/+1
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-042-0/+5
* AudioRendererHost and unit test fileshclam@chromium.org2009-02-044-0/+336
* Make render_view_host_manager.cc compile on POSIX.thestig@chromium.org2009-02-043-12/+6
* Attempt to fix a crash in case the TabContents gets destroyed somehow.ben@chromium.org2009-02-041-4/+12
* Partial porting of the about handler.brettw@chromium.org2009-02-042-24/+18
* Bring many of the template_url classes into the fold for the Mac. Note that t...avi@google.com2009-02-0410-599/+762
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-0423-73/+88
* This change list fix issue 5926 -- RTL: Text in [New Tab] should be truncated...xji@chromium.org2009-02-042-19/+64
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-0423-88/+73
* Improved OTR avatar and popup window rendering. Neither one precisely matche...pkasting@chromium.org2009-02-047-146/+122
* Add site_instance, navigation_entry, browsing_instance, renderer_security_pol...pinkerton@chromium.org2009-02-043-4/+17
* Fix a leak in the extension installation code.erikkay@google.com2009-02-042-3/+6
* Reverting 9109.ojan@google.com2009-02-032-5/+0
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-032-0/+5
* Add a command line flag to load a single extension from an arbitrary (non-ver...erikkay@google.com2009-02-035-23/+74
* Remember change in Spell Check language by putting it in the list of accept l...sidchat@google.com2009-02-033-0/+47
* Reverting 9090.ojan@google.com2009-02-0314-532/+645
* Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windowsbrettw@chromium.org2009-02-0314-645/+532
* Extension loading improvements.erikkay@google.com2009-02-032-30/+74
* From agl. Cleaned up version of issue 19046.thestig@chromium.org2009-02-037-33/+92
* Fix some of the most egregious problems with Aero glass frames. These change...pkasting@chromium.org2009-02-032-30/+30
* Fix a divide by zero crash with a temporary workaround (until we have themes).ben@chromium.org2009-02-031-0/+6
* first stab at scaffolding WebContents.pinkerton@chromium.org2009-02-037-47/+96