summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
Commit message (Expand)AuthorAgeFilesLines
* Hack so that the upstream change from usingjorlow@chromium.org2010-01-131-0/+2
* Moving the CLD code to the renderer so it runs sanboxed.jcampan@chromium.org2010-01-121-5/+17
* If a backing store is not available, chrome.tabs.captureVisibleTab() asks the...skerner@chromium.org2010-01-111-5/+4
* Revert 35735 - Relanding the language detection code.jcampan@chromium.org2010-01-071-0/+3
* Relanding the language detection code.jcampan@chromium.org2010-01-071-3/+0
* Chromium to use upstream WebPageSerializer instead of glue/DomSerializer.yaar@chromium.org2009-12-231-6/+7
* Check permissions for chrome.tabs.executeScript() in theaa@chromium.org2009-12-221-38/+6
* Reverting the CLD CL altogether, the reliability bot is still red.jcampan@chromium.org2009-12-171-0/+3
* Makes the language detection happen with every page load jcampan@chromium.org2009-12-161-3/+0
* Chromium: support custom WebCore context menu items in Chromium port (downstr...pfeldman@chromium.org2009-12-091-0/+3
* Remember zoom on a per-host basis.pkasting@chromium.org2009-12-041-1/+7
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-201-4/+14
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-8/+8
* Move PasswordAutocompleteListener into the WebKit API (AGAIN)yaar@chromium.org2009-11-071-1/+1
* Wires through didChangeScrollOffset so that it triggers saving contentsky@chromium.org2009-11-061-0/+1
* Initial WebSharedWorkerImpl implementationatwilson@chromium.org2009-11-051-0/+3
* Makes it so that we sync changes in content state more often for selected tab...sky@chromium.org2009-11-051-10/+10
* Introduce WebAccessibilityControllerImpl.dglazkov@chromium.org2009-11-041-2/+3
* Add default implementations for WebViewClient and WebWidgetClientdarin@chromium.org2009-11-041-18/+0
* Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.darin@chromium.org2009-11-031-1/+0
* Chrome changes to extract the code from V8Proxy that special-casesdarin@chromium.org2009-11-031-0/+1
* Re-commit "Add new user script injection point:aa@chromium.org2009-11-031-0/+9
* Revert r30784aa@chromium.org2009-11-031-9/+0
* Add new user script injection point "document_idle" and make it the default.aa@chromium.org2009-11-031-0/+9
* Show status bubble for links that have keyboard focus. estade@chromium.org2009-10-301-2/+12
* Connect the various pieces for notifications... hook up NotificationUIManager...johnnyg@chromium.org2009-10-301-1/+1
* Log the PLT to the log file. This is a convenience formbelshe@google.com2009-10-271-0/+5
* Second attempt to swap processes on rel=noreferrer, target=blank links.creis@chromium.org2009-10-261-0/+5
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-221-1/+1
* Reverting 29783.johnnyg@chromium.org2009-10-221-5/+0
* Swaps renderer processes on links with rel=noreferrer and target=_blank.creis@google.com2009-10-221-0/+5
* Add WebFrameClient::cancelledError to avoid a dependency ondarin@chromium.org2009-10-201-3/+6
* Removed webkit_glue::FillFormToUploadFile from dom_operations.yaar@chromium.org2009-10-191-13/+0
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-1/+1
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-9/+10
* Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.tkent@chromium.org2009-10-191-0/+6
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-2/+1
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-161-6/+6
* Kill WebViewDelegate::WasOpenedByUserGesture, and instead havedarin@chromium.org2009-10-161-1/+0
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-10/+11
* Refactor notification provider in renderer process to not use a message filter.johnnyg@chromium.org2009-10-141-1/+1
* Make the acknowledgement message for querying form autofill data alwaysdarin@chromium.org2009-10-141-2/+5
* Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.dglazkov@chromium.org2009-10-131-1/+2
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-091-14/+3
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-091-1/+1
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-091-6/+15
* Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.darin@chromium.org2009-10-071-3/+3
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-071-3/+2
* Move runFileChooser from webview_delegate to WebViewClient.yaar@chromium.org2009-10-061-5/+8