summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/web_drop_target.mm
Commit message (Expand)AuthorAgeFilesLines
* Mac: fix crash when blank URL lists dragged to/over web content.viettrungluu@chromium.org2010-01-301-13/+22
* Bulletproof the url going into a std::string and ensure it's not going topinkerton@chromium.org2009-11-061-5/+12
* We were calling to an undefined method. I was able to repro this by putting mydmaclach@chromium.org2009-11-051-2/+2
* Fix the problem that files cannot be dropped on the input widget on the Mac.jianli@chromium.org2009-10-091-1/+16
* Back out r28284 (backout of r28260), it did not cause the perf regression.mark@chromium.org2009-10-071-2/+9
* Try backing out r28260 to see if it caused the Mac startup test perf regressionmark@chromium.org2009-10-071-9/+2
* Fix up URIs of drags from the filesystem to allow them to be successfully dro...pinkerton@chromium.org2009-10-071-2/+9
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-10/+15
* Implement drops on web view.pinkerton@chromium.org2009-07-151-0/+209