summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.cc
Commit message (Expand)AuthorAgeFilesLines
* This is a copy of http://codereview.chromium.org/153002/showgregoryd@google.com2009-09-181-1/+7
* Fix mouse over status bubble.darin@chromium.org2009-09-171-1/+1
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-214/+227
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-2/+2
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-4/+6
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-6/+4
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-4/+6
* Fix for bug 2932: Chrome should not trigger page reloading when turn off auto...jshin@chromium.org2009-09-141-0/+7
* Try to fix build.thakis@chromium.org2009-09-121-0/+4
* Let cmd-e write the selection into the find pasteboard.thakis@chromium.org2009-09-121-0/+17
* Linux focus ring color: Go through WebKit::WebColor api rather than through t...estade@chromium.org2009-09-111-3/+4
* Remove WebViewDelegate::SpellCheckerDocumentTag method and eliminatedarin@chromium.org2009-09-111-23/+30
* Eliminate some methods.darin@chromium.org2009-09-111-7/+6
* Make extensions use ViewMsg_EnableIntrinsicWidthChangedMode.mpcomplete@chromium.org2009-09-101-6/+1
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Hook up WebFrameClient::didUpdateCurrentHistoryItemdarin@chromium.org2009-09-101-8/+8
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-101-0/+31
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-583/+595
* Revert "Use gtk-cursor-blink from GtkSettings"evan@chromium.org2009-09-091-1/+0
* Use gtk-cursor-blink from GtkSettings to set theevan@chromium.org2009-09-091-0/+1
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-7/+53
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-12/+0
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-5/+3
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-15/+24
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-2/+2
* NNTP: Updating the thumbnail size to match the size we use on the newarv@google.com2009-09-041-2/+2
* Revert 24211 - Implement a readsize throttle within the TCP socket.laforge@chromium.org2009-09-041-10/+0
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-4/+3
* Hook up WebEditingClient.darin@chromium.org2009-09-041-44/+102
* Fix windows build.estade@chromium.org2009-09-031-1/+2
* Set the focus ring color to match the Gtk theme focus color.estade@chromium.org2009-09-031-2/+6
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-104/+94
* Make a bunch of backlogged breaking changes to the extensions API in prep for...aa@chromium.org2009-08-281-5/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-0/+11
* Implement a read-size throttle within the TCP socket.mbelshe@google.com2009-08-251-0/+10
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-231-4/+1
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-1/+2
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-191-1/+2
* We need to initialize last_top_level_navigation_page_id_ in the constructor o...ananta@chromium.org2009-08-181-0/+1
* Remove webview's dependency on webpreferences.jorlow@chromium.org2009-08-171-10/+12
* Remove WebFrame::selectAll and WebFrame::clearSelection in favor of havingdarin@chromium.org2009-08-141-4/+6
* Implementation of getBackgroundPage(), getToolstrips(), andaa@chromium.org2009-08-141-0/+17
* Address bug 12392 by only updating the PRIMARY selection if we are currentlyestade@chromium.org2009-08-131-0/+2
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-111-1/+1
* If URL requests are to be routed through the external host, the ExternalTabCo...ananta@chromium.org2009-08-101-0/+1
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-117/+143
* Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.willchan@chromium.org2009-08-071-3/+2
* Move ClosePage method to WebView.darin@chromium.org2009-08-061-1/+1