* Don't use so much heap memory.
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/graphics/qt/ImageDecoderQt.cpp:
* platform/graphics/qt/ImageDecoderQt.h:
* platform/graphics/qt/ImageSourceQt.cpp:
* Make gif animations work for instance.
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/graphics/qt/ImageDecoderQt.cpp:
(WebCore::ImageDecoderQt::reset):
(WebCore::ImageDecoderQt::setData):
* Build in release mode
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/NotImplemented.h:
2007-11-20 Adam Treat <treat@kde.org>
* Be quiet and allow suppression of NotImplemented calls at runtime.
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/NotImplemented.h:
2007-11-19 Doug Turner <dougt@meer.net>
is now supported.
* As with URLs we only copy into the Clipboard (and not additionally to the
Selection)
-
-
- WARNING: NO TEST CASES ADDED OR CHANGED
* platform/qt/PasteboardQt.cpp:
(WebCore::Pasteboard::writeImage):
Reviewed by Lars Knoll <lars@trolltech.com>.
Apple CodingStyle fixes
-
-
- WARNING: NO TEST CASES ADDED OR CHANGED
* platform/qt/PasteboardQt.cpp:
(WebCore::Pasteboard::documentFragment):
as well.
* As with writeSelection we only copy into the Clipboard. We could
consider copying into the Selection as well.
-
-
- WARNING: NO TEST CASES ADDED OR CHANGED
* platform/qt/PasteboardQt.cpp:
(WebCore::Pasteboard::writeURL):
Reviewed by Lars Knoll <lars@trolltech.com>.
Kill whitespace
-
-
- WARNING: NO TEST CASES ADDED OR CHANGED
* platform/qt/PasteboardQt.cpp:
(WebCore::Pasteboard::documentFragment):
Use the correct function calls to convert a selection to
HTML or plain text.
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/qt/ClipboardQt.cpp:
(WebCore::ClipboardQt::setData):
(WebCore::ClipboardQt::writeRange):
* fast/dom/onerror-img.html regressed due checking the JobStates because in case of error (e.g. not being able to connect) the job will no be started.
* Use the error message from Qt. It might or might not be translated.
-
-
- WARNING: NO TEST CASES ADDED OR CHANGED
* platform/network/qt/ResourceHandleQt.cpp:
(WebCore::WebCoreSynchronousLoader::didFail):
implement most of DragData.
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/qt/DragDataQt.cpp:
(WebCore::DragData::containsColor):
(WebCore::DragData::containsFiles):
remove a stupid notImplemented() warning and implement PasteBoad::clear().
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/qt/PasteboardQt.cpp:
2007-10-24 Lars Knoll <lars@trolltech.com>
implement Pasteboard::documentFragment(), and fix a mem leak.
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/qt/PasteboardQt.cpp:
(WebCore::Pasteboard::generalPasteboard):
(WebCore::Pasteboard::documentFragment):
Simplify the PlatformKeyEvent constructor. No need to have an extra boolean for isKeyUp in there, as the QKeyEvent has the information.
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/PlatformKeyboardEvent.h:
* platform/qt/PlatformKeyboardEventQt.cpp:
(WebCore::PlatformKeyboardEvent::PlatformKeyboardEvent):
use the new QTextBoundaryFinder class in Qt.
- WARNING: NO TEST CASES ADDED OR CHANGED
-
* platform/qt/TextBoundaries.cpp:
(WebCore::findNextWordFromIndex):
(WebCore::findWordBoundary):