summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup some forward declared structs that are not being used.thestig@chromium.org2009-02-052-4/+5
* Linux: get us to the point where we crash at browser->window()->Show()agl@chromium.org2009-02-052-0/+21
* Hook up tab close menu item and plumb tab closing scaffolding through UI laye...pinkerton@chromium.org2009-02-052-15/+55
* 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
* Take out unnecessary include that I added in a failed effort to fix the linux...jam@chromium.org2009-02-052-1/+1
* Port the ResourceDispatcherHost to Mac and linux.paul@chromium.org2009-02-052-41/+271
* Add some more scaffolding, enable some browser_main code on linux.estade@chromium.org2009-02-052-7/+1
* Add in NavigationController to linux and mac. pinkerton@chromium.org2009-02-052-116/+69
* Fix the dependency checker tool. Rules for a directory did modify their direc...stoyan@chromium.org2009-02-052-3/+19
* Usual round of porting in chrome/phajdan.jr@chromium.org2009-02-051-25/+5
* 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-058-155/+122
* Make mock_render_process_host, test_web_contents, and testing_profile compile...thestig@chromium.org2009-02-051-4/+1
* 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-044-6/+11
* Add a very simple test for renderer_main, in the interests of bringup.jeremy@chromium.org2009-02-041-5/+5
* Make autofill_manager compile on POSIX.thestig@chromium.org2009-02-041-8/+0
* Enable render_widget_host, render_view_host and backing_store. Remove the Ren...pinkerton@chromium.org2009-02-042-122/+51
* Recommit "Make chrome/renderer/render_main.cc cross-platform + OS X bringup."jeremy@chromium.org2009-02-042-13/+5
* Commit just the changes to make creating new IPC channel types easier.jam@chromium.org2009-02-0417-175/+118
* Fix some obvious not implemented linux bits so we can crash latertc@google.com2009-02-041-3/+18
* Add a linux stub implementation for resource_bundle.tc@google.com2009-02-045-46/+127
* Revert "Make chrome/renderer/render_main.cc cross-platform + OS X bringup."tc@google.com2009-02-042-5/+13
* Make chrome/renderer/render_main.cc cross-platform + OS X bringup.jeremy@chromium.org2009-02-042-13/+5
* Bring many of the template_url classes into the fold for the Mac. Note that t...avi@google.com2009-02-048-57/+61
* Check in the files that were deleted but not readded in my revert (forgot to ...jam@chromium.org2009-02-043-0/+64
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-0420-1171/+1148
* try to fix mac buildjam@chromium.org2009-02-041-0/+3
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-0422-1212/+1173
* Improved OTR avatar and popup window rendering. Neither one precisely matche...pkasting@chromium.org2009-02-042-3/+10
* Add site_instance, navigation_entry, browsing_instance, renderer_security_pol...pinkerton@chromium.org2009-02-042-48/+94
* Add a command line flag to load a single extension from an arbitrary (non-ver...erikkay@google.com2009-02-032-0/+4
* Factor out platform specific chrome_paths calls into platform specific files.tc@google.com2009-02-037-65/+166
* Add NOTIMPLEMENTED(); in temporary scaffolding stubs.phajdan.jr@chromium.org2009-02-032-247/+558
* From agl. Cleaned up version of issue 19046.thestig@chromium.org2009-02-033-16/+70
* fix output that changed due to clipboard changetc@google.com2009-02-031-2/+2
* first stab at scaffolding WebContents.pinkerton@chromium.org2009-02-033-40/+426
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-025-0/+398
* Will the real BrowserProcessImpl please stand up?beng@google.com2009-02-012-128/+122
* More bustage fixes.brettw@chromium.org2009-02-012-0/+2
* Update the temp scaffolding stubs for my header change. It was pulling in thebrettw@chromium.org2009-02-012-0/+2
* Add forgotted notification observer header.brettw@chromium.org2009-02-011-0/+23
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-0117-631/+681
* Re-land this changelist to make BrowserInit work on Mac.beng@google.com2009-01-312-79/+71
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-312-1/+10
* Port chrome_paths.cc to use FilePath.tc@google.com2009-01-311-40/+44
* Rollback 8998beng@google.com2009-01-312-81/+79
* Bring up BrowserInit on MacOS X.beng@google.com2009-01-302-79/+81