summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/web_drop_target.mm
Commit message (Expand)AuthorAgeFilesLines
* Convert RTF on the pasteboard to HTML and all it to substitute if present and...pinkerton@chromium.org2010-06-041-2/+5
* Don't populate WebDropData with file URLs when dragging files.dcheng@chromium.org2010-05-241-23/+29
* Move third_pary/mozilla/include up one directory.evan@chromium.org2010-04-151-1/+1
* GTK: implement extension bookmark manager drag api.estade@chromium.org2010-03-181-6/+10
* Initial implementation of Drag and Drop for the extension BMM.feldstein@chromium.org2010-03-071-0/+18
* Add bugs, update, and remove TODOs that are no longer validpinkerton@chromium.org2010-02-051-1/+1
* 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