Changes between Version 78 and Version 79 of QtWebKitTableOfFeatures20


Ignore:
Timestamp:
Oct 22, 2010 8:01:58 AM (13 years ago)
Author:
Ademar Reis
Comment:

Adding full list of bugs/commits

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTableOfFeatures20

    v78 v79  
    1 = Feature documentation for QtWebKit 2.0 =
    2 
    3 = Overview =
    4 
    5 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).
    6 
    7 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.
    8 
    9 QtWebKit 2.0 is included in Qt 4.7. It can also be used with Qt 4.6, however this case is not  covered by commercial support from Nokia.
    10 
    11 = What's new in QtWebKit 2.0 =
    12 
    13 The highlights of the QtWebKit 2.0 release are listed here
     1[[PageOutline]]
     2
     3= Feature documentation for !QtWebKit 2.0 =
     4
     5== Overview ==
     6
     7!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).
     8
     9!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.
     10
     11!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.
     12
     13== What's new in !QtWebKit 2.0 ==
     14
     15The highlights of the !QtWebKit 2.0 release are listed here
    1416
    1517  * Increased focus on performance through new performance benchmarks and benchmarking tools
     
    1820  * Frame flattening (resize frames to fit their content to avoid separate scrollbars)
    1921  * Improvements in the native look and feel on Maemo 5
    20   * Hybrid development: support for transporting QPixmaps between Qt C++ and WebKit, and improved documentation for hybrid C++ and QtWebKit projects 
     22  * Hybrid development: support for transporting QPixmaps between Qt C++ and WebKit, and improved documentation for hybrid C++ and !QtWebKit projects 
    2123  * Full screen editing of <select> and <select multiple> elements on mobile platforms
    2224  * 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.   
     
    2628  * Technology preview, not enabled by default: JIT support on Symbian
    2729
    28 = JavaScript JIT =
     30== JavaScript JIT ==
    2931
    3032Just-in-time (JIT) compilation for JavaScript is supported on the following platforms:
     
    3739 * Symbian (experimental, not enabled by default)
    3840
    39 = Netscape Plug-in API =
    40 
    41 QtWebKit supports the Netscape Plug-in API on X11, Windows, and Mac OS X.
    42 
    43 = Web Standard and Specification Support =
    44 
    45 Please see this page for supported specifications: https://trac.webkit.org/wiki/QtWebKitSupportedStandards.
    46 
    47 = License =
     41== Netscape Plug-in API ==
     42
     43!QtWebKit supports the Netscape Plug-in API on X11, Windows, and Mac OS X.
     44
     45== Web Standard and Specification Support ==
     46
     47Please see this page for supported specifications: QtWebKitSupportedStandards.
     48
     49== Full list of bugs and commits ==
     50
     51Since 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):
     52
     53=== Bugs fixed (tasks) ===
     54 * [https://webkit.org/b/6274 #6274]: text repainting does not account for glyphs which draw outside the typographic bounds of the font
     55 * [https://webkit.org/b/21300 #21300]: REGRESSION: Qt Mac scrollbars should avoid scroll corner resizers
     56 * [https://webkit.org/b/24289 #24289]: [Qt] lacks clipToImageBuffer()
     57 * [https://webkit.org/b/25756 #25756]: Explicit guards for ENABLE_GEOLOCATION
     58 * [https://webkit.org/b/26224 #26224]: [Qt, Gtk] Allows build-webkit script to receive an install prefix as parameter
     59 * [https://webkit.org/b/28697 #28697]: WebKit crash on WebCore::Node::nodeIndex()
     60 * [https://webkit.org/b/29381 #29381]: [Qt] [Regression] QWebView::setHtml() executes script body twice
     61 * [https://webkit.org/b/29431 #29431]: [Qt] REGRESSION:(r50665) QWebFrame::setScrollBarPolicy(Qt::Vertical,Qt::ScrollBarAlwaysOff) has no effect.
     62 * [https://webkit.org/b/29450 #29450]: [Qt] QWebPluginFactory: When providing a widget for the PDF mime type it will cause a crash
     63 * [https://webkit.org/b/29899 #29899]: [Qt] Add a way to stop delayed redirect requests
     64 * [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
     65 * [https://webkit.org/b/31403 #31403]: [Qt] Disable pthread_setname_np.
     66 * [https://webkit.org/b/31407 #31407]: [PATCH] [Qt] Compilation with Plugins disabled is broken
     67 * [https://webkit.org/b/31670 #31670]: [Qt] Remove the definition of WTF_CHANGES guards from the build system
     68 * [https://webkit.org/b/31719 #31719]: [Qt] Loading of large page can take up to 10 seconds
     69 * [https://webkit.org/b/31779 #31779]: QWebPage::findText() does not clear selection when passed empty string
     70 * [https://webkit.org/b/32196 #32196]: Make it possible to distinguish between NPAPI plugins and Application plugins
     71 * [https://webkit.org/b/32922 #32922]: [Qt] fast/text/find-hidden-text.html
     72 * [https://webkit.org/b/33150 #33150]: Do not render the full frame when there is some elements with fixed positioning
     73 * [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
     74 * [https://webkit.org/b/33280 #33280]: [RVCT] ACID3 test crash
     75 * [https://webkit.org/b/33875 #33875]: [Qt] QWebPage::userAgentForUrl is terrible API
     76 * [https://webkit.org/b/34081 #34081]: [Qt] QtWebkit apps crash on exit on Symbian{{{^}}}3 onwards
     77 * [https://webkit.org/b/34262 #34262]: Accept XHTML MP content type as XHTML content
     78 * [https://webkit.org/b/34614 #34614]: [Qt] npapi header leaves XP_WIN flag defined even when __SYMBIAN32__ flag is found
     79 * [https://webkit.org/b/34729 #34729]: [Qt] Exposing an QVariantMap containing QObjectStar to Javascript causes Segmentation Fault
     80 * [https://webkit.org/b/34730 #34730]: [Qt] Null QObjects properties cause Segmentation Fault
     81 * [https://webkit.org/b/34888 #34888]: Mac OS X: Use deployment target to determine whether memory tagging should be enabled
     82 * [https://webkit.org/b/35005 #35005]: [Qt] REGRESSION(r54811) fast/canvas/drawImage-with-negative-source-destination.html fails
     83 * [https://webkit.org/b/35112 #35112]: [Qt] Windowed netscape plugins don't work with QGraphicsWebView on Symbian
     84 * [https://webkit.org/b/35251 #35251]: [Qt] QtLauncher crashes on Mac OS and Linux when exiting with QGraphicsView mode enabled
     85 * [https://webkit.org/b/35312 #35312]: [Qt] GraphicsLayer: preserves-3d and backface visibility
     86 * [https://webkit.org/b/35340 #35340]: [Qt] Enable alternate HTML/JavaScript front-ends for Web Inspector
     87 * [https://webkit.org/b/35393 #35393]: [Qt] GraphicsLayer: performance optimizations
     88 * [https://webkit.org/b/35607 #35607]: Allow building smoothly on win32 and win64 using GCC
     89 * [https://webkit.org/b/35702 #35702]: [Qt] Add more support for InputTextController
     90 * [https://webkit.org/b/35861 #35861]: [Qt] Add documentation to the QtWebkit bridge
     91 * [https://webkit.org/b/36187 #36187]: Rename window.media to window.styleMedia
     92 * [https://webkit.org/b/36216 #36216]: [Qt] GraphicsLayer: support fill-modes
     93 * [https://webkit.org/b/36244 #36244]: [Qt] QtLauncher's FPS info should not be displayed on the terminal
     94 * [https://webkit.org/b/36270 #36270]: [Qt] QtLauncher needs an option to Enable/Disable a QGLWidget as Viewport
     95 * [https://webkit.org/b/36312 #36312]: Support viewport meta tag
     96 * [https://webkit.org/b/36316 #36316]: Tiles of selected content do not update if not in viewport
     97 * [https://webkit.org/b/36365 #36365]: [Qt] [Performance] GraphicsLayer: constructing the layers takes too long
     98 * [https://webkit.org/b/36368 #36368]: [Qt] Maemo5 theme - customized popup for <select multiple> elements
     99 * [https://webkit.org/b/36369 #36369]: [Qt] Maemo5 theme - <select multiple> custom rendering
     100 * [https://webkit.org/b/36370 #36370]: [Qt] Maemo5 theme - form controls style
     101 * [https://webkit.org/b/36395 #36395]: [Qt] Patch to add support for Content-Disposition...
     102 * [https://webkit.org/b/36413 #36413]: [Qt] RenderTheme: fix size adjustment for text fields
     103 * [https://webkit.org/b/36446 #36446]: [Qt] QWebSettings::TiledBackingStoreEnabled attribute lacks documentation and default value
     104 * [https://webkit.org/b/36451 #36451]: [Qt] User Agent Switcher on QtLauncher
     105 * [https://webkit.org/b/36463 #36463]: Spatial Navigation: make it work with focusable elements in overflow content
     106 * [https://webkit.org/b/36510 #36510]: [chromium] use integral glyph widths
     107 * [https://webkit.org/b/36522 #36522]: [Qt] Rename QWebSettings::XSSAuditorEnabled to XSSAuditingEnabled
     108 * [https://webkit.org/b/36526 #36526]: [Qt] Compilation error on Qt for Embedded Linux built with -qconfig large
     109 * [https://webkit.org/b/36529 #36529]: [Qt] Compilation error on Qt for Embedded Linux built with -qconfig medium
     110 * [https://webkit.org/b/36531 #36531]: [Qt][GTK] http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html fails after r56394
     111 * [https://webkit.org/b/36532 #36532]: [Qt] Use integer pixel metric QFont API to fix rounding errors in text rendering on the Mac
     112 * [https://webkit.org/b/36533 #36533]: [Qt] Compilation error on Qt for Embedded Linux built with -qconfig small
     113 * [https://webkit.org/b/36538 #36538]: [Qt] Add mechanism to detect QtWebKit 2.0 via the preprocessor
     114 * [https://webkit.org/b/36547 #36547]: [Qt] Forward ENABLE_DATALIST macro to JavaScript enabled macros
     115 * [https://webkit.org/b/36553 #36553]: [Qt] Missing QWebSettings for Frame Flattening
     116 * [https://webkit.org/b/36558 #36558]: [Qt] Add enable/disable Frame Flattening option to QtLauncher
     117 * [https://webkit.org/b/36569 #36569]: SQLStatementErrorCallback's return value needs to be converted to a boolean
     118 * [https://webkit.org/b/36589 #36589]: [Qt] GraphicsLayer: Timing functions don't work with transitions
     119 * [https://webkit.org/b/36590 #36590]: [Qt] Build JavaScriptCore as a static library
     120 * [https://webkit.org/b/36607 #36607]: [Qt] Package build on Maemo 5 is broken
     121 * [https://webkit.org/b/36618 #36618]: [Qt] LayoutTests/http/tests/appcache/fallback.html crashes
     122 * [https://webkit.org/b/36621 #36621]: Fix build if NPAPI support is disabled
     123 * [https://webkit.org/b/36662 #36662]: Add support for iframe flattening
     124 * [https://webkit.org/b/36674 #36674]: [Qt] qtwebkit_webframe_scrollRecursively scrolls when body.style.overflow="hidden"
     125 * [https://webkit.org/b/36703 #36703]: Timer restart loop during page loading
     126 * [https://webkit.org/b/36723 #36723]: Crash while uploading a PDF document on www.largefilesasap.com
     127 * [https://webkit.org/b/36742 #36742]: compilation on gcce for Symbian fails
     128 * [https://webkit.org/b/36745 #36745]: [Qt] qmake/symbian build failure
     129 * [https://webkit.org/b/36748 #36748]: [Qt] Webkit for symbian building fails
     130 * [https://webkit.org/b/36749 #36749]: [Qt] Shadowbuilds of WebCore with Qt on Symbian fails.
     131 * [https://webkit.org/b/36750 #36750]: [Qt] Package build without touch support is broken
     132 * [https://webkit.org/b/36751 #36751]: [Qt] Windows CE build is broken
     133 * [https://webkit.org/b/36756 #36756]: [Qt] unit tests don't compile inside of Qt
     134 * [https://webkit.org/b/36757 #36757]: [Qt] Custom user agent for user agent switcher
     135 * [https://webkit.org/b/36769 #36769]: [Qt] Multiselect - Adding method itemIsSelected() to QtAbstractWebPopup
     136 * [https://webkit.org/b/36773 #36773]: Spatial Navigation: proper handle negative x or y coordinates
     137 * [https://webkit.org/b/36783 #36783]: Update of fixed elements is not made correctly when the page has been scrolled
     138 * [https://webkit.org/b/36789 #36789]: [Qt] Maemo5 theme - popup dialogs
     139 * [https://webkit.org/b/36790 #36790]: [Qt] Maemo5 theme - QtMaemoWebPopup class
     140 * [https://webkit.org/b/36798 #36798]: iframe flattening doesn't flatten
     141 * [https://webkit.org/b/36810 #36810]: tryLayoutDoingPositionedMovementOnly does not have to be in RenderObject or be virtual
     142 * [https://webkit.org/b/36818 #36818]: [Qt] Animated GIF images does not animate 10x as expected by default.
     143 * [https://webkit.org/b/36826 #36826]: [Qt] QtWebkit.pc is broken
     144 * [https://webkit.org/b/36827 #36827]: [Qt] Patch to amend the Content-Disposition fix [36395]
     145 * [https://webkit.org/b/36832 #36832]: [Qt] crash in debug mode just before exit
     146 * [https://webkit.org/b/36853 #36853]: REGRESSION(r56552): Broken scrollbars size
     147 * [https://webkit.org/b/36859 #36859]: [Qt]QtLauncher crash on page with CSS 3D transform
     148 * [https://webkit.org/b/36870 #36870]: [Qt] WebKit crashes while input text through input method
     149 * [https://webkit.org/b/36878 #36878]: REGRESSION: Trailing colon on hostnames (with no port specified) causes "Not allowed to use restricted network port"
     150 * [https://webkit.org/b/36894 #36894]: Crash with frame flattening on after r56854
     151 * [https://webkit.org/b/37023 #37023]: [Qt] Expose HTMLTokenizer yielding parameters
     152 * [https://webkit.org/b/37038 #37038]: [Qt] [Symbian] Rebaseline Symbian def file
     153 * [https://webkit.org/b/37082 #37082]: [Qt] [Symbian] Build fix for Dumprendertree if Qt printing is not supported
     154 * [https://webkit.org/b/37097 #37097]: [Qt] Fix infinite redirection loop in QNetworkReplyHandler
     155 * [https://webkit.org/b/37100 #37100]: [Symbian] Consolidate Symbian WINSCW environment configuration
     156 * [https://webkit.org/b/37110 #37110]: [Qt] Maemo5 theme - wrong spelling
     157 * [https://webkit.org/b/37135 #37135]: Spatial Navigation: bail out as soon as algorithm finds a focus candidate is not applicable
     158 * [https://webkit.org/b/37136 #37136]: [Qt] Fix trunk (non-standalone) builds for Symbian
     159 * [https://webkit.org/b/37149 #37149]: JS code generator does not support feature conditional attributes that are writable
     160 * [https://webkit.org/b/37152 #37152]: [Qt] Rendering artifacts on Qt plugins when scrolling the page
     161 * [https://webkit.org/b/37159 #37159]: [Qt] Added the iPhone and iPad latest user agent in QtLauncher UA switcher
     162 * [https://webkit.org/b/37163 #37163]: [Qt] inputMethodQuery returns coordinates in web page coordinates rather than in item coordinates.
     163 * [https://webkit.org/b/37164 #37164]: Poor rendering on lala.com with frame flattening
     164 * [https://webkit.org/b/37173 #37173]: [Qt] The build system is not installing the generated headers (QGraphicsWebView, QWebDatabase, etc)
     165 * [https://webkit.org/b/37195 #37195]: JSC's currentThreadStackBase is not reentrant on some platforms
     166 * [https://webkit.org/b/37207 #37207]: [Qt] QtWebKit 2.0 library version needs to be maintained in WebCore.pro
     167 * [https://webkit.org/b/37226 #37226]: [Qt] Remove shaderSource manipulation from GraphicsContext3DQt.cpp
     168 * [https://webkit.org/b/37230 #37230]: REGRESSION (4.0.5): Safari asks for credentials all the time when authenticating to Windows IIS Server
     169 * [https://webkit.org/b/37266 #37266]: [Qt] Warnings when compiling InspectorClientQt.cpp
     170 * [https://webkit.org/b/37273 #37273]: [Qt] Weekly binary builds on Mac OS X don't work when launched in the Finder
     171 * [https://webkit.org/b/37276 #37276]: LayoutTests/fast/canvas/pointInPath.html passed, actually it failed
     172 * [https://webkit.org/b/37292 #37292]: http://trac.webkit.org/changeset/57215 caused perf regressions
     173 * [https://webkit.org/b/37296 #37296]: [Qt] User agent style sheets are crippled by moc -E in make-css-file-arrays.pl
     174 * [https://webkit.org/b/37303 #37303]: [Qt] Application crash on exit if NPPlugin is loaded
     175 * [https://webkit.org/b/37313 #37313]: [Qt] Fix or remove the runtime flag for accelerated compositing.
     176 * [https://webkit.org/b/37316 #37316]: [Qt] tests/hybridPixmap fails
     177 * [https://webkit.org/b/37317 #37317]: [Qt] tests/qgraphicswebview fails
     178 * [https://webkit.org/b/37319 #37319]: [Qt] tst_QWebFrame::overloadedSlots() fails
     179 * [https://webkit.org/b/37320 #37320]: [Qt] tst_QWebFrame::popupFocus() fails
     180 * [https://webkit.org/b/37322 #37322]: [Qt] tst_QWebHistory::serialize_2() fails
     181 * [https://webkit.org/b/37323 #37323]: [Qt] tst_QWebHistoryInterface::visitedLinks() fails
     182 * [https://webkit.org/b/37334 #37334]: [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
     183 * [https://webkit.org/b/37381 #37381]: [Qt] animations/dynamic-stylesheet-loading.html fails with accelerated compositing
     184 * [https://webkit.org/b/37445 #37445]: [Qt] Regression: Google calendar edit event details gets stuck on loading
     185 * [https://webkit.org/b/37461 #37461]: Spatial Navigation: make renderRectRelativeToRootDocument method to fallback to getRect() of Element when needed
     186 * [https://webkit.org/b/37530 #37530]: No default selection for <select multiple> menu lists.
     187 * [https://webkit.org/b/37615 #37615]: Changing view mode names due to specification changes
     188 * [https://webkit.org/b/37635 #37635]: Spatial Navigation: make hasOffscreenRect() to earlier return 'true' if absoluteClippedOverflowRect() gives an empty rect
     189 * [https://webkit.org/b/37637 #37637]: Repaint of fixed, transformed element is broken
     190 * [https://webkit.org/b/37665 #37665]: [Qt] Rename QtLauncher to QtTestBrowser
     191 * [https://webkit.org/b/37683 #37683]: [Qt] WebCore::Font::font() causes a QFont detach
     192 * [https://webkit.org/b/37684 #37684]: [Qt] JSValue QtClass::fallbackObject can be optimized
     193 * [https://webkit.org/b/37701 #37701]: [Qt] Target(WebCore,jsc,...) must depends on static library of JavaScriptCore
     194 * [https://webkit.org/b/37719 #37719]: Some HTML5 Input tags not treated as needing an input method.
     195 * [https://webkit.org/b/37727 #37727]: [Qt] Webkit fixes for RVCT4
     196 * [https://webkit.org/b/37781 #37781]: [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR
     197 * [https://webkit.org/b/37802 #37802]: Spatial Navigation: at @updateFocusCandidateIfCloser make an assignment shortcut when FocusCandidate is null
     198 * [https://webkit.org/b/37803 #37803]: Spatial Navigation: adapt the logic of {deep}findFocusableNodeInDirection to do traversal starting from Node* not Document*
     199 * [https://webkit.org/b/37816 #37816]: [Qt] Multitouch mocking in QtLauncher doesn't work with QGraphicsView
     200 * [https://webkit.org/b/37821 #37821]: [Qt] loads APP directory when calling "window.open"
     201 * [https://webkit.org/b/37844 #37844]: [Qt] Image::drawTiled animations does not work
     202 * [https://webkit.org/b/37867 #37867]: [Qt] Patches to upstream from Qt for 2.0
     203 * [https://webkit.org/b/37934 #37934]: [Qt] QtLauncher: make FPS measurement accurate
     204 * [https://webkit.org/b/37980 #37980]: Fix the build on MSVC 64bit
     205 * [https://webkit.org/b/38062 #38062]: [Qt] HTTP pipelining efficiency increase
     206 * [https://webkit.org/b/38075 #38075]: [Qt] GraphicsLayer: Reverse animations don't work in some use cases
     207 * [https://webkit.org/b/38076 #38076]: [Qt] GraphicsLayer: flicker when starting an animation before the previous one ended.
     208 * [https://webkit.org/b/38111 #38111]: [Qt] Fix compilation against Qt 4.7
     209 * [https://webkit.org/b/38116 #38116]: Media queries empty values
     210 * [https://webkit.org/b/38119 #38119]: [Qt] QWebPage viewMode property
     211 * [https://webkit.org/b/38125 #38125]: View modes names in CSSValueKeywords.in
     212 * [https://webkit.org/b/38179 #38179]: Due to ScrollView, QWebPage::setViewportSize() forces two layout of the render tree
     213 * [https://webkit.org/b/38286 #38286]: Need to call FrameView::scrollPositionChanged when changing the scroll position when the ScrollView does not have a platformWidget
     214 * [https://webkit.org/b/38314 #38314]: [Qt] REGRESSION(r57982): tst_qwebpage::showModalDialog() crashes
     215 * [https://webkit.org/b/38316 #38316]: [Qt] REGRESSION(r57638): tst_qwebframe::objectDeleted() fails
     216 * [https://webkit.org/b/38324 #38324]: [Qt] Fix compilation with QT_NO_FEATURE
     217 * [https://webkit.org/b/38339 #38339]: [Qt] Enable JIT for QtWebKit on Symbian
     218 * [https://webkit.org/b/38370 #38370]: [Qt] GraphicsLayer: depth-test causes flicker in certain situations
     219 * [https://webkit.org/b/38371 #38371]: [Qt] GraphicsLayer: animation incorrect when scrolling
     220 * [https://webkit.org/b/38389 #38389]: [Qt] Update the Symbian version for the user agent
     221 * [https://webkit.org/b/38401 #38401]: Make repaint throttling parameters configurable runtime.
     222 * [https://webkit.org/b/38439 #38439]: [Qt] QT_MOBILE_THEME compile time flag
     223 * [https://webkit.org/b/38440 #38440]: [Qt] use QT_MOBILE_THEME in Symbian
     224 * [https://webkit.org/b/38444 #38444]: [Qt] GraphicsLayer caches directly composited images
     225 * [https://webkit.org/b/38456 #38456]: [Qt] QtTestBrowser does not support websites which requires HTTP Authentication via dialogs
     226 * [https://webkit.org/b/38488 #38488]: Spatial Navigation: create a getter for the "fudgeFactor"
     227 * [https://webkit.org/b/38514 #38514]: Crash in handleTouchEvent: using dangling node ptrs in hashmap
     228 * [https://webkit.org/b/38523 #38523]: [Qt] QtWebKit has render bugs on Google Maps markers
     229 * [https://webkit.org/b/38526 #38526]: [Qt] REGRESSION: CoolClock isn't rendered properly
     230 * [https://webkit.org/b/38538 #38538]: JSC TimeoutChecker::didTimeOut overflows on ARM
     231 * [https://webkit.org/b/38574 #38574]: [Qt] Crash in QGraphicsWebViewPrivate::~QGraphicsWebViewPrivate when animation were used
     232 * [https://webkit.org/b/38585 #38585]: Spatial Navigation: add a layout test which runs with Frame Flattening ON
     233 * [https://webkit.org/b/38597 #38597]: [Qt] QtTestBrowser does not have a "Load" button ; therefore, unable to load pages on touch only symbian devices (portrait mode).
     234 * [https://webkit.org/b/38612 #38612]: [Qt] Disable Qt Multimedia backend for HTML 5 Audio and Video elements
     235 * [https://webkit.org/b/38630 #38630]: VS2010 asserts a null iterator passed to std::copy in Vector::operator=
     236 * [https://webkit.org/b/38641 #38641]: [Qt] Nested overflow div does not scroll
     237 * [https://webkit.org/b/38646 #38646]: Potential crash in EventHandler::handleTouchEvent
     238 * [https://webkit.org/b/38655 #38655]: [Qt] REGRESSION(r58497) tst_QGraphicsWebView::crashOnViewlessWebPages() is failing
     239 * [https://webkit.org/b/38668 #38668]: [Qt] Enable YARR_JIT for X86 Mac for QtWebKit
     240 * [https://webkit.org/b/38685 #38685]: [Qt] tst_QWebPage::inputMethods failing on Maemo5
     241 * [https://webkit.org/b/38722 #38722]: [Qt] qwebframe auto test doesn't compile
     242 * [https://webkit.org/b/38747 #38747]: mingw-w64 and JIT support
     243 * [https://webkit.org/b/38762 #38762]: [Qt] Flash Plugin is not working on mac-cocoa-32
     244 * [https://webkit.org/b/38779 #38779]: [Qt] QWebPage::inputMethodQuery() returns wrong values for Qt::ImCursorPosition, Qt::ImAnchorPosition
     245 * [https://webkit.org/b/38834 #38834]: [Qt] Adapt DNS pre-fetching to Qt DNS cache code
     246 * [https://webkit.org/b/38841 #38841]: Ignore invalid values for various CanvasRenderingContext2D properties
     247 * [https://webkit.org/b/38863 #38863]: [Qt] Detect debug mode consistently
     248 * [https://webkit.org/b/38921 #38921]: [Qt] emit initialLayoutCompleted signal from FrameLoaderClientQt::dispatchDidFirstVisuallyNonEmptyLayout
     249 * [https://webkit.org/b/38949 #38949]: JavaScript unable to invoke methods declared in QML
     250 * [https://webkit.org/b/39019 #39019]: [Qt] Combobox doesn't close when scrolling in graphicsbased mode
     251 * [https://webkit.org/b/39031 #39031]: CSSParser::parseColor() shouldn't alter 'color' unless passed a valid color string.
     252 * [https://webkit.org/b/39062 #39062]: [Qt] Improve QtLauncher user agent dialog resize
     253 * [https://webkit.org/b/39063 #39063]: [Qt] Tiled backing store checker pattern does not paint correctly when scaling factor is not 1
     254 * [https://webkit.org/b/39150 #39150]: Canvas's getContext() must return null when called with an invalid/unsupported parameter
     255 * [https://webkit.org/b/39153 #39153]: Canvas's toDataURL() should be case insensitive wrt the mimeType argument
     256 * [https://webkit.org/b/39175 #39175]: Properly handle invalid arguments to CanvasRenderingContext2D's getImageData() and putImageData()
     257 * [https://webkit.org/b/39189 #39189]: Bring CanvasRenderingContext2D's createImageData() in line with HTML5 spec
     258 * [https://webkit.org/b/39195 #39195]: Spatial Navigation: refactor scrollInDirection to work with scrollable content
     259 * [https://webkit.org/b/39217 #39217]: Add an optional "starting node' parameter to scrollRecursively and scrollOverflow of EventHandler
     260 * [https://webkit.org/b/39218 #39218]: [Qt] Tiled backing store tiles sometimes flicker when exiting a zoom animation
     261 * [https://webkit.org/b/39304 #39304]: Add an inlineCapacity template parameter to ListHashSet and use it to shrink the positioned object list hash set.
     262 * [https://webkit.org/b/39309 #39309]: Allocate the m_preloads list hash set dynamically and free it when done.
     263 * [https://webkit.org/b/39314 #39314]: [Qt] Skipping popup focus test for maemo
     264 * [https://webkit.org/b/39357 #39357]: [QT] QT_BEARER flag is not enabled on S60 properly
     265 * [https://webkit.org/b/39359 #39359]: [Qt] TiledBackingStore updates broken when not using resizesToContents mode
     266 * [https://webkit.org/b/39439 #39439]: Spatial Navigation: using offset{Left,Top} is not enough to get the proper inner frames position
     267 * [https://webkit.org/b/39488 #39488]: [Qt] QtTestBrowser is still called QtLauncher in the code
     268 * [https://webkit.org/b/39491 #39491]: [Qt] QtTestBrowser has two graphicsview options that aren't enabled correctly
     269 * [https://webkit.org/b/39513 #39513]: [Qt] Using Accelerated Composing the rocket back animation on http://www.the-art-of-web.com/css/css-animation/ works differently as when not using AC.
     270 * [https://webkit.org/b/39609 #39609]: [Qt] Running with accelerated compositing enabled sometimes result in a crash
     271 * [https://webkit.org/b/39694 #39694]: [Qt] GraphicsLayer: warnings when reloading page
     272 * [https://webkit.org/b/39784 #39784]: [Qt] REGRESSION(r59837): Incorrect clipping of TransparencyLayers
     273 * [https://webkit.org/b/39857 #39857]: GIFs loop one time too few
     274 * [https://webkit.org/b/39874 #39874]: [Qt] Make tiled backing store more configurable
     275 * [https://webkit.org/b/39878 #39878]: [Qt]: REGRESSION(r58703): QWebSettings::JavascriptCanAccessClipboard has wrong case in "Javascript" part.
     276 * [https://webkit.org/b/39918 #39918]: REGRESSION(58615): Scroll events are sent twice per keypress for ports that don't have a platformWidget scrollbar
     277 * [https://webkit.org/b/39958 #39958]: [Qt] TextBreakIteratorQt performance
     278 * [https://webkit.org/b/40000 #40000]: [Qt] QGraphicsWebView crash when calling setScale() before setUrl()
     279 * [https://webkit.org/b/40050 #40050]: [Qt] Upstream the WebKit QML integration plugin
     280 * [https://webkit.org/b/40073 #40073]: [Qt] rendering error in mediawiki
     281 * [https://webkit.org/b/40077 #40077]: [Qt] Implement the simple font code path.
     282 * [https://webkit.org/b/40102 #40102]: WebCore EventHandler needs to take account of onLoad events fired before layout() complete
     283 * [https://webkit.org/b/40107 #40107]: Impossible to set input method hints based HTML5 input types
     284 * [https://webkit.org/b/40116 #40116]: [Qt] Compilation fails when compiling against Qt 4.7 and Qt Mobility is installed
     285 * [https://webkit.org/b/40221 #40221]: REGRESSION(r60169): [Qt] Selected text is not drawn with the correct color.
     286 * [https://webkit.org/b/40359 #40359]: [Qt] Imperfect dependency for generated SVGNames.cpp
     287 * [https://webkit.org/b/40378 #40378]: [Qt] When any geometry change happens to a node it will resize the backing cache
     288 * [https://webkit.org/b/40401 #40401]: REGRESSION: [Qt] When dragging onto a page that handles the drag in Javascript it will be a move and not a copy by default
     289 * [https://webkit.org/b/40407 #40407]: crash when focus is changed while trying to focus next element
     290 * [https://webkit.org/b/40446 #40446]: [Qt] Only 10 websites can be loaded consecutively when using QtWebkit 2.0
     291 * [https://webkit.org/b/40483 #40483]: [Qt] The new Qt's documentation text layout is messed up with QtWebKit.
     292 * [https://webkit.org/b/40487 #40487]: [Qt] The qt_webkit_version.pri file gets overwritten on install
     293 * [https://webkit.org/b/40490 #40490]: [Qt] Typo error in QWebPluginFactory Documentation
     294 * [https://webkit.org/b/40535 #40535]: [Qt] GraphicsLayer: recaching images creates an unnecessary deep copy
     295 * [https://webkit.org/b/40567 #40567]: [Qt] QtWebKit crashes while initializing flash plugin 10.1.53.64...
     296 * [https://webkit.org/b/40572 #40572]: [Qt] Stack overflow when converting navigator object to QVariant
     297 * [https://webkit.org/b/40620 #40620]: [Qt] Get rid of the the unused imageSize of ImageDecoderQt::internalHandleCurrentImage()
     298 * [https://webkit.org/b/40662 #40662]: [Qt] Avoid truncation of zoom factor in QWebFrame's print function.
     299 * [https://webkit.org/b/40714 #40714]: [Qt] Compilation in QWebPagePrivate::timerEvent with clang
     300 * [https://webkit.org/b/40717 #40717]: [Qt] Bridge documentation: some snippets have the wrong indentation
     301 * [https://webkit.org/b/40795 #40795]: [Qt] Crash when uploading document to Google Docs
     302 * [https://webkit.org/b/40797 #40797]: [Qt] Decode images directly to QPixmap
     303 * [https://webkit.org/b/40830 #40830]: REGRESSION(r60958) [Qt] qwebpage::inputMethods auto-test fails
     304 * [https://webkit.org/b/40840 #40840]: [Qt] Symbian builds in release sometimes try to link with the debug JavaScriptCore static lib.
     305 * [https://webkit.org/b/40846 #40846]: [Qt] GraphicsLayerQt delay seems unnecessary.
     306 * [https://webkit.org/b/40910 #40910]: [Qt] Avoid unnecessary image conversion in RGBA32Buffer::zeroFill()
     307 * [https://webkit.org/b/41157 #41157]: Spatial Navigation: refactor spatial-navigation-utils.js to support testing nested frames deeper than one level
     308 * [https://webkit.org/b/41160 #41160]: Spatial Navigation: make elements in inner frames nested more than 1 level deep focusable
     309 * [https://webkit.org/b/41164 #41164]: [Qt] QtWebKit crashes if <select>'s render changes in its onchange event
     310 * [https://webkit.org/b/41198 #41198]: [QT][S60] build-webkit scripts picks wrong make spec for windows build
     311 * [https://webkit.org/b/41241 #41241]: [Qt] fast/text/bidi-explicit-embedding-past-end.html fails
     312 * [https://webkit.org/b/41278 #41278]: [Qt] Replace single treat-as-space characters with normal space
     313 * [https://webkit.org/b/41412 #41412]: [Qt] Canvas arcTo() should draw straight line to p1 if p0, p1 and p2 are collinear
     314 * [https://webkit.org/b/41451 #41451]: [Qt] Crash when destroying a QWebView with a QComboBox as its child.
     315 * [https://webkit.org/b/41484 #41484]: [Qt] Clamp color stops passed to QGradient to 1.0
     316 * [https://webkit.org/b/41795 #41795]: Interpreter: Crash in op_load_varargs on 64-bit
     317 * [https://webkit.org/b/42474 #42474]: Spatial navigation: do not consider outline for focusable element boundaries
     318 * [https://webkit.org/b/43037 #43037]: [Qt] Incorrect input method hints
     319 * [https://webkit.org/b/43241 #43241]: [Qt] Change wording in QtTestBrowser
     320 * [https://webkit.org/b/43530 #43530]: [Qt] Input mode states are not reset after entering a password field
     321 * [https://webkit.org/b/43782 #43782]: [Qt] NPAPI plugins not drawn until page scrolled
     322
     323=== Commits cherry-picked ===
     324 * [http://gitorious.org/webkit/qtwebkit/commit/1194127 1194127]: Symbian build fix.
     325 * [http://gitorious.org/webkit/qtwebkit/commit/d362c2e d362c2e]: [Qt] Fix the package build on Maemo 5
     326 * [http://gitorious.org/webkit/qtwebkit/commit/79cb5c7 79cb5c7]: [Qt] Build fix on MSVC. Reverts r55633 for stdint.h
     327 * [http://gitorious.org/webkit/qtwebkit/commit/9aa7659 9aa7659]: Missing forward ENABLE_DATALIST macro to JavaScript enabled features macros
     328 * [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.
     329 * [http://gitorious.org/webkit/qtwebkit/commit/289b7bf 289b7bf]: Add the FrameFlatteningEnabled WebAttribute to QWebSettings.
     330 * [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.
     331 * [http://gitorious.org/webkit/qtwebkit/commit/9b55941 9b55941]: Unreview expectation result fix.
     332 * [http://gitorious.org/webkit/qtwebkit/commit/1989edb 1989edb]: Unreviewed expected file fix.
     333 * [http://gitorious.org/webkit/qtwebkit/commit/565f860 565f860]: Add a Toggle Frame Flattening option to QtLauncher.
     334 * [http://gitorious.org/webkit/qtwebkit/commit/4c05a04 4c05a04]: [Qt] Fix compilation on Windows
     335 * [http://gitorious.org/webkit/qtwebkit/commit/f05e1c8 f05e1c8]: [Qt][GTK] http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html
     336 * [http://gitorious.org/webkit/qtwebkit/commit/e506553 e506553]: [Qt] Implement ChromeClient::windowResizerRect()
     337 * [http://gitorious.org/webkit/qtwebkit/commit/2334631 2334631]: 2010-03-25  Antti Koivisto  <koivisto@iki.fi>
     338 * [http://gitorious.org/webkit/qtwebkit/commit/9df72bf 9df72bf]: WebCore: Add a way to check if the page client is making use of
     339 * [http://gitorious.org/webkit/qtwebkit/commit/7006743 7006743]: WebCore: Add support for DOM Level 3 Custom Event
     340 * [http://gitorious.org/webkit/qtwebkit/commit/d7847f9 d7847f9]: Recent r56445 added CustomEvent and a test but it didn't work on Chromium bots.
     341 * [http://gitorious.org/webkit/qtwebkit/commit/af7794b af7794b]: Make QWebPage not depend on view() but use the client->ownerWidget()
     342 * [http://gitorious.org/webkit/qtwebkit/commit/23c98ff 23c98ff]: [Qt] Doc: Simplified Commercial Editions for Qt 4.7.
     343 * [http://gitorious.org/webkit/qtwebkit/commit/14234f7 14234f7]: [Qt] Compile with QT_USE_FAST_OPERATOR_PLUS
     344 * [http://gitorious.org/webkit/qtwebkit/commit/fa23199 fa23199]: [Qt] fast/canvas/drawImage-with-negative-source-destination.html failed
     345 * [http://gitorious.org/webkit/qtwebkit/commit/cd23c45 cd23c45]: [Qt] RenderTheme: fix size adjustment for text fields
     346 * [http://gitorious.org/webkit/qtwebkit/commit/bff2a8d bff2a8d]: [Qt] QtLauncher crashes on Mac OS and Linux when exiting with QGraphicsView mode enabled
     347 * [http://gitorious.org/webkit/qtwebkit/commit/8221def 8221def]: Add an option to QtLauncher to enable/disable a QGLWidget as Viewport
     348 * [http://gitorious.org/webkit/qtwebkit/commit/c8d72bc c8d72bc]: Rubber-stamped by Tor Arne Vestbø.
     349 * [http://gitorious.org/webkit/qtwebkit/commit/b9a9ed4 b9a9ed4]: [Qt] Build JavaScriptCore as a static library.
     350 * [http://gitorious.org/webkit/qtwebkit/commit/88e5ac6 88e5ac6]: Don't undefine SKIP_STATIC_CONSTRUCTORS_ON_GCC for Symbian HW targets.
     351 * [http://gitorious.org/webkit/qtwebkit/commit/8f84e11 8f84e11]: [Qt] Remove the definition of WTF_CHANGES guards from the build system
     352 * [http://gitorious.org/webkit/qtwebkit/commit/b3d7ff9 b3d7ff9]: [Qt] GraphicsLayer: Timing functions don't work with transitions
     353 * [http://gitorious.org/webkit/qtwebkit/commit/0b6b1eb 0b6b1eb]: User Agent Switcher on QtLauncher https://bugs.webkit.org/show_bug.cgi?id=36451
     354 * [http://gitorious.org/webkit/qtwebkit/commit/2b62558 2b62558]: https://bugs.webkit.org/show_bug.cgi?id=36742
     355 * [http://gitorious.org/webkit/qtwebkit/commit/5df858f 5df858f]: https://bugs.webkit.org/show_bug.cgi?id=36745
     356 * [http://gitorious.org/webkit/qtwebkit/commit/e769d1e e769d1e]: [Qt] Make it possible to build using both Windows and Linux for Symbian
     357 * [http://gitorious.org/webkit/qtwebkit/commit/45d1b73 45d1b73]: [Qt] Shadowbuilds of WebCore with Qt on Symbian fails.
     358 * [http://gitorious.org/webkit/qtwebkit/commit/d7edf81 d7edf81]: [Qt] unit tests don't compile inside of Qt
     359 * [http://gitorious.org/webkit/qtwebkit/commit/2078376 2078376]: [Qt] Do not generate INSTALLS for webkit when building inside Qt.
     360 * [http://gitorious.org/webkit/qtwebkit/commit/a867d50 a867d50]: [Qt] Use the -l syntax for linking against JavaScriptCore on Windows.
     361 * [http://gitorious.org/webkit/qtwebkit/commit/a526370 a526370]: [Qt] Fix build break introduced in r56724.
     362 * [http://gitorious.org/webkit/qtwebkit/commit/fe2de80 fe2de80]: https://bugs.webkit.org/show_bug.cgi?id=36703
     363 * [http://gitorious.org/webkit/qtwebkit/commit/56b8744 56b8744]: Merge branch 'qtwebkit-2.0' of gitorious.org:+qtwebkit-developers/webkit/qtwebkit into qtwebkit-2.0
     364 * [http://gitorious.org/webkit/qtwebkit/commit/46b4cfc 46b4cfc]: Added a function, WebCore::shouldTreatAsAttachment, to HTTPParsers.*
     365 * [http://gitorious.org/webkit/qtwebkit/commit/1685c71 1685c71]: [Qt] Multiselect - Adding method itemIsSelected() to QtAbstractWebPopup
     366 * [http://gitorious.org/webkit/qtwebkit/commit/a5c5713 a5c5713]: JavaScriptCore: Add an enable flag for the Widgets (http://www.w3.org/TR/widgets-reqs/)
     367 * [http://gitorious.org/webkit/qtwebkit/commit/9c455c2 9c455c2]: Use 'Mobile Safari' instead of 'Safari' on mobile Qt platforms.
     368 * [http://gitorious.org/webkit/qtwebkit/commit/3d5b227 3d5b227]: Guard Geolocation files with ENABLE_GEOLOCATION
     369 * [http://gitorious.org/webkit/qtwebkit/commit/b74f1de b74f1de]: WebCore: Implement flattening for iframes.
     370 * [http://gitorious.org/webkit/qtwebkit/commit/eb76591 eb76591]: Rubber-stamped by Kenneth Rohde Christiansen.
     371 * [http://gitorious.org/webkit/qtwebkit/commit/bb360f6 bb360f6]: Rubber-stamped by Kenneth Rohde Christiansen.
     372 * [http://gitorious.org/webkit/qtwebkit/commit/b885985 b885985]: [Qt] Package build fixes for Symbian
     373 * [http://gitorious.org/webkit/qtwebkit/commit/8cc878c 8cc878c]: [Qt] Fix build break on Qt Mac.
     374 * [http://gitorious.org/webkit/qtwebkit/commit/4b42600 4b42600]: [Qt] qmake/symbian build failure
     375 * [http://gitorious.org/webkit/qtwebkit/commit/634142c 634142c]: tryLayoutDoingPositionedMovementOnly does not have to be in RenderObject or be virtual
     376 * [http://gitorious.org/webkit/qtwebkit/commit/bbec5e8 bbec5e8]: [Qt] Custom user agent for user agent switcher
     377 * [http://gitorious.org/webkit/qtwebkit/commit/85def4d 85def4d]: iframe flattening doesn't flatten
     378 * [http://gitorious.org/webkit/qtwebkit/commit/7cbfd1f 7cbfd1f]: Do not draw scrollbars for subframes when frame flattening is
     379 * [http://gitorious.org/webkit/qtwebkit/commit/fb15164 fb15164]: Rubber-stamped by Kenneth Rohde Christiansen.
     380 * [http://gitorious.org/webkit/qtwebkit/commit/59daec9 59daec9]: Crash with frame flattening on after r56854
     381 * [http://gitorious.org/webkit/qtwebkit/commit/3745350 3745350]: iframe flattening doesn't flatten
     382 * [http://gitorious.org/webkit/qtwebkit/commit/a1eed0c a1eed0c]: Update Qt results for iframe flattening.
     383 * [http://gitorious.org/webkit/qtwebkit/commit/732efe4 732efe4]: Update mac results for iframe flattening.
     384 * [http://gitorious.org/webkit/qtwebkit/commit/f0cac60 f0cac60]: https://bugs.webkit.org/show_bug.cgi?id=36446
     385 * [http://gitorious.org/webkit/qtwebkit/commit/c99c326 c99c326]: Accept XHTML-MP content type as XHTML content
     386 * [http://gitorious.org/webkit/qtwebkit/commit/6fa9c31 6fa9c31]: [Qt] Maemo5 theme - QtMaemoWebPopup class
     387 * [http://gitorious.org/webkit/qtwebkit/commit/ac69c2f ac69c2f]: Consolidate the definition of SKIP_STATIC_CONSTRUCTORS_ON_GCC
     388 * [http://gitorious.org/webkit/qtwebkit/commit/5bfb5ac 5bfb5ac]: [Symbian] Consolidate Symbian WINSCW environment configuration
     389 * [http://gitorious.org/webkit/qtwebkit/commit/88cd40e 88cd40e]: [Qt] Maemo5 theme - form controls style
     390 * [http://gitorious.org/webkit/qtwebkit/commit/355706b 355706b]: Add Single and Multiple Selection Popup for Maemo 5.
     391 * [http://gitorious.org/webkit/qtwebkit/commit/61e4fea 61e4fea]: [Qt] Maemo5 theme - <select multiple> custom rendering
     392 * [http://gitorious.org/webkit/qtwebkit/commit/9696a3d 9696a3d]: [Qt] Maemo5 theme - customized popup for <select multiple> elements
     393 * [http://gitorious.org/webkit/qtwebkit/commit/839d870 839d870]: [Qt] Maemo5 theme - wrong spelling
     394 * [http://gitorious.org/webkit/qtwebkit/commit/f082aa1 f082aa1]: Refactor JITStubs.cpp so that the list of STUB_FUNCTIONs
     395 * [http://gitorious.org/webkit/qtwebkit/commit/ab64104 ab64104]: Add UNUSED_PARAM a to silence warning.
     396 * [http://gitorious.org/webkit/qtwebkit/commit/ce3cdb4 ce3cdb4]: [Qt] Add mechanism to detect QtWebKit 2.0 via the preprocessor
     397 * [http://gitorious.org/webkit/qtwebkit/commit/b246edd b246edd]: [Qt] npapi header leaves XP_WIN flag defined even when __SYMBIAN32__ flag is found
     398 * [http://gitorious.org/webkit/qtwebkit/commit/e69f9bd e69f9bd]: [Qt] Added the iPhone and iPad latest user agent in QtLauncher UA switcher
     399 * [http://gitorious.org/webkit/qtwebkit/commit/6dcb7f9 6dcb7f9]: JS code generator does not support feature conditional attributes that are writable
     400 * [http://gitorious.org/webkit/qtwebkit/commit/170cbb3 170cbb3]: [Qt] [Symbian] Rebaseline Symbian def file
     401 * [http://gitorious.org/webkit/qtwebkit/commit/695b3ef 695b3ef]: [Qt] [Symbian] Build fix for Dumprendertree if Qt printing is not supported
     402 * [http://gitorious.org/webkit/qtwebkit/commit/7d6d3df 7d6d3df]: [Qt] Windowed netscape plugins don't work with QGraphicsWebView on Symbian
     403 * [http://gitorious.org/webkit/qtwebkit/commit/90e8e99 90e8e99]: [Qt] Fix trunk (non-standalone) builds for Symbian
     404 * [http://gitorious.org/webkit/qtwebkit/commit/f544a8b f544a8b]: Add the touch event related IDL files to the idl generation, so that
     405 * [http://gitorious.org/webkit/qtwebkit/commit/181033d 181033d]: https://bugs.webkit.org/show_bug.cgi?id=36750
     406 * [http://gitorious.org/webkit/qtwebkit/commit/50d5e02 50d5e02]: https://bugs.webkit.org/show_bug.cgi?id=36827
     407 * [http://gitorious.org/webkit/qtwebkit/commit/2705c83 2705c83]: Poor rendering on lala.com with frame flattening
     408 * [http://gitorious.org/webkit/qtwebkit/commit/33c7a75 33c7a75]: [Qt] The build system is not installing the generated headers (QGraphicsWebView, QWebDatabase, etc)
     409 * [http://gitorious.org/webkit/qtwebkit/commit/75a63ec 75a63ec]: [Qt] When providing a widget for the PDF mime type it will cause a crash
     410 * [http://gitorious.org/webkit/qtwebkit/commit/26ec2a2 26ec2a2]: [Qt] Remove shaderSource manipulation from GraphicsContext3DQt.cpp
     411 * [http://gitorious.org/webkit/qtwebkit/commit/ea5bda7 ea5bda7]: [Qt] qtwebkit_webframe_scrollRecursively scrolls when body.style.overflow="hidden"
     412 * [http://gitorious.org/webkit/qtwebkit/commit/dd4a747 dd4a747]: [Qt] REGRESSION:(r50665) QWebFrame::setScrollBarPolicy(Qt::Vertical,Qt::ScrollBarAlwaysOff) has no effect.
     413 * [http://gitorious.org/webkit/qtwebkit/commit/9cf99c0 9cf99c0]: [Qt] REGRESSION:(r50665) QWebFrame::setScrollBarPolicy(Qt::Vertical,Qt::ScrollBarAlwaysOff) has no effect.
     414 * [http://gitorious.org/webkit/qtwebkit/commit/f641072 f641072]: [Qt] User agent style sheets are crippled by moc -E in make-css-file-arrays.pl
     415 * [http://gitorious.org/webkit/qtwebkit/commit/b607ff4 b607ff4]: [Qt] WebKit crashes while input text through input method.
     416 * [http://gitorious.org/webkit/qtwebkit/commit/495f0db 495f0db]: [Qt] Warnings when compiling InspectorClientQt.cpp
     417 * [http://gitorious.org/webkit/qtwebkit/commit/5fb2bf3 5fb2bf3]: [Qt] Fix crashes with package builds in release
     418 * [http://gitorious.org/webkit/qtwebkit/commit/2a74ef7 2a74ef7]: Revert part of 57320 that would remove NDEBUG in release builds for
     419 * [http://gitorious.org/webkit/qtwebkit/commit/607fc3d 607fc3d]: [Qt] tests/qgraphicswebview fails
     420 * [http://gitorious.org/webkit/qtwebkit/commit/e3b7979 e3b7979]: [Qt] Symbian apps crash on exit due to a bad qObject_cast.
     421 * [http://gitorious.org/webkit/qtwebkit/commit/288f40d 288f40d]: [Qt]Fix compile error with QT_NO_ANIMATION
     422 * [http://gitorious.org/webkit/qtwebkit/commit/016b443 016b443]: [Qt]Fix compile error with QT_NO_PROPERTIES
     423 * [http://gitorious.org/webkit/qtwebkit/commit/2ad5e21 2ad5e21]: [Qt] Fix compile error with QT_NO_ACTION
     424 * [http://gitorious.org/webkit/qtwebkit/commit/d9efc55 d9efc55]: Update test as the 'all' value has been removed
     425 * [http://gitorious.org/webkit/qtwebkit/commit/862268a 862268a]: [Qt] tst_QWebFrame::popupFocus() fails
     426 * [http://gitorious.org/webkit/qtwebkit/commit/32aeb1c 32aeb1c]: [Qt] Build fix for Mac when building with build-webkit --qt
     427 * [http://gitorious.org/webkit/qtwebkit/commit/1dc6dfe 1dc6dfe]: [Qt] Mark QWebFrame::overloadedSlots autotest as expected failure
     428 * [http://gitorious.org/webkit/qtwebkit/commit/1ee9828 1ee9828]: [Qt] Null QObjects properties cause Segmentation Fault
     429 * [http://gitorious.org/webkit/qtwebkit/commit/759a7bc 759a7bc]: Merge branch 'qtwebkit-2.0' of gitorious.org:+qtwebkit-developers/webkit/qtwebkit into qtwebkit-2.0
     430 * [http://gitorious.org/webkit/qtwebkit/commit/213eb62 213eb62]: [Qt] Rendering artifacts on Qt plugins when scrolling the page
     431 * [http://gitorious.org/webkit/qtwebkit/commit/14d7950 14d7950]: Changing view mode names due to specification changes
     432 * [http://gitorious.org/webkit/qtwebkit/commit/e3671dc e3671dc]: WINSCW compile fix for WebCore
     433 * [http://gitorious.org/webkit/qtwebkit/commit/22b5d32 22b5d32]: WINSCW compile fix for HashMap
     434 * [http://gitorious.org/webkit/qtwebkit/commit/54fff67 54fff67]: WINSCW boolean fix for XPATH
     435 * [http://gitorious.org/webkit/qtwebkit/commit/1073a3c 1073a3c]: WINSCW compiler fix, too eager to solve inlines
     436 * [http://gitorious.org/webkit/qtwebkit/commit/05da763 05da763]: Remove overloaded placement new operators
     437 * [http://gitorious.org/webkit/qtwebkit/commit/a373324 a373324]: [Qt] Fix compilation against namespaced Qt.
     438 * [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
     439 * [http://gitorious.org/webkit/qtwebkit/commit/af5a47a af5a47a]: [Qt] Build fix for WinCE.
     440 * [http://gitorious.org/webkit/qtwebkit/commit/2ccb405 2ccb405]: [Qt] Fix JavaScriptCore's include path for WinCE builds
     441 * [http://gitorious.org/webkit/qtwebkit/commit/ab65495 ab65495]: [Qt]QtLauncher crash on page with CSS 3D transform
     442 * [http://gitorious.org/webkit/qtwebkit/commit/bed1943 bed1943]: [Qt] WebCore::Font::font() causes a QFont detach
     443 * [http://gitorious.org/webkit/qtwebkit/commit/a4221d7 a4221d7]: Bug 37683 moved code from FontQt.cpp to FontPlatformDataQt.cpp but did not
     444 * [http://gitorious.org/webkit/qtwebkit/commit/3e5efac 3e5efac]: Make GraphicsLayerQt always use ItemCoordinateCache, and remove ItemUsesExtendedStyleOption.
     445 * [http://gitorious.org/webkit/qtwebkit/commit/95c4d11 95c4d11]: [Qt] Destroy SharedTimerQt before destruction of QCoreApplication.
     446 * [http://gitorious.org/webkit/qtwebkit/commit/4162612 4162612]: No default selection for <select multiple> menu lists.
     447 * [http://gitorious.org/webkit/qtwebkit/commit/98e5667 98e5667]: [Qt] Multitouch mocking in QtLauncher doesn't work with QGraphicsView
     448 * [http://gitorious.org/webkit/qtwebkit/commit/d686f20 d686f20]: 2010-04-16  Daniel Bates  <dbates@rim.com>
     449 * [http://gitorious.org/webkit/qtwebkit/commit/e55651e e55651e]: [Qt] Use integer pixel metric QFont API to fix rounding errors in text rendering on the Mac
     450 * [http://gitorious.org/webkit/qtwebkit/commit/6b307dc 6b307dc]: [Qt] GraphicsLayer: support fill-modes
     451 * [http://gitorious.org/webkit/qtwebkit/commit/c960094 c960094]: REGRESSION(r56552): Broken scrollbars size https://bugs.webkit.org/show_bug.cgi?id=36853
     452 * [http://gitorious.org/webkit/qtwebkit/commit/bed27b1 bed27b1]: Patch by Antonio Gomes <tonikitoo@webkit.org>
     453 * [http://gitorious.org/webkit/qtwebkit/commit/ae6f9f4 ae6f9f4]: Spatial Navigation: bail out as soon as algorithm finds a focus candidate is not applicable https://bugs.webkit.org/show_bug.cgi?id=37135
     454 * [http://gitorious.org/webkit/qtwebkit/commit/3875bf5 3875bf5]: Spatial Navigation: proper handle negative x or y coordinates https://bugs.webkit.org/show_bug.cgi?id=36773
     455 * [http://gitorious.org/webkit/qtwebkit/commit/7d5c02b 7d5c02b]: Spatial Navigation: make renderRectRelativeToRootDocument method to fallback to getRect() of Element when needed
     456 * [http://gitorious.org/webkit/qtwebkit/commit/bf61de5 bf61de5]: Spatial Navigation: make hasOffscreenRect() to earlier return 'true' if absoluteClippedOverflowRect() gives an empty rect
     457 * [http://gitorious.org/webkit/qtwebkit/commit/7495470 7495470]: Patch by Antonio Gomes <tonikitoo@webkit.org>
     458 * [http://gitorious.org/webkit/qtwebkit/commit/87a4fa8 87a4fa8]: [Qt] Fix createPlugin() tests in tst_qwebpage to match behaviour of Qt plugins
     459 * [http://gitorious.org/webkit/qtwebkit/commit/7513c87 7513c87]: [Qt] Symbian apps crash on exit due to a bad qObject_cast.
     460 * [http://gitorious.org/webkit/qtwebkit/commit/0079f8c 0079f8c]: Update of fixed elements is not made correctly when the page has been scrolled
     461 * [http://gitorious.org/webkit/qtwebkit/commit/991f4f6 991f4f6]: [Qt] [Performance] GraphicsLayer: constructing the layers takes too long
     462 * [http://gitorious.org/webkit/qtwebkit/commit/003263d 003263d]: [Qt] Fix or remove the runtime flag for accelerated compositing.
     463 * [http://gitorious.org/webkit/qtwebkit/commit/2be19c2 2be19c2]: Spatial Navigation: at @updateFocusCandidateIfCloser make an assignment shortcut when FocusCandidate is null
     464 * [http://gitorious.org/webkit/qtwebkit/commit/e806765 e806765]: Mac OS X: Use deployment target to determine whether memory tagging should be enabled
     465 * [http://gitorious.org/webkit/qtwebkit/commit/829895d 829895d]: Repaint of fixed, transformed element is broken
     466 * [http://gitorious.org/webkit/qtwebkit/commit/e226bf3 e226bf3]: Fix build if NPAPI support is disabled
     467 * [http://gitorious.org/webkit/qtwebkit/commit/5179f5c 5179f5c]: Fix build if NPAPI support is disabled
     468 * [http://gitorious.org/webkit/qtwebkit/commit/a7515d0 a7515d0]: [Qt] inputMethodQuery returns coordinates in web page coordinates rather than in item coordinates.
     469 * [http://gitorious.org/webkit/qtwebkit/commit/2b4fb28 2b4fb28]: In HTMLInputElement.cpp, shouldUseInputMethod does not return true for
     470 * [http://gitorious.org/webkit/qtwebkit/commit/624d866 624d866]: [Qt] Check the request empty or not in ChromeClientQt::createWindow()
     471 * [http://gitorious.org/webkit/qtwebkit/commit/d566cf9 d566cf9]: [Qt] QtLauncher: make FPS measurement accurate
     472 * [http://gitorious.org/webkit/qtwebkit/commit/80dddd2 80dddd2]: Fix the MSVC 64bit build.
     473 * [http://gitorious.org/webkit/qtwebkit/commit/5756958 5756958]: [Qt] Fix the include header <qstring.h> -> <QtCore/qstring.h>
     474 * [http://gitorious.org/webkit/qtwebkit/commit/f737ab2 f737ab2]: [Qt] Exposing an QVariantMap containing QObjectStar to Javascript
     475 * [http://gitorious.org/webkit/qtwebkit/commit/b8a9d4b b8a9d4b]: [Qt] Fix compilation with RVCT 4
     476 * [http://gitorious.org/webkit/qtwebkit/commit/417bc30 417bc30]: [Qt] HTTP pipelining efficiency increase
     477 * [http://gitorious.org/webkit/qtwebkit/commit/d918721 d918721]: [RVCT] ACID3 test crash
     478 * [http://gitorious.org/webkit/qtwebkit/commit/a5c47be a5c47be]: Mingw-w64 fixes for JavaScriptCore
     479 * [http://gitorious.org/webkit/qtwebkit/commit/b8b715b b8b715b]: Fixes for Win64 compilation under gcc (mingw-w64)
     480 * [http://gitorious.org/webkit/qtwebkit/commit/f4d80f4 f4d80f4]: [Qt] Fix the build on Symbian on Linux using the Makefile based mkspec
     481 * [http://gitorious.org/webkit/qtwebkit/commit/806e960 806e960]: [Qt] Fix linking on Symbian on Linux using the Makefile based mkspec.
     482 * [http://gitorious.org/webkit/qtwebkit/commit/d5e8869 d5e8869]: [Qt] Hide the OpenGL and QtMultimedia dependencies from syncqt.
     483 * [http://gitorious.org/webkit/qtwebkit/commit/e765f06 e765f06]: [Qt] Fix autotests .qrc file paths when built in Qt.
     484 * [http://gitorious.org/webkit/qtwebkit/commit/f07a3c6 f07a3c6]: [Qt] Corrects symbols visibility for JavaScriptCore.
     485 * [http://gitorious.org/webkit/qtwebkit/commit/11d902d 11d902d]: [Qt] Remove dependency of JSC to QtGui
     486 * [http://gitorious.org/webkit/qtwebkit/commit/e4ff26f e4ff26f]: [Qt] Remove translatable strings from the hybridPixmap test.
     487 * [http://gitorious.org/webkit/qtwebkit/commit/70fd060 70fd060]: [Qt] Make sure WebKit is not compiled using C++0x.
     488 * [http://gitorious.org/webkit/qtwebkit/commit/ec1dbe9 ec1dbe9]: [Qt] Fix Mac build break.
     489 * [http://gitorious.org/webkit/qtwebkit/commit/9f1b689 9f1b689]: Rename COMPILER(MSVC7) to COMPILER(MSVC7_OR_LOWER)
     490 * [http://gitorious.org/webkit/qtwebkit/commit/b3af4e1 b3af4e1]: Compile fix for Visual Studio 2010
     491 * [http://gitorious.org/webkit/qtwebkit/commit/a0e5f17 a0e5f17]: [Qt] Fix compilation against Qt 4.7
     492 * [http://gitorious.org/webkit/qtwebkit/commit/12554e3 12554e3]: [Qt] Fix detection of Qt 4.7's multimedia libraries
     493 * [http://gitorious.org/webkit/qtwebkit/commit/5d0c070 5d0c070]: [Qt] WINS DEF file freeze
     494 * [http://gitorious.org/webkit/qtwebkit/commit/6e1ac4b 6e1ac4b]: Fix compilation with gcc 3.4.
     495 * [http://gitorious.org/webkit/qtwebkit/commit/12237dc 12237dc]: Removed execute permissions from header file
     496 * [http://gitorious.org/webkit/qtwebkit/commit/2992802 2992802]: Removed execute permissions from WebCore/inspector/InspectorFrontend.cpp
     497 * [http://gitorious.org/webkit/qtwebkit/commit/adc4762 adc4762]: [Qt] tst_QWebHistoryInterface::visitedLinks() fails
     498 * [http://gitorious.org/webkit/qtwebkit/commit/76fc13d 76fc13d]: JSC's currentThreadStackBase is not reentrant on some platforms
     499 * [http://gitorious.org/webkit/qtwebkit/commit/d310f9f d310f9f]: [Qt] GraphicsLayer: preserves-3d and backface visibility
     500 * [http://gitorious.org/webkit/qtwebkit/commit/a3a6be0 a3a6be0]: Revert "[Qt] tst_QWebHistoryInterface::visitedLinks() fails"
     501 * [http://gitorious.org/webkit/qtwebkit/commit/52345b2 52345b2]: [Qt] REGRESSION(r57982): tst_qwebpage::showModalDialog() crashes
     502 * [http://gitorious.org/webkit/qtwebkit/commit/1a40220 1a40220]: [Qt] REGRESSION(r57638): tst_qwebframe::objectDeleted() fails
     503 * [http://gitorious.org/webkit/qtwebkit/commit/1bfff59 1bfff59]: Remove unnecessary call to FrameView::forceLayout() in setViewportSize()
     504 * [http://gitorious.org/webkit/qtwebkit/commit/3fee69e 3fee69e]: [Qt] Speed up text layouting
     505 * [http://gitorious.org/webkit/qtwebkit/commit/2c346f5 2c346f5]: [Qt] Loading of large page can take up to 10 seconds
     506 * [http://gitorious.org/webkit/qtwebkit/commit/2babe0e 2babe0e]: Rebase LayoutTests/platform/qt/svg/text/selection-background-color-expected.txt
     507 * [http://gitorious.org/webkit/qtwebkit/commit/80b7420 80b7420]: Reverse animations don't work in some use cases
     508 * [http://gitorious.org/webkit/qtwebkit/commit/540ae4c 540ae4c]: [Qt] GraphicsLayer: flicker when starting an animation before the previous one ended.
     509 * [http://gitorious.org/webkit/qtwebkit/commit/ef25e97 ef25e97]: Allow plugins implemented by the application, such as mimetype 'x-qt-plugin',
     510 * [http://gitorious.org/webkit/qtwebkit/commit/8941bee 8941bee]: Allow plugins implemented by the application, such as mimetype 'x-qt-plugin',
     511 * [http://gitorious.org/webkit/qtwebkit/commit/b34ecd4 b34ecd4]: [Qt] GraphicsLayer: animation incorrect when scrolling
     512 * [http://gitorious.org/webkit/qtwebkit/commit/bbc4af4 bbc4af4]: [Qt] QWebPage::userAgentForUrl is terrible API
     513 * [http://gitorious.org/webkit/qtwebkit/commit/0998515 0998515]: [Qt] QtWebKit versioning added
     514 * [http://gitorious.org/webkit/qtwebkit/commit/3f0f51f 3f0f51f]: [Qt] Fix library infix usage when compiling inside of Qt
     515 * [http://gitorious.org/webkit/qtwebkit/commit/992e57e 992e57e]: [Qt] Fix qtlibraryinfix not to contain space
     516 * [http://gitorious.org/webkit/qtwebkit/commit/178990d 178990d]: Removed WebGL support in the release branch.
     517 * [http://gitorious.org/webkit/qtwebkit/commit/3f78c44 3f78c44]: [Qt] Disable Qt Multimedia backend for HTML 5 Audio and Video elements
     518 * [http://gitorious.org/webkit/qtwebkit/commit/9ee6508 9ee6508]: Media queries empty values
     519 * [http://gitorious.org/webkit/qtwebkit/commit/ddf1a58 ddf1a58]: View modes names in CSSValueKeywords.in
     520 * [http://gitorious.org/webkit/qtwebkit/commit/3f701c6 3f701c6]: [Qt] Enable JIT for QtWebKit on Symbian
     521 * [http://gitorious.org/webkit/qtwebkit/commit/e4b73bb e4b73bb]: [Qt] Fix rendering of <button> elements on Mac OS X
     522 * [http://gitorious.org/webkit/qtwebkit/commit/07b60cf 07b60cf]: [Qt]Disable Qt Multimedia backend for HTML 5 Audio and Video elements
     523 * [http://gitorious.org/webkit/qtwebkit/commit/25c6b4d 25c6b4d]: Disable XSLT support in the 2.0 release, due to the incomplete support for it in QtXmlPatterns.
     524 * [http://gitorious.org/webkit/qtwebkit/commit/102de4f 102de4f]: [Qt] REGRESSION: Loading of external CSS and JS files over network fails in some cases
     525 * [http://gitorious.org/webkit/qtwebkit/commit/712e5d5 712e5d5]: Spatial Navigation: adapt the logic of {deep}findFocusableNodeInDirection to do traversal starting from Node* not Document*
     526 * [http://gitorious.org/webkit/qtwebkit/commit/365a41e 365a41e]: Preprocessor doesn't understand "true", changed to "1"
     527 * [http://gitorious.org/webkit/qtwebkit/commit/a2e96f9 a2e96f9]: Spatial Navigation: Add LayoutTest with frame flattening feature on.
     528 * [http://gitorious.org/webkit/qtwebkit/commit/c59c560 c59c560]: [Qt]Fix compile error with QT_NO_LIBRARY
     529 * [http://gitorious.org/webkit/qtwebkit/commit/7e5b806 7e5b806]: [Qt]Fix compile error with QT_NO_DEBUG_STREAM
     530 * [http://gitorious.org/webkit/qtwebkit/commit/74e3c51 74e3c51]: [Qt]Fix compile error with QT_NO_DESKTOPSERVICES
     531 * [http://gitorious.org/webkit/qtwebkit/commit/2adfb94 2adfb94]: [Qt]Fix compile error with QT_NO_SETTINGS
     532 * [http://gitorious.org/webkit/qtwebkit/commit/6493fd3 6493fd3]: [Qt]Fix compile error with QT_NO_IM
     533 * [http://gitorious.org/webkit/qtwebkit/commit/b4aa5e1 b4aa5e1]: [Qt] QT_MOBILE_THEME compile time flag
     534 * [http://gitorious.org/webkit/qtwebkit/commit/592acb4 592acb4]: Crash in handleTouchEvent: using dangling node ptrs in hashmap
     535 * [http://gitorious.org/webkit/qtwebkit/commit/074def6 074def6]: Potential crash in EventHandler::handleTouchEvent
     536 * [http://gitorious.org/webkit/qtwebkit/commit/ca03a15 ca03a15]: [Qt] Fix infinite redirection loop in QNetworkReplyHandler
     537 * [http://gitorious.org/webkit/qtwebkit/commit/e830618 e830618]: [Qt] Fix infinite redirection loop in QNetworkReplyHandler
     538 * [http://gitorious.org/webkit/qtwebkit/commit/51fb0ae 51fb0ae]: [Qt] Fix rendering of -webkit-user-select: none
     539 * [http://gitorious.org/webkit/qtwebkit/commit/d8796cc d8796cc]: [Qt] Enable YARR_JIT for X86 Mac for QtWebKit
     540 * [http://gitorious.org/webkit/qtwebkit/commit/f8d7b7e f8d7b7e]: [Qt] These tests can be removed from the skipped list since these
     541 * [http://gitorious.org/webkit/qtwebkit/commit/0d9e7dc 0d9e7dc]: [Qt] LayoutTests/fast/canvas/pointInPath.html passed, actually it failed
     542 * [http://gitorious.org/webkit/qtwebkit/commit/3a8e112 3a8e112]: [Qt] Compilation with Plugins disabled is broken
     543 * [http://gitorious.org/webkit/qtwebkit/commit/81f2bcc 81f2bcc]: [Qt] QWebPage viewMode property
     544 * [http://gitorious.org/webkit/qtwebkit/commit/5aaee8f 5aaee8f]: [Qt] QWebPage viewMode property
     545 * [http://gitorious.org/webkit/qtwebkit/commit/af21ac4 af21ac4]: [Qt] Expose HTMLTokenizer yielding parameters
     546 * [http://gitorious.org/webkit/qtwebkit/commit/1a6db1a 1a6db1a]: [Qt] Crash in QGraphicsWebViewPrivate::~QGraphicsWebViewPrivate when animation were used
     547 * [http://gitorious.org/webkit/qtwebkit/commit/fc8aa9b fc8aa9b]: Qt after 4.6.3 has its integrated DNS cache. Therefore some
     548 * [http://gitorious.org/webkit/qtwebkit/commit/836023e 836023e]: Spatial Navigation: create a getter for the "fudgeFactor"
     549 * [http://gitorious.org/webkit/qtwebkit/commit/dc5821c dc5821c]: [Qt] Disable JIT support for mingw-w64
     550 * [http://gitorious.org/webkit/qtwebkit/commit/4aa4ea0 4aa4ea0]: [Qt] fast/text/find-hidden-text.html
     551 * [http://gitorious.org/webkit/qtwebkit/commit/79d424c 79d424c]: [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
     552 * [http://gitorious.org/webkit/qtwebkit/commit/5b263f2 5b263f2]: Rename window.media to window.styleMedia
     553 * [http://gitorious.org/webkit/qtwebkit/commit/35a9c23 35a9c23]: WebCore: Rename window.media to window.styleMedia
     554 * [http://gitorious.org/webkit/qtwebkit/commit/96adf8d 96adf8d]: Change [object Media] to [object StyleMedia]
     555 * [http://gitorious.org/webkit/qtwebkit/commit/c323324 c323324]: Change [object Media] to [object StyleMedia]
     556 * [http://gitorious.org/webkit/qtwebkit/commit/4b9e072 4b9e072]: Change Media to StyleMedia
     557 * [http://gitorious.org/webkit/qtwebkit/commit/2a01171 2a01171]: Skip failing XSLT tests after commit 25c6b4daf01b70fe8cd368f78bb7e8257085c0b1
     558 * [http://gitorious.org/webkit/qtwebkit/commit/57d10d5 57d10d5]: Calls FrameView::scrollPositionChanged whenever a ScrollView is scrolled
     559 * [http://gitorious.org/webkit/qtwebkit/commit/5cf0236 5cf0236]: Revert commit 3f701c6180f2b138e8e2bd8b29b8c9db82ee9733 that enabled the JIT on Symbian.
     560 * [http://gitorious.org/webkit/qtwebkit/commit/f5e95b4 f5e95b4]: [Qt] tst_QWebPage::inputMethods failing on Maemo5
     561 * [http://gitorious.org/webkit/qtwebkit/commit/3e4eb12 3e4eb12]: [Qt] REGRESSION(r58497) tst_QGraphicsWebView::crashOnViewlessWebPages() is failing
     562 * [http://gitorious.org/webkit/qtwebkit/commit/0a778f7 0a778f7]: [Qt] emit initialLayoutCompleted signal from FrameLoaderClientQt::dispatchDidFirstVisuallyNonEmptyLayout
     563 * [http://gitorious.org/webkit/qtwebkit/commit/88ea502 88ea502]: [Qt] GraphicsLayer: depth-test causes flicker in certain situations
     564 * [http://gitorious.org/webkit/qtwebkit/commit/038ed8d 038ed8d]: Add test to check that setting various CanvasRenderingContext2D properties
     565 * [http://gitorious.org/webkit/qtwebkit/commit/74b27c5 74b27c5]: [Qt] Improve QtLauncher user agent dialog resize
     566 * [http://gitorious.org/webkit/qtwebkit/commit/7eb1783 7eb1783]: [QT] Update the Symbian version for the user agent
     567 * [http://gitorious.org/webkit/qtwebkit/commit/4ee9c25 4ee9c25]: [Qt] Detect debug mode consistently
     568 * [http://gitorious.org/webkit/qtwebkit/commit/a42f04c a42f04c]: Documentation: Fix overview grouping.
     569 * [http://gitorious.org/webkit/qtwebkit/commit/3d774b9 3d774b9]: [Qt] Merge overhaul of the QtWebKit API documentation
     570 * [http://gitorious.org/webkit/qtwebkit/commit/592fb4e 592fb4e]: [Qt] JavaScript unable to invoke methods declared in QML
     571 * [http://gitorious.org/webkit/qtwebkit/commit/41b8115 41b8115]: .: [Qt] Rename QtLauncher to QtTestBrowser
     572 * [http://gitorious.org/webkit/qtwebkit/commit/a1a9dda a1a9dda]: Fix a VS2010 assert in std::copy
     573 * [http://gitorious.org/webkit/qtwebkit/commit/2b20c8d 2b20c8d]: CSSParser::parseColor() shouldn't alter 'color' unless passed a valid color string.
     574 * [http://gitorious.org/webkit/qtwebkit/commit/c5f27fb c5f27fb]: Rubber-stamped by Simon Hausmann.
     575 * [http://gitorious.org/webkit/qtwebkit/commit/4696beb 4696beb]: [Qt] animations/dynamic-stylesheet-loading.html fails with accelerated compositing
     576 * [http://gitorious.org/webkit/qtwebkit/commit/4bb49bb 4bb49bb]: Don't unnecessarily copy data when searching for methods in QtClass.
     577 * [http://gitorious.org/webkit/qtwebkit/commit/ead6be7 ead6be7]: [Qt] GraphicsLayer caches directly composited images
     578 * [http://gitorious.org/webkit/qtwebkit/commit/99054d0 99054d0]: [Qt] Target(WebCore,jsc,...) must depends on static library of JavaScriptCore
     579 * [http://gitorious.org/webkit/qtwebkit/commit/cacbdf1 cacbdf1]: [Qt] Unreviewed speculative buildfix for WinCE after r57882
     580 * [http://gitorious.org/webkit/qtwebkit/commit/807157e 807157e]: REGRESSION(59563): [Qt] JSValue QtClass::fallbackObject can be optimized
     581 * [http://gitorious.org/webkit/qtwebkit/commit/71e6346 71e6346]: Fix QWebHistory serialization.
     582 * [http://gitorious.org/webkit/qtwebkit/commit/14cc1d2 14cc1d2]: Add a test to check proper return value (null) from invalid canvas getContext() calls.
     583 * [http://gitorious.org/webkit/qtwebkit/commit/ad27430 ad27430]: Add a test to verify that Canvas's toDataURL() is case insensitive wrt the mimeType argument.
     584 * [http://gitorious.org/webkit/qtwebkit/commit/ef200e2 ef200e2]: [Qt] Implementing clipToImageBuffer for Qt port.
     585 * [http://gitorious.org/webkit/qtwebkit/commit/9c30b27 9c30b27]: https://bugs.webkit.org/show_bug.cgi?id=39218
     586 * [http://gitorious.org/webkit/qtwebkit/commit/d25f344 d25f344]: Return null when creating an ImageBuffer failed, due to for
     587 * [http://gitorious.org/webkit/qtwebkit/commit/d0678db d0678db]: [Qt] REGRESSION: CoolClock isn't rendered properly
     588 * [http://gitorious.org/webkit/qtwebkit/commit/040a88f 040a88f]: [Qt] Weekly binary builds on Mac OS X don't work when launched in the Finder
     589 * [http://gitorious.org/webkit/qtwebkit/commit/9265534 9265534]: [Qt] Nested overflow div does not scroll
     590 * [http://gitorious.org/webkit/qtwebkit/commit/cf6ec10 cf6ec10]: [Qt] QWebPage::inputMethodQuery() returns wrong values for Qt::ImCursorPosition, Qt::ImAnchorPosition
     591 * [http://gitorious.org/webkit/qtwebkit/commit/283be59 283be59]: [Symbian] Symbian builds does not support shadow builds
     592 * [http://gitorious.org/webkit/qtwebkit/commit/d7f3d44 d7f3d44]: [Qt] Skipping popup focus test for maemo
     593 * [http://gitorious.org/webkit/qtwebkit/commit/9eaa2b1 9eaa2b1]: Fix painting when using clipToImageBuffer()
     594 * [http://gitorious.org/webkit/qtwebkit/commit/015d135 015d135]: [Qt] Replace public inspector url with private property for QtLauncher
     595 * [http://gitorious.org/webkit/qtwebkit/commit/dc1fbb8 dc1fbb8]: Add a comment to explain the web inspector dynamic property url hook
     596 * [http://gitorious.org/webkit/qtwebkit/commit/1242653 1242653]: [Qt] QtTestBrowser does not support websites which requires HTTP Authentication via dialogs
     597 * [http://gitorious.org/webkit/qtwebkit/commit/f3b8cbd f3b8cbd]: Backported the trunk eabi def file, for the new scrollOverFlow export.
     598 * [http://gitorious.org/webkit/qtwebkit/commit/eb07c6f eb07c6f]: Symbian build fix.
     599 * [http://gitorious.org/webkit/qtwebkit/commit/e8afa70 e8afa70]: [Qt] QtTestBrowser is still called QtLauncher in the code
     600 * [http://gitorious.org/webkit/qtwebkit/commit/5a1c06a 5a1c06a]: [Qt] QtTestBrowser has two graphicsview options that aren't enabled correctly
     601 * [http://gitorious.org/webkit/qtwebkit/commit/815dbb2 815dbb2]: [Qt] Update the Symbian version for the user agent
     602 * [http://gitorious.org/webkit/qtwebkit/commit/482eba3 482eba3]: [Qt] Running with accelerated compositing enabled sometimes result in a crash
     603 * [http://gitorious.org/webkit/qtwebkit/commit/b9c0ab3 b9c0ab3]: [Qt] Using Accelerated Composing the rocket back animation on http://www.the-art-of-web.com/css/css-animation/ works differently as when not using AC.
     604 * [http://gitorious.org/webkit/qtwebkit/commit/3342fab 3342fab]: [Qt] WINSCW compile fix for qwebframe test
     605 * [http://gitorious.org/webkit/qtwebkit/commit/146d466 146d466]: Add an optional "starting node' parameter to scrollRecursively and scrollOverflow of EventHandler
     606 * [http://gitorious.org/webkit/qtwebkit/commit/9819cc3 9819cc3]: [Qt] Make text filling work together with text stroke.
     607 * [http://gitorious.org/webkit/qtwebkit/commit/59c4c96 59c4c96]: https://bugs.webkit.org/show_bug.cgi?id=39063
     608 * [http://gitorious.org/webkit/qtwebkit/commit/531b0d7 531b0d7]: Simon:
     609 * [http://gitorious.org/webkit/qtwebkit/commit/4114cde 4114cde]: [Qt] REGRESSION(r59837): Incorrect clipping of TransparencyLayers
     610 * [http://gitorious.org/webkit/qtwebkit/commit/59ecfcc 59ecfcc]: Added a WebAction to stop all pending page refresh/redirect
     611 * [http://gitorious.org/webkit/qtwebkit/commit/a65262d a65262d]: https://bugs.webkit.org/show_bug.cgi?id=39874
     612 * [http://gitorious.org/webkit/qtwebkit/commit/b9be716 b9be716]: Add a missing #if ENABLE(), some null checking.
     613 * [http://gitorious.org/webkit/qtwebkit/commit/c58dc2f c58dc2f]: Fix compilation, include TiledBackingStore.h
     614 * [http://gitorious.org/webkit/qtwebkit/commit/9d9a2d7 9d9a2d7]: When creating the UA, do not sassmue the language code is a
     615 * [http://gitorious.org/webkit/qtwebkit/commit/f59a934 f59a934]: [Qt] Escape backslashes in the .pro files
     616 * [http://gitorious.org/webkit/qtwebkit/commit/05f1904 05f1904]: Add a test to verify proper handling of invalid arguments to getImageData().
     617 * [http://gitorious.org/webkit/qtwebkit/commit/bb0ec58 bb0ec58]: Add a test to verify proper behavior of createImageData(ImageData)
     618 * [http://gitorious.org/webkit/qtwebkit/commit/a83aa11 a83aa11]: WebCore: [Qt] Fix Symbian package dependencies of apps against QtWebKit when installing into Qt
     619 * [http://gitorious.org/webkit/qtwebkit/commit/19f3a07 19f3a07]: [Qt] Fix a QtWebKit.pc corruption problem.
     620 * [http://gitorious.org/webkit/qtwebkit/commit/de1e909 de1e909]: [Qt] Fix installation of the QtWebKit module .pri file when building inside of Qt
     621 * [http://gitorious.org/webkit/qtwebkit/commit/5c45aa1 5c45aa1]: Allows build-webkit script to receive an install prefix as parameter https://bugs.webkit.org/show_bug.cgi?id=26224
     622 * [http://gitorious.org/webkit/qtwebkit/commit/57c68f5 57c68f5]: [Qt] GraphicsLayer: warnings when reloading page
     623 * [http://gitorious.org/webkit/qtwebkit/commit/b7db749 b7db749]: [Qt] Fix make install on Symbian for headers in package builds when INSTALL_HEADERS is not defined
     624 * [http://gitorious.org/webkit/qtwebkit/commit/56c648f 56c648f]: [Qt] Add documentation to the QtWebkit bridge
     625 * [http://gitorious.org/webkit/qtwebkit/commit/7d41434 7d41434]: Scroll events are sent twice per keypress for ports that don't have a platformWidget scrollbar.
     626 * [http://gitorious.org/webkit/qtwebkit/commit/f595168 f595168]: [Qt] Fix NPAPI support on Mac OS X/Cocoa-32
     627 * [http://gitorious.org/webkit/qtwebkit/commit/9036178 9036178]: Auto-uppercase and predictive text need to be disabled for S60 (as for maemo)
     628 * [http://gitorious.org/webkit/qtwebkit/commit/6db5de6 6db5de6]: [Qt] Compilation fails when compiling against Qt 4.7 and Qt Mobility is installed
     629 * [http://gitorious.org/webkit/qtwebkit/commit/956d4e6 956d4e6]: [Qt] Fix compilation with QT_NO_LINEEDIT
     630 * [http://gitorious.org/webkit/qtwebkit/commit/6285130 6285130]: [Qt] Fix compilation with QT_NO_BEARERMANAGEMENT
     631 * [http://gitorious.org/webkit/qtwebkit/commit/91bdb85 91bdb85]: [Qt] Fix compilation with QT_NO_COMBOBOX
     632 * [http://gitorious.org/webkit/qtwebkit/commit/ab3e5c7 ab3e5c7]: [Qt] Fix compilation with QT_NO_GRAPHICSEFFECT
     633 * [http://gitorious.org/webkit/qtwebkit/commit/4675614 4675614]: [Qt] Fix compilation with QT_NO_TEMPORARYFILE
     634 * [http://gitorious.org/webkit/qtwebkit/commit/c2150bf c2150bf]: [Qt] Fix compilation with QT_NO_PROPERTIES
     635 * [http://gitorious.org/webkit/qtwebkit/commit/2f701f7 2f701f7]: [Qt] Fix compilation with QT_NO_FEATURE
     636 * [http://gitorious.org/webkit/qtwebkit/commit/ad3e72a ad3e72a]: [Qt] Fix text selection drawing.
     637 * [http://gitorious.org/webkit/qtwebkit/commit/f943ead f943ead]: [Qt] Crash when compiling on Snow Leopard and running on Leopard
     638 * [http://gitorious.org/webkit/qtwebkit/commit/569e685 569e685]: [Qt] TextBreakIterator Qt performance
     639 * [http://gitorious.org/webkit/qtwebkit/commit/218151d 218151d]: Reset the Qt TextBreakIterator when reusing it.
     640 * [http://gitorious.org/webkit/qtwebkit/commit/0f40b3b 0f40b3b]: REGRESSION: [Qt] When dragging onto a page that handles the drag in Javascript it will be a move and not a copy by default
     641 * [http://gitorious.org/webkit/qtwebkit/commit/ee76753 ee76753]: [Qt] Imperfect dependency for generated SVGNames.cpp
     642 * [http://gitorious.org/webkit/qtwebkit/commit/f3dc6de f3dc6de]: [QT] QT_BEARER flag is not enabled on S60 properly
     643 * [http://gitorious.org/webkit/qtwebkit/commit/6279ff2 6279ff2]: [Qt] Typo error in QWebPluginFactory Documentation
     644 * [http://gitorious.org/webkit/qtwebkit/commit/c4d3ca5 c4d3ca5]: [Qt] tests/hybridPixmap fails
     645 * [http://gitorious.org/webkit/qtwebkit/commit/9917209 9917209]: WebCore: Changing the V8 and JSC implementations of
     646 * [http://gitorious.org/webkit/qtwebkit/commit/f4d68eb f4d68eb]: [Qt] Add documentation to the QtWebkit bridge
     647 * [http://gitorious.org/webkit/qtwebkit/commit/661d414 661d414]: [Qt] GraphicsLayer: recaching images creates an unnecessary deep copy
     648 * [http://gitorious.org/webkit/qtwebkit/commit/0f8941d 0f8941d]: QWebPage::findText() does not clear selection when passed empty string
     649 * [http://gitorious.org/webkit/qtwebkit/commit/f7caad9 f7caad9]: Silence qmake warning about mobilityconfig.
     650 * [http://gitorious.org/webkit/qtwebkit/commit/40c2d69 40c2d69]: [Qt] The qt_webkit_version.pri file gets overwritten on install
     651 * [http://gitorious.org/webkit/qtwebkit/commit/1e7918b 1e7918b]: Spatial Navigation: make it work with focusable elements in overflow content https://bugs.webkit.org/show_bug.cgi?id=36463
     652 * [http://gitorious.org/webkit/qtwebkit/commit/1502522 1502522]: Summary:
     653 * [http://gitorious.org/webkit/qtwebkit/commit/a114f86 a114f86]: [Qt] Fix QtLauncher guards.
     654 * [http://gitorious.org/webkit/qtwebkit/commit/de15589 de15589]: Animated GIF images does not animate 10x as expected by default.
     655 * [http://gitorious.org/webkit/qtwebkit/commit/6a7801d 6a7801d]: https://bugs.webkit.org/show_bug.cgi?id=39857
     656 * [http://gitorious.org/webkit/qtwebkit/commit/1faaef8 1faaef8]: [Qt] startAnimation() is not needed to preceede nativeImageForCurrentFrame()
     657 * [http://gitorious.org/webkit/qtwebkit/commit/8158159 8158159]: Added an attribute to enable/disable site specific quirks mode in WebKit.
     658 * [http://gitorious.org/webkit/qtwebkit/commit/b95e66c b95e66c]: [Qt] QtWebKit crashes while initializing flash plugin 10.1.53.64.
     659 * [http://gitorious.org/webkit/qtwebkit/commit/a469b6a a469b6a]: WebCore: Make repaint throttling parameters runtime configurable.
     660 * [http://gitorious.org/webkit/qtwebkit/commit/847dfd8 847dfd8]: Spatial Navigation: refactor scrollInDirection to work with scrollable content
     661 * [http://gitorious.org/webkit/qtwebkit/commit/20f6961 20f6961]: Spatial Navigation: using offset{Left,Top} is not enough to get the proper inner frames position
     662 * [http://gitorious.org/webkit/qtwebkit/commit/d297e7b d297e7b]: Prospective build fix
     663 * [http://gitorious.org/webkit/qtwebkit/commit/6623b5d 6623b5d]: [Qt] use "win32-g++*" scope to match all MinGW makespecs
     664 * [http://gitorious.org/webkit/qtwebkit/commit/c6f08f4 c6f08f4]: [Qt] Upstream the WebKit QML integration plugin
     665 * [http://gitorious.org/webkit/qtwebkit/commit/830af21 830af21]: [Qt] Build fix
     666 * [http://gitorious.org/webkit/qtwebkit/commit/d7a095a d7a095a]: WebKit: [qt] Better check for the declarative plugin inclusion.
     667 * [http://gitorious.org/webkit/qtwebkit/commit/a99218d a99218d]: Fix documentation issue on the onAlert handler.
     668 * [http://gitorious.org/webkit/qtwebkit/commit/ab885e9 ab885e9]: Impossible to set input method hints based HTML5 input types
     669 * [http://gitorious.org/webkit/qtwebkit/commit/f2ee51a f2ee51a]: REGRESSION(r60958) [Qt] qwebpage::inputMethods auto-test fails
     670 * [http://gitorious.org/webkit/qtwebkit/commit/e32cb21 e32cb21]: WebCore EventHandler needs to take account of onLoad events fired
     671 * [http://gitorious.org/webkit/qtwebkit/commit/515aae7 515aae7]: [Qt] Fix documentation for the declarative module import.
     672 * [http://gitorious.org/webkit/qtwebkit/commit/19de3d2 19de3d2]: [Qt] Text spacing miscalculation when using wordSpacing.
     673 * [http://gitorious.org/webkit/qtwebkit/commit/b44934b b44934b]: [Qt] Compilation in QWebPagePrivate::timerEvent with clang
     674 * [http://gitorious.org/webkit/qtwebkit/commit/2094af9 2094af9]: Bridge documentation: some snippets have the wrong indentation
     675 * [http://gitorious.org/webkit/qtwebkit/commit/9a60ada 9a60ada]: [Qt] Avoid truncation of zoom factor in QWebFrame's print function.
     676 * [http://gitorious.org/webkit/qtwebkit/commit/4ad38c4 4ad38c4]: [Qt] Fix package builds
     677 * [http://gitorious.org/webkit/qtwebkit/commit/22242d4 22242d4]: [Qt] Get rid of the the unused imageSize of ImageDecoderQt::internalHandleCurrentImage()
     678 * [http://gitorious.org/webkit/qtwebkit/commit/7a3bddf 7a3bddf]: [Qt] Decode images directly to QPixmap
     679 * [http://gitorious.org/webkit/qtwebkit/commit/dbe70f1 dbe70f1]: [chromium] use integral glyph widths
     680 * [http://gitorious.org/webkit/qtwebkit/commit/284fcfe 284fcfe]: WebCore: Text repainting does not account for glyphs which draw outside the typographic bounds of the font (6274).
     681 * [http://gitorious.org/webkit/qtwebkit/commit/2c7aca1 2c7aca1]: http://trac.webkit.org/changeset/57215 caused perf/memory regressions
     682 * [http://gitorious.org/webkit/qtwebkit/commit/4431d67 4431d67]: WebCore: Part of <rdar://problem/6649734> Text repainting does not account for glyphs which draw outside the typographic bounds of the font
     683 * [http://gitorious.org/webkit/qtwebkit/commit/ad61049 ad61049]: Move the text code path detection code from FontFastPath.cpp to Font.cpp.
     684 * [http://gitorious.org/webkit/qtwebkit/commit/cbd736c cbd736c]: [Qt] Implement the simple text code path.
     685 * [http://gitorious.org/webkit/qtwebkit/commit/95ef651 95ef651]: [Qt] Fix build break introduced by r61002.
     686 * [http://gitorious.org/webkit/qtwebkit/commit/47bd471 47bd471]: [Qt] Second fix attempt for the build break introduced by r61002.
     687 * [http://gitorious.org/webkit/qtwebkit/commit/98552a8 98552a8]: [Qt] Work around a build problem with libjscore on Symbian.
     688 * [http://gitorious.org/webkit/qtwebkit/commit/45d1c91 45d1c91]: [Qt] Avoid unnecessary image conversion in RGBA32Buffer::zeroFill()
     689 * [http://gitorious.org/webkit/qtwebkit/commit/f7e0792 f7e0792]: [Qt] Fix compilation with QT_NO_COMBOBOX.
     690 * [http://gitorious.org/webkit/qtwebkit/commit/8b6da45 8b6da45]: Fix "make clean" to not try to execute clean commands for
     691 * [http://gitorious.org/webkit/qtwebkit/commit/9643762 9643762]: When building without build-webkit, set OUTPUT_DIR if necessary, like
     692 * [http://gitorious.org/webkit/qtwebkit/commit/b3589e8 b3589e8]: [Qt] Provide the Webkit Qml plugin with a UID3 on Symbian
     693 * [http://gitorious.org/webkit/qtwebkit/commit/2c423b8 2c423b8]: [Qt] Doc: Fixed documentation errors.
     694 * [http://gitorious.org/webkit/qtwebkit/commit/05a8737 05a8737]: Add an inlineCapacity template parameter to ListHashSet and use it to shrink the positioned object list hash set.
     695 * [http://gitorious.org/webkit/qtwebkit/commit/367f294 367f294]: Revert unintended indentation and unnecessary nested name specifier.
     696 * [http://gitorious.org/webkit/qtwebkit/commit/b57986c b57986c]: Allocate the m_preloads list hash set dynamically and free it when done.
     697 * [http://gitorious.org/webkit/qtwebkit/commit/bf2d8aa bf2d8aa]: Do not render the full frame when there is some elements with fixed positioning
     698 * [http://gitorious.org/webkit/qtwebkit/commit/2f598e9 2f598e9]: The QML WebKit integration needs to be part of QtWebKit.sis
     699 * [http://gitorious.org/webkit/qtwebkit/commit/19f5af1 19f5af1]: [Qt] QGraphicsWebView crash when calling setScale() before setUrl()
     700 * [http://gitorious.org/webkit/qtwebkit/commit/38d650e 38d650e]: [Qt] QtTestBrowser does not have a "Load" button ; therefore, unable to load pages on touch only symbian devices (portrait mode).
     701 * [http://gitorious.org/webkit/qtwebkit/commit/85e7e36 85e7e36]: [QT][S60] build-webkit scripts picks wrong make spec for windows build
     702 * [http://gitorious.org/webkit/qtwebkit/commit/a05090b a05090b]: [Qt] Replace single treat-as-space characters with normal space
     703 * [http://gitorious.org/webkit/qtwebkit/commit/de98c5e de98c5e]: [Qt] QtWebKit crashes if <select>'s render changes in its onchange event
     704 * [http://gitorious.org/webkit/qtwebkit/commit/0a1399d 0a1399d]: Fixed deployment paths for WebKit declarative plugin.
     705 * [http://gitorious.org/webkit/qtwebkit/commit/332a63c 332a63c]: [Qt/Symbian] Fixed deployment paths for WebKit declarative plugin.
     706 * [http://gitorious.org/webkit/qtwebkit/commit/bcdcd5f bcdcd5f]: [Qt][Symbian] Only 10 websites can be loaded consecutively when using QtWebkit 2.0
     707 * [http://gitorious.org/webkit/qtwebkit/commit/5bddb0b 5bddb0b]: [Qt] [Symbian] Fix doube-deallocation while destroying PluginContainerSymbian
     708 * [http://gitorious.org/webkit/qtwebkit/commit/4879cc0 4879cc0]: [Qt] Crash when uploading document to Google Docs
     709 * [http://gitorious.org/webkit/qtwebkit/commit/18375ca 18375ca]: Spatial Navigation: make elements in inner frames nested more than 1 level deep focusable
     710 * [http://gitorious.org/webkit/qtwebkit/commit/110642d 110642d]: [Qt] When any geometry change happens to a node it will resize the
     711 * [http://gitorious.org/webkit/qtwebkit/commit/45fa2b8 45fa2b8]: [Qt] GraphicsLayerQt delay seems unnecessary.
     712 * [http://gitorious.org/webkit/qtwebkit/commit/4bb61fb 4bb61fb]: [Qt] Make sure we catch closed QComboBox popups.
     713 * [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).
     714 * [http://gitorious.org/webkit/qtwebkit/commit/98bb2ad 98bb2ad]: [Qt][Symbian] Bumped up the maximum heap size to 96MB
     715 * [http://gitorious.org/webkit/qtwebkit/commit/ed5e839 ed5e839]: [Qt] Create QComboBoxes when clicked and destroy on hide.
     716 * [http://gitorious.org/webkit/qtwebkit/commit/fe2f92a fe2f92a]: Spatial Navigation: refactor spatial-navigation-utils.js to support testing nested frames deeper than one level
     717 * [http://gitorious.org/webkit/qtwebkit/commit/cd3aee2 cd3aee2]: [Qt] Doc improvements for QDeclarativeWebView
     718 * [http://gitorious.org/webkit/qtwebkit/commit/a1dfe35 a1dfe35]: [Qt] Make context menus show up in the right place in QTestBrowser
     719 * [http://gitorious.org/webkit/qtwebkit/commit/2342eb0 2342eb0]: [Qt] Prevent referring d->m_job in the future because calling abort()
     720 * [http://gitorious.org/webkit/qtwebkit/commit/6b328dd 6b328dd]: Fix up the layout test to pass by taking the correct test from the trunk that
     721 * [http://gitorious.org/webkit/qtwebkit/commit/d59845f d59845f]: [Qt] TiledBackingStore updates broken when not using resizesToContents mode
     722 * [http://gitorious.org/webkit/qtwebkit/commit/13b5b70 13b5b70]: [Qt] Canvas arcTo() should draw straight line to p1 if p0, p1 and p2 are collinear
     723 * [http://gitorious.org/webkit/qtwebkit/commit/c740a60 c740a60]: Freeze the current new results in the release branch.
     724 * [http://gitorious.org/webkit/qtwebkit/commit/6e8c371 6e8c371]: Revert "Freeze the current new results in the release branch."
     725 * [http://gitorious.org/webkit/qtwebkit/commit/ba28125 ba28125]: Freeze the current new results in the release branch.
     726 * [http://gitorious.org/webkit/qtwebkit/commit/9bc191d 9bc191d]: [Qt] Rename QWebSettings::XSSAuditorEnabled to XSSAuditingEnabled
     727 * [http://gitorious.org/webkit/qtwebkit/commit/36f80cd 36f80cd]: Reviewed by Adele Peterson.
     728 * [http://gitorious.org/webkit/qtwebkit/commit/2563101 2563101]: WebKit should treat port numbers outside the valid range as being blacklisted
     729 * [http://gitorious.org/webkit/qtwebkit/commit/beab3e5 beab3e5]: Revert the portion of r56489 that dealt with port zero as it introduced some test failures.
     730 * [http://gitorious.org/webkit/qtwebkit/commit/01797c2 01797c2]: <http://webkit.org/b/36878> REGRESSION: Trailing colon on hostnames (with no port specified) causes "Not allowed to use restricted network port"
     731 * [http://gitorious.org/webkit/qtwebkit/commit/0049385 0049385]: <rdar://problem/7873647> Crash when updating hover state
     732 * [http://gitorious.org/webkit/qtwebkit/commit/3b519ce 3b519ce]: Make the fix for <rdar://problem/7873647> from r57759 more robust.
     733 * [http://gitorious.org/webkit/qtwebkit/commit/5963d0a 5963d0a]: Reviewed by Darinn Adler.
     734 * [http://gitorious.org/webkit/qtwebkit/commit/04330d3 04330d3]: Add test for SVG pattern canvas tainting.
     735 * [http://gitorious.org/webkit/qtwebkit/commit/c9f348b c9f348b]: <rdar://problem/7898436> :after content is duplicated
     736 * [http://gitorious.org/webkit/qtwebkit/commit/1b75b50 1b75b50]: Reviewed by Darin Adler.
     737 * [http://gitorious.org/webkit/qtwebkit/commit/2096aba 2096aba]: Security: iFrame.src accepts JavaScript URL via nodeValue or textContent
     738 * [http://gitorious.org/webkit/qtwebkit/commit/fbe4add fbe4add]: Javascript URL can be set as iframe.src via multiple DOM aliases
     739 * [http://gitorious.org/webkit/qtwebkit/commit/a352820 a352820]: WebCore: Convert m_documentUnderMouse, m_dragInitiator to RefPtr.
     740 * [http://gitorious.org/webkit/qtwebkit/commit/63d7a4e 63d7a4e]: Tests that javascript cannot access clipboard.
     741 * [http://gitorious.org/webkit/qtwebkit/commit/de09507 de09507]: [Qt]: REGRESSION(r58703): QWebSettings::JavascriptCanAccessClipboard has wrong case in "Javascript" part.
     742 * [http://gitorious.org/webkit/qtwebkit/commit/edbdff7 edbdff7]: Reviewed by Adam Barth.
     743 * [http://gitorious.org/webkit/qtwebkit/commit/7156a37 7156a37]: Not reviewed.
     744 * [http://gitorious.org/webkit/qtwebkit/commit/d162e01 d162e01]: Based on a patch by Eric Seidel.
     745 * [http://gitorious.org/webkit/qtwebkit/commit/a9ecc0d a9ecc0d]: WebCore: Fix for https://bugs.webkit.org/show_bug.cgi?id=38583
     746 * [http://gitorious.org/webkit/qtwebkit/commit/0f75335 0f75335]: Patch by Dan Bernstein.
     747 * [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.
     748 * [http://gitorious.org/webkit/qtwebkit/commit/f6d588a f6d588a]: HTML Entity Escape the contents of a textarea node when accessed
     749 * [http://gitorious.org/webkit/qtwebkit/commit/cdf6ca8 cdf6ca8]: Check that the node is a text node before doing a static cast
     750 * [http://gitorious.org/webkit/qtwebkit/commit/8f1727e 8f1727e]: Windows build fix.
     751 * [http://gitorious.org/webkit/qtwebkit/commit/cfb3510 cfb3510]: [XHR] Cross-Origin synchronous request with credential raises NETWORK_ERR
     752 * [http://gitorious.org/webkit/qtwebkit/commit/0695189 0695189]: XHR allows arbitrary XSRF across domains
     753 * [http://gitorious.org/webkit/qtwebkit/commit/e7a0fff e7a0fff]: <rdar://problem/8007953> Textarea using custom font appears blank
     754 * [http://gitorious.org/webkit/qtwebkit/commit/e751d50 e751d50]: WebCore: Fix for <rdar://problem/8009118> Crash in WebCore::toAlphabetic()
     755 * [http://gitorious.org/webkit/qtwebkit/commit/588d5a7 588d5a7]: Tests that large colspan in a fixed table layout does not result in crash.
     756 * [http://gitorious.org/webkit/qtwebkit/commit/614f30f 614f30f]: [Qt] Skip five XMLHttpRequest tests that are timing out.
     757 * [http://gitorious.org/webkit/qtwebkit/commit/011a588 011a588]: Add expected output for new tests.
     758 * [http://gitorious.org/webkit/qtwebkit/commit/5d644bc 5d644bc]: [Qt] Fixed Qt symbian/linux-armcc mkspec when configured with -qtlibinfix.
     759 * [http://gitorious.org/webkit/qtwebkit/commit/ad96ca2 ad96ca2]: [Qt] Fix the Symbian build when compiling without S60
     760 * [http://gitorious.org/webkit/qtwebkit/commit/afdebc4 afdebc4]: [Qt] Skip test that never terminates on maemo5
     761 * [http://gitorious.org/webkit/qtwebkit/commit/6188a6d 6188a6d]: [Qt] Build fix for Qt apps
     762 * [http://gitorious.org/webkit/qtwebkit/commit/1acbdbb 1acbdbb]: Added automatic sqlite extraction for Symbian to QtWebKit.
     763 * [http://gitorious.org/webkit/qtwebkit/commit/669858f 669858f]: Doc: Fixed incorrect QML property type.
     764 * [http://gitorious.org/webkit/qtwebkit/commit/e70ca4c e70ca4c]: Spatial navigation: do not consider outline for focusable element boundaries
     765 * [http://gitorious.org/webkit/qtwebkit/commit/9923d5f 9923d5f]: Prevent assertion/duplicate loads for non-deferred subtitute-data loads
     766 * [http://gitorious.org/webkit/qtwebkit/commit/a720157 a720157]: [Qt] Use the default timeout interval for JS as the HTML tokenizer delay for setHtml()
     767 * [http://gitorious.org/webkit/qtwebkit/commit/6621e19 6621e19]: [Qt] Clamp color stops passed to QGradient to 1.0
     768 * [http://gitorious.org/webkit/qtwebkit/commit/0be9ff9 0be9ff9]: [Qt] http/tests/inspector/resource-har-conversion.html is failing on the 32bit Linux Release bot.
     769 * [http://gitorious.org/webkit/qtwebkit/commit/d65a678 d65a678]: crash when focus is changed while trying to focus next element
     770 * [http://gitorious.org/webkit/qtwebkit/commit/3eedc75 3eedc75]: <rdar://problem/8000667> Certain text is repeated before and after a line break
     771 * [http://gitorious.org/webkit/qtwebkit/commit/ed1dfcd ed1dfcd]: <rdar://problem/7975842> Certain text is repeated after using splitText()
     772 * [http://gitorious.org/webkit/qtwebkit/commit/9448745 9448745]: Prevent crash on counter destruction
     773 * [http://gitorious.org/webkit/qtwebkit/commit/a8a4632 a8a4632]: Do not render CSS Styles :first-letter and :first-line in a SVG text element context.
     774 * [http://gitorious.org/webkit/qtwebkit/commit/262f8a4 262f8a4]: Add expected result missing from the previous commit.
     775 * [http://gitorious.org/webkit/qtwebkit/commit/cd2935b cd2935b]: Reproducible crash in com.apple.WebCore 0x01ed3784 WebCore::RenderLineBoxList::appendLineBox(WebCore::InlineFlowBox*) + 36
     776 * [http://gitorious.org/webkit/qtwebkit/commit/5042869 5042869]: Don't process floats if parent node is not a RenderBlock.
     777 * [http://gitorious.org/webkit/qtwebkit/commit/78b8941 78b8941]: Memory corruption with SVG <use> element
     778 * [http://gitorious.org/webkit/qtwebkit/commit/ffe7ab6 ffe7ab6]: Improve reentrancy logic in polymorphic cache stubs
     779 * [http://gitorious.org/webkit/qtwebkit/commit/2a4efac 2a4efac]: Clamp the number of arguments supported by function.apply
     780 * [http://gitorious.org/webkit/qtwebkit/commit/d7ad090 d7ad090]: Fix test to account for the arg count clamping we do with function.apply
     781 * [http://gitorious.org/webkit/qtwebkit/commit/9b08abf 9b08abf]: Build fix after r62456.
     782 * [http://gitorious.org/webkit/qtwebkit/commit/283668e 283668e]: Make Arguments::MaxArguments clamping work for numbers >= 0x80000000 in
     783 * [http://gitorious.org/webkit/qtwebkit/commit/e8a6135 e8a6135]: The alternativeFrameLocation value is wrong in the emitDisjunction function in
     784 * [http://gitorious.org/webkit/qtwebkit/commit/fe85f45 fe85f45]: <use> on <font-face> causes crashes, if SVGUseElement gets detached
     785 * [http://gitorious.org/webkit/qtwebkit/commit/158a073 158a073]: <use> on <font-face> causes crashes, if SVGUseElement gets detached
     786 * [http://gitorious.org/webkit/qtwebkit/commit/d306f9b d306f9b]: Fix the build after 78b89418c9b6076f95c4e6072e4a02d04ff57a45
     787 * [http://gitorious.org/webkit/qtwebkit/commit/5b0b408 5b0b408]: [Qt] fast/text/bidi-explicit-embedding-past-end.html fails
     788 * [http://gitorious.org/webkit/qtwebkit/commit/e6e692b e6e692b]: Rubber-stamped by Kenneth Rohde Christiansen.
     789 * [http://gitorious.org/webkit/qtwebkit/commit/f43f225 f43f225]: REGRESSION (r56439) - Crash when a renderer for a file upload control
     790 * [http://gitorious.org/webkit/qtwebkit/commit/9b5e57a 9b5e57a]: [Qt] Incorrect input method hints
     791 * [http://gitorious.org/webkit/qtwebkit/commit/d6aa024 d6aa024]: [Qt] Stack overflow when converting navigator object to QVariant
     792 * [http://gitorious.org/webkit/qtwebkit/commit/31fc031 31fc031]: [Qt] Input mode states are not reset after entering a password field
     793 * [http://gitorious.org/webkit/qtwebkit/commit/413404d 413404d]: [Qt] Change wording in QtTestBrowser
     794 * [http://gitorious.org/webkit/qtwebkit/commit/19b5607 19b5607]: Make sure NPAPI plugins get an initial setNPWindow on Mac
     795 * [http://gitorious.org/webkit/qtwebkit/commit/72b1c38 72b1c38]: Remove trailing whitespace to silence Qt commit hooks
     796 * [http://gitorious.org/webkit/qtwebkit/commit/8c902b1 8c902b1]: Fix a JSC crash on MSVC 64bit.
     797 * [http://gitorious.org/webkit/qtwebkit/commit/460b651 460b651]: Interpreter: Crash in op_load_varargs on 64-bit
     798
     799== Document license ==
    48800
    49801This document and any changes thereto are licensed under the Creative Commons Attribution-Share Alike 2.5 License Agreement.
     
    51803The full license text is available here:  http://creativecommons.org/licenses/by-sa/2.5/legalcode.
    52804To 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.
    53