- 10 Aug, 2009 14 commits
-
-
xan@webkit.org authored
Reviewed by Gustavo Noronha. Let startHttp validate the URI instead of doing it, with potential crashes, in ::start. * platform/network/soup/ResourceHandleSoup.cpp: (WebCore::startHttp): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46983 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=15903 Patch by Darin Adler <darin@apple.com> on 2009-08-10 Reviewed by Dan Bernstein. Test: fast/forms/shadow-tree-exposure.html * page/DOMSelection.cpp: (WebCore::selectionShadowAncestor): Added. (WebCore::DOMSelection::anchorNode): Return the parent of the shadow ancestor if the selection is in a shadow tree. Matches Firefox. (WebCore::DOMSelection::anchorOffset): Return the index of the shadow ancestor if the selection is in a shadow tree. Matches Firefox. (WebCore::DOMSelection::focusNode): Ditto. (WebCore::DOMSelection::focusOffset): Ditto. (WebCore::DOMSelection::baseNode): More of the same, but since this is a WebKit-invented property, it does not match Firefox. (WebCore::DOMSelection::baseOffset): Ditto. (WebCore::DOMSelection::extentNode): Ditto. (WebCore::DOMSelection::extentOffset): Ditto. (WebCore::DOMSelection::isCollapsed): Return true even when the selection is a range, if the selection is in the shadow tree. Matches Firefox. Also changed behavior when called and the frame is gone to return true instead of false which makes more sense. (WebCore::DOMSelection::empty): Use clear() just like the other selection-clearing function in this file does. (WebCore::DOMSelection::getRangeAt): Return a range that starts and ends before the shadow ancestor. Matches Firefox. LayoutTests: When empty <input> is focused, getSelection() exposes shadow tree nodes https://bugs.webkit.org/show_bug.cgi?id=15903 Patch by Darin Adler <darin@apple.com> on 2009-08-07 Reviewed by Dan Bernstein. Also updated a recently introduced non-standard test to work in a more standard way. * fast/forms/resources/shadow-tree-exposure.js: Added. * fast/forms/shadow-tree-exposure-expected.txt: Added. * fast/forms/shadow-tree-exposure.html: Added. * fast/js/method-check-expected.txt: Updated. * fast/js/method-check.html: Regenerated using the make-js-test-wrappers script. * fast/js/resources/method-check.js: Replaced a comment talking about the lack of a gc() function with a call to GCController.collect(). Also removed the shouldBeTrue call at the end of the fiel that wasn't needed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46982 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mitz@apple.com authored
* DumpRenderTree/TestNetscapePlugIn.subproj/main.cpp: (NPP_New): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46981 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
beidson@apple.com authored
* webkit/webkitdownload.cpp: (webkit_download_get_suggested_filename): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46980 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pfeldman@chromium.org authored
Reviewed by Timothy Hatcher. Web Inspector: Make all status bar button images glyph-based. https://bugs.webkit.org/show_bug.cgi?id=28124 * inspector/front-end/ElementsPanel.js: (WebInspector.ElementsPanel): * inspector/front-end/Images/clearConsoleButtonGlyph.png: Added. * inspector/front-end/Images/clearConsoleButtons.png: Removed. * inspector/front-end/Images/consoleButtonGlyph.png: Added. * inspector/front-end/Images/consoleButtons.png: Removed. * inspector/front-end/Images/dockButtonGlyph.png: Added. * inspector/front-end/Images/dockButtons.png: Removed. * inspector/front-end/Images/enableButtons.png: Removed. * inspector/front-end/Images/enableOutlineButtonGlyph.png: Added. * inspector/front-end/Images/enableSolidButtonGlyph.png: Added. * inspector/front-end/Images/excludeButtonGlyph.png: Added. * inspector/front-end/Images/excludeButtons.png: Removed. * inspector/front-end/Images/focusButtonGlyph.png: Added. * inspector/front-end/Images/focusButtons.png: Removed. * inspector/front-end/Images/largerResourcesButtonGlyph.png: Added. * inspector/front-end/Images/largerResourcesButtons.png: Removed. * inspector/front-end/Images/nodeSearchButtonGlyph.png: Added. * inspector/front-end/Images/nodeSearchButtons.png: Removed. * inspector/front-end/Images/pauseOnExceptionButtonGlyph.png: Added. * inspector/front-end/Images/pauseOnExceptionButtons.png: Removed. * inspector/front-end/Images/percentButtonGlyph.png: Added. * inspector/front-end/Images/percentButtons.png: Removed. * inspector/front-end/Images/recordButtonGlyph.png: Added. * inspector/front-end/Images/recordButtons.png: Removed. * inspector/front-end/Images/recordToggledButtonGlyph.png: Added. * inspector/front-end/Images/reloadButtonGlyph.png: Added. * inspector/front-end/Images/reloadButtons.png: Removed. * inspector/front-end/Images/undockButtonGlyph.png: Added. * inspector/front-end/Panel.js: (WebInspector.Panel.prototype.createStatusBarButton): * inspector/front-end/ProfilesPanel.js: (WebInspector.ProfilesPanel): * inspector/front-end/ResourcesPanel.js: (WebInspector.ResourcesPanel): * inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel): * inspector/front-end/WebKit.qrc: * inspector/front-end/inspector.css: * inspector/front-end/inspector.html: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46979 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
beidson@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=28084 Reviewed by Darin Adler. In addition to the renames, also took the chance to replace all use of: setRef(String()); with: removeFragmentIdentifier(); * platform/KURL.cpp: (WebCore::KURL::fragmentIdentifier): (WebCore::KURL::hasFragmentIdentifier): (WebCore::KURL::setFragmentIdentifier): (WebCore::KURL::removeFragmentIdentifier): (WebCore::KURL::prettyURL): (WebCore::equalIgnoringFragmentIdentifier): * platform/KURL.h: * bindings/js/JSLocationCustom.cpp: (WebCore::JSLocation::setHash): Rework with new names, and to use the new equalIgnoringNullity() method. * accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::internalLinkElement): * css/CSSCursorImageValue.cpp: (WebCore::isSVGCursorIdentifier): * history/HistoryItem.cpp: (WebCore::HistoryItem::isCurrentDocument): * html/HTMLAnchorElement.cpp: (WebCore::HTMLAnchorElement::hash): * html/HTMLFrameElementBase.cpp: (WebCore:...
-
vestbo@webkit.org authored
Reviewed by Adam Roben. Allow TestNetscapePlugIn to fall back to the Carbon event model Previously the plugin would fail, even though the Carbon event model was available. The only way to get the Carbon event model was to pass the "forcecarbon" argument in the test markup, but no tests were using this. Now the plugin uses carbon either if it's forced, or if the Cocoa event model is not supported. This helps us run most of the plugin tests on Qt/Mac, which still does not support the Cocoa event model. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46977 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
xan@webkit.org authored
Unreviewed build fix. Add new files to makefile. * GNUmakefile.am: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46976 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
Various fixes and improvements to the QWebPluginInfo, QWebPluginDatabase and QWebSettings documentation. Patch by Kavindra Palaraja <kavindra.palaraja@nokia.com> on 2009-08-10 Reviewed by Simon Hausmann. * Api/qwebplugindatabase.cpp: * Api/qwebsettings.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46975 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
https://bugs.webkit.org/show_bug.cgi?id=26896hausmann@webkit.org authored
DefaultFontSize was changed in Qt DumpRenderTree from 14 to 13. But any expected file works with the original value. The expected values should follow this change. This patch contains the new expected files. Patch by Renata Hodovan <hodovan.renata@stud.u-szeged.hu> on 2009-08-10 Reviewed by Simon Hausmann. * platform/qt/Skipped: * platform/qt/editing/pasteboard/5780697-2-expected.txt: Add. * platform/qt/fast/block/float/009-expected.txt: * platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt: * platform/qt/fast/images/image-in-map-expected.txt: * platform/qt/fast/inline-block/004-expected.txt: * platform/qt/fast/inline-block/005-expected.txt: * platform/qt/fast/table/giantRowspan-expected.txt: * platform/qt/fast/table/height-percent-test-expected.txt: * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt: * platform/qt/tables/mozilla/bugs/bug50695-2-expected.txt: * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46974 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
Patch by Andy Shaw <andy.shaw@nokia.com> on 2009-08-10 Reviewed by Simon Hausmann. Replace the m_finished state variable and the call to QCoreApplication::processEvents() with a dedicated QEventLoop, that can be terminated from within WebCoreSynchronousLoader as well as from Qt through its knowledge of globally registered eventloops. There is no unit test for this bug as it would require exporting additional symbols and introduce the synchronous loader as global variable just for the test. * platform/network/qt/ResourceHandleQt.cpp: (WebCore::WebCoreSynchronousLoader::didFinishLoading): (WebCore::WebCoreSynchronousLoader::didFail): (WebCore::WebCoreSynchronousLoader::waitForCompletion): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46973 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pfeldman@chromium.org authored
Reviewed by Timothy Hatcher. WebInspector: Make properties inspection serialized. https://bugs.webkit.org/show_bug.cgi?id=28078 * inspector/front-end/DOMAgent.js: (InspectorController.getPrototypes): (InspectorController.getProperties): * inspector/front-end/InjectedScript.js: (InjectedScript.getPrototypes): (InjectedScript.getProperties): (InjectedScript.setPropertyValue): * inspector/front-end/ObjectPropertiesSection.js: (WebInspector.ObjectRef): (WebInspector.ObjectPropertyRef): (WebInspector.ObjectPropertiesSection.prototype.onpopulate): (WebInspector.ObjectPropertiesSection.prototype.update.callback): (WebInspector.ObjectPropertiesSection.prototype.update): (WebInspector.ObjectPropertiesSection.prototype._update): (WebInspector.ObjectPropertyTreeElement.prototype.onpopulate.callback): (WebInspector.ObjectPropertyTreeElement.prototype.onpopulate): (WebInspector.ObjectPropertyTreeElement.prototype.onattach): (WebInspector.ObjectPropertyTreeElement.prototype.update): * inspector/front-end/PropertiesSidebarPane.js: (WebInspector.PropertiesSidebarPane.prototype.update.callback): (WebInspector.PropertiesSidebarPane.prototype.update): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46972 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
Reviewed by Ariya Hidayat. * platform/qt/fast/text/text-letter-spacing-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46971 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
PrototypeFunction.h as forward-declared through NativeFunctionWrapper.h. Patch by Simon Hausmann <simon.hausmann@nokia.com> on 2009-08-10 * runtime/ObjectConstructor.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46970 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 09 Aug, 2009 7 commits
-
-
zimmermann@webkit.org authored
Reviewed by George Staikos. [WML] wml.css lacks <pre> support https://bugs.webkit.org/show_bug.cgi?id=28135 Add <pre> support for WML. Extended fast/wml/text-emphasis.wml to cover <pre> support. * css/wml.css: <pre> section copied from html.css 2009-08-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com> Reviewed by George Staikos. [WML] wml.css lacks <pre> support https://bugs.webkit.org/show_bug.cgi?id=28135 Extend fast/wml/text-emphasis.wml test, to cover <pre> formatting. * fast/wml/text-emphasis.wml: * platform/mac/fast/wml/text-emphasis-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46969 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
Fix non-WML enabled builds. Remove ENABLE(WML) guards around the switch cases 'FrameLoadTypeBackWMLDeckNotAccessible'. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46968 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
oliver@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=28118 Reviewed by George Staikos Correct behaviour of stringify when using a replacer function that returns undefined. This is a simple change to move the undefined value check to after the replacer function is called. This means that the replacer function is now called for properties with the value undefined, however i've confirmed that this behaviour is correct. In addition I've made the cyclic object exception have a more useful error message. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46967 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
Reviewed by George Staikos. [WML] Deck access control is completly broken https://bugs.webkit.org/show_bug.cgi?id=27721 Synchronize WebFrameLoadType with FrameLoadType enum. Append 'WebFrameLoadTypeBackWMLDeckNotAccessible'. * WebView/WebFramePrivate.h: 2009-08-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com> Reviewed by George Staikos. [WML] Deck access control is completly broken https://bugs.webkit.org/show_bug.cgi?id=27721 Synchronize WebFrameLoadType with FrameLoadType enum. Append 'WebFrameLoadTypeBackWMLDeckNotAccessible'. * Interfaces/IWebFramePrivate.idl: 2009-08-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com> Reviewed by George Staikos. [WML] Deck access control is completly broken https://bugs.webkit.org/show_bug.cgi?id=27721 Rewrite WML deck access control, actually works now sta...
-
zimmermann@webkit.org authored
FrameLoadType / WebFrameLoadType enums are out of sync https://bugs.webkit.org/show_bug.cgi?id=28132 Modify FrameLoadType enum to match the order of WebFrameLoadType in WebFramePrivate.h / IWebFramePrivate.idl. The mac/win public API exposes the old 'FrameLoadTypeReloadAllowingStaleData' value, which resides between 'FrameLoadTypeReload' and 'FrameLoadTypeSame'. Work around this problem, by assigning 'FrameLoadTypeSame = FrameLoadTypeReload + 2'. Add a note to the FrameLoadType enum to keep it in sync with WebFramePrivate.h & IWebFramePrivate.idl. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46965 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
Reviewed by George Staikos. [WML] manual-tests/wml/onevent-prev.wml crashes https://bugs.webkit.org/show_bug.cgi?id=27722 Fix intrinsic event execution, leading to crashes. First finish parsing the document, then execute the events. Not the other way round. -> exposes bugs all over the WML layout tests, which relied on that quirk. Fixes manual-tests/wml/onevent-prev.wml. * wml/WMLDocument.cpp: (WebCore::WMLDocument::WMLDocument): (WebCore::WMLDocument::finishedParsing): (WebCore::WMLDocument::initialize): * wml/WMLDocument.h: 2009-08-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com> Reviewed by George Staikos. [WML] manual-tests/wml/onevent-prev.wml crashes https://bugs.webkit.org/show_bug.cgi?id=27722 Reorganize WML testcases to not rely on the fact that intrinsic events are executed before the document finished parsing. * http/tests/wml/resources/go-task-get-method-accept-charset.js: * http/tests/wml/resources/go-task-get-method.js: * http/tests/wml/resources/go-task-post-method-accept-charset.js: * http/tests/wml/resources/go-task-post-method.js: * http/tests/wml/resources/post-data-to-server.js: * wml/resources/WMLTestCase.js: (onloadHandler): (createStaticWMLTestCase): (createDynamicWMLTestCase): (createWMLTestCase.iframeElement.onload): (createWMLTestCase): * wml/resources/enter-card-with-events.js: (executeTest): * wml/resources/enter-first-card-with-events.js: (setupTestDocument): (prepareTest): (executeTest): * wml/resources/go-task-get-method-external-deck-with-href.js: * wml/resources/go-task-get-method-external-deck.js: * wml/resources/go-task-get-method-same-deck.js: * wml/resources/input-format.js: * wml/resources/newcontext-same-deck.js: (setupTestDocument): (executeTest): * wml/resources/onenterforward-event.js: (executeTest): * wml/resources/onenterforward-inline-event.js: * wml/resources/ontimer-event.js: (executeTest): * wml/resources/ontimer-inline-event.js: (executeTest): * wml/resources/option-element-onpick.js: * wml/resources/select-element-variables.js: * wml/resources/variable-reference-invalid-character.js: * wml/resources/variable-reference-valid.js: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46964 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
oliver@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=28114 Reviewed by Eric Seidel and Sam Weinig. Implement getPrototypeOf git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46963 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 Aug, 2009 12 commits
-
-
dglazkov@chromium.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46962 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dglazkov@chromium.org authored
Unreviewed, build fix. [Chromium] Update WebCore.gyp to add ImageBuffer.cpp, introduced by http://trac.webkit.org/changeset/46956. * WebCore.gypi: Added ImageBuffer.cpp. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46961 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jmalonzo@webkit.org authored
[Gtk] Skip media/controls-right-click-on-timebar.html as it needs eventSender which we don't have at the moment. * platform/gtk/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46960 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
Add [DontEnum] to WML specific initializeWMLPageState/resetWMLPageState methods, to assure fast/dom/Window/window-properties.html doesn't show any differences when WML is enabled. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46959 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
krit@webkit.org authored
Reviewed by Eric Seidel. SVG Filter need feColorMatrix implementation [https://bugs.webkit.org/show_bug.cgi?id=27711] Adds the filter effect feColorMatrix to SVG filters. There is already a test in the w3c directory. Test: svg/W3C-SVG-1.1/filters-color-01-b.svg * platform/graphics/filters/FEColorMatrix.cpp: (WebCore::matrix): (WebCore::saturate): (WebCore::huerotate): (WebCore::luminance): (WebCore::FEColorMatrix::apply): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46958 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
krit@webkit.org authored
Reviewed by Oliver Hunt. Build fix for Tiger. * platform/graphics/cg/ImageBufferCG.cpp: (WebCore::ImageBuffer::ImageBuffer): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46957 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
krit@webkit.org authored
Reviewed by Oliver Hunt. This is an initial implementation for linearRGB and sRGB support for all platforms. Some platforms like Cg support different color spaces natively, others like Qt, Cairo and Skia do not. This patch uses the native implementation of platforms if possible and offers a common version if not. Different color spaces are used in SVG Filters. Nearly every Filter test case is a test for this patch and will be enabled, once Filters are enabled. * GNUmakefile.am: * WebCore.pro: * html/canvas/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::drawTextInternal): * html/HTMLCanvasElement.cpp: (WebCore::HTMLCanvasElement::createImageBuffer): * platform/graphics/GeneratedImage.cpp: (WebCore::GeneratedImage::drawPattern): * platform/graphics/ImageBuffer.cpp: Added. (WebCore::ImageBuffer::transformColorSpace): * platform/graphics/ImageBuffer.h: (WebCore::): (WebCore::ImageBuffer::create): * platform/graphics/cairo/ImageBufferCairo.cpp: (WebCore::ImageBuffer::ImageBuffer): (WebCore::ImageBuffer::platformTransformColorSpace): * platform/graphics/cairo/ImageCairo.cpp: (WebCore::Image::drawPattern): * platform/graphics/cg/ImageBufferCG.cpp: (WebCore::ImageBuffer::ImageBuffer): * platform/graphics/chromium/TransparencyWin.cpp: (WebCore::TransparencyWin::OwnedBuffers::OwnedBuffers): * platform/graphics/filters/FilterEffect.cpp: (WebCore::FilterEffect::getEffectContext): * platform/graphics/qt/ImageBufferQt.cpp: (WebCore::ImageBuffer::ImageBuffer): (WebCore::ImageBuffer::platformTransformColorSpace): * platform/graphics/qt/PathQt.cpp: (WebCore::Path::strokeContains): (WebCore::Path::strokeBoundingRect): * platform/graphics/skia/ImageBufferSkia.cpp: (WebCore::ImageBuffer::ImageBuffer): (WebCore::ImageBuffer::platformTransformColorSpace): * platform/graphics/skia/SkiaUtils.cpp: (WebCore::scratchContext): * platform/graphics/wx/ImageBufferWx.cpp: (WebCore::ImageBuffer::ImageBuffer): * platform/mac/ScrollbarThemeMac.mm: (WebCore::ScrollbarThemeMac::paint): * rendering/RenderBoxModelObject.cpp: (WebCore::RenderBoxModelObject::paintFillLayerExtended): * svg/SVGMaskElement.cpp: (WebCore::SVGMaskElement::drawMaskerContent): * svg/SVGPatternElement.cpp: (WebCore::SVGPatternElement::buildPattern): * svg/graphics/SVGImage.cpp: (WebCore::SVGImage::nativeImageForCurrentFrame): * svg/graphics/SVGPaintServerGradient.cpp: (WebCore::createMaskAndSwapContextForTextGradient): * svg/graphics/SVGPaintServerPattern.cpp: (WebCore::SVGPaintServerPattern::setup): * svg/graphics/SVGResourceFilter.cpp: (WebCore::SVGResourceFilter::prepareFilter): (WebCore::SVGResourceFilter::applyFilter): * svg/graphics/SVGResourceMasker.cpp: (WebCore::SVGResourceMasker::applyMask): * svg/graphics/filters/SVGFETile.cpp: (WebCore::FETile::apply): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46956 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
xan@webkit.org authored
2009-08-08 Xan Lopez <xlopez@igalia.com> Roll out r46928, since it wasn't done in accordance with the agreed naming. * bindings/gdom/GdomDOMObject.cpp: Removed. WebKit/gtk: 2009-08-08 Xan Lopez <xlopez@igalia.com> Roll out r46928, since it wasn't done in accordance with the agreed naming. * ChangeLog: Remove the ChangeLog entry, since it was added at the bottom of the file. * gdom/GdomDOMObject.h: Removed. * gdom/GdomDOMObjectPrivate.h: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46955 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
Reviewed by Eric Seidel. bugzilla-tool needs a --quiet option https://bugs.webkit.org/show_bug.cgi?id=28060 A first pass at a --quiet option. This doesn't do all the excting things we might want, but it addresses 80% of the use case. * Scripts/bugzilla-tool: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46954 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
Patch by Volker Hilsheimer <volker.hilsheimer@nokia.com> on 2009-08-08 Reviewed by Simon Hausmann. Explain the implications in the QWebHistoryItem documentation, and get rid of the "group". * Api/qwebhistory.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46953 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jmalonzo@webkit.org authored
Reviewed by Xan Lopez. [Gtk] Enable accessibility in Gtk DRT https://bugs.webkit.org/show_bug.cgi?id=25989 Add SPI to get the focused accessible element to be used by DRT. * accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: (webkit_accessible_get_focused_element): * accessibility/gtk/AccessibilityObjectWrapperAtk.h: * webkit/webkitprivate.h: * webkit/webkitwebframe.cpp: (webkit_web_frame_get_focused_accessible_element): Remove passing accessibility tests from the Skipped list * platform/gtk/Skipped: Add Accessibility support to the GTK DRT. * DumpRenderTree/AccessibilityUIElement.h: * DumpRenderTree/gtk/AccessibilityControllerGtk.cpp: Added. (AccessibilityController::AccessibilityController): (AccessibilityController::~AccessibilityController): (AccessibilityController::focusedElement): (Acces...
-
jmalonzo@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46951 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 07 Aug, 2009 7 commits
-
-
oliver@apple.com authored
Reviewed by Cameron Zwarich git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46950 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
simon.fraser@apple.com authored
Fix the build on 10.6. * WebView/WebHTMLView.mm: (-[WebHTMLView attachRootLayer:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46949 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
simon.fraser@apple.com authored
Fix a stylistic nit related to the location of the *, which, for some ridiculous reason, WebKit style dictates to be different between Objective-C and C++. * WebView/WebDynamicScrollBarsView.mm: (-[WebDynamicScrollBarsView reflectScrolledClipView:]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46948 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
simon.fraser@apple.com authored
Reviewed by Dan Bernstein. Work around an issue on Leopard where composited layers are misplaced and squished when the page gets over 4096px tall. https://bugs.webkit.org/show_bug.cgi?id=27272 <rdar://problem/7067892> [Leopard] Composisted layers are misplaced and squished on on long pages <rdar://problem/7068252> [Leopard] When switching to a tab with HW layers, they fade in * WebView/WebDynamicScrollBarsView.mm: (-[WebDynamicScrollBarsView reflectScrolledClipView:]): Call -_updateLayerHostingViewPosition after scrolling. * WebView/WebHTMLView.mm: (-[WebHTMLView _frameOrBoundsChanged]): Call -_updateLayerHostingViewPosition after the view changes size. (-[WebHTMLView attachRootLayer:]): Turn off default animations, to avoid animations of sublayer transform, and fading-in when tab switching. * WebView/WebHTMLViewInternal.h: (-[WebHTMLView _updateLayerHostingViewPosition]): New method that constrains the height of the layer-hosting view to a max height of 4096px, and compensates for the height restriction by placing the layer-hosting view at the top of the visible part of the WebHTMLView, and adjusting the position of the hosted layers via sublayer transform. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46947 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jmalonzo@webkit.org authored
[Gtk] Skip two new tests (from r46896) needing gtk-specific results. * platform/gtk/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46946 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
oliver@apple.com authored
Reviewed by Oliver Hunt. Fix webkit-jobs link * contact.html: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46945 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jmalonzo@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46944 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-