1. 036f955 Support InputEvent.dataTransfer for the InputEvent spec by wenson_hsieh@apple.com · 8 years ago
  2. 0396ac0 CachedResource client handling methods should take reference by commit-queue@webkit.org · 8 years ago
  3. ac35ffd [Web IDL] Specify default values for optional parameters of type 'DOMString' by cdumez@apple.com · 9 years ago
  4. 11ff47c Remove "virtual" from all lines that have both "virtual" and "override". by darin@apple.com · 9 years ago
  5. a7f7319 Remove equalIgnoringCase since all callers really wanted equalIgnoringASCIICase by darin@apple.com · 9 years ago
  6. 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
  7. ad2beb5 Convert more creator functions to return Ref instead of PassRefPtr. by akling@apple.com · 10 years ago
  8. fb77811 Use std::unique_ptr instead of PassOwnPtr|OwnPtr for Pasteboard by commit-queue@webkit.org · 10 years ago
  9. a9c60c9 Have is<>(T*) function do a null check on the pointer argument by cdumez@apple.com · 10 years ago
  10. ef5c176 Use is<HTML*Element>() instead of isHTML*Element() - Part 2 by cdumez@apple.com · 10 years ago
  11. 72754ba Use downcast<HTML*Element>() instead of toHTML*Element() by cdumez@apple.com · 10 years ago
  12. d4ab119 Have DataTransfer::files() return a reference by cdumez@apple.com · 10 years ago
  13. 39522ac setData() of DataTransfer has a void return type by jinwoo7.song@samsung.com · 11 years ago
  14. c559d64 Automatically zip document bundles used via File API by ap@apple.com · 11 years ago
  15. a2495a7 Eliminate "well known MIME type" support by ap@apple.com · 11 years ago
  16. 701f986 Stop using BlobData on client side by ap@apple.com · 11 years ago
  17. 1fddc77 Dropzone effects don't work in non-file documents by ap@apple.com · 11 years ago
  18. 2e8e986 DataTransfer should cache its FileList by ap@apple.com · 11 years ago
  19. 236ec76 Source/WebCore: Rename Clipboard to DataTransfer by ap@apple.com · 11 years ago[Renamed (75%) from Source/WebCore/dom/Clipboard.cpp]
  20. 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
  21. 004bcfe Start to use std::unique_ptr for DragImageLoader by gyuyoung.kim@samsung.com · 11 years ago
  22. 28c9d4a Stop using PLATFORM(MAC) in WebCore except where it means “OS X but not iOS” by mitz@apple.com · 11 years ago
  23. 16d2dd4 Change all uses of FINAL to final now that all our compilers support it by andersca@apple.com · 11 years ago
  24. 2dfe6cb Remove workaround for compilers not supporting explicit override control by commit-queue@webkit.org · 11 years ago
  25. 2dd8bf0 Consolidate various frame snapshot capabilities. by commit-queue@webkit.org · 11 years ago
  26. dd9a046 Unreviewed, rolling out r159455. by commit-queue@webkit.org · 11 years ago
  27. 6978d8e Consolidate various frame snapshot capabilities. by commit-queue@webkit.org · 11 years ago
  28. 622b1a4 Node::document() should return a reference. <https://webkit.org/b/120496> by akling@apple.com · 11 years ago
  29. c566ba9 Make JavaScript binding for Clipboard::types more normal by darin@apple.com · 12 years ago
  30. a795162 No need for hasData in Clipboard https://bugs.webkit.org/show_bug.cgi?id=120269 by darin@apple.com · 12 years ago
  31. a9be509 <https://webkit.org/b/120088> Define Clipboard::hasData() only when building with drag support by dbates@webkit.org · 12 years ago
  32. e1f9f08 <https://webkit.org/b/119993> Remove most remaining platform-specific code from Clipboard class by darin@apple.com · 12 years ago
  33. ec40fe3 <https://webkit.org/b/119949> Factor Clipboard into drag and non-drag parts by darin@apple.com · 12 years ago
  34. 6535ea2 <https://webkit.org/b/119948> Change drag-specific clipboard writing in DragController to go straight to Pasteboard, not forward through Clipboard by darin@apple.com · 12 years ago
  35. e316d68 <https://webkit.org/b/119947> Remove LEGACY_STYLE_ABSTRACT_CLIPBOARD_CLASS by darin@apple.com · 12 years ago
  36. ce2f236 <https://webkit.org/b/119946> Move some code used only by EventHandler from Clipboard to EventHandler by darin@apple.com · 12 years ago
  37. 795608a <https://webkit.org/b/119940> Rename Clipboard::m_dragLoc to m_dragLocation by darin@apple.com · 12 years ago
  38. 2489e83 Adopt is/toHTMLImageElement for code cleanup by kangil.han@samsung.com · 12 years ago
  39. 0ba0c2a Remove custom binding for Clipboard setDragImage function by darin@apple.com · 12 years ago
  40. 3471f32 Remove custom binding for the Clipboard clearData function by darin@apple.com · 12 years ago
  41. 0692f75 [Mac] Make Clipboard::create functions for Mac platform independent by moving Pasteboard creation to Pasteboard functions by darin@apple.com · 12 years ago
  42. cd75ab7 Move drag-specific Clipboard functions inside ENABLE(DRAG_SUPPORT) by darin@apple.com · 12 years ago
  43. b417092 Frame::editor() should return a reference by andersca@apple.com · 12 years ago
  44. 75acd1d [Mac] Move setDragImage from ClipboardMac to PasteboardMac by darin@apple.com · 12 years ago
  45. b1cadf5 Source/WebCore: [Mac] Move writeRange/PlainText/URL from ClipboardMac to PasteboardMac by darin@apple.com · 12 years ago
  46. 7e704b8 [Mac] Moved files function from ClipboardMac to PasteboardMac by darin@apple.com · 12 years ago
  47. c454383 [Mac] Move types function from ClipboardMac to PasteboardMac by darin@apple.com · 12 years ago
  48. 37a7310 [Mac] Move setData from ClipboardMac to PasteboardMac by darin@apple.com · 12 years ago
  49. 74989a6 [Mac] Move getData from ClipboardMac to PasteboardMac by darin@apple.com · 12 years ago
  50. 6fa1fad [Mac] Move clearAllData from ClipboardMac to PasteboardMac by darin@apple.com · 12 years ago
  51. 137f602 [Mac] Move clearData from ClipboardMac to PasteboardMac by darin@apple.com · 12 years ago
  52. 8a14cf8 [Mac] Move hasData from ClipboardMac to PasteboardMac by darin@apple.com · 12 years ago
  53. a3d582c [Mac] Give every Clipboard an underlying Pasteboard by darin@apple.com · 12 years ago
  54. 87a467c ScriptWrappable subclasses shouldn't have to include WeakInlines.h by andersca@apple.com · 12 years ago
  55. 123e4aa Make Frame's ScriptController an OwnPtr and remove the #include by weinig@apple.com · 12 years ago
  56. fe5a0f0 Remove some includes of CachedImage.h by ap@apple.com · 12 years ago
  57. 3a4311f Data store should be readable in dragstart/copy/cut events by dcheng@chromium.org · 12 years ago
  58. fa616dd Unreviewed rollout of http://trac.webkit.org/r144530 by abarth@webkit.org · 12 years ago
  59. fc363ce Reduce amount of rebuilding when touching networking headers by ap@apple.com · 12 years ago
  60. 0b87a6c Unreviewed, rolling out r144422 and r144424. by commit-queue@webkit.org · 12 years ago
  61. b2f1372 Reduce amount of rebuilding when touching networking headers by ap@apple.com · 12 years ago
  62. 7b36cd4 Unreviewed, rolling out r107894. by dcheng@chromium.org · 13 years ago
  63. 08bc11e dataTransfer.types (HTML5 drag & drop) should return DOMStringList by dcheng@chromium.org · 13 years ago
  64. 5d3127d Revert code changes from r105800 https://bugs.webkit.org/show_bug.cgi?id=77071 by dcheng@chromium.org · 13 years ago
  65. 020e124 dropzone does not normalize type strings by dcheng@chromium.org · 13 years ago
  66. 13ef55e Update dropzone implementation per spec update by yael.aharon@nokia.com · 13 years ago
  67. cd260dd webkit should implement the dropzone attribute by yael.aharon@nokia.com · 14 years ago
  68. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/dom/Clipboard.cpp]
  69. 5a108ce 2010-09-21 Daniel Cheng <dcheng@chromium.org> by commit-queue@webkit.org · 14 years ago
  70. c36b6c9 2010-03-25 Tony Chang <tony@chromium.org> by tony@chromium.org · 15 years ago
  71. 006f1fc 2010-03-23 Darin Adler <darin@apple.com> by darin@apple.com · 15 years ago
  72. 6183bf9 2010-03-14 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  73. a421f48 Rubber-stamped by Oliver Hunt. by bweinstein@apple.com · 15 years ago
  74. 057730b Drag and Drop source/destination code needs cleanup. by bweinstein@apple.com · 15 years ago
  75. 1543cd6 Follow up to <https://bugs.webkit.org/show_bug.cgi?id=33635>. by bweinstein@apple.com · 15 years ago
  76. b8cf5d8 [DnD] effectAllowed and dropEffect can be set to bogus values. by bweinstein@apple.com · 15 years ago
  77. 466d03c Roll out r53270 because it broke 5 layout tests. by bweinstein@apple.com · 15 years ago
  78. 7cc5452 [DnD] effectAllowed and dropEffect can be set to bogus values. by bweinstein@apple.com · 15 years ago
  79. 2d214e7 WebCore: REGRESSION (r49268): DHTML drag not allowed unless event.dataTransfer.effectAllowed by bweinstein@apple.com · 15 years ago
  80. 35be7cf 2009-11-12 Daniel Bates <dbates@webkit.org> by dbates@webkit.org · 15 years ago
  81. 58165d4 2009-09-11 Eric Seidel <eric@webkit.org> by eric@webkit.org · 15 years ago
  82. 99e6cde 2009-09-09 Jens Alfke <snej@chromium.org> by eric@webkit.org · 15 years ago
  83. 1179cd6 Split ScrollAlignment and ScrollBehavior out of RenderLayer.h so that by mrowe@apple.com · 16 years ago
  84. d5ceaf8 JavaScriptCore: by darin@apple.com · 17 years ago
  85. 432b13e Clear stray executable bit. by darin@apple.com · 17 years ago
  86. 9999bb8 2008-03-07 Simon Hausmann <hausmann@webkit.org> by hausmann@webkit.org · 17 years ago
  87. 6d270f6 WebCore: by weinig@apple.com · 17 years ago
  88. 734fbf6 JavaScriptCore: by darin@apple.com · 17 years ago
  89. 9a361b2 2008-02-05 Rodney Dawes <dobey@wayofthemonkey.com> by mrowe@apple.com · 17 years ago
  90. 4eee869 2007-03-16 Oliver Hunt <oliver@apple.com> by oliver · 18 years ago
  91. b63b293 2007-02-22 Oliver Hunt <oliver@apple.com> by oliver · 18 years ago
  92. cd54bad 2007-02-18 Oliver Hunt <oliver@apple.com> by oliver · 18 years ago
  93. a485c2f by oliver · 18 years ago
  94. aeffa29 2007-01-23 Oliver Hunt <oliver@apple.com> by oliver · 18 years ago