summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_view_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-061-6/+17
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-041-2/+8
* Remove the uses of WebWorkerClient, replace with WebSharedWorkerClient.dslomov@chromium.org2011-12-291-1/+0
* [Web Intents] Use page title if the intent tag title is empty.gbillock@chromium.org2011-12-221-1/+5
* Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent...gbillock@chromium.org2011-12-211-2/+2
* Make page IDs be specific to a RenderView rather than global to its process.creis@chromium.org2011-12-161-21/+12
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-15/+15
* <video> decode in hardware! fischman@chromium.org2011-12-131-1/+21
* Fix page zoom for plug-in documents (PDF, etc.)csilv@chromium.org2011-12-101-5/+8
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-21/+1
* <video> decode in hardware!fischman@chromium.org2011-12-101-1/+21
* Remove some now unused fullscreen plumbing.darin@chromium.org2011-12-091-8/+0
* Revert 113794 - Revert 113785 - Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-3/+1
* Fix a race condition in the Java Bridge when adding objectssteveblock@chromium.org2011-12-091-3/+2
* Revert 113785 - Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-1/+3
* Enable TransferNavigationResourceHandlerbattre@chromium.org2011-12-091-3/+1
* [Web Intents] Make IntentInjector adapt to the new content APIgbillock@chromium.org2011-12-091-4/+1
* Defer loading of audio/video tags while prerendering.shishir@chromium.org2011-12-091-11/+17
* Include the referrer header everywhere instead of directly including the webk...jochen@chromium.org2011-12-071-1/+0
* views: Add an Options enum to MessageBoxView control.tfarina@chromium.org2011-12-071-12/+13
* Clean up related to http://codereview.chromium.org/8742007/levin@chromium.org2011-12-061-4/+0
* Crash earlier if a session restore entry doesn't have content state.creis@chromium.org2011-12-061-1/+1
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-061-5/+5
* Chrome/Mac layout error on Google Docs Demo page (https://docs.google.com/demo)davidbarr@chromium.org2011-12-051-0/+3
* Pass along the referrer policy (renderer side)jochen@chromium.org2011-12-031-22/+49
* Fix a bug where redirect chain gets lost on process swap.mpcomplete@chromium.org2011-12-031-8/+9
* Update includes to new header locationsabarth@chromium.org2011-12-031-13/+13
* Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...jam@chromium.org2011-12-021-94/+0
* Add autoresize capability to chromium.levin@chromium.org2011-12-021-0/+9
* Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...dpolukhin@chromium.org2011-12-021-0/+94
* Prepare for didUpdateLayout moving to WebViewClient.levin@chromium.org2011-11-301-13/+16
* Fix for gmail crash in WebKit::NotificationPresenterImpl::checkPermissiondimich@chromium.org2011-11-301-6/+6
* Revert 111988 - Land change for grunell@: "Adding support for MediaStream and...tommi@chromium.org2011-11-291-48/+7
* Land change for grunell@: "Adding support for MediaStream and PeerConnection ...tommi@chromium.org2011-11-291-7/+48
* Add url and is_main_frame to DidFinishLoad and DidFailLoad.mkosiba@chromium.org2011-11-291-1/+22
* Fix the RenderViewImpl to adapt to the Chromium API change for Web Intents.gbillock@chromium.org2011-11-281-25/+22
* Revert 111773 - Land change for grunell@: "Adding support for MediaStream and...tommi@chromium.org2011-11-281-48/+7
* Land change for grunell@: "Adding support for MediaStream and PeerConnection ...tommi@chromium.org2011-11-281-7/+48
* Clean up plug-in placeholders:bauerb@chromium.org2011-11-251-2/+0
* Schedule idle handler in the foreground tab based on CPU usage and user activ...ulan@chromium.org2011-11-241-0/+3
* Implement meta referrer (part 1/2)jochen@chromium.org2011-11-241-1/+2
* Get rid of view_message_enums.h dependency in Chrome by moving the enum for f...jam@chromium.org2011-11-231-4/+3
* Adding base URL to the frame committed message.jcivelli@chromium.org2011-11-231-0/+3
* Enhance --enable-strict-site-isolation to prevent a site-isolated renderercevans@chromium.org2011-11-231-5/+11
* Removing TOUCH_UI from content renderer.saintlou@chromium.org2011-11-221-9/+1
* Page zoom improvements:csilv@chromium.org2011-11-221-2/+2
* Get rid of view_messages.h include from chrome since TabContentsDelegate used...jam@chromium.org2011-11-221-8/+9
* Update callers of WebSecurityOrigin::isEmpty to call WebSecurityOrigin::isUniqueabarth@chromium.org2011-11-211-6/+6
* base::Bind: Convert render_view_impl.cc.jhawkins@chromium.org2011-11-191-3/+6
* Fix compile error introduced on r110794nduca@chromium.org2011-11-191-1/+1