[[PageOutline]] = Feature documentation for !QtWebKit 2.0 = == Overview == !QtWebKit 2.0 is a web content engine based on the open source WebKit project. !QtWebKit has broad support for modern web technologies and is compliant with typical web content. !QtWebKit is developed in the trunk of WebKit's source code repository, which enables every new release of !QtWebKit to include the latest developments from the WebKit project. As a general indicator of web compliance, !QtWebKit passes all current ACID tests (1 to 3). !QtWebKit has a C++ API that allows Qt applications to embed web content, and to examine and manipulate the web content. The !QtWebKit C++ API is extensively documented in the !QtWebKit documentation. The C++ API documentation for !QtWebKit 2.0 is included in Qt 4.7 documentation, available at http://doc.qt.nokia.com. !QtWebKit 2.0 is included in Qt 4.7. It can also be used with Qt 4.6, although this case is not covered by commercial support from Nokia. == What's new in !QtWebKit 2.0 == The highlights of the !QtWebKit 2.0 release are listed here * Increased focus on performance through new performance benchmarks and benchmarking tools * Increased focus on quality e.g. through improved automatic test coverage * Tiling support in QGraphicsWebView, for improved scrolling and zooming performance * Frame flattening (resize frames to fit their content to avoid separate scrollbars) * Improvements in the native look and feel on Maemo 5 * Hybrid development: support for transporting QPixmaps between Qt C++ and WebKit, and improved documentation for hybrid C++ and !QtWebKit projects * Full screen editing of elements on mobile platforms * A new theme for form controls on mobile platforms. The theme has been designed to be compliant with web content and it is independent from the current device theme and the QStyle used by the application. * Support for CSS 'view-mode' media feature * Support for accelerated compositing, which enhances the performance of CSS animations and transitions * Experimental support for spatial navigation (navigating the web page with arrow keys) * Technology preview, not enabled by default: JIT support on Symbian == JavaScript JIT == Just-in-time (JIT) compilation for JavaScript is supported on the following platforms: * Mac OS X, 64-bit and 32-bit * Windows desktop platforms when using Microsoft Visual C++ or gcc 4.1 or higher (MinGW). 32-bit build only; JIT is not supported on 64-bit builds on Windows. * Linux on x86 platforms with gcc 4.1 or higher * Linux on ARM (Thumb-2 JIT is not currently used) * Linux on MIPS architecture, maintained by MIPS Technologies. * Symbian (experimental, not enabled by default) == Netscape Plug-in API == !QtWebKit supports the Netscape Plug-in API on X11, Windows, and Mac OS X. == Web Standard and Specification Support == Please see this page for supported specifications: QtWebKitSupportedStandards. == Full list of bugs and commits == Since the branch was forked from trunk on [http://gitorious.org/webkit/qtwebkit/commit/475032b commit 475032b] ([56441] on SVN), the following bugs have been fixed and commits made (please note that all tasks on webkit are tracked using a "bug" ticket): === Bugs fixed (tasks) === * [https://webkit.org/b/6274 #6274]: text repainting does not account for glyphs which draw outside the typographic bounds of the font * [https://webkit.org/b/21300 #21300]: REGRESSION: Qt Mac scrollbars should avoid scroll corner resizers * [https://webkit.org/b/24289 #24289]: [Qt] lacks clipToImageBuffer() * [https://webkit.org/b/25756 #25756]: Explicit guards for ENABLE_GEOLOCATION * [https://webkit.org/b/26224 #26224]: [Qt, Gtk] Allows build-webkit script to receive an install prefix as parameter * [https://webkit.org/b/28697 #28697]: WebKit crash on WebCore::Node::nodeIndex() * [https://webkit.org/b/29381 #29381]: [Qt] [Regression] QWebView::setHtml() executes script body twice * [https://webkit.org/b/29431 #29431]: [Qt] REGRESSION:(r50665) QWebFrame::setScrollBarPolicy(Qt::Vertical,Qt::ScrollBarAlwaysOff) has no effect. * [https://webkit.org/b/29450 #29450]: [Qt] QWebPluginFactory: When providing a widget for the PDF mime type it will cause a crash * [https://webkit.org/b/29899 #29899]: [Qt] Add a way to stop delayed redirect requests * [https://webkit.org/b/30879 #30879]: Loading HTML with a JS alert() when the DocumentLoader has been set to not defer data load results in ASSERT * [https://webkit.org/b/31403 #31403]: [Qt] Disable pthread_setname_np. * [https://webkit.org/b/31407 #31407]: [PATCH] [Qt] Compilation with Plugins disabled is broken * [https://webkit.org/b/31670 #31670]: [Qt] Remove the definition of WTF_CHANGES guards from the build system * [https://webkit.org/b/31719 #31719]: [Qt] Loading of large page can take up to 10 seconds * [https://webkit.org/b/31779 #31779]: QWebPage::findText() does not clear selection when passed empty string * [https://webkit.org/b/32196 #32196]: Make it possible to distinguish between NPAPI plugins and Application plugins * [https://webkit.org/b/32922 #32922]: [Qt] fast/text/find-hidden-text.html * [https://webkit.org/b/33150 #33150]: Do not render the full frame when there is some elements with fixed positioning * [https://webkit.org/b/33176 #33176]: [Qt] The FIRST letter in the PASSWORD field is taken in UPPERCASE by DEFAULT in gmail.com web page * [https://webkit.org/b/33280 #33280]: [RVCT] ACID3 test crash * [https://webkit.org/b/33875 #33875]: [Qt] QWebPage::userAgentForUrl is terrible API * [https://webkit.org/b/34081 #34081]: [Qt] QtWebkit apps crash on exit on Symbian{{{^}}}3 onwards * [https://webkit.org/b/34262 #34262]: Accept XHTML MP content type as XHTML content * [https://webkit.org/b/34614 #34614]: [Qt] npapi header leaves XP_WIN flag defined even when __SYMBIAN32__ flag is found * [https://webkit.org/b/34729 #34729]: [Qt] Exposing an QVariantMap containing QObjectStar to Javascript causes Segmentation Fault * [https://webkit.org/b/34730 #34730]: [Qt] Null QObjects properties cause Segmentation Fault * [https://webkit.org/b/34888 #34888]: Mac OS X: Use deployment target to determine whether memory tagging should be enabled * [https://webkit.org/b/35005 #35005]: [Qt] REGRESSION(r54811) fast/canvas/drawImage-with-negative-source-destination.html fails * [https://webkit.org/b/35112 #35112]: [Qt] Windowed netscape plugins don't work with QGraphicsWebView on Symbian * [https://webkit.org/b/35251 #35251]: [Qt] QtLauncher crashes on Mac OS and Linux when exiting with QGraphicsView mode enabled * [https://webkit.org/b/35312 #35312]: [Qt] GraphicsLayer: preserves-3d and backface visibility * [https://webkit.org/b/35340 #35340]: [Qt] Enable alternate HTML/JavaScript front-ends for Web Inspector * [https://webkit.org/b/35393 #35393]: [Qt] GraphicsLayer: performance optimizations * [https://webkit.org/b/35607 #35607]: Allow building smoothly on win32 and win64 using GCC * [https://webkit.org/b/35702 #35702]: [Qt] Add more support for InputTextController * [https://webkit.org/b/35861 #35861]: [Qt] Add documentation to the QtWebkit bridge * [https://webkit.org/b/36187 #36187]: Rename window.media to window.styleMedia * [https://webkit.org/b/36216 #36216]: [Qt] GraphicsLayer: support fill-modes * [https://webkit.org/b/36244 #36244]: [Qt] QtLauncher's FPS info should not be displayed on the terminal * [https://webkit.org/b/36270 #36270]: [Qt] QtLauncher needs an option to Enable/Disable a QGLWidget as Viewport * [https://webkit.org/b/36312 #36312]: Support viewport meta tag * [https://webkit.org/b/36316 #36316]: Tiles of selected content do not update if not in viewport * [https://webkit.org/b/36365 #36365]: [Qt] [Performance] GraphicsLayer: constructing the layers takes too long * [https://webkit.org/b/36368 #36368]: [Qt] Maemo5 theme - customized popup for custom rendering * [https://webkit.org/b/36370 #36370]: [Qt] Maemo5 theme - form controls style * [https://webkit.org/b/36395 #36395]: [Qt] Patch to add support for Content-Disposition... * [https://webkit.org/b/36413 #36413]: [Qt] RenderTheme: fix size adjustment for text fields * [https://webkit.org/b/36446 #36446]: [Qt] QWebSettings::TiledBackingStoreEnabled attribute lacks documentation and default value * [https://webkit.org/b/36451 #36451]: [Qt] User Agent Switcher on QtLauncher * [https://webkit.org/b/36463 #36463]: Spatial Navigation: make it work with focusable elements in overflow content * [https://webkit.org/b/36510 #36510]: [chromium] use integral glyph widths * [https://webkit.org/b/36522 #36522]: [Qt] Rename QWebSettings::XSSAuditorEnabled to XSSAuditingEnabled * [https://webkit.org/b/36526 #36526]: [Qt] Compilation error on Qt for Embedded Linux built with -qconfig large * [https://webkit.org/b/36529 #36529]: [Qt] Compilation error on Qt for Embedded Linux built with -qconfig medium * [https://webkit.org/b/36531 #36531]: [Qt][GTK] http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html fails after r56394 * [https://webkit.org/b/36532 #36532]: [Qt] Use integer pixel metric QFont API to fix rounding errors in text rendering on the Mac * [https://webkit.org/b/36533 #36533]: [Qt] Compilation error on Qt for Embedded Linux built with -qconfig small * [https://webkit.org/b/36538 #36538]: [Qt] Add mechanism to detect QtWebKit 2.0 via the preprocessor * [https://webkit.org/b/36547 #36547]: [Qt] Forward ENABLE_DATALIST macro to JavaScript enabled macros * [https://webkit.org/b/36553 #36553]: [Qt] Missing QWebSettings for Frame Flattening * [https://webkit.org/b/36558 #36558]: [Qt] Add enable/disable Frame Flattening option to QtLauncher * [https://webkit.org/b/36569 #36569]: SQLStatementErrorCallback's return value needs to be converted to a boolean * [https://webkit.org/b/36589 #36589]: [Qt] GraphicsLayer: Timing functions don't work with transitions * [https://webkit.org/b/36590 #36590]: [Qt] Build JavaScriptCore as a static library * [https://webkit.org/b/36607 #36607]: [Qt] Package build on Maemo 5 is broken * [https://webkit.org/b/36618 #36618]: [Qt] LayoutTests/http/tests/appcache/fallback.html crashes * [https://webkit.org/b/36621 #36621]: Fix build if NPAPI support is disabled * [https://webkit.org/b/36662 #36662]: Add support for iframe flattening * [https://webkit.org/b/36674 #36674]: [Qt] qtwebkit_webframe_scrollRecursively scrolls when body.style.overflow="hidden" * [https://webkit.org/b/36703 #36703]: Timer restart loop during page loading * [https://webkit.org/b/36723 #36723]: Crash while uploading a PDF document on www.largefilesasap.com * [https://webkit.org/b/36742 #36742]: compilation on gcce for Symbian fails * [https://webkit.org/b/36745 #36745]: [Qt] qmake/symbian build failure * [https://webkit.org/b/36748 #36748]: [Qt] Webkit for symbian building fails * [https://webkit.org/b/36749 #36749]: [Qt] Shadowbuilds of WebCore with Qt on Symbian fails. * [https://webkit.org/b/36750 #36750]: [Qt] Package build without touch support is broken * [https://webkit.org/b/36751 #36751]: [Qt] Windows CE build is broken * [https://webkit.org/b/36756 #36756]: [Qt] unit tests don't compile inside of Qt * [https://webkit.org/b/36757 #36757]: [Qt] Custom user agent for user agent switcher * [https://webkit.org/b/36769 #36769]: [Qt] Multiselect - Adding method itemIsSelected() to QtAbstractWebPopup * [https://webkit.org/b/36773 #36773]: Spatial Navigation: proper handle negative x or y coordinates * [https://webkit.org/b/36783 #36783]: Update of fixed elements is not made correctly when the page has been scrolled * [https://webkit.org/b/36789 #36789]: [Qt] Maemo5 theme - popup dialogs * [https://webkit.org/b/36790 #36790]: [Qt] Maemo5 theme - QtMaemoWebPopup class * [https://webkit.org/b/36798 #36798]: iframe flattening doesn't flatten * [https://webkit.org/b/36810 #36810]: tryLayoutDoingPositionedMovementOnly does not have to be in RenderObject or be virtual * [https://webkit.org/b/36818 #36818]: [Qt] Animated GIF images does not animate 10x as expected by default. * [https://webkit.org/b/36826 #36826]: [Qt] QtWebkit.pc is broken * [https://webkit.org/b/36827 #36827]: [Qt] Patch to amend the Content-Disposition fix [36395] * [https://webkit.org/b/36832 #36832]: [Qt] crash in debug mode just before exit * [https://webkit.org/b/36853 #36853]: REGRESSION(r56552): Broken scrollbars size * [https://webkit.org/b/36859 #36859]: [Qt]QtLauncher crash on page with CSS 3D transform * [https://webkit.org/b/36870 #36870]: [Qt] WebKit crashes while input text through input method * [https://webkit.org/b/36878 #36878]: REGRESSION: Trailing colon on hostnames (with no port specified) causes "Not allowed to use restricted network port" * [https://webkit.org/b/36894 #36894]: Crash with frame flattening on after r56854 * [https://webkit.org/b/37023 #37023]: [Qt] Expose HTMLTokenizer yielding parameters * [https://webkit.org/b/37038 #37038]: [Qt] [Symbian] Rebaseline Symbian def file * [https://webkit.org/b/37082 #37082]: [Qt] [Symbian] Build fix for Dumprendertree if Qt printing is not supported * [https://webkit.org/b/37097 #37097]: [Qt] Fix infinite redirection loop in QNetworkReplyHandler * [https://webkit.org/b/37100 #37100]: [Symbian] Consolidate Symbian WINSCW environment configuration * [https://webkit.org/b/37110 #37110]: [Qt] Maemo5 theme - wrong spelling * [https://webkit.org/b/37135 #37135]: Spatial Navigation: bail out as soon as algorithm finds a focus candidate is not applicable * [https://webkit.org/b/37136 #37136]: [Qt] Fix trunk (non-standalone) builds for Symbian * [https://webkit.org/b/37149 #37149]: JS code generator does not support feature conditional attributes that are writable * [https://webkit.org/b/37152 #37152]: [Qt] Rendering artifacts on Qt plugins when scrolling the page * [https://webkit.org/b/37159 #37159]: [Qt] Added the iPhone and iPad latest user agent in QtLauncher UA switcher * [https://webkit.org/b/37163 #37163]: [Qt] inputMethodQuery returns coordinates in web page coordinates rather than in item coordinates. * [https://webkit.org/b/37164 #37164]: Poor rendering on lala.com with frame flattening * [https://webkit.org/b/37173 #37173]: [Qt] The build system is not installing the generated headers (QGraphicsWebView, QWebDatabase, etc) * [https://webkit.org/b/37195 #37195]: JSC's currentThreadStackBase is not reentrant on some platforms * [https://webkit.org/b/37207 #37207]: [Qt] QtWebKit 2.0 library version needs to be maintained in WebCore.pro * [https://webkit.org/b/37226 #37226]: [Qt] Remove shaderSource manipulation from GraphicsContext3DQt.cpp * [https://webkit.org/b/37230 #37230]: REGRESSION (4.0.5): Safari asks for credentials all the time when authenticating to Windows IIS Server * [https://webkit.org/b/37266 #37266]: [Qt] Warnings when compiling InspectorClientQt.cpp * [https://webkit.org/b/37273 #37273]: [Qt] Weekly binary builds on Mac OS X don't work when launched in the Finder * [https://webkit.org/b/37276 #37276]: LayoutTests/fast/canvas/pointInPath.html passed, actually it failed * [https://webkit.org/b/37292 #37292]: http://trac.webkit.org/changeset/57215 caused perf regressions * [https://webkit.org/b/37296 #37296]: [Qt] User agent style sheets are crippled by moc -E in make-css-file-arrays.pl * [https://webkit.org/b/37303 #37303]: [Qt] Application crash on exit if NPPlugin is loaded * [https://webkit.org/b/37313 #37313]: [Qt] Fix or remove the runtime flag for accelerated compositing. * [https://webkit.org/b/37316 #37316]: [Qt] tests/hybridPixmap fails * [https://webkit.org/b/37317 #37317]: [Qt] tests/qgraphicswebview fails * [https://webkit.org/b/37319 #37319]: [Qt] tst_QWebFrame::overloadedSlots() fails * [https://webkit.org/b/37320 #37320]: [Qt] tst_QWebFrame::popupFocus() fails * [https://webkit.org/b/37322 #37322]: [Qt] tst_QWebHistory::serialize_2() fails * [https://webkit.org/b/37323 #37323]: [Qt] tst_QWebHistoryInterface::visitedLinks() fails * [https://webkit.org/b/37334 #37334]: [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot * [https://webkit.org/b/37381 #37381]: [Qt] animations/dynamic-stylesheet-loading.html fails with accelerated compositing * [https://webkit.org/b/37445 #37445]: [Qt] Regression: Google calendar edit event details gets stuck on loading * [https://webkit.org/b/37461 #37461]: Spatial Navigation: make renderRectRelativeToRootDocument method to fallback to getRect() of Element when needed * [https://webkit.org/b/37530 #37530]: No default selection for 's render changes in its onchange event * [https://webkit.org/b/41198 #41198]: [QT][S60] build-webkit scripts picks wrong make spec for windows build * [https://webkit.org/b/41241 #41241]: [Qt] fast/text/bidi-explicit-embedding-past-end.html fails * [https://webkit.org/b/41278 #41278]: [Qt] Replace single treat-as-space characters with normal space * [https://webkit.org/b/41412 #41412]: [Qt] Canvas arcTo() should draw straight line to p1 if p0, p1 and p2 are collinear * [https://webkit.org/b/41451 #41451]: [Qt] Crash when destroying a QWebView with a QComboBox as its child. * [https://webkit.org/b/41484 #41484]: [Qt] Clamp color stops passed to QGradient to 1.0 * [https://webkit.org/b/41795 #41795]: Interpreter: Crash in op_load_varargs on 64-bit * [https://webkit.org/b/42474 #42474]: Spatial navigation: do not consider outline for focusable element boundaries * [https://webkit.org/b/43037 #43037]: [Qt] Incorrect input method hints * [https://webkit.org/b/43241 #43241]: [Qt] Change wording in QtTestBrowser * [https://webkit.org/b/43530 #43530]: [Qt] Input mode states are not reset after entering a password field * [https://webkit.org/b/43782 #43782]: [Qt] NPAPI plugins not drawn until page scrolled === Commits cherry-picked === * [http://gitorious.org/webkit/qtwebkit/commit/1194127 1194127]: Symbian build fix. * [http://gitorious.org/webkit/qtwebkit/commit/d362c2e d362c2e]: [Qt] Fix the package build on Maemo 5 * [http://gitorious.org/webkit/qtwebkit/commit/79cb5c7 79cb5c7]: [Qt] Build fix on MSVC. Reverts r55633 for stdint.h * [http://gitorious.org/webkit/qtwebkit/commit/9aa7659 9aa7659]: Missing forward ENABLE_DATALIST macro to JavaScript enabled features macros * [http://gitorious.org/webkit/qtwebkit/commit/61b094c 61b094c]: Not displaying FPS info on the terminal. On S60 and Maemo the Window title will be used and Status bar will used on desktop. * [http://gitorious.org/webkit/qtwebkit/commit/289b7bf 289b7bf]: Add the FrameFlatteningEnabled WebAttribute to QWebSettings. * [http://gitorious.org/webkit/qtwebkit/commit/c4fe1ca c4fe1ca]: Added missing frame flattening activation on fast/frames/flattening/frameset-flattening-grid.html; removed unnecessary CONSOLE MESSAGE from the expected file; reset the setFrameSetFlatteningEnabled for each test. * [http://gitorious.org/webkit/qtwebkit/commit/9b55941 9b55941]: Unreview expectation result fix. * [http://gitorious.org/webkit/qtwebkit/commit/1989edb 1989edb]: Unreviewed expected file fix. * [http://gitorious.org/webkit/qtwebkit/commit/565f860 565f860]: Add a Toggle Frame Flattening option to QtLauncher. * [http://gitorious.org/webkit/qtwebkit/commit/4c05a04 4c05a04]: [Qt] Fix compilation on Windows * [http://gitorious.org/webkit/qtwebkit/commit/f05e1c8 f05e1c8]: [Qt][GTK] http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html * [http://gitorious.org/webkit/qtwebkit/commit/e506553 e506553]: [Qt] Implement ChromeClient::windowResizerRect() * [http://gitorious.org/webkit/qtwebkit/commit/2334631 2334631]: 2010-03-25 Antti Koivisto * [http://gitorious.org/webkit/qtwebkit/commit/9df72bf 9df72bf]: WebCore: Add a way to check if the page client is making use of * [http://gitorious.org/webkit/qtwebkit/commit/7006743 7006743]: WebCore: Add support for DOM Level 3 Custom Event * [http://gitorious.org/webkit/qtwebkit/commit/d7847f9 d7847f9]: Recent r56445 added CustomEvent and a test but it didn't work on Chromium bots. * [http://gitorious.org/webkit/qtwebkit/commit/af7794b af7794b]: Make QWebPage not depend on view() but use the client->ownerWidget() * [http://gitorious.org/webkit/qtwebkit/commit/23c98ff 23c98ff]: [Qt] Doc: Simplified Commercial Editions for Qt 4.7. * [http://gitorious.org/webkit/qtwebkit/commit/14234f7 14234f7]: [Qt] Compile with QT_USE_FAST_OPERATOR_PLUS * [http://gitorious.org/webkit/qtwebkit/commit/fa23199 fa23199]: [Qt] fast/canvas/drawImage-with-negative-source-destination.html failed * [http://gitorious.org/webkit/qtwebkit/commit/cd23c45 cd23c45]: [Qt] RenderTheme: fix size adjustment for text fields * [http://gitorious.org/webkit/qtwebkit/commit/bff2a8d bff2a8d]: [Qt] QtLauncher crashes on Mac OS and Linux when exiting with QGraphicsView mode enabled * [http://gitorious.org/webkit/qtwebkit/commit/8221def 8221def]: Add an option to QtLauncher to enable/disable a QGLWidget as Viewport * [http://gitorious.org/webkit/qtwebkit/commit/c8d72bc c8d72bc]: Rubber-stamped by Tor Arne Vestbø. * [http://gitorious.org/webkit/qtwebkit/commit/b9a9ed4 b9a9ed4]: [Qt] Build JavaScriptCore as a static library. * [http://gitorious.org/webkit/qtwebkit/commit/88e5ac6 88e5ac6]: Don't undefine SKIP_STATIC_CONSTRUCTORS_ON_GCC for Symbian HW targets. * [http://gitorious.org/webkit/qtwebkit/commit/8f84e11 8f84e11]: [Qt] Remove the definition of WTF_CHANGES guards from the build system * [http://gitorious.org/webkit/qtwebkit/commit/b3d7ff9 b3d7ff9]: [Qt] GraphicsLayer: Timing functions don't work with transitions * [http://gitorious.org/webkit/qtwebkit/commit/0b6b1eb 0b6b1eb]: User Agent Switcher on QtLauncher https://bugs.webkit.org/show_bug.cgi?id=36451 * [http://gitorious.org/webkit/qtwebkit/commit/2b62558 2b62558]: https://bugs.webkit.org/show_bug.cgi?id=36742 * [http://gitorious.org/webkit/qtwebkit/commit/5df858f 5df858f]: https://bugs.webkit.org/show_bug.cgi?id=36745 * [http://gitorious.org/webkit/qtwebkit/commit/e769d1e e769d1e]: [Qt] Make it possible to build using both Windows and Linux for Symbian * [http://gitorious.org/webkit/qtwebkit/commit/45d1b73 45d1b73]: [Qt] Shadowbuilds of WebCore with Qt on Symbian fails. * [http://gitorious.org/webkit/qtwebkit/commit/d7edf81 d7edf81]: [Qt] unit tests don't compile inside of Qt * [http://gitorious.org/webkit/qtwebkit/commit/2078376 2078376]: [Qt] Do not generate INSTALLS for webkit when building inside Qt. * [http://gitorious.org/webkit/qtwebkit/commit/a867d50 a867d50]: [Qt] Use the -l syntax for linking against JavaScriptCore on Windows. * [http://gitorious.org/webkit/qtwebkit/commit/a526370 a526370]: [Qt] Fix build break introduced in r56724. * [http://gitorious.org/webkit/qtwebkit/commit/fe2de80 fe2de80]: https://bugs.webkit.org/show_bug.cgi?id=36703 * [http://gitorious.org/webkit/qtwebkit/commit/56b8744 56b8744]: Merge branch 'qtwebkit-2.0' of gitorious.org:+qtwebkit-developers/webkit/qtwebkit into qtwebkit-2.0 * [http://gitorious.org/webkit/qtwebkit/commit/46b4cfc 46b4cfc]: Added a function, WebCore::shouldTreatAsAttachment, to HTTPParsers.* * [http://gitorious.org/webkit/qtwebkit/commit/1685c71 1685c71]: [Qt] Multiselect - Adding method itemIsSelected() to QtAbstractWebPopup * [http://gitorious.org/webkit/qtwebkit/commit/a5c5713 a5c5713]: JavaScriptCore: Add an enable flag for the Widgets (http://www.w3.org/TR/widgets-reqs/) * [http://gitorious.org/webkit/qtwebkit/commit/9c455c2 9c455c2]: Use 'Mobile Safari' instead of 'Safari' on mobile Qt platforms. * [http://gitorious.org/webkit/qtwebkit/commit/3d5b227 3d5b227]: Guard Geolocation files with ENABLE_GEOLOCATION * [http://gitorious.org/webkit/qtwebkit/commit/b74f1de b74f1de]: WebCore: Implement flattening for iframes. * [http://gitorious.org/webkit/qtwebkit/commit/eb76591 eb76591]: Rubber-stamped by Kenneth Rohde Christiansen. * [http://gitorious.org/webkit/qtwebkit/commit/bb360f6 bb360f6]: Rubber-stamped by Kenneth Rohde Christiansen. * [http://gitorious.org/webkit/qtwebkit/commit/b885985 b885985]: [Qt] Package build fixes for Symbian * [http://gitorious.org/webkit/qtwebkit/commit/8cc878c 8cc878c]: [Qt] Fix build break on Qt Mac. * [http://gitorious.org/webkit/qtwebkit/commit/4b42600 4b42600]: [Qt] qmake/symbian build failure * [http://gitorious.org/webkit/qtwebkit/commit/634142c 634142c]: tryLayoutDoingPositionedMovementOnly does not have to be in RenderObject or be virtual * [http://gitorious.org/webkit/qtwebkit/commit/bbec5e8 bbec5e8]: [Qt] Custom user agent for user agent switcher * [http://gitorious.org/webkit/qtwebkit/commit/85def4d 85def4d]: iframe flattening doesn't flatten * [http://gitorious.org/webkit/qtwebkit/commit/7cbfd1f 7cbfd1f]: Do not draw scrollbars for subframes when frame flattening is * [http://gitorious.org/webkit/qtwebkit/commit/fb15164 fb15164]: Rubber-stamped by Kenneth Rohde Christiansen. * [http://gitorious.org/webkit/qtwebkit/commit/59daec9 59daec9]: Crash with frame flattening on after r56854 * [http://gitorious.org/webkit/qtwebkit/commit/3745350 3745350]: iframe flattening doesn't flatten * [http://gitorious.org/webkit/qtwebkit/commit/a1eed0c a1eed0c]: Update Qt results for iframe flattening. * [http://gitorious.org/webkit/qtwebkit/commit/732efe4 732efe4]: Update mac results for iframe flattening. * [http://gitorious.org/webkit/qtwebkit/commit/f0cac60 f0cac60]: https://bugs.webkit.org/show_bug.cgi?id=36446 * [http://gitorious.org/webkit/qtwebkit/commit/c99c326 c99c326]: Accept XHTML-MP content type as XHTML content * [http://gitorious.org/webkit/qtwebkit/commit/6fa9c31 6fa9c31]: [Qt] Maemo5 theme - QtMaemoWebPopup class * [http://gitorious.org/webkit/qtwebkit/commit/ac69c2f ac69c2f]: Consolidate the definition of SKIP_STATIC_CONSTRUCTORS_ON_GCC * [http://gitorious.org/webkit/qtwebkit/commit/5bfb5ac 5bfb5ac]: [Symbian] Consolidate Symbian WINSCW environment configuration * [http://gitorious.org/webkit/qtwebkit/commit/88cd40e 88cd40e]: [Qt] Maemo5 theme - form controls style * [http://gitorious.org/webkit/qtwebkit/commit/355706b 355706b]: Add Single and Multiple Selection Popup for Maemo 5. * [http://gitorious.org/webkit/qtwebkit/commit/61e4fea 61e4fea]: [Qt] Maemo5 theme - elements * [http://gitorious.org/webkit/qtwebkit/commit/839d870 839d870]: [Qt] Maemo5 theme - wrong spelling * [http://gitorious.org/webkit/qtwebkit/commit/f082aa1 f082aa1]: Refactor JITStubs.cpp so that the list of STUB_FUNCTIONs * [http://gitorious.org/webkit/qtwebkit/commit/ab64104 ab64104]: Add UNUSED_PARAM a to silence warning. * [http://gitorious.org/webkit/qtwebkit/commit/ce3cdb4 ce3cdb4]: [Qt] Add mechanism to detect QtWebKit 2.0 via the preprocessor * [http://gitorious.org/webkit/qtwebkit/commit/b246edd b246edd]: [Qt] npapi header leaves XP_WIN flag defined even when __SYMBIAN32__ flag is found * [http://gitorious.org/webkit/qtwebkit/commit/e69f9bd e69f9bd]: [Qt] Added the iPhone and iPad latest user agent in QtLauncher UA switcher * [http://gitorious.org/webkit/qtwebkit/commit/6dcb7f9 6dcb7f9]: JS code generator does not support feature conditional attributes that are writable * [http://gitorious.org/webkit/qtwebkit/commit/170cbb3 170cbb3]: [Qt] [Symbian] Rebaseline Symbian def file * [http://gitorious.org/webkit/qtwebkit/commit/695b3ef 695b3ef]: [Qt] [Symbian] Build fix for Dumprendertree if Qt printing is not supported * [http://gitorious.org/webkit/qtwebkit/commit/7d6d3df 7d6d3df]: [Qt] Windowed netscape plugins don't work with QGraphicsWebView on Symbian * [http://gitorious.org/webkit/qtwebkit/commit/90e8e99 90e8e99]: [Qt] Fix trunk (non-standalone) builds for Symbian * [http://gitorious.org/webkit/qtwebkit/commit/f544a8b f544a8b]: Add the touch event related IDL files to the idl generation, so that * [http://gitorious.org/webkit/qtwebkit/commit/181033d 181033d]: https://bugs.webkit.org/show_bug.cgi?id=36750 * [http://gitorious.org/webkit/qtwebkit/commit/50d5e02 50d5e02]: https://bugs.webkit.org/show_bug.cgi?id=36827 * [http://gitorious.org/webkit/qtwebkit/commit/2705c83 2705c83]: Poor rendering on lala.com with frame flattening * [http://gitorious.org/webkit/qtwebkit/commit/33c7a75 33c7a75]: [Qt] The build system is not installing the generated headers (QGraphicsWebView, QWebDatabase, etc) * [http://gitorious.org/webkit/qtwebkit/commit/75a63ec 75a63ec]: [Qt] When providing a widget for the PDF mime type it will cause a crash * [http://gitorious.org/webkit/qtwebkit/commit/26ec2a2 26ec2a2]: [Qt] Remove shaderSource manipulation from GraphicsContext3DQt.cpp * [http://gitorious.org/webkit/qtwebkit/commit/ea5bda7 ea5bda7]: [Qt] qtwebkit_webframe_scrollRecursively scrolls when body.style.overflow="hidden" * [http://gitorious.org/webkit/qtwebkit/commit/dd4a747 dd4a747]: [Qt] REGRESSION:(r50665) QWebFrame::setScrollBarPolicy(Qt::Vertical,Qt::ScrollBarAlwaysOff) has no effect. * [http://gitorious.org/webkit/qtwebkit/commit/9cf99c0 9cf99c0]: [Qt] REGRESSION:(r50665) QWebFrame::setScrollBarPolicy(Qt::Vertical,Qt::ScrollBarAlwaysOff) has no effect. * [http://gitorious.org/webkit/qtwebkit/commit/f641072 f641072]: [Qt] User agent style sheets are crippled by moc -E in make-css-file-arrays.pl * [http://gitorious.org/webkit/qtwebkit/commit/b607ff4 b607ff4]: [Qt] WebKit crashes while input text through input method. * [http://gitorious.org/webkit/qtwebkit/commit/495f0db 495f0db]: [Qt] Warnings when compiling InspectorClientQt.cpp * [http://gitorious.org/webkit/qtwebkit/commit/5fb2bf3 5fb2bf3]: [Qt] Fix crashes with package builds in release * [http://gitorious.org/webkit/qtwebkit/commit/2a74ef7 2a74ef7]: Revert part of 57320 that would remove NDEBUG in release builds for * [http://gitorious.org/webkit/qtwebkit/commit/607fc3d 607fc3d]: [Qt] tests/qgraphicswebview fails * [http://gitorious.org/webkit/qtwebkit/commit/e3b7979 e3b7979]: [Qt] Symbian apps crash on exit due to a bad qObject_cast. * [http://gitorious.org/webkit/qtwebkit/commit/288f40d 288f40d]: [Qt]Fix compile error with QT_NO_ANIMATION * [http://gitorious.org/webkit/qtwebkit/commit/016b443 016b443]: [Qt]Fix compile error with QT_NO_PROPERTIES * [http://gitorious.org/webkit/qtwebkit/commit/2ad5e21 2ad5e21]: [Qt] Fix compile error with QT_NO_ACTION * [http://gitorious.org/webkit/qtwebkit/commit/d9efc55 d9efc55]: Update test as the 'all' value has been removed * [http://gitorious.org/webkit/qtwebkit/commit/862268a 862268a]: [Qt] tst_QWebFrame::popupFocus() fails * [http://gitorious.org/webkit/qtwebkit/commit/32aeb1c 32aeb1c]: [Qt] Build fix for Mac when building with build-webkit --qt * [http://gitorious.org/webkit/qtwebkit/commit/1dc6dfe 1dc6dfe]: [Qt] Mark QWebFrame::overloadedSlots autotest as expected failure * [http://gitorious.org/webkit/qtwebkit/commit/1ee9828 1ee9828]: [Qt] Null QObjects properties cause Segmentation Fault * [http://gitorious.org/webkit/qtwebkit/commit/759a7bc 759a7bc]: Merge branch 'qtwebkit-2.0' of gitorious.org:+qtwebkit-developers/webkit/qtwebkit into qtwebkit-2.0 * [http://gitorious.org/webkit/qtwebkit/commit/213eb62 213eb62]: [Qt] Rendering artifacts on Qt plugins when scrolling the page * [http://gitorious.org/webkit/qtwebkit/commit/14d7950 14d7950]: Changing view mode names due to specification changes * [http://gitorious.org/webkit/qtwebkit/commit/e3671dc e3671dc]: WINSCW compile fix for WebCore * [http://gitorious.org/webkit/qtwebkit/commit/22b5d32 22b5d32]: WINSCW compile fix for HashMap * [http://gitorious.org/webkit/qtwebkit/commit/54fff67 54fff67]: WINSCW boolean fix for XPATH * [http://gitorious.org/webkit/qtwebkit/commit/1073a3c 1073a3c]: WINSCW compiler fix, too eager to solve inlines * [http://gitorious.org/webkit/qtwebkit/commit/05da763 05da763]: Remove overloaded placement new operators * [http://gitorious.org/webkit/qtwebkit/commit/a373324 a373324]: [Qt] Fix compilation against namespaced Qt. * [http://gitorious.org/webkit/qtwebkit/commit/3846f76 3846f76]: Merge branch 'staging/2.0/winscw' of gitorious.org:+qtwebkit-developers/webkit/qtwebkit into qtwebkit-2.0 * [http://gitorious.org/webkit/qtwebkit/commit/af5a47a af5a47a]: [Qt] Build fix for WinCE. * [http://gitorious.org/webkit/qtwebkit/commit/2ccb405 2ccb405]: [Qt] Fix JavaScriptCore's include path for WinCE builds * [http://gitorious.org/webkit/qtwebkit/commit/ab65495 ab65495]: [Qt]QtLauncher crash on page with CSS 3D transform * [http://gitorious.org/webkit/qtwebkit/commit/bed1943 bed1943]: [Qt] WebCore::Font::font() causes a QFont detach * [http://gitorious.org/webkit/qtwebkit/commit/a4221d7 a4221d7]: Bug 37683 moved code from FontQt.cpp to FontPlatformDataQt.cpp but did not * [http://gitorious.org/webkit/qtwebkit/commit/3e5efac 3e5efac]: Make GraphicsLayerQt always use ItemCoordinateCache, and remove ItemUsesExtendedStyleOption. * [http://gitorious.org/webkit/qtwebkit/commit/95c4d11 95c4d11]: [Qt] Destroy SharedTimerQt before destruction of QCoreApplication. * [http://gitorious.org/webkit/qtwebkit/commit/4162612 4162612]: No default selection for 's render changes in its onchange event * [http://gitorious.org/webkit/qtwebkit/commit/0a1399d 0a1399d]: Fixed deployment paths for WebKit declarative plugin. * [http://gitorious.org/webkit/qtwebkit/commit/332a63c 332a63c]: [Qt/Symbian] Fixed deployment paths for WebKit declarative plugin. * [http://gitorious.org/webkit/qtwebkit/commit/bcdcd5f bcdcd5f]: [Qt][Symbian] Only 10 websites can be loaded consecutively when using QtWebkit 2.0 * [http://gitorious.org/webkit/qtwebkit/commit/5bddb0b 5bddb0b]: [Qt] [Symbian] Fix doube-deallocation while destroying PluginContainerSymbian * [http://gitorious.org/webkit/qtwebkit/commit/4879cc0 4879cc0]: [Qt] Crash when uploading document to Google Docs * [http://gitorious.org/webkit/qtwebkit/commit/18375ca 18375ca]: Spatial Navigation: make elements in inner frames nested more than 1 level deep focusable * [http://gitorious.org/webkit/qtwebkit/commit/110642d 110642d]: [Qt] When any geometry change happens to a node it will resize the * [http://gitorious.org/webkit/qtwebkit/commit/45fa2b8 45fa2b8]: [Qt] GraphicsLayerQt delay seems unnecessary. * [http://gitorious.org/webkit/qtwebkit/commit/4bb61fb 4bb61fb]: [Qt] Make sure we catch closed QComboBox popups. * [http://gitorious.org/webkit/qtwebkit/commit/0eee8df 0eee8df]: [Qt] QtTestBrowser does not have a "Load" button ; therefore, unable to load pages on touch only symbian devices (portrait mode). * [http://gitorious.org/webkit/qtwebkit/commit/98bb2ad 98bb2ad]: [Qt][Symbian] Bumped up the maximum heap size to 96MB * [http://gitorious.org/webkit/qtwebkit/commit/ed5e839 ed5e839]: [Qt] Create QComboBoxes when clicked and destroy on hide. * [http://gitorious.org/webkit/qtwebkit/commit/fe2f92a fe2f92a]: Spatial Navigation: refactor spatial-navigation-utils.js to support testing nested frames deeper than one level * [http://gitorious.org/webkit/qtwebkit/commit/cd3aee2 cd3aee2]: [Qt] Doc improvements for QDeclarativeWebView * [http://gitorious.org/webkit/qtwebkit/commit/a1dfe35 a1dfe35]: [Qt] Make context menus show up in the right place in QTestBrowser * [http://gitorious.org/webkit/qtwebkit/commit/2342eb0 2342eb0]: [Qt] Prevent referring d->m_job in the future because calling abort() * [http://gitorious.org/webkit/qtwebkit/commit/6b328dd 6b328dd]: Fix up the layout test to pass by taking the correct test from the trunk that * [http://gitorious.org/webkit/qtwebkit/commit/d59845f d59845f]: [Qt] TiledBackingStore updates broken when not using resizesToContents mode * [http://gitorious.org/webkit/qtwebkit/commit/13b5b70 13b5b70]: [Qt] Canvas arcTo() should draw straight line to p1 if p0, p1 and p2 are collinear * [http://gitorious.org/webkit/qtwebkit/commit/c740a60 c740a60]: Freeze the current new results in the release branch. * [http://gitorious.org/webkit/qtwebkit/commit/6e8c371 6e8c371]: Revert "Freeze the current new results in the release branch." * [http://gitorious.org/webkit/qtwebkit/commit/ba28125 ba28125]: Freeze the current new results in the release branch. * [http://gitorious.org/webkit/qtwebkit/commit/9bc191d 9bc191d]: [Qt] Rename QWebSettings::XSSAuditorEnabled to XSSAuditingEnabled * [http://gitorious.org/webkit/qtwebkit/commit/36f80cd 36f80cd]: Reviewed by Adele Peterson. * [http://gitorious.org/webkit/qtwebkit/commit/2563101 2563101]: WebKit should treat port numbers outside the valid range as being blacklisted * [http://gitorious.org/webkit/qtwebkit/commit/beab3e5 beab3e5]: Revert the portion of r56489 that dealt with port zero as it introduced some test failures. * [http://gitorious.org/webkit/qtwebkit/commit/01797c2 01797c2]: REGRESSION: Trailing colon on hostnames (with no port specified) causes "Not allowed to use restricted network port" * [http://gitorious.org/webkit/qtwebkit/commit/0049385 0049385]: Crash when updating hover state * [http://gitorious.org/webkit/qtwebkit/commit/3b519ce 3b519ce]: Make the fix for from r57759 more robust. * [http://gitorious.org/webkit/qtwebkit/commit/5963d0a 5963d0a]: Reviewed by Darinn Adler. * [http://gitorious.org/webkit/qtwebkit/commit/04330d3 04330d3]: Add test for SVG pattern canvas tainting. * [http://gitorious.org/webkit/qtwebkit/commit/c9f348b c9f348b]: :after content is duplicated * [http://gitorious.org/webkit/qtwebkit/commit/1b75b50 1b75b50]: Reviewed by Darin Adler. * [http://gitorious.org/webkit/qtwebkit/commit/2096aba 2096aba]: Security: iFrame.src accepts JavaScript URL via nodeValue or textContent * [http://gitorious.org/webkit/qtwebkit/commit/fbe4add fbe4add]: Javascript URL can be set as iframe.src via multiple DOM aliases * [http://gitorious.org/webkit/qtwebkit/commit/a352820 a352820]: WebCore: Convert m_documentUnderMouse, m_dragInitiator to RefPtr. * [http://gitorious.org/webkit/qtwebkit/commit/63d7a4e 63d7a4e]: Tests that javascript cannot access clipboard. * [http://gitorious.org/webkit/qtwebkit/commit/de09507 de09507]: [Qt]: REGRESSION(r58703): QWebSettings::JavascriptCanAccessClipboard has wrong case in "Javascript" part. * [http://gitorious.org/webkit/qtwebkit/commit/edbdff7 edbdff7]: Reviewed by Adam Barth. * [http://gitorious.org/webkit/qtwebkit/commit/7156a37 7156a37]: Not reviewed. * [http://gitorious.org/webkit/qtwebkit/commit/d162e01 d162e01]: Based on a patch by Eric Seidel. * [http://gitorious.org/webkit/qtwebkit/commit/a9ecc0d a9ecc0d]: WebCore: Fix for https://bugs.webkit.org/show_bug.cgi?id=38583 * [http://gitorious.org/webkit/qtwebkit/commit/0f75335 0f75335]: Patch by Dan Bernstein. * [http://gitorious.org/webkit/qtwebkit/commit/305f75f 305f75f]: HTML Entity Escape the contents of a textarea node when accessed via the innerHTML and outerHTML node properties. * [http://gitorious.org/webkit/qtwebkit/commit/f6d588a f6d588a]: HTML Entity Escape the contents of a textarea node when accessed * [http://gitorious.org/webkit/qtwebkit/commit/cdf6ca8 cdf6ca8]: Check that the node is a text node before doing a static cast * [http://gitorious.org/webkit/qtwebkit/commit/8f1727e 8f1727e]: Windows build fix. * [http://gitorious.org/webkit/qtwebkit/commit/cfb3510 cfb3510]: [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR * [http://gitorious.org/webkit/qtwebkit/commit/0695189 0695189]: XHR allows arbitrary XSRF across domains * [http://gitorious.org/webkit/qtwebkit/commit/e7a0fff e7a0fff]: Textarea using custom font appears blank * [http://gitorious.org/webkit/qtwebkit/commit/e751d50 e751d50]: WebCore: Fix for Crash in WebCore::toAlphabetic() * [http://gitorious.org/webkit/qtwebkit/commit/588d5a7 588d5a7]: Tests that large colspan in a fixed table layout does not result in crash. * [http://gitorious.org/webkit/qtwebkit/commit/614f30f 614f30f]: [Qt] Skip five XMLHttpRequest tests that are timing out. * [http://gitorious.org/webkit/qtwebkit/commit/011a588 011a588]: Add expected output for new tests. * [http://gitorious.org/webkit/qtwebkit/commit/5d644bc 5d644bc]: [Qt] Fixed Qt symbian/linux-armcc mkspec when configured with -qtlibinfix. * [http://gitorious.org/webkit/qtwebkit/commit/ad96ca2 ad96ca2]: [Qt] Fix the Symbian build when compiling without S60 * [http://gitorious.org/webkit/qtwebkit/commit/afdebc4 afdebc4]: [Qt] Skip test that never terminates on maemo5 * [http://gitorious.org/webkit/qtwebkit/commit/6188a6d 6188a6d]: [Qt] Build fix for Qt apps * [http://gitorious.org/webkit/qtwebkit/commit/1acbdbb 1acbdbb]: Added automatic sqlite extraction for Symbian to QtWebKit. * [http://gitorious.org/webkit/qtwebkit/commit/669858f 669858f]: Doc: Fixed incorrect QML property type. * [http://gitorious.org/webkit/qtwebkit/commit/e70ca4c e70ca4c]: Spatial navigation: do not consider outline for focusable element boundaries * [http://gitorious.org/webkit/qtwebkit/commit/9923d5f 9923d5f]: Prevent assertion/duplicate loads for non-deferred subtitute-data loads * [http://gitorious.org/webkit/qtwebkit/commit/a720157 a720157]: [Qt] Use the default timeout interval for JS as the HTML tokenizer delay for setHtml() * [http://gitorious.org/webkit/qtwebkit/commit/6621e19 6621e19]: [Qt] Clamp color stops passed to QGradient to 1.0 * [http://gitorious.org/webkit/qtwebkit/commit/0be9ff9 0be9ff9]: [Qt] http/tests/inspector/resource-har-conversion.html is failing on the 32bit Linux Release bot. * [http://gitorious.org/webkit/qtwebkit/commit/d65a678 d65a678]: crash when focus is changed while trying to focus next element * [http://gitorious.org/webkit/qtwebkit/commit/3eedc75 3eedc75]: Certain text is repeated before and after a line break * [http://gitorious.org/webkit/qtwebkit/commit/ed1dfcd ed1dfcd]: Certain text is repeated after using splitText() * [http://gitorious.org/webkit/qtwebkit/commit/9448745 9448745]: Prevent crash on counter destruction * [http://gitorious.org/webkit/qtwebkit/commit/a8a4632 a8a4632]: Do not render CSS Styles :first-letter and :first-line in a SVG text element context. * [http://gitorious.org/webkit/qtwebkit/commit/262f8a4 262f8a4]: Add expected result missing from the previous commit. * [http://gitorious.org/webkit/qtwebkit/commit/cd2935b cd2935b]: Reproducible crash in com.apple.WebCore 0x01ed3784 WebCore::RenderLineBoxList::appendLineBox(WebCore::InlineFlowBox*) + 36 * [http://gitorious.org/webkit/qtwebkit/commit/5042869 5042869]: Don't process floats if parent node is not a RenderBlock. * [http://gitorious.org/webkit/qtwebkit/commit/78b8941 78b8941]: Memory corruption with SVG element * [http://gitorious.org/webkit/qtwebkit/commit/ffe7ab6 ffe7ab6]: Improve reentrancy logic in polymorphic cache stubs * [http://gitorious.org/webkit/qtwebkit/commit/2a4efac 2a4efac]: Clamp the number of arguments supported by function.apply * [http://gitorious.org/webkit/qtwebkit/commit/d7ad090 d7ad090]: Fix test to account for the arg count clamping we do with function.apply * [http://gitorious.org/webkit/qtwebkit/commit/9b08abf 9b08abf]: Build fix after r62456. * [http://gitorious.org/webkit/qtwebkit/commit/283668e 283668e]: Make Arguments::MaxArguments clamping work for numbers >= 0x80000000 in * [http://gitorious.org/webkit/qtwebkit/commit/e8a6135 e8a6135]: The alternativeFrameLocation value is wrong in the emitDisjunction function in * [http://gitorious.org/webkit/qtwebkit/commit/fe85f45 fe85f45]: on causes crashes, if SVGUseElement gets detached * [http://gitorious.org/webkit/qtwebkit/commit/158a073 158a073]: on causes crashes, if SVGUseElement gets detached * [http://gitorious.org/webkit/qtwebkit/commit/d306f9b d306f9b]: Fix the build after 78b89418c9b6076f95c4e6072e4a02d04ff57a45 * [http://gitorious.org/webkit/qtwebkit/commit/5b0b408 5b0b408]: [Qt] fast/text/bidi-explicit-embedding-past-end.html fails * [http://gitorious.org/webkit/qtwebkit/commit/e6e692b e6e692b]: Rubber-stamped by Kenneth Rohde Christiansen. * [http://gitorious.org/webkit/qtwebkit/commit/f43f225 f43f225]: REGRESSION (r56439) - Crash when a renderer for a file upload control * [http://gitorious.org/webkit/qtwebkit/commit/9b5e57a 9b5e57a]: [Qt] Incorrect input method hints * [http://gitorious.org/webkit/qtwebkit/commit/d6aa024 d6aa024]: [Qt] Stack overflow when converting navigator object to QVariant * [http://gitorious.org/webkit/qtwebkit/commit/31fc031 31fc031]: [Qt] Input mode states are not reset after entering a password field * [http://gitorious.org/webkit/qtwebkit/commit/413404d 413404d]: [Qt] Change wording in QtTestBrowser * [http://gitorious.org/webkit/qtwebkit/commit/19b5607 19b5607]: Make sure NPAPI plugins get an initial setNPWindow on Mac * [http://gitorious.org/webkit/qtwebkit/commit/72b1c38 72b1c38]: Remove trailing whitespace to silence Qt commit hooks * [http://gitorious.org/webkit/qtwebkit/commit/8c902b1 8c902b1]: Fix a JSC crash on MSVC 64bit. * [http://gitorious.org/webkit/qtwebkit/commit/460b651 460b651]: Interpreter: Crash in op_load_varargs on 64-bit == Document license == This document and any changes thereto are licensed under the Creative Commons Attribution-Share Alike 2.5 License Agreement. The full license text is available here: http://creativecommons.org/licenses/by-sa/2.5/legalcode. To the extent any examples and code snippets are referenced in this document, such examples and code snippets are licensed under the BSD license: www.opensource.org/licenses/bsd-license.php.