summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/text_input_client_mac_unittest.mm
Commit message (Expand)AuthorAgeFilesLines
* Remove size_ts from IPC files.jam2016-02-091-2/+1
* Switch to standard integer types in content/browser/renderer_host/.avi2015-12-251-2/+5
* mac: Make content_shell almost build with the 10.11 SDK.thakis2015-10-121-2/+2
* Remove surface_id from RenderWidget/RenderWidgetHost and friendspiman2015-09-241-5/+1
* Clean up the useless GetAttributedSubstringFromRange() and the related IPC.shuchen2015-09-221-33/+0
* Disallow lazy assignment of RenderWidgetHostImpl routing IDs.dcheng2015-08-311-9/+12
* Route 'Select All' OS method through RenderWidgetHostDelegate.lgarron2015-07-101-0/+1
* Make some editing/selection functions accessible to c/b/renderer_host/mohsen2015-07-021-0/+5
* Use EXPECT_NSEQ for comparing NSRect and NSPoint.jackhou2015-07-011-2/+2
* Fix a test in text_input_client_mac_unittest.mm.erikchen2015-05-081-3/+4
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-1/+1
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-5/+3
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-191-3/+2
* Initialize RenderWidget(Host)(View)s with correct visibility statejamesr@chromium.org2013-08-201-1/+1
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-181-1/+1
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-1/+1
* Pass the SiteInstance into CreateRenderProcessHostjyasskin@chromium.org2013-06-061-1/+2
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-2/+2
* Move more mock objects that are used in one unittest file to an anonymous nam...jam@chromium.org2012-11-011-0/+3
* Move remaining files in content\browser\renderer_host to content namespace.jam@chromium.org2012-10-291-8/+4
* fix typojam@chromium.org2012-06-041-1/+1
* Move test headers from content\test to content\public\test. This way we can e...jam@chromium.org2012-06-041-2/+2
* Move mock test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-031-1/+1
* Move keyboard related methods from RenderViewHostDelegate to a new RenderWidg...jochen@chromium.org2012-05-161-1/+11
* Update some uses of TimeDelta in render widget and bookmark code.tedvessenes@gmail.com2012-04-091-2/+8
* content: Fix mac build by adding a missing using declaration.tfarina@chromium.org2012-03-161-0/+1
* Move MockRenderProcessHost to content/test and put it into the content namesp...tfarina@chromium.org2012-03-161-1/+2
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+2
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-3/+3
* Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-2/+2
* Revert 123227 - Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-2/+2
* Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-2/+2
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-2/+3
* Move TextInputClientMacTest to content_unittestsjochen@chromium.org2011-11-241-4/+4
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+2
* Move TextInputClient from chrome to content.avi@chromium.org2011-09-121-0/+212