⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Jul 27, 2008:

3:03 PM Changeset in webkit [35406] by weinig@apple.com
  • 5 edits
    6 adds in trunk

WebCore:

2008-07-27 Sam Weinig <sam@webkit.org>

Reviewed by Oliver Hunt.

Fix for https://bugs.webkit.org/show_bug.cgi?id=20176
querySelectorAll id optimization no longer working

Turn the querySelector/querySelectorAll id optimization back on
for only strict and almost strict mode. In quirks mode, the optimiztion
won't work as the id match is not case sensitive.

Tests: fast/dom/SelectorAPI/caseID-almost-strict.html

fast/dom/SelectorAPI/caseID-strict.html
fast/dom/SelectorAPI/caseID.html

  • dom/Node.cpp: (WebCore::Node::querySelector): (WebCore::Node::querySelectorAll):
  • dom/SelectorNodeList.cpp: (WebCore::createSelectorNodeList):
  • dom/SelectorNodeList.h:

LayoutTests:

2008-07-27 Sam Weinig <sam@webkit.org>

Reviewed by Oliver Hunt.

Tests for https://bugs.webkit.org/show_bug.cgi?id=20176
querySelectorAll id optimization no longer working

  • fast/dom/SelectorAPI/caseID-almost-strict-expected.txt: Added.
  • fast/dom/SelectorAPI/caseID-almost-strict.html: Added.
  • fast/dom/SelectorAPI/caseID-expected.txt: Added.
  • fast/dom/SelectorAPI/caseID-strict-expected.txt: Added.
  • fast/dom/SelectorAPI/caseID-strict.html: Added.
  • fast/dom/SelectorAPI/caseID.html: Added.
2:34 PM Changeset in webkit [35405] by ddkilzer@apple.com
  • 2 edits in trunk/WebKit/qt

Fix Qt build failure.

  • Api/qwebframe.h: (QWebFrame::setScrollOffset): Make argument const.
2:27 PM Changeset in webkit [35404] by ddkilzer@apple.com
  • 3558 edits in trunk/LayoutTests

Set svn:mime-type to image/png.

2:08 PM Changeset in webkit [35403] by ddkilzer@apple.com
  • 9 edits
    3 adds in trunk

WebCore:

2008-07-21 Anatoli Papirovski <apapirovski@mac.com>

Reviewed by Dave Hyatt.

Fix for https://bugs.webkit.org/show_bug.cgi?id=14346
Modified the css parser:

  • not to fail when closing braces are not found for a declaration at the end of the file
  • not to accept "!important fail" as valid
  • to keep accepting @import when it comes after invalid @ rules
  • not to drop the whole @media block when there's an error before the closing brace + some other minor css parsing revisions.

CSSGrammar.y tweaked by David Kilzer to fix Tiger builds.

  • css/CSSGrammar.y:

LayoutTests:

2008-07-21 Anatoli Papirovski <apapirovski@mac.com>

Reviewed by Dave Hyatt.

Updated layout CSS2.1 test suite tests related to css parsing:
https://bugs.webkit.org/show_bug.cgi?id=14346

  • platform/mac/css2.1/t040105-import-01-b-expected.checksum:
  • platform/mac/css2.1/t040105-import-01-b-expected.png:
  • platform/mac/css2.1/t040105-import-01-b-expected.txt:
  • platform/mac/css2.1/t0402-syntax-05-f-expected.checksum:
  • platform/mac/css2.1/t0402-syntax-05-f-expected.png:
  • platform/mac/css2.1/t0402-syntax-05-f-expected.txt:
  • platform/mac/css2.1/t0402-syntax-06-f-expected.checksum:
  • platform/mac/css2.1/t0402-syntax-06-f-expected.png:
  • platform/mac/css2.1/t0402-syntax-06-f-expected.txt:
3:43 AM Changeset in webkit [35402] by jmalonzo@webkit.org
  • 5 edits in trunk/WebCore

2008-07-27 Jan Michael Alonzo <jmalonzo@webkit.org>

Reviewed by Eric Seidel.

Use --outputDir instead of --output when invoking make_names.pl
There's no option named "output" in make_names.pl

  • GNUmakefile.am:
  • WebCore.pro:
  • DerivedSources.make: Remove --output. Not necessary here.
  • bindings/scripts/generate-bindings.pl: Rename --outputdir to --outputDir for consistency with make_names.pl
