| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: add a big, stubby RenderWidgetHostView | agl@chromium.org | 2009-02-05 | 4 | -0/+287 |
* | Hook up tab close menu item and plumb tab closing scaffolding through UI laye... | pinkerton@chromium.org | 2009-02-05 | 5 | -28/+100 |
* | Remove resource message filter from the mac build, I accidentally added it. | brettw@google.com | 2009-02-05 | 1 | -2/+0 |
* | 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 |
* | Fix the build due to conflict with Paul's change | brettw@chromium.org | 2009-02-05 | 1 | -1/+7 |
* | Fix the build from my previous file move. | brettw@chromium.org | 2009-02-05 | 2 | -2/+2 |
* | Move resource_message_filter and resource_request_details to the renderer_host. | brettw@chromium.org | 2009-02-05 | 18 | -125/+131 |
* | Correctly spawn render process for posix. | pinkerton@chromium.org | 2009-02-05 | 2 | -1/+24 |
* | Remove black magic and >100 lines. Unhook a lot of dead code. | maruel@chromium.org | 2009-02-05 | 9 | -321/+73 |
* | Take out unnecessary include that I added in a failed effort to fix the linux... | jam@chromium.org | 2009-02-05 | 2 | -1/+1 |
* | Fix compiler warning with GCC 4.3. Patch by Craig Schlenter (see http://code... | pkasting@chromium.org | 2009-02-05 | 1 | -2/+2 |
* | Port the ResourceDispatcherHost to Mac and linux. | paul@chromium.org | 2009-02-05 | 14 | -64/+340 |
* | Add some more scaffolding, enable some browser_main code on linux. | estade@chromium.org | 2009-02-05 | 3 | -15/+16 |
* | Add in NavigationController to linux and mac. | pinkerton@chromium.org | 2009-02-05 | 12 | -133/+116 |
* | Some fixes to ease debugging of the renderer process on OS X. | jeremy@chromium.org | 2009-02-05 | 3 | -5/+19 |
* | POSIX: Backing store scrolling. | agl@chromium.org | 2009-02-05 | 1 | -2/+132 |
* | Fix the dependency checker tool. Rules for a directory did modify their direc... | stoyan@chromium.org | 2009-02-05 | 10 | -4/+72 |
* | Fix unintentional edit from r9218. | kuchhal@chromium.org | 2009-02-05 | 1 | -1/+1 |
* | Open Chrome Window instead of tab when it is launched from a shortcut. | kuchhal@chromium.org | 2009-02-05 | 1 | -4/+7 |
* | Usual round of porting in chrome/ | phajdan.jr@chromium.org | 2009-02-05 | 7 | -56/+39 |
* | Remove the stale ifdef/comment since the it's using the command line class now | thomasvl@chromium.org | 2009-02-05 | 1 | -7/+0 |
* | 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 | 60 | -249/+227 |
* | Make mock_render_process_host, test_web_contents, and testing_profile compile... | thestig@chromium.org | 2009-02-05 | 4 | -10/+14 |
* | Add a few errors to the known errors list: | erikkay@google.com | 2009-02-05 | 2 | -0/+172 |
* | 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 | 30 | -96/+93 |
* | Disabled system level install tests on Vista. System level install tests are ... | anantha@chromium.org | 2009-02-04 | 3 | -29/+44 |
* | Add a very simple test for renderer_main, in the interests of bringup. | jeremy@chromium.org | 2009-02-04 | 5 | -11/+127 |
* | Make autofill_manager compile on POSIX. | thestig@chromium.org | 2009-02-04 | 4 | -11/+6 |
* | Explicitly removing WS_POPUP after initialization so that users of the Extern... | tommi@chromium.org | 2009-02-04 | 2 | -2/+6 |
* | Enable render_widget_host, render_view_host and backing_store. Remove the Ren... | pinkerton@chromium.org | 2009-02-04 | 13 | -133/+79 |
* | Recommit "Make chrome/renderer/render_main.cc cross-platform + OS X bringup." | jeremy@chromium.org | 2009-02-04 | 8 | -53/+197 |
* | Commit just the changes to make creating new IPC channel types easier. | jam@chromium.org | 2009-02-04 | 23 | -220/+139 |
* | Paper over a crash that I think is due to the way we shut down the view hiera... | ben@chromium.org | 2009-02-04 | 1 | -0/+7 |
* | Added missing DEPS for fixing builds | hclam@chromium.org | 2009-02-04 | 1 | -0/+1 |
* | Fix some obvious not implemented linux bits so we can crash later | tc@google.com | 2009-02-04 | 2 | -8/+25 |
* | This CL adds macro used to track the creation and destruction | jcampan@chromium.org | 2009-02-04 | 5 | -9/+36 |
* | Add render_view to the mac build. | brettw@google.com | 2009-02-04 | 1 | -1/+3 |
* | AudioRendererHost and unit test files | hclam@chromium.org | 2009-02-04 | 5 | -0/+340 |
* | Add support for 8 Indian languages. | jungshik@google.com | 2009-02-04 | 11 | -8/+32 |
* | Make render_view_host_manager.cc compile on POSIX. | thestig@chromium.org | 2009-02-04 | 4 | -12/+8 |
* | Attempt to fix a crash in case the TabContents gets destroyed somehow. | ben@chromium.org | 2009-02-04 | 1 | -4/+12 |
* | Add RenderWidget to the Mac build and sort the renderer compile sources. | brettw@google.com | 2009-02-04 | 1 | -6/+8 |
* | Add a linux stub implementation for resource_bundle. | tc@google.com | 2009-02-04 | 6 | -53/+128 |
* | Partial porting of the about handler. | brettw@chromium.org | 2009-02-04 | 2 | -24/+18 |
* | Revert "Make chrome/renderer/render_main.cc cross-platform + OS X bringup." | tc@google.com | 2009-02-04 | 8 | -204/+60 |
* | Include test_web_contents in windows scons build, take 2. | estade@chromium.org | 2009-02-04 | 1 | -2/+5 |