| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reverting Rev 18383 since it brings down the performance of single core page ... | mad@chromium.org | 2009-06-15 | 1 | -4/+1 |
* | This is to thest the page cycler performance without the resize corner, to se... | mad@chromium.org | 2009-06-15 | 1 | -1/+4 |
* | Revert mad's backing store changes, it completely hosed Linux painting. | deanm@chromium.org | 2009-06-11 | 1 | -4/+1 |
* | Relanding reverted patch 18090. | mad@google.com | 2009-06-11 | 1 | -1/+4 |
* | Revert 18090 | jrg@chromium.org | 2009-06-10 | 1 | -4/+1 |
* | To help resolve the performance issue introduced when enabling the resize cor... | mad@google.com | 2009-06-10 | 1 | -1/+4 |
* | Fixes a flash plugin hang caused by opening google finance ticker symbols in ... | ananta@chromium.org | 2009-06-09 | 1 | -4/+0 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Move WebKit API to src/webkit/api. | darin@chromium.org | 2009-05-10 | 1 | -1/+1 |
* | Defer window.close(), resizeTo() and moveTo() actions | mbelshe@google.com | 2009-05-09 | 1 | -0/+17 |
* | Revert bug fix because interactive_ui_tests are failing. | mbelshe@google.com | 2009-05-04 | 1 | -6/+0 |
* | Defer window.close(), window.resizeTo(), and window.moveTo() | mbelshe@google.com | 2009-05-04 | 1 | -0/+6 |
* | Add transparency support to RenderWidgetHostView. | aa@chromium.org | 2009-04-23 | 1 | -0/+9 |
* | DevTools: Run nested message loop instead of whitelisting the messages. | pfeldman@chromium.org | 2009-04-22 | 1 | -0/+3 |
* | Chrome side of the WebKit popup changes. | paulg@google.com | 2009-04-10 | 1 | -6/+6 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-09 | 1 | -7/+10 |
* | When the Find bar has focus it eats keypresses such as PageUp, PageDown and U... | finnur@chromium.org | 2009-04-08 | 1 | -5/+5 |
* | Reverting dfisher changes 133386 and 13381 | cpu@google.com | 2009-04-08 | 1 | -10/+7 |
* | Switch to using WebPoint, WebRect, and WebSize in more of the glue | darin@chromium.org | 2009-04-08 | 1 | -7/+10 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h | darin@chromium.org | 2009-04-01 | 1 | -6/+7 |
* | A tricky fix for Issue 1845 (Take 2). | hbono@chromium.org | 2009-03-25 | 1 | -0/+1 |
* | First stage of implementing HTML select popup menus for | paulg@google.com | 2009-03-24 | 1 | -0/+5 |
* | Reverting 11953. | hbono@chromium.org | 2009-03-18 | 1 | -2/+0 |
* | A tricky fix for Issue 1845. | hbono@chromium.org | 2009-03-18 | 1 | -0/+2 |
* | This CL causes the autofill popup to hide when the browser window is moved or... | jcampan@chromium.org | 2009-02-25 | 1 | -1/+2 |
* | Keeping track of whether WebKit is in the callstack using RenderThread doesn'... | jam@chromium.org | 2009-02-24 | 1 | -3/+0 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -1/+1 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -1/+1 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -1/+1 |
* | Bitmap transport | agl@chromium.org | 2009-02-20 | 1 | -8/+5 |
* | The WebFrame interface currently supports reference counting, but no one uses. | darin@chromium.org | 2009-02-13 | 1 | -1/+2 |
* | This is an attempt at finding the reason for the page_cycler slowness caused by | mad@chromium.org | 2009-02-12 | 1 | -2/+5 |
* | janitorial: browser_render_process_host header/lint cleanup. (try 2) | thestig@chromium.org | 2009-02-11 | 1 | -1/+1 |
* | Reverting 9594. | thestig@chromium.org | 2009-02-11 | 1 | -1/+1 |
* | janitorial: clean up unnecessary includes in src/chrome/renderer. | thestig@chromium.org | 2009-02-11 | 1 | -1/+1 |
* | Reverting 9493. | kuchhal@chromium.org | 2009-02-10 | 1 | -5/+2 |
* | Relanding of http://codereview.chromium.org/16488. | mad@chromium.org | 2009-02-10 | 1 | -2/+5 |
* | Reverting 9408. | brettw@chromium.org | 2009-02-09 | 1 | -5/+2 |
* | Add a new resizer corner. | mad@chromium.org | 2009-02-09 | 1 | -2/+5 |
* | Commiting the changes from my previous cl that are specific to not including ... | jam@chromium.org | 2009-02-04 | 1 | -20/+6 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 1 | -6/+20 |
* | Make it easier/less work/less error-prone to create new IPC channel types (i.... | jam@chromium.org | 2009-02-04 | 1 | -20/+6 |
* | From agl. Cleaned up version of issue 19046. | thestig@chromium.org | 2009-02-03 | 1 | -8/+9 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 1 | -4/+5 |
* | POSIX: Porting renderer/render_process.cc, low hanging fruit | agl@chromium.org | 2009-01-22 | 1 | -2/+2 |
* | The popup for autofill is now never activated, even when clicked. | jcampan@chromium.org | 2009-01-09 | 1 | -4/+4 |
* | Adjusting the name of a function to make it more descriptive. | avi@google.com | 2008-12-30 | 1 | -1/+1 |
* | Make the global render thread object a regular global object rather than a | brettw@google.com | 2008-12-18 | 1 | -1/+1 |