Home | History | Annotate | Download | only in WebCore

Lines Matching full:pasteboard

8753         (WebCore::Pasteboard::canSmartReplace):
35291 [GTK] editing/pasteboard/dataTransfer-setData-getData.html fails on GTK+
35802 Test: editing/pasteboard/dataTransfer-setData-getData.html
39365 Test: editing/pasteboard/dataTransfer-setData-getData.html
42145 (WebCore::Pasteboard::writeImage):
50049 [BREWMP] Add dummy Pasteboard
50052 Pasteboard is not supported yet. Add dummy implementation to avoid link errors.
50055 (WebCore::Pasteboard::generalPasteboard):
50056 (WebCore::Pasteboard::Pasteboard):
50057 (WebCore::Pasteboard::clear):
50058 (WebCore::Pasteboard::writeSelection):
50059 (WebCore::Pasteboard::writePlainText):
50060 (WebCore::Pasteboard::writeURL):
50061 (WebCore::Pasteboard::writeImage):
50062 (WebCore::Pasteboard::canSmartReplace):
50063 Pasteboard::plainText):
50064 (WebCore::Pasteboard::documentFragment):
51425 Pasteboard doesn't work in WebKit2.
51434 (WebCore::Pasteboard::documentFragmentWithRtf): Stylistic changes.
54508 (WebCore::Pasteboard::writeSelection):
55573 * platform/Pasteboard.h:
55575 (WebCore::Pasteboard::writeSelection): replaced call to Appkit with one that
55577 (WebCore::Pasteboard::documentFragmentWithImageResource): Re-implemented at the
55579 (WebCore::Pasteboard::documentFragmentWithRtf): Re-implemented at the
55582 (WebCore::Pasteboard::documentFragment): Extended to include all the functionality
57428 Test: editing/pasteboard/copy-without-common-block-crash.html
64676 unfortunately, a special exception is currently made for pasteboard
68534 (WebCore::Pasteboard::writeImage):
71530 (WebCore::Pasteboard::writeImage):
72653 Test: editing/pasteboard/paste-event-only-once.html
72659 Expose a function which just pastes using from the general pasteboard,
73045 (WebCore::Pasteboard::writeSelection):
73520 editing/pasteboard/bad-placeholder.html fails with --html5-treebuilder
73558 editing/pasteboard/paste-visible-script.html is broken with --html5-treebuilder
77552 REGRESSION(r65208): editing/pasteboard/smart-paste-003.html and smart-paste-004.html crash on Windows Chromium
77560 Test: editing/pasteboard/smart-paste-003-trailing-whitespace.html
78264 Tests: editing/pasteboard/drop-text-events-sideeffect.html
78265 editing/pasteboard/drop-text-events.html
82385 * platform/Pasteboard.h:
83340 Test: editing/pasteboard/paste-text-events.html
84577 * platform/Pasteboard.h:
85729 * platform/Pasteboard.h:
94673 (WebCore::Pasteboard::Pasteboard):
94674 (WebCore::Pasteboard::plainText):
94675 (WebCore::Pasteboard::documentFragment):
95031 (WebCore::Pasteboard::writeImage):
96908 (WebCore::Pasteboard::writeSelection):
96909 (WebCore::Pasteboard::writeURL):
96910 (WebCore::Pasteboard::plainText):
96911 (WebCore::Pasteboard::documentFragment):
113379 [GTK] Pasteboard code does not take into account the nil character when getting and setting markup/netscape-url data
113383 Netscape URL pasteboard types. This means that if the selection data
113385 When setting the pasteboard data the null terminator is now included to
113394 Always include the null-terminator when setting pasteboard data manually. This matches
116552 - Implement the FragmentScriptingNotAllowed hack for platform/Pasteboard.
116562 (WebCore::Pasteboard::documentFragment): ditto.
118006 * platform/Pasteboard.h:
119426 Test: editing/pasteboard/drag-drop-iframe-refresh-crash.html
120571 (WebCore::Pasteboard::writeURL): Use DataObjectGtk::setURL.
121266 Tests: editing/pasteboard/copy-resolves-urls.html
121280 (WebCore::Pasteboard::writeSelection):
121286 (WebCore::Pasteboard::writeSelection):
121288 (WebCore::Pasteboard::writeSelection):
121292 (WebCore::Pasteboard::writeSelection):
124644 (WebCore::Pasteboard::writeImage):
124648 (WebCore::Pasteboard::writeImage):
124964 Test: editing/pasteboard/file-drag-to-editable.html
130723 Switch all methods in Pasteboard to use the PasteboardHelper + DataObjectGtk
130727 (WebCore::Pasteboard::writeSelection): Switch to using PasteboardHelper.
130728 (WebCore::Pasteboard::writePlainText): Ditto.
130729 (WebCore::Pasteboard::writeURL): Ditto.
130730 (WebCore::Pasteboard::writeImage): Ditto.
130731 (WebCore::Pasteboard::clear): Small cleanup.
130732 (WebCore::Pasteboard::documentFragment): Switch to using PasteboardHelper.
130733 (WebCore::Pasteboard::plainText): Ditto.