summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 28692 jar@chromium.org2009-10-121-6/+0
* Gather histogram data from render into browser before renderer shutdownjar@chromium.org2009-10-121-0/+6
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-091-34/+7
* 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/+33
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-081-2/+3
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.darin@chromium.org2009-10-071-12/+12
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-071-7/+5
* Move runFileChooser from webview_delegate to WebViewClient.yaar@chromium.org2009-10-061-22/+36
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+1
* Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...sidchat@chromium.org2009-10-051-1/+1
* Adds desktop notification support for renderer process, and enables the build...johnnyg@chromium.org2009-10-051-0/+5
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-031-43/+49
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-1/+0
* Restore plumbing for the spelling panel on Mac.darin@chromium.org2009-10-021-0/+4
* Move various methods from glue/webview.h to api/public/WebView.h darin@chromium.org2009-10-011-14/+9
* Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.hmal@chromium.org2009-10-011-9/+14
* Move various methods from glue/webview.h to api/public/WebView.hdarin@chromium.org2009-10-011-14/+9
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-75/+73
* Address review comments.thakis@chromium.org2009-09-301-3/+3
* Relanding:mbelshe@google.com2009-09-301-0/+10
* WebView::DownloadImage refactoredyaar@chromium.org2009-09-291-6/+32
* Fix cmd-up/cmd-down.thakis@chromium.org2009-09-291-1/+6
* Get rid of the need for cross process events in order to get plugin processes...jam@chromium.org2009-09-291-7/+6
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-291-1/+7
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-38/+29
* Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-281-7/+1
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-281-1/+7
* Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-7/+1
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-1/+7
* Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-7/+1
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-1/+7
* Plumb the new mixed content API callbacks to the tab contents. We'll actuallyabarth@chromium.org2009-09-251-0/+12
* Move another method from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-251-4/+4
* Move some more methods from WebViewDelegate to WebViewClient.darin@chromium.org2009-09-241-20/+20
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-2/+1