3:28 AM HackingGtk edited by jserv.tw@gmail.com
(diff)

Jul 26, 2008:

11:56 PM Changeset in webkit [35401] by mrowe@apple.com
  • 3 edits in trunk/LayoutTests

2008-07-26 Mark Rowe <mrowe@apple.com>

Update some layout test results.

  • fast/dom/Window/window-properties-expected.txt:
  • fast/dom/domListEnumeration-expected.txt:
11:08 PM Changeset in webkit [35400] by mrowe@apple.com
  • 2 edits in trunk/WebKitSite

2008-07-26 Mark Rowe <mrowe@apple.com>

Rubber-stamped by Oliver Hunt.

Update the Squirrelfish bytecode documentation.

  • specs/squirrelfish-bytecode.html:
11:02 PM Changeset in webkit [35399] by mrowe@apple.com
  • 2 edits in trunk/WebCore

2008-07-26 Dirk Schulze <vbs85@gmx.de>

Reviewed by Eric Seidel.

http://bugs.webkit.org/show_bug.cgi?id=18694
[CAIRO] Problem with rotation in a given matrix in SVG

Changed values given to AffineTransform.

  • platform/graphics/cairo/AffineTransformCairo.cpp: (WebCore::AffineTransform::AffineTransform): (WebCore::AffineTransform::setMatrix):
11:00 PM Changeset in webkit [35398] by jmalonzo@webkit.org
  • 3 edits in trunk

2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org>

Reviewed by Mark Rowe.

Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.

[Gtk] Improve detection jpeglib
https://bugs.webkit.org/show_bug.cgi?id=17865

  • GNUmakefile.am:
  • configure.ac:
10:59 PM Changeset in webkit [35397] by mrowe@apple.com
  • 3 edits in trunk/WebKit/qt

2008-07-26 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>

Reviewed by Simon Hausmann.

https://bugs.webkit.org/show_bug.cgi?id=20010
[Qt] Add API access to scrolling

  • Api/qwebframe.cpp: Added access to a frame scroll offset. (QWebFrame::scroll): (QWebFrame::scrollOffset): (QWebFrame::setScrollOffset):
  • Api/qwebframe.h:
10:58 PM Changeset in webkit [35396] by mitz@apple.com
  • 3 edits in trunk/LayoutTests

Rubber-stamped by Sam Weinig.

  • update test and expected results for attributes added to HTMLFormElement and HTMLSelectElement.
  • fast/dom/domListEnumeration-expected.txt:
  • fast/dom/resources/domListEnumeration.js:
10:53 PM Changeset in webkit [35395] by mrowe@apple.com
  • 2 edits in trunk/WebKitSite

2008-07-26 Robert Blaut <webkit@blaut.biz>

Reviewed by Eric Seidel.

Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
Corrected validation errors in main.css file.

  • css/main.css:
10:52 PM Changeset in webkit [35394] by mrowe@apple.com
  • 2 edits in trunk/WebCore

2008-07-26 Jan Michael Alonzo <jmalonzo@webkit.org>

Reviewed by Mark Rowe.

Call curl_global_cleanup() to release resources acquired by curl_global_init()

  • platform/network/curl/ResourceHandleManager.cpp: (WebCore::ResourceHandleManager::~ResourceHandleManager):
10:49 PM Changeset in webkit [35393] by mrowe@apple.com
  • 2 edits in trunk/WebCore

2008-07-26 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk>

Reviewed by Simon Hausmann.

Bug 18938: [GTK] Plugins not resized
https://bugs.webkit.org/show_bug.cgi?id=18938

  • plugins/PluginView.cpp: (WebCore::PluginView::setFrameGeometry): When viewing a full-page plugin in unix, geometry changes have to be passed to the plugin.
10:44 PM Changeset in webkit [35392] by mrowe@apple.com
  • 6 edits
    1 add in trunk/WebCore

2008-07-26 Keishi Hattori <casey.hattori@gmail.com>

Reviewed by Adam Roben.

Add console.time/timeEnd.
https://bugs.webkit.org/show_bug.cgi?id=19159

  • manual-tests/inspector/console-time.html: Added. Test cases for console.time/timeEnd.
  • page/Console.cpp: (WebCore::Console::time): Added. (WebCore::Console::timeEnd): Added.
  • page/Console.h:
  • page/Console.idl: Added console.time/timeEnd.
  • page/InspectorController.cpp: (WebCore::InspectorController::startTiming): Added. (WebCore::InspectorController::stopTiming): Added.
  • page/InspectorController.h:
