summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-12/+0
* Move core pieces of browser\renderer_host to src\content.jam@chromium.org2011-02-191-206/+2
* gtk: Improve fullscreen RenderWidgetHostViewGtk.derat@chromium.org2011-02-111-7/+3
* Implement the onBeforeRetarget event of the webNavigation APIjochen@chromium.org2011-01-211-8/+5
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-081-1/+1
* Use RenderWidget(Host) for full screenboliu@chromium.org2010-08-191-0/+8
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Added plumbing to transport the frame name between RenderViewHost and the Web...atwilson@chromium.org2010-06-121-1/+3
* This is the second side of a multi-sided webkit patch that will allow experim...rafaelw@chromium.org2010-04-281-1/+4
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-1/+1
* Fix Pepper2D on the Mac so that it runs in the sandbox. Note that trusteddspringer@google.com2010-04-081-2/+8
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-2/+7
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-24/+24
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-24/+24
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-24/+24
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-5/+5
* Eighth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-1/+3
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-4/+0
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-14/+2
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-241-4/+3
* Windowed plugins like Flash would cause the hung plugin dialog to show up whe...ananta@chromium.org2009-07-091-0/+9
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+2
* Various popup UI fixes:pkasting@chromium.org2009-05-081-6/+0
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-2/+4
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-2/+4
* Instead of queuing ResourceDispatcher IPC messages in RenderView, use Resourc...jam@chromium.org2009-03-101-7/+14
* POSIX: Rewrite IPC's interaction with FileDescriptoragl@chromium.org2009-03-051-2/+1
* Bitmap transportagl@chromium.org2009-02-201-1/+34
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-5/+3
* Make RenderWidgetHelper portable.brettw@chromium.org2009-01-261-3/+11
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-0/+159