summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_view_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use FilePaths in content::DropData to avoid redundant conversions.dcheng@chromium.org2014-03-281-2/+2
* Enable ExternalPopupMenu-related code only on Mac and Android.tkent@chromium.org2014-03-251-8/+0
* Mac: ExternalPopupMenu::close should hide a showing popup menu.tkent@chromium.org2014-03-241-0/+1
* Move ShouldClose from RenderViewHost to RenderFrameHost.creis@chromium.org2014-03-111-1/+1
* Revert "Revert 249676 "Have the unload event execute in background on cr...""clamy@chromium.org2014-02-281-9/+7
* Revert 249676 "Have the unload event execute in background on cr..."creis@chromium.org2014-02-241-7/+9
* Have the unload event execute in background on cross-site navigationsclamy@chromium.org2014-02-071-9/+7
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-1/+1
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Make RenderFrameHostManager swap RenderFrameHosts, not RenderViewHosts.creis@chromium.org2013-12-181-4/+5
* Revert 241151 "Make RenderFrameHostManager swap RenderFrameHosts..."tzik@chromium.org2013-12-171-5/+4
* Make RenderFrameHostManager swap RenderFrameHosts, not RenderViewHosts.creis@chromium.org2013-12-171-4/+5
* Move TestRenderFrameHost, TestRenderViewHost and TestBackingStore to content\...jam@chromium.org2013-12-051-1/+1
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-1/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-3/+3
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-3/+6
* Move navigation and frame tree classes to a new frame_host/ directory.nasko@chromium.org2013-10-301-1/+0
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-6/+3
* Revert 230841 "Switch DropData's path field from a string16 to a..."ajwong@chromium.org2013-10-241-2/+2
* Switch DropData's path field from a string16 to a FilePath.thestig@chromium.org2013-10-241-2/+2
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-10-091-2/+2
* Revert 223982 "Remove GetActiveEntry usage from content."nasko@chromium.org2013-09-231-2/+2
* Remove GetActiveEntry usage from content.nasko@chromium.org2013-09-181-2/+2
* Make RenderFrame{Host} objects routable.ajwong@chromium.org2013-08-281-0/+7
* Cleanup: Use content::kAboutBlankURL instead of the raw string in content/.thestig@chromium.org2013-08-061-3/+3
* Move WebMenuItem to content::MenuItem.darin@chromium.org2013-07-171-1/+1
* Update the child process security policy to use explicit permission grants.gbillock@chromium.org2013-07-111-12/+4
* Move WebDropData to content::DropData and split off conversion function.darin@chromium.org2013-07-011-5/+5
* Context menu on a webpage should be positioned differently when invoked from varunjain@chromium.org2013-06-181-3/+0
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Eliminate SwapOut message parameters, keeping state in RVHM instead.creis@chromium.org2013-06-141-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* WebDropData split to content and webkit/commonscottmg@chromium.org2013-05-311-1/+1
* Check that the files the renderer wants to preserve as part of a session rest...tsepez@chromium.org2013-05-081-0/+38
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-0/+34
* Add a new pair of IPC categories for messages that need handling as input eventsjamesr@chromium.org2013-04-271-2/+3
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-35/+0
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-0/+35
* Move test_web_contents.* from content\browser\web_contents to content\test, s...jam@chromium.org2013-02-251-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-3/+3
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-021-7/+7
* Plumb drag event info through from the renderer. This CL appends the followingvarunjain@chromium.org2012-11-071-1/+2
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-1/+1
* Move remaining files in content\browser\renderer_host to content namespace.jam@chromium.org2012-10-291-8/+9
* Revert 164120 - content/browser: Move more files into the content namespace.sail@chromium.org2012-10-251-1/+0
* content/browser: Move more files into the content namespace.tfarina@chromium.org2012-10-251-0/+1
* Cleanup the IPC param traits structure:jam@chromium.org2012-09-251-0/+1
* We do not pass enums by conts references. This CL fixes style errors introducedvarunjain@chromium.org2012-09-171-1/+1
* Context menus should appear above the touch point if invoked by long press.varunjain@chromium.org2012-09-071-1/+2
* Move SessionStorageNamespace entirely into NavigationController and support S...ajwong@chromium.org2012-08-131-1/+1