summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_view_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Prevents an old RenderViewHost from preempting a cross-site navigation once t...creis@chromium.org2009-11-071-10/+49
* Correctly route the notifications permission-request-complete callback to the...johnnyg@chromium.org2009-11-061-1/+2
* Highlight node with mouse over it while selecting element to inspectapavlov@chromium.org2009-11-051-15/+1
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-041-0/+9
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-031-1/+1
* DevTools: support cross-navigation instrumentation.pfeldman@chromium.org2009-11-021-0/+9
* Add initial implementation of AutoFill++. This implementation is hidden behi...jhawkins@chromium.org2009-10-281-0/+5
* Enable HTML5 databases for all extension renderer processes.dumi@chromium.org2009-10-241-2/+4
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-2/+2
* Fix conflicts between accelerator keys and HTML DOM accesskeys.suzhe@chromium.org2009-10-231-2/+3
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-221-2/+1
* Rename RenderViewHostDelegate::Autofill to RenderViewHostDelegate::FormFieldH...jhawkins@chromium.org2009-10-211-14/+14
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-201-6/+7
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-5/+1
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-161-4/+5
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-161-9/+9
* Add histogram for how tab closing time. Did some cleanup along the way. Mov...jam@chromium.org2009-10-141-12/+3
* Make the acknowledgement message for querying form autofill data alwaysdarin@chromium.org2009-10-141-10/+12
* Browser side support (sans UI) for desktop notifications.johnnyg@chromium.org2009-10-121-0/+33
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Revert r28293.jhawkins@chromium.org2009-10-071-21/+5
* Change detectLanguage() API to now return the top three languages as well the...sidchat@chromium.org2009-10-071-5/+21
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-071-4/+4
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-2/+23
* Prevents a duplicate beforeunload dialog after window.close().creis@google.com2009-10-061-1/+3
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-031-1/+1
* Pass unhandled keyup messages coming in from the renderer to the underlying v...ananta@chromium.org2009-10-031-8/+1
* Revert my attempt at cleaning up RenderViewHost::UnhandledKeyboardEvent in my...jam@chromium.org2009-10-021-2/+10
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-021-10/+9
* Add some debugging junk to ExtensionMessageService to track down a crash.mpcomplete@chromium.org2009-10-011-0/+5
* Stops the throbber from spinning if the user cancels a beforeunload dialog,creis@google.com2009-09-301-0/+9
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-60/+8
* Update our mixed content state with information from the new mixed contentabarth@chromium.org2009-09-261-0/+8
* Add LOG(INFO) debug output to help track down extension browsertest flakinessrafaelw@chromium.org2009-09-251-0/+4
* Plumb the new mixed content API callbacks to the tab contents. We'll actuallyabarth@chromium.org2009-09-251-0/+11
* Implemented upload progress indicator in status bar.darin@chromium.org2009-09-251-2/+4
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-191-0/+4
* Revert 26635 - Change the view mode when switching between moles and toolstri...mbelshe@google.com2009-09-181-4/+0
* Change the view mode when switching between moles and toolstrips, anderikkay@chromium.org2009-09-181-0/+4
* This CL makes the browser focus tests faster by replacingjcampan@chromium.org2009-09-181-0/+4
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-181-0/+10
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-6/+8
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-8/+6
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-6/+8
* Fix for bug 2932: Chrome should not trigger page reloading when turn off auto...jshin@chromium.org2009-09-141-0/+4
* Let cmd-e write the selection into the find pasteboard.thakis@chromium.org2009-09-121-0/+7
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-101-0/+7
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-0/+4
* Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...japhet@chromium.org2009-09-081-7/+0