summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/web_drop_target_unittest.mm
Commit message (Collapse)AuthorAgeFilesLines
* Mac: fix crash when blank URL lists dragged to/over web content.viettrungluu@chromium.org2010-01-301-14/+45
| | | | | | | | | BUG=33696 TEST=See bug report for repro steps and make sure they no longer apply. Verify that dragging stuff to web contents works as before. Review URL: http://codereview.chromium.org/551221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37639 0039d316-1c4b-4281-b951-d872f2087c98
* Moved a whole pile of unittests over to CocoaTest.dmaclach@chromium.org2009-11-191-10/+7
| | | | | | | | | | | AboutIPC.xib - Connected up controller to its window and the window delegate to the controller. BUG=26484, 26484 TEST=See repro steps in bugs. Review URL: http://codereview.chromium.org/402066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32551 0039d316-1c4b-4281-b951-d872f2087c98
* First of several patches to get rid of MessageLoop caching now that we have ↵jam@chromium.org2009-10-281-1/+0
| | | | | | | | | ChromeThread::PostTask. BUG=25354 Review URL: http://codereview.chromium.org/342020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30383 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 29844 - Disable the Web drop target unittests because theynsylvain@chromium.org2009-10-231-5/+5
| | | | | | | | | | | | | keep crashing. BUg=25586 Review URL: http://codereview.chromium.org/330001 TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/327004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29853 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the Web drop target unittests because theynsylvain@chromium.org2009-10-231-5/+5
| | | | | | | | | | keep crashing. BUg=25586 Review URL: http://codereview.chromium.org/330001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29844 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix memory leak in some mac tests.estade@chromium.org2009-09-101-0/+5
| | | | | | Review URL: http://codereview.chromium.org/192061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25884 0039d316-1c4b-4281-b951-d872f2087c98
* Implement drops on web view.pinkerton@chromium.org2009-07-151-0/+106
BUG=13155, 15657 TEST=Dragging from other applications to web view should load urls or drop text depending on where in the view the drop occurs. Same with drags from the desktop. Drags within text fields on a webpage should work. Review URL: http://codereview.chromium.org/149626 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20737 0039d316-1c4b-4281-b951-d872f2087c98