summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host_view_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-2/+2
* Fix white flash when resizing window larger.aa@chromium.org2009-05-091-3/+3
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+0
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-3/+3
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-2/+2
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-8/+8
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-7/+36
* An experimental fix for Issue 9718.hbono@chromium.org2009-04-221-17/+64
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-211-8/+90
* Fix problems correctly invalidating/repainting when our updated paint rect fo...pkasting@chromium.org2009-04-141-4/+13
* My previous refactoring of the mouse-wheel redirecting codejcampan@chromium.org2009-04-131-8/+8
* A quick fix for Issue 9762 and 9763.hbono@chromium.org2009-04-131-17/+72
* Support the new popup and new window dispositions in the external tab contain...ananta@chromium.org2009-04-081-0/+2
* A workaround fix for Issue 3693.hbono@chromium.org2009-03-301-0/+6
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-8/+15
* Relanding since it was breaking the Release build (because of missing includes).jcampan@chromium.org2009-03-251-0/+12
* Reverting 12498.jcampan@chromium.org2009-03-251-12/+0
* Moving the mouse-wheel message rerouting code out of the focus manager.jcampan@chromium.org2009-03-251-0/+12
* Refactor some widget creation code in web_contents_view and render_widget_hos...estade@chromium.org2009-03-251-2/+10
* A tricky fix for Issue 1845 (Take 2).hbono@chromium.org2009-03-251-0/+20
* Reverting 11953.hbono@chromium.org2009-03-181-20/+0
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-181-0/+20
* Move widget related files into views/widgetben@chromium.org2009-03-171-1/+1
* RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...erg@google.com2009-03-061-1/+2
* Make our IME backend platform-independent.hbono@chromium.org2009-03-031-3/+3
* Fix bookmark and menu drag images by making a halo around them. This makesbrettw@chromium.org2009-03-021-0/+1
* Linux: server side backing storesagl@chromium.org2009-02-251-0/+5
* Remove memory model experimentjar@chromium.org2009-02-251-14/+1
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-1/+1
* Move windows specific functions from l10n_util.h to l10n_util_win.h.tc@google.com2009-02-241-0/+1
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-3/+3
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-1/+1
* This is an attempt at finding the reason for the page_cycler slowness caused bymad@chromium.org2009-02-121-14/+75
* Validate HWNDs that the renderer asks to be moved.deanm@chromium.org2009-02-121-0/+7
* Reverting 9493.kuchhal@chromium.org2009-02-101-75/+14
* Relanding of http://codereview.chromium.org/16488.mad@chromium.org2009-02-101-14/+75
* Reverting 9408.brettw@chromium.org2009-02-091-75/+14
* Add a new resizer corner.mad@chromium.org2009-02-091-14/+75
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Commiting the changes from my previous cl that are specific to not including ...jam@chromium.org2009-02-041-1/+1
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-041-0/+2
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-1/+1
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-1/+1
* Reverting 9109.ojan@google.com2009-02-031-2/+0
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-031-0/+2
* Ignore invalid plugin windows coming in from the renderer for moving. As the ...ananta@chromium.org2009-01-301-1/+7
* Rename RenderWidgetHostView::GetPluginHWND to GetPluginNativeViewbrettw@chromium.org2009-01-291-1/+1
* Ensure that windowed plugins get keyboard focus in WM_MOUSEACTIVATe. This reg...ananta@chromium.org2009-01-281-0/+3