summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* WebKit roll 50756:50820.japhet@chromium.org2009-11-111-2/+0
* Move PasswordAutocompleteListener into the WebKit API (AGAIN)yaar@chromium.org2009-11-071-7/+7
* Wires through didChangeScrollOffset so that it triggers saving contentsky@chromium.org2009-11-061-0/+4
* Update the find result index "(m of n)" whenever there is an active selection...johnnyg@chromium.org2009-11-061-1/+6
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-0/+17
* Initial WebSharedWorkerImpl implementationatwilson@chromium.org2009-11-051-0/+13
* Makes it so that we sync changes in content state more often for selected tab...sky@chromium.org2009-11-051-9/+34
* Introduce WebAccessibilityControllerImpl.dglazkov@chromium.org2009-11-041-16/+26
* Add default implementations for WebViewClient and WebWidgetClientdarin@chromium.org2009-11-041-38/+0
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-031-3/+23
* Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.darin@chromium.org2009-11-031-6/+4
* Fix autofill popups not closing when there are no suggestions. We have to cal...avi@chromium.org2009-11-031-1/+1
* Chrome changes to extract the code from V8Proxy that special-casesdarin@chromium.org2009-11-031-1/+26
* Re-commit "Add new user script injection point:aa@chromium.org2009-11-031-21/+52
* Revert r30784aa@chromium.org2009-11-031-52/+21
* Add new user script injection point "document_idle" and make it the default.aa@chromium.org2009-11-031-21/+52
* Conditionally added pepper_test_plugin.gyp as all.gyp dependency based on whe...apatrick@google.com2009-11-021-0/+4
* Remove WebCore dependency from accessibility_controller.dglazkov@chromium.org2009-11-021-1/+0
* Show status bubble for links that have keyboard focus. estade@chromium.org2009-10-301-2/+13
* Log the PLT to the log file. This is a convenience formbelshe@google.com2009-10-271-0/+21
* Second attempt to swap processes on rel=noreferrer, target=blank links.creis@chromium.org2009-10-261-1/+36
* Move SearchableFormData over to the WebKit API.pkasting@chromium.org2009-10-231-10/+9
* Submitting on behalf of jschuh@cevans@chromium.org2009-10-231-3/+3
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-231-8/+13
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-221-3/+2
* Reverting 29783.johnnyg@chromium.org2009-10-221-36/+1
* Swaps renderer processes on links with rel=noreferrer and target=_blank.creis@google.com2009-10-221-1/+36
* Trim unused members from SearchableFormData. Remove copies of WebCore functi...pkasting@chromium.org2009-10-211-1/+0
* Rename RenderViewHostDelegate::Autofill to RenderViewHostDelegate::FormFieldH...jhawkins@chromium.org2009-10-211-3/+3
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-201-9/+9
* Add WebFrameClient::cancelledError to avoid a dependency ondarin@chromium.org2009-10-201-15/+24
* Removed webkit_glue::FillFormToUploadFile from dom_operations.yaar@chromium.org2009-10-191-43/+0
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-12/+12
* When Chrome hands off a URL to be opened by the external host by the ViewHost...ananta@chromium.org2009-10-191-1/+2
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-2/+2
* Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.tkent@chromium.org2009-10-191-0/+18
* Moved Pepper delegate definition to chrome\renderer to allow it to usesehr@google.com2009-10-171-2/+2
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-5/+6
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-161-13/+19
* Kill WebViewDelegate::WasOpenedByUserGesture, and instead havedarin@chromium.org2009-10-161-4/+9
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-26/+25
* Refactor notification provider in renderer process to not use a message filter.johnnyg@chromium.org2009-10-141-4/+4
* The focus ring was not shown on Linux toolkit views.jcampan@chromium.org2009-10-141-1/+1
* Make the acknowledgement message for querying form autofill data alwaysdarin@chromium.org2009-10-141-10/+9
* Revert r28745 which disabled nested message loops on Mac, after Mark's fixes.jam@chromium.org2009-10-131-3/+0
* This patch enables "Save page as" (ctrl+s) for resources located atjamesr@chromium.org2009-10-131-3/+5
* Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.dglazkov@chromium.org2009-10-131-2/+4
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-1/+1
* Spawn the pepper WebPluginDelegateImpl when a MIME type begins with "pepper-".brettw@chromium.org2009-10-131-0/+9
* Disable nested message loops in Mac for now. There seems to be a problem wit...jam@chromium.org2009-10-121-0/+3