10:40 PM Changeset in webkit [35391] by mrowe@apple.com
  • 3 edits in trunk/WebCore

2008-07-26 Dirk Schulze <vbs85@gmx.de>

Reviewed by Nikolas Zimmermann.

Fixes rendering issues with gradients in SVG/Cairo.

  • platform/graphics/cairo/PathCairo.cpp: (WebCore::Path::boundingRect):
  • svg/graphics/cairo/SVGPaintServerGradientCairo.cpp: (WebCore::applyStrokeStyleToContext): (WebCore::SVGPaintServerGradient::setup):
10:38 PM Changeset in webkit [35390] by mrowe@apple.com
  • 2 edits in trunk/WebCore

2008-07-26 Dirk Schulze <vbs85@gmx.de>

Reviewed by Nikolas Zimmermann.

Added pattern-support for SVG in Cairo.

  • svg/graphics/cairo/SVGPaintServerPatternCairo.cpp: (WebCore::applyStrokeStyleToContext): (WebCore::SVGPaintServerPattern::setup):
10:32 PM Changeset in webkit [35389] by mrowe@apple.com
  • 2 edits in trunk/WebKitSite

2008-07-26 Robert Blaut <webkit@blaut.biz>

Reviewed by Alexey Proskuryakov.

Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
Added notes about unsupported Visual Studio versions.

  • building/tools.html:
10:29 PM Changeset in webkit [35388] by mrowe@apple.com
  • 2 edits in trunk/JavaScriptCore

2008-07-26 Mark Rowe <mrowe@apple.com>

Speculative fix for the wx build.

  • JavaScriptCoreSources.bkl: Add JSStaticScopeObject.cpp to the list of source files.
10:27 PM Changeset in webkit [35387] by mrowe@apple.com
  • 2 edits in trunk/WebKit/gtk

2008-07-26 Mark Rowe <mrowe@apple.com>

Build fix. Changes to accommodate newly named/signatured loading methods in WebCore.

  • WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::FrameLoaderClient::createFrame):
10:23 PM Changeset in webkit [35386] by mrowe@apple.com
  • 3 edits in trunk/WebKit/qt

2008-07-26 Daniel Jalkut <jalkut@red-sweater.com>

Build fix. Adjust to updated WebCore FrameLoader method names & signatures.

  • Api/qwebpage.cpp: (QWebPage::triggerAction):
  • WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::createFrame):
10:20 PM Changeset in webkit [35385] by mrowe@apple.com
  • 2 edits in trunk/WebKitSite

2008-07-26 Robert Blaut <webkit@blaut.biz>

Reviewed by Eric Seidel.

Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
Removed basic requirements for undetected version of WebKit.

  • quality/reporting.html:
10:18 PM Changeset in webkit [35384] by mrowe@apple.com
  • 2 edits in trunk/WebKitSite

2008-07-26 Robert Blaut <webkit@blaut.biz>

Reviewed by Adele Petersen.

Fix for bug 7436: Truncated title on webkit DOM page.
<https://bugs.webkit.org/show_bug.cgi?id=7436>

  • projects/dom/index.html: Added basic project informations.
10:14 PM Changeset in webkit [35383] by mrowe@apple.com
  • 2 edits in trunk/WebCore

2008-07-26 Keishi Hattori <casey.hattori@gmail.com>

Reviewed by Adam Roben.

Fixed bug 18540: console.log('multiple', 'strings') quotes all strings after the first
<https://bugs.webkit.org/show_bug.cgi?id=18540>

  • page/inspector/Console.js: (WebInspector.ConsoleMessage.prototype._format): String arguments are appended without formatting.
10:10 PM Changeset in webkit [35382] by mrowe@apple.com
  • 2 edits in trunk/WebCore

2008-07-26 Anthony Ricaud <rik24d@gmail.com>

Reviewed by Tim Hatcher.

<https://bugs.webkit.org/show_bug.cgi?id=17589> Line highlighting should last longer

Restore the fade out effect after highlighting.

  • page/inspector/SourceFrame.js: Add a class for fade-out effects and sets it at the end of highlighting time.
10:08 PM Changeset in webkit [35381] by mrowe@apple.com
  • 13 edits
    20 adds in trunk

2008-07-26 Michelangelo De Simone <michelangelo@me.com>

Reviewed by Adele Petersen.

