summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Reference and create a RenderView when needed.jrg@chromium.org2009-02-061-23/+53
* Initial Mac port of web_contents_view and render_widget_host_view.avi@google.com2009-02-062-102/+36
* Make cert_store.cc compile on Mac and Linux.jhawkins@chromium.org2009-02-061-16/+0
* Stub out web_contents_view_gtk.estade@chromium.org2009-02-062-0/+6
* Enable/disable buttons when the corresponding command updates in the model.pinkerton@chromium.org2009-02-061-0/+2
* Remove many more ifdefs around un-used methods to enable more functionality f...pinkerton@chromium.org2009-02-061-3/+14
* Commit my changes that simplify automation message unpacking.jam@chromium.org2009-02-062-15/+48
* Fix Renderer Crash on OS X + update unit test.jeremy@chromium.org2009-02-061-0/+1
* Make ResourceMessageFilter compile on Mac. It stubs out a substantial part ofbrettw@google.com2009-02-062-36/+76
* Stub implementation of gtk browser window.estade@chromium.org2009-02-051-7/+0
* Integrate URLPattern with Extension user scripts.aa@chromium.org2009-02-057-1/+275
* 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