| Commit message (Expand) | Author | Age | Files | Lines |
* | Hook up WebFrameClient, replacing many WebViewDelegate methods. | darin@chromium.org | 2009-09-10 | 1 | -2/+1 |
* | Implement PrintPageAsJPEG feature for Print Preview.In order to show the tab ... | mhm@chromium.org | 2009-09-04 | 1 | -0/+44 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 1 | -1/+4 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 1 | -2/+2 |
* | Switch to WebFrame from the WebKit API. | darin@chromium.org | 2009-08-10 | 1 | -12/+12 |
* | Print only the focused frame. This makes more sense than trying to print all... | sverrir@chromium.org | 2009-07-16 | 1 | -8/+42 |
* | Reverting 20855. | darin@chromium.org | 2009-07-16 | 1 | -7/+23 |
* | Reverting 20854. | darin@chromium.org | 2009-07-16 | 1 | -23/+7 |
* | Use WebWidget from the WebKit API. This change also makes | darin@chromium.org | 2009-07-16 | 1 | -7/+23 |
* | Fix: Off-by-one errors in loops over key codes in render_view_unittest.cc | yuzo@chromium.org | 2009-07-02 | 1 | -2/+2 |
* | Don't disable view-source mode on cancellation. On error, we should turn off | brettw@chromium.org | 2009-06-25 | 1 | -0/+35 |
* | Add a test to print using javascript. This is to make sure I don't break anyt... | sverrir@google.com | 2009-06-05 | 1 | -0/+31 |
* | Fix a one pixel offset error in PrintLayoutTest. Now checks with a 5% margin... | sverrir@google.com | 2009-06-05 | 1 | -2/+8 |
* | Reenable unittest and fix the failure. This failed after a change in the | sverrir@google.com | 2009-06-05 | 1 | -4/+1 |
* | Disable failing PrintLayoutTest test. Commenting out because of local compila... | sverrir@google.com | 2009-06-04 | 1 | -0/+3 |
* | Adds a RenderViewTest.PrintLayoutTest. | hbono@chromium.org | 2009-05-23 | 1 | -0/+88 |
* | Prevent an extra copy of data types that get passed into IPC messages when | mpcomplete@google.com | 2009-05-20 | 1 | -1/+1 |
* | Implements keyboard events for RenderViewTest.This change implements a functi... | hbono@chromium.org | 2009-05-11 | 1 | -87/+252 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Adds a keyboard-event test into RenderViewTest. | hbono@chromium.org | 2009-04-23 | 1 | -0/+180 |
* | Introduce printing test case (Step 1) | hbono@chromium.org | 2009-04-16 | 1 | -1/+34 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 1 | -186/+1 |
* | Revert "Add JsonSchema-based validation for the tab APIs." | aa@chromium.org | 2009-04-14 | 1 | -1/+186 |
* | Add JsonSchema-based validation for the tab APIs. | aa@chromium.org | 2009-04-14 | 1 | -186/+1 |
* | Hook up extension events to the json parser, and change the extension message | mpcomplete@google.com | 2009-04-13 | 1 | -12/+15 |
* | rebase and more minor changes. | aa@chromium.org | 2009-04-09 | 1 | -5/+4 |
* | Add aa's Event class to our javascript bindings and use it in our extension | mpcomplete@google.com | 2009-04-08 | 1 | -5/+7 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 1 | -0/+90 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -2/+5 |
* | A tricky fix for Issue 1845 (Take 2). | hbono@chromium.org | 2009-03-25 | 1 | -0/+48 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -2/+1 |
* | Reverting 11953. | hbono@chromium.org | 2009-03-18 | 1 | -48/+0 |
* | A tricky fix for Issue 1845. | hbono@chromium.org | 2009-03-18 | 1 | -0/+48 |
* | Commit 40144. I had to move to to a separate CL to use gcl's | aa@chromium.org | 2009-03-13 | 1 | -3/+2 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Make our IME backend platform-independent. | hbono@chromium.org | 2009-03-03 | 1 | -0/+128 |
* | Chrome side to pick up new WebKit API changes. | darin@chromium.org | 2009-02-28 | 1 | -0/+8 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -6/+4 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -3/+6 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -6/+3 |
* | Add the first unit-test that tests our IME backend. | hbono@chromium.org | 2009-02-12 | 1 | -0/+55 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. | glen@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | render_* work. | jrg@chromium.org | 2009-01-27 | 1 | -2/+3 |
* | Factor out the message sink from MockRenderThread to a separate class. I will be | brettw@chromium.org | 2009-01-17 | 1 | -6/+6 |
* | First pass as implementing the greasemonkey API. This patch | aa@chromium.org | 2009-01-17 | 1 | -1/+3 |
* | Refactor the render widget unittest so it can be reused to create a render view | brettw@chromium.org | 2009-01-05 | 1 | -0/+128 |