Added the simple willValidate attribute to form controls according to
WebForms 2 spec.

URL: http://www.w3.org/TR/web-forms-2/#willvalidate

Tests: fast/forms/willvalidate-000.html

fast/forms/willvalidate-001.html
fast/forms/willvalidate-002.html
fast/forms/willvalidate-003.html
fast/forms/willvalidate-004.html
fast/forms/willvalidate-005.html
fast/forms/willvalidate-006.html
fast/forms/willvalidate-007.html
fast/forms/willvalidate-008.html
fast/forms/willvalidate-009.html

  • html/HTMLButtonElement.h: Added willValidate(), always false.
  • html/HTMLButtonElement.idl: willValidate attribute exposed.
  • html/HTMLFieldSetElement.h: Added willValidate(), always false.
  • html/HTMLFieldSetElement.idl: willValidate attribute exposed.
  • html/HTMLFormControlElement.cpp: (WebCore::HTMLFormControlElement::willValidate): Added base willValidate() implementation.
  • html/HTMLFormControlElement.h: Added willValidate().
  • html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::willValidate): Added willValidate(), checks for input type.
  • html/HTMLInputElement.h: Added willValidate()
  • html/HTMLInputElement.idl: willValidate attribute exposed.
  • html/HTMLSelectElement.idl: willValidate attribute exposed.
  • html/HTMLTextAreaElement.idl: willValidate attribute exposed.

2008-07-26 Michelangelo De Simone <m.des@mac.com>

Reviewed by Adele Petersen.

Test suite for the willValidate form controls attribute.

  • fast/forms/willvalidate-000-expected.txt: Added.
  • fast/forms/willvalidate-000.html: Added.
  • fast/forms/willvalidate-001-expected.txt: Added.
  • fast/forms/willvalidate-001.html: Added.
  • fast/forms/willvalidate-002-expected.txt: Added.
  • fast/forms/willvalidate-002.html: Added.
  • fast/forms/willvalidate-003-expected.txt: Added.
  • fast/forms/willvalidate-003.html: Added.
  • fast/forms/willvalidate-004-expected.txt: Added.
  • fast/forms/willvalidate-004.html: Added.
  • fast/forms/willvalidate-005-expected.txt: Added.
  • fast/forms/willvalidate-005.html: Added.
  • fast/forms/willvalidate-006-expected.txt: Added.
  • fast/forms/willvalidate-006.html: Added.
  • fast/forms/willvalidate-007-expected.txt: Added.
  • fast/forms/willvalidate-007.html: Added.
  • fast/forms/willvalidate-008-expected.txt: Added.
  • fast/forms/willvalidate-008.html: Added.
  • fast/forms/willvalidate-009-expected.txt: Added.
  • fast/forms/willvalidate-009.html: Added.
9:21 PM Changeset in webkit [35380] by mrowe@apple.com
  • 2 edits in trunk/WebCore

Build fix.

9:10 PM Changeset in webkit [35379] by mitz@apple.com
  • 3 edits in trunk/LayoutTests

Rubber-stamped by Mark Rowe.

  • platform/win/Skipped: Added fast/text/international/bidi-AN-after-empty-run.html (<rdar://problem/5075790>) and svg/custom/stroke-width-click.svg (<rdar://problem/5539822>).
  • platform/win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Updated results for the new way path data is dumped after <http://trac.webkit.org/changeset/34117>.
9:07 PM Changeset in webkit [35378] by mrowe@apple.com
  • 2 edits in trunk/WebCore

Build fix.

8:49 PM Changeset in webkit [35377] by mrowe@apple.com
  • 16 edits in trunk

2008-07-26 Daniel Jalkut <jalkut@red-sweater.com>

Reviewed by Geoff Garen.

Revised the FrameLoader class to clean up a variety of load methods, and hopefully
move things closer to integrating into a smaller set of load methods. To this
end, I renamed many of the overloaded load() methods to have more meaningful and
easier to search names. I added comments to the header file to provide clues as
to how many of the load methods are being used, and how they fit into the loading
process. I suspect that the renamed methods and comments indicating their present
usage will facilitate easier cleanup by myself and others as inspiration strikes.

Updated clients of FrameLoader where necessary to adapt to the new method names and signatures.

Combined the 3 canLoad() methods into a single canLoad which expresses the
intended logic of the 3 with a single method interface.

Removed unnecessary "treatAsLocal" attribute of CachedResource. It was only called from
one place in FrameLoader.cpp, and it derived at initialization time by calling back to FrameLoader.

Removed unused userGesture parameter to one variant of the urlSelected method, and
moved one of the urlSelected methods so that it lives nearer to its overloaded
sibling.

  • WebCore.base.exp:
  • loader/Cache.cpp: (WebCore::Cache::requestResource):
  • loader/CachedResource.cpp: (WebCore::CachedResource::CachedResource):
  • loader/CachedResource.h: (WebCore::CachedResource::errorOccurred):
  • loader/FrameLoader.cpp: (WebCore::FrameLoader::createWindow): (WebCore::FrameLoader::urlSelected): (WebCore::FrameLoader::loadURLIntoChildFrame): (WebCore::FrameLoader::loadPlugin): (WebCore::FrameLoader::loadFrameRequestWithFormState): (WebCore::FrameLoader::loadFrameRequestWithFormAndValues): (WebCore::FrameLoader::loadURL): (WebCore::FrameLoader::loadWithNavigationAction): (WebCore::FrameLoader::load): (WebCore::FrameLoader::loadWithDocumentLoader): (WebCore::FrameLoader::canLoad): (WebCore::FrameLoader::reloadAllowingStaleData): (WebCore::FrameLoader::reload): (WebCore::FrameLoader::continueLoadAfterWillSubmitForm): (WebCore::FrameLoader::submitForm): (WebCore::FrameLoader::loadPostRequest): (WebCore::FrameLoader::continueLoadAfterNewWindowPolicy): (WebCore::FrameLoader::loadItem):
  • loader/FrameLoader.h:
  • loader/SubresourceLoader.cpp: (WebCore::SubresourceLoader::create):
  • page/ContextMenuController.cpp: (WebCore::ContextMenuController::contextMenuItemSelected):

2008-07-26 Daniel Jalkut <jalkut@red-sweater.com>

Reviewed by Geoff Garen.

Changes to accommodate newly named/signatured loading methods in WebCore.

  • Plugins/WebNetscapePluginStream.mm: (-[WebNetscapePluginStream initWithRequest:plugin:notifyData:sendNotification:]):
  • Plugins/WebPluginContainerCheck.mm: (-[WebPluginContainerCheck _isForbiddenFileLoad]):
  • WebView/WebPDFView.mm: (-[WebPDFView PDFViewWillClickOnLink:withURL:]):

2008-07-26 Matt Lilek <webkit@mattlilek.com>

Reviewed by Geoff Garen.

Changes to accommodate newly named/signatured loading methods in WebCore.

  • WebCoreSupport/WebContextMenuClient.cpp: (WebContextMenuClient::searchWithGoogle):
  • WebCoreSupport/WebFrameLoaderClient.cpp: (WebFrameLoaderClient::loadURLIntoChild):
7:47 PM Changeset in webkit [35376] by weinig@apple.com
  • 2 edits in trunk

Add radar number to ChangeLog

7:45 PM Changeset in webkit [35375] by weinig@apple.com
  • 6 edits
    8 adds in trunk

WebCore:

2008-07-26 Sam Weinig <sam@webkit.org>

Reviewed by Dan Bernstein.

Fix https://bugs.webkit.org/show_bug.cgi?id=20122
REGRESSION (r35075-r35110): Cannot enlarge images at Apple Store product page

Use strict parsing when in AlmostStrict mode.

Tests: fast/dom/SelectorAPI/dumpNodeList-almost-strict.html

fast/dom/SelectorAPI/id-fastpath-almost-strict.html
fast/dom/SelectorAPI/id-fastpath-strict.html

  • dom/Node.cpp: (WebCore::Node::querySelector): (WebCore::Node::querySelectorAll):

LayoutTests:

2008-07-26 Sam Weinig <sam@webkit.org>

Reviewed by Dan Bernstein.

Fix https://bugs.webkit.org/show_bug.cgi?id=20122
REGRESSION (r35075-r35110): Cannot enlarge images at Apple Store product page

  • Additionally, fix some errors introduced in old tests.
  • fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt: Added.
  • fast/dom/SelectorAPI/dumpNodeList-almost-strict.html: Added.
  • fast/dom/SelectorAPI/dumpNodeList-expected.txt:
  • fast/dom/SelectorAPI/dumpNodeList.html:
  • fast/dom/SelectorAPI/id-fastpath-almost-strict-expected.txt: Added.
  • fast/dom/SelectorAPI/id-fastpath-almost-strict.html: Added.
  • fast/dom/SelectorAPI/id-fastpath-strict-expected.txt: Added.
  • fast/dom/SelectorAPI/id-fastpath-strict.html: Added.
  • fast/dom/SelectorAPI/resources/id-fastpath-almost-strict.js: Added.
  • fast/dom/SelectorAPI/resources/id-fastpath-strict.js: Added.
  • fast/dom/SelectorAPI/resources/id-fastpath.js:
4:59 PM Changeset in webkit [35374] by mitz@apple.com
  • 1 edit
    2 moves
    2 adds in trunk/LayoutTests
  • move Leopard-only expected failure results back to mac-leopard; these are covered by <rdar://problem/5539818> and <rdar://problem/5539820>.
  • platform/mac-leopard/http: Added.
  • platform/mac-leopard/http/tests: Added.
  • platform/mac-leopard/http/tests/security: Copied from platform/mac/http/tests/security.
  • platform/mac-leopard/security: Copied from platform/mac/security.
  • platform/mac/http/tests/security: Removed.
  • platform/mac/http/tests/security/dataURL: Removed.
  • platform/mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
  • platform/mac/security: Removed.
  • platform/mac/security/block-test-expected.txt: Removed.
4:37 PM Changeset in webkit [35373] by mitz@apple.com
  • 2 edits
    1 copy
    1 move
    1 add
    3 deletes in trunk/LayoutTests

Reviewed by Oliver Hunt.

  • clean up expected layout test results
  • fast/encoding/idn-security-expected.txt: Replaced with LayoutTests/platform/mac/fast/encoding/idn-security-expected.txt, which is the version of the results for platforms that have "newer ICU".
  • platform/mac-leopard/Skipped: Added svg/custom/stroke-width-click.svg.
  • platform/mac-tiger/fast/encoding: Added.
  • platform/mac-tiger/fast/encoding/idn-security-expected.txt: Copied from LayoutTests/fast/encoding/idn-security-expected.txt, as Tiger still needs the "older ICU" version of the results.
  • platform/mac/fast/encoding/idn-security-expected.txt: Removed.
  • platform/mac/svg/custom/stroke-width-click-expected.checksum: Removed pixel results for a text-only test.
  • platform/mac/svg/custom/stroke-width-click-expected.png: Ditto.
  • platform/mac/svg/custom/stroke-width-click-expected.txt: Removed platform-specific results for a text-only test.
1:04 PM Changeset in webkit [35372] by jchaffraix@webkit.org
  • 5 edits
    2 adds in branches/XBL2

WebCore:

2008-07-26 Julien Chaffraix <jchaffraix@webkit.org>

Reviewed by David Hyatt.

Bug 20172: [XBL] XBL elements should not be rendered

  • Roll out renderer disabling bits as they were bogus.
  • Add XBL CSS default rules to html4.css.

Test: fast/xbl/xbl-default-rules.xhtml

  • css/html4.css:
  • xbl/XBLDocument.h: (WebCore::XBLDocument::XBLDocument):
  • xbl/XBLElement.h: (WebCore::XBLElement::isXBLElement):

LayoutTest:

2008-07-26 Julien Chaffraix <jchaffraix@webkit.org>

Reviewed by David Hyatt.

Test case for bug 20172: [XBL] XBL elements should not be rendered

  • fast/xbl/xbl-default-rules-expected.txt: Added.
  • fast/xbl/xbl-default-rules.xhtml: Added.
11:59 AM Changeset in webkit [35371] by mitz@apple.com
  • 1 edit
    1 move in trunk/LayoutTests

Rubber-stamped by Nikolas Zimmermann.

  • move platform-independent results back to the generic location
  • platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Removed.
  • svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Copied from LayoutTests/platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt.
6:03 AM Changeset in webkit [35370] by Simon Hausmann
  • 3 edits in trunk/WebCore

2008-07-25 Ariya Hidayat <ariya.hidayat@trolltech.com>

Reviewed by Simon.

Switch off QPainter's anti aliasing when painting the widgets using QStyle
because otherwise the widgets will look blurry and not crisp.

  • platform/qt/RenderThemeQt.cpp: (WebCore::StylePainter::StylePainter): (WebCore::StylePainter::~StylePainter):
  • platform/qt/RenderThemeQt.h:
Note: See TracTimeline for information about the timeline view.