| Commit message (Expand) | Author | Age | Files | Lines |
* | Reference and create a RenderView when needed. | jrg@chromium.org | 2009-02-06 | 1 | -23/+53 |
* | Initial Mac port of web_contents_view and render_widget_host_view. | avi@google.com | 2009-02-06 | 2 | -102/+36 |
* | Make cert_store.cc compile on Mac and Linux. | jhawkins@chromium.org | 2009-02-06 | 1 | -16/+0 |
* | Stub out web_contents_view_gtk. | estade@chromium.org | 2009-02-06 | 2 | -0/+6 |
* | Enable/disable buttons when the corresponding command updates in the model. | pinkerton@chromium.org | 2009-02-06 | 1 | -0/+2 |
* | Remove many more ifdefs around un-used methods to enable more functionality f... | pinkerton@chromium.org | 2009-02-06 | 1 | -3/+14 |
* | Commit my changes that simplify automation message unpacking. | jam@chromium.org | 2009-02-06 | 2 | -15/+48 |
* | Fix Renderer Crash on OS X + update unit test. | jeremy@chromium.org | 2009-02-06 | 1 | -0/+1 |
* | Make ResourceMessageFilter compile on Mac. It stubs out a substantial part of | brettw@google.com | 2009-02-06 | 2 | -36/+76 |
* | Stub implementation of gtk browser window. | estade@chromium.org | 2009-02-05 | 1 | -7/+0 |
* | Integrate URLPattern with Extension user scripts. | aa@chromium.org | 2009-02-05 | 7 | -1/+275 |
* | Cleanup some forward declared structs that are not being used. | thestig@chromium.org | 2009-02-05 | 2 | -4/+5 |
* | Linux: get us to the point where we crash at browser->window()->Show() | agl@chromium.org | 2009-02-05 | 2 | -0/+21 |
* | Hook up tab close menu item and plumb tab closing scaffolding through UI laye... | pinkerton@chromium.org | 2009-02-05 | 2 | -15/+55 |
* | Fix linker error on Linux & Mac by stubbing out a function. | brettw@chromium.org | 2009-02-05 | 1 | -0/+3 |
* | Build bustage fixes, moved this file, didn't update the include. | brettw@chromium.org | 2009-02-05 | 1 | -1/+1 |
* | Take out unnecessary include that I added in a failed effort to fix the linux... | jam@chromium.org | 2009-02-05 | 2 | -1/+1 |
* | Port the ResourceDispatcherHost to Mac and linux. | paul@chromium.org | 2009-02-05 | 2 | -41/+271 |
* | Add some more scaffolding, enable some browser_main code on linux. | estade@chromium.org | 2009-02-05 | 2 | -7/+1 |
* | Add in NavigationController to linux and mac. | pinkerton@chromium.org | 2009-02-05 | 2 | -116/+69 |
* | Fix the dependency checker tool. Rules for a directory did modify their direc... | stoyan@chromium.org | 2009-02-05 | 2 | -3/+19 |
* | Usual round of porting in chrome/ | phajdan.jr@chromium.org | 2009-02-05 | 1 | -25/+5 |
* | Fixing build break. | thomasvl@chromium.org | 2009-02-05 | 1 | -2/+1 |
* | Fix mac/linux build break. | jam@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 8 | -155/+122 |
* | Make mock_render_process_host, test_web_contents, and testing_profile compile... | thestig@chromium.org | 2009-02-05 | 1 | -4/+1 |
* | Convert webkit_glue::GetLocalizedString to return a string16 | tc@google.com | 2009-02-05 | 1 | -2/+4 |
* | Commiting the changes from my previous cl that are specific to not including ... | jam@chromium.org | 2009-02-04 | 4 | -6/+11 |
* | Add a very simple test for renderer_main, in the interests of bringup. | jeremy@chromium.org | 2009-02-04 | 1 | -5/+5 |
* | Make autofill_manager compile on POSIX. | thestig@chromium.org | 2009-02-04 | 1 | -8/+0 |
* | Enable render_widget_host, render_view_host and backing_store. Remove the Ren... | pinkerton@chromium.org | 2009-02-04 | 2 | -122/+51 |
* | Recommit "Make chrome/renderer/render_main.cc cross-platform + OS X bringup." | jeremy@chromium.org | 2009-02-04 | 2 | -13/+5 |
* | Commit just the changes to make creating new IPC channel types easier. | jam@chromium.org | 2009-02-04 | 17 | -175/+118 |
* | Fix some obvious not implemented linux bits so we can crash later | tc@google.com | 2009-02-04 | 1 | -3/+18 |
* | Add a linux stub implementation for resource_bundle. | tc@google.com | 2009-02-04 | 5 | -46/+127 |
* | Revert "Make chrome/renderer/render_main.cc cross-platform + OS X bringup." | tc@google.com | 2009-02-04 | 2 | -5/+13 |
* | Make chrome/renderer/render_main.cc cross-platform + OS X bringup. | jeremy@chromium.org | 2009-02-04 | 2 | -13/+5 |
* | Bring many of the template_url classes into the fold for the Mac. Note that t... | avi@google.com | 2009-02-04 | 8 | -57/+61 |
* | Check in the files that were deleted but not readded in my revert (forgot to ... | jam@chromium.org | 2009-02-04 | 3 | -0/+64 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 20 | -1171/+1148 |
* | try to fix mac build | jam@chromium.org | 2009-02-04 | 1 | -0/+3 |
* | Make it easier/less work/less error-prone to create new IPC channel types (i.... | jam@chromium.org | 2009-02-04 | 22 | -1212/+1173 |
* | Improved OTR avatar and popup window rendering. Neither one precisely matche... | pkasting@chromium.org | 2009-02-04 | 2 | -3/+10 |
* | Add site_instance, navigation_entry, browsing_instance, renderer_security_pol... | pinkerton@chromium.org | 2009-02-04 | 2 | -48/+94 |
* | Add a command line flag to load a single extension from an arbitrary (non-ver... | erikkay@google.com | 2009-02-03 | 2 | -0/+4 |
* | Factor out platform specific chrome_paths calls into platform specific files. | tc@google.com | 2009-02-03 | 7 | -65/+166 |
* | Add NOTIMPLEMENTED(); in temporary scaffolding stubs. | phajdan.jr@chromium.org | 2009-02-03 | 2 | -247/+558 |
* | From agl. Cleaned up version of issue 19046. | thestig@chromium.org | 2009-02-03 | 3 | -16/+70 |
* | fix output that changed due to clipboard change | tc@google.com | 2009-02-03 | 1 | -2/+2 |
* | first stab at scaffolding WebContents. | pinkerton@chromium.org | 2009-02-03 | 3 | -40/+426 |