summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_view_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a couple ImageSkia implicit conversion bugs.pkotwicz@chromium.org2012-07-091-1/+1
* Relanding r144115: Manage Isolated Context with reference counts w/o DCHECKkinuko@chromium.org2012-06-261-3/+5
* Revert 144115 - Manage IsolatedContext with reference countskinuko@chromium.org2012-06-261-5/+3
* Manage IsolatedContext with reference countskinuko@chromium.org2012-06-261-3/+5
* DragEnter grants RequestURL to entire file:// scheme.tsepez@chromium.org2012-06-081-5/+23
* Move mock test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-031-1/+1
* Revert 137184 - DragEnter grants both read and navigate permissions to files.tsepez@chromium.org2012-06-011-18/+4
* Multi-select <select> in 'external popup window'aruslan@chromium.org2012-05-261-5/+13
* Move RenderViewHostDelegate::View to content/port and rename it to RenderView...jam@chromium.org2012-05-241-24/+12
* Make RenderViewHost show the mac popupmenu itself instead of going through RVHD.jam@chromium.org2012-05-231-6/+0
* Plumb event flags (shift/alt/ctrl modifiers) for drag/drop events to WebKit.varunjain@chromium.org2012-05-171-1/+1
* DragEnter grants both read and navigate permissions to files.tsepez@chromium.org2012-05-151-4/+18
* TabContents -> WebContentsImpl, part 11.avi@chromium.org2012-04-131-3/+4
* TabContents -> WebContentsImpl, part 4.avi@chromium.org2012-04-111-1/+1
* TabContents -> WebContentsImpl, part 3.avi@chromium.org2012-04-101-1/+1
* Rename and move TestTabContents to content::TestWebContents.joi@chromium.org2012-03-231-5/+6
* Clean up a few TODO items.joi@chromium.org2012-03-221-3/+3
* Use about:blank as the failback URL if the filter denies a navigation.cevans@chromium.org2012-03-211-2/+2
* Move MockRenderProcessHost to content/test and put it into the content namesp...tfarina@chromium.org2012-03-161-1/+1
* Add unit test for AllowBindings check.creis@chromium.org2012-03-151-0/+11
* Introduce abstractions to allow embedders to test RenderViewHostjoi@chromium.org2012-03-121-12/+15
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-1/+1
* Create a content public browser API around the ChildProcessSecurityPolicy cla...ananta@chromium.org2012-02-091-2/+2
* Don't grant renderers URL permissions based upon dragging highlighted text ac...tsepez@chromium.org2012-02-031-0/+13
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-2/+2
* Rename NavigationController to NavigationControllerImpl. I'll get rid of cont...jam@chromium.org2012-01-041-1/+1
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Change NavigationController::LoadURL to take a Referrer class instead of a GU...jochen@chromium.org2011-12-051-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+3
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+1
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-2/+2
* Remove redundant LoadURLWithHeaders method.rogerta@chromium.org2011-09-101-1/+1
* Remove TabContentsView methods that just call to the delegate, and have them ...jam@chromium.org2011-07-111-13/+0
* Fix bug where dragged Javascript URLs get over-filtered and end up nameless.maf@chromium.org2011-06-221-0/+7
* When dragging file:// links off a web page, don't populate thetony@chromium.org2011-06-071-0/+92