- 02 Oct, 2009 24 commits
-
-
hyatt@apple.com authored
Add support for blacklist patterns to user stylesheets and scripts in addition to whitelist patterns. Reviewed by Adam Roben. WebCore: * WebCore.base.exp: * dom/Document.cpp: (WebCore::Document::pageGroupUserSheets): * page/Frame.cpp: (WebCore::Frame::injectUserScriptsForWorld): * page/PageGroup.cpp: (WebCore::PageGroup::addUserScript): (WebCore::PageGroup::addUserStyleSheet): (WebCore::PageGroup::removeUserContentWithURLForWorld): (WebCore::PageGroup::removeUserContentForWorld): * page/PageGroup.h: * page/UserContentURLPattern.cpp: (WebCore::UserContentURLPattern::matchesPatterns): * page/UserContentURLPattern.h: * page/UserScript.h: (WebCore::UserScript::UserScript): (WebCore::UserScript::whitelist): (WebCore::UserScript::blacklist): * page/UserStyleSheet.h: (WebCore::UserStyleSheet::UserStyleSheet): (WebCore::UserStyleSheet::whitelist): (WebCore::UserStyleSheet::blacklist): WebKit/mac: * WebView/WebView.mm: (toStringVector): (+[WebView _addUserScriptToGroup:source:url:worldID:whitelist:blacklist:injectionTime:]): (+[WebView _addUserStyleSheetToGroup:source:url:worldID:whitelist:blacklist:]): * WebView/WebViewPrivate.h: WebKit/win: * Interfaces/IWebViewPrivate.idl: * WebView.cpp: (toStringVector): (WebView::addUserScriptToGroup): (WebView::addUserStyleSheetToGroup): * WebView.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49033 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Dimitri Glazkov. Added gyp_webkit that does a subset of the things gyp_chromium does plus some specialization for an upstream chromium build. https://bugs.webkit.org/show_bug.cgi?id=29986 * chromium/DEPS: Points to gyp_webkit instead of gyp_chromium. * chromium/gyp_webkit: A new python file. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49032 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric.carlson@apple.com authored
Reviewed by Adam Roben. <rdar://problem/7271334> Rename MediaControllerThemeQT to MediaControllerThemeQuickTime * WebKitSystemInterface.h: MediaControllerThemeQT -> MediaControllerThemeQuickTime git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49031 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ggaren@apple.com authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49030 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Darin Adler. Build fix when SVG is not enabled https://bugs.webkit.org/show_bug.cgi?id=30011 Move TextRenderingMode related functions out from the ENABLE(SVG) guard. * css/CSSPrimitiveValueMappings.h: (WebCore::CSSPrimitiveValue::CSSPrimitiveValue): (WebCore::CSSPrimitiveValue::operator TextRenderingMode): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49029 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bweinstein@apple.com authored
Reviewed by Adam Roben. svn-create-patch should have an --ignore-changelogs to not add ChangeLogs to the diff, this will help the patch merging process when TryBots are used. * Scripts/svn-create-patch: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49028 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
cmarrin@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=30018 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49027 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
https://bugs.webkit.org/show_bug.cgi?id=29989sfalken@apple.com authored
Safari version number shouldn't be exposed in WebKit code Reviewed by Mark Rowe. For a WebKit version of 532.3.4: Product version is: 5.32.3.4 (was 4.0.3.0) File version is: 5.32.3.4 (was 4.532.3.4) JavaScriptCore: * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.rc: WebCore: * WebCore.vcproj/QTMovieWin.rc: WebKit/win: * WebKit.vcproj/WebKit.rc: WebKitLibraries: * win/tools/scripts/PRODUCTVERSION: Removed. * win/tools/scripts/auto-version.sh: Re-worked script to remove references to PRODUCTVERSION. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49026 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
senorblanco@chromium.org authored
Reviewed by Dimitri Glazkov. https://bugs.webkit.org/show_bug.cgi?id=30017 Covered by the following tests: LayoutTests/svg/W3C-SVG-1.1/pservers-grad-13-b.svg LayoutTests/fast/backgrounds/svg-as-background-3.html LayoutTests/fast/gradients/generated-gradients.html LayoutTests/fast/gradients/simple-gradients.html * platform/graphics/skia/GradientSkia.cpp: (WebCore::Gradient::platformGradient): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49025 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Simon Hausmann. [Qt] Implement layoutTestController.overridePreference(). https://bugs.webkit.org/show_bug.cgi?id=29970 * DumpRenderTree/qt/DumpRenderTree.cpp: (WebCore::WebPage::WebPage): (WebCore::WebPage::resetSettings): (WebCore::DumpRenderTree::resetToConsistentStateBeforeTesting): * DumpRenderTree/qt/jsobjects.cpp: (LayoutTestController::reset): (LayoutTestController::setPrivateBrowsingEnabled): (LayoutTestController::setPopupBlockingEnabled): (LayoutTestController::overridePreference): * DumpRenderTree/qt/jsobjects.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49024 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
laszlo.1.gombos@nokia.com authored
Reviewed by Simon Hausmann. Conditionally guard cursor code (cursor and updateCursor functions) with !QT_NO_CURSOR. Otherwise, it is inconsistent with class declaration of QCursor. * Api/qgraphicswebview.cpp: * Api/qwebview.cpp: 2009-10-02 Norbert Leser <norbert.leser@nokia.com> Reviewed by Simon Hausmann. Conditionally guard cursor code (cursor and updateCursor functions) with !QT_NO_CURSOR. Otherwise, it is inconsistent with class declaration of QCursor. No new tests. * platform/qt/QWebPageClient.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49023 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
vestbo@webkit.org authored
Rubber-stamped by Simon Hausmann. * wtf/FastMalloc.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49022 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Gustavo Noronha. [GTK] missing support for anamorphic PAR video size https://bugs.webkit.org/show_bug.cgi?id=29717 cleanup of caps handling in the video sink * platform/graphics/gtk/VideoSinkGStreamer.cpp: (webkit_video_sink_set_caps): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49021 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
Patch by Prasanth Ullattil <prasanth.ullattil@nokia.com> on 2009-10-02 Reviewed by Simon Hausmann. * WebKit.pri: WebCore: Fix compiler warnings about unused function arguments. Patch by Prasanth Ullattil <prasanth.ullattil@nokia.com> on 2009-10-02 Reviewed by Simon Hausmann. * bridge/qt/qt_class.h: * bridge/qt/qt_runtime.cpp: (JSC::Bindings::QtRuntimeMetaMethod::call): (JSC::Bindings::QtRuntimeConnectionMethod::call): * dom/XMLTokenizerQt.cpp: (WebCore::XMLTokenizer::initializeParserContext): * platform/graphics/qt/FontCacheQt.cpp: (WebCore::FontCache::getTraitsInFamily): (WebCore::FontCache::getCachedFontPlatformData): * platform/graphics/qt/FontFallbackListQt.cpp: (WebCore::FontFallbackList::setPlatformFont): * platform/graphics/qt/FontQt.cpp: (WebCore::Font::offsetForPositionForComplexText): * platform/graphics/qt/GraphicsContextQt.cpp: (WebCore::GraphicsContext::drawLineForText): (WebCore::GraphicsContext::drawLineForMisspellingOrBadGrammar): (WebCore::GraphicsContext::setPlatformShadow): (WebCore::GraphicsContext::setURLForRect): * platform/graphics/qt/IconQt.cpp: (WebCore::Icon::createIconForFiles): * platform/graphics/qt/ImageBufferQt.cpp: (WebCore::ImageBuffer::ImageBuffer): * platform/graphics/qt/ImageDecoderQt.cpp: (WebCore::ImageDecoderQt::frameBufferAtIndex): * platform/graphics/qt/MediaPlayerPrivatePhonon.cpp: (WebCore::MediaPlayerPrivate::supportsType): (WebCore::MediaPlayerPrivate::setEndTime): * platform/graphics/qt/SimpleFontDataQt.cpp: (WebCore::SimpleFontData::containsCharacters): * platform/graphics/qt/StillImageQt.h: (WebCore::StillImage::destroyDecodedData): * platform/network/qt/DnsPrefetchHelper.h: (WebCore::DnsPrefetchHelper::lookedUp): * platform/qt/ContextMenuQt.cpp: (WebCore::ContextMenu::setPlatformDescription): * platform/qt/DragDataQt.cpp: (WebCore::DragData::asURL): * platform/qt/PopupMenuQt.cpp: (WebCore::PopupMenu::populate): * platform/qt/RenderThemeQt.cpp: (WebCore::RenderThemeQt::supportsFocusRing): (WebCore::RenderThemeQt::systemFont): (WebCore::RenderThemeQt::adjustButtonStyle): (WebCore::RenderThemeQt::adjustMenuListButtonStyle): (WebCore::RenderThemeQt::paintMediaSeekBackButton): (WebCore::RenderThemeQt::paintMediaSeekForwardButton): * platform/qt/ScrollViewQt.cpp: (WebCore::ScrollView::platformAddChild): * platform/qt/SearchPopupMenuQt.cpp: (WebCore::SearchPopupMenu::saveRecentSearches): (WebCore::SearchPopupMenu::loadRecentSearches): * platform/qt/TemporaryLinkStubs.cpp: (WebCore::signedPublicKeyAndChallengeString): * platform/qt/WidgetQt.cpp: (WebCore::Widget::paint): * xml/XSLStyleSheetQt.cpp: (WebCore::XSLStyleSheet::loadChildSheet): (WebCore::XSLStyleSheet::setParentStyleSheet): * xml/XSLTProcessorQt.cpp: (WebCore::XSLTMessageHandler::handleMessage): (WebCore::XSLTProcessor::transformToString): WebKit/qt: Fix compiler warnings about unused function arguments. Patch by Prasanth Ullattil <prasanth.ullattil@nokia.com> on 2009-10-02 Reviewed by Simon Hausmann. * Api/qwebframe.cpp: (QWebFrame::scrollBarMinimum): * Api/qwebpage.cpp: (QWebPagePrivate::focusInEvent): (QWebPagePrivate::focusOutEvent): (QWebPagePrivate::leaveEvent): (QWebPage::javaScriptAlert): (QWebPage::javaScriptConfirm): (QWebPage::javaScriptPrompt): (QWebPage::triggerAction): (QWebPage::acceptNavigationRequest): (QWebPage::chooseFile): * WebCoreSupport/ChromeClientQt.cpp: (WebCore::ChromeClientQt::repaint): (WebCore::ChromeClientQt::mouseDidMoveOverElement): (WebCore::ChromeClientQt::reachedMaxAppCacheSize): * WebCoreSupport/ContextMenuClientQt.cpp: (WebCore::ContextMenuClientQt::downloadURL): * WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::dispatchWillPerformClientRedirect): (WebCore::FrameLoaderClientQt::setMainFrameDocumentReady): (WebCore::FrameLoaderClientQt::representationExistsForURLScheme): (WebCore::FrameLoaderClientQt::generatedMIMETypeForURLScheme): (WebCore::FrameLoaderClientQt::shouldGoToHistoryItem): (WebCore::FrameLoaderClientQt::pluginWillHandleLoadError): (WebCore::FrameLoaderClientQt::assignIdentifierToInitialRequest): (WebCore::FrameLoaderClientQt::dispatchDidFinishLoading): (WebCore::FrameLoaderClientQt::createJavaAppletWidget): * WebCoreSupport/InspectorClientQt.cpp: (WebCore::InspectorClientQt::setAttachedWindowHeight): (WebCore::InspectorClientQt::highlight): (WebCore::InspectorClientQt::removeSetting): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49020 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by David Kilzer. Stale database version persists through browser refresh (changeVersion doesn't work) https://bugs.webkit.org/show_bug.cgi?id=27836 Scale the cairo surface of the video sink depending on the pixel-aspect-ratio of the video buffer to paint. Also destruct/re-create the surface when setSize() is called with a new size. * platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp: (WebCore::MediaPlayerPrivate::naturalSize): (WebCore::MediaPlayerPrivate::setSize): (WebCore::MediaPlayerPrivate::paint): * platform/graphics/gtk/VideoSinkGStreamer.cpp: (webkit_video_sink_idle_func): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49019 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
benm@google.com authored
https://bugs.webkit.org/show_bug.cgi?id=27836 WebCore: Reviewed by David Kilzer. Tests: storage/change-version-handle-reuse.html storage/change-version.html * bindings/v8/custom/V8DatabaseCustom.cpp: (WebCore::CALLBACK_FUNC_DECL): Implement the V8 binding for database.changeVersion(). (WebCore::createTransaction): Fix a bug that was checking the wrong argument index to save the success callback. * storage/Database.cpp: (WebCore::updateGuidVersionMap): Safely update the Guid/version hash map. (WebCore::Database::~Database): Remove code that removes the database from the guid->database and guid->version maps. (WebCore::Database::setVersionInDatabase): Add a comment to explain some behaviour. (WebCore::Database::close): Move the code that updates the maps from the destructor to here. (WebCore::Database::performOpenAndVerify): Call updateGuidVersionMap instead of setting the hash map directly. (WebCore::Database::setExpectedVersion): Update the in memory guid->version map when we want to update the database version. LayoutTests: Reviewed by David Kilzer. * storage/change-version-expected.txt: Added. * storage/change-version-handle-reuse-expected.txt: Added. * storage/change-version-handle-reuse.html: Added. * storage/change-version.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49018 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
Patch by Janne Koskinen <janne.p.koskinen@digia.com> on 2009-10-02 Reviewed by Simon Hausmann. Add parentheses around the function pointer declaration, similar to the second hunk in r48825. * loader/CachedResourceHandle.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49017 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49016 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
Relative includes don't work properly with WINSCW git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49015 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
Unreviewed attempted build fix by Xcode magic. * WebCore.xcodeproj/project.pbxproj: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49014 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
Unreviewed build fix. Actually add the new files. * loader/RedirectScheduler.cpp: Added. (WebCore::ScheduledRedirection::): (WebCore::ScheduledRedirection::ScheduledRedirection): (WebCore::RedirectScheduler::RedirectScheduler): (WebCore::RedirectScheduler::~RedirectScheduler): (WebCore::RedirectScheduler::redirectScheduledDuringLoad): (WebCore::RedirectScheduler::clear): (WebCore::RedirectScheduler::scheduleRedirect): (WebCore::RedirectScheduler::mustLockBackForwardList): (WebCore::RedirectScheduler::scheduleLocationChange): (WebCore::RedirectScheduler::scheduleFormSubmission): (WebCore::RedirectScheduler::scheduleRefresh): (WebCore::RedirectScheduler::locationChangePending): (WebCore::RedirectScheduler::scheduleHistoryNavigation): (WebCore::RedirectScheduler::timerFired): (WebCore::RedirectScheduler::schedule): (WebCore::RedirectScheduler::startTimer): (WebCore::RedirectScheduler::cancel): * loader/RedirectScheduler.h: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49013 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
Reviewed by Darin Adler. Move RedirectScheduler to its own file https://bugs.webkit.org/show_bug.cgi?id=29952 This change is purely code motion. No behavior change. * GNUmakefile.am: * WebCore.gypi: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * WebCoreSources.bkl: * loader/FrameLoader.cpp: * loader/FrameLoader.h: * loader/RedirectScheduler.cpp: Added. (WebCore::ScheduledRedirection::): (WebCore::ScheduledRedirection::ScheduledRedirection): (WebCore::RedirectScheduler::RedirectScheduler): (WebCore::RedirectScheduler::~RedirectScheduler): (WebCore::RedirectScheduler::redirectScheduledDuringLoad): (WebCore::RedirectScheduler::clear): (WebCore::RedirectScheduler::scheduleRedirect): (WebCore::RedirectScheduler::mustLockBackForwardList): (WebCore::RedirectScheduler::scheduleLocationChange): (WebCore::RedirectScheduler::scheduleFormSubmission): (WebCore::RedirectScheduler::scheduleRefresh): (WebCore::RedirectScheduler::locationChangePending): (WebCore::RedirectScheduler::scheduleHistoryNavigation): (WebCore::RedirectScheduler::timerFired): (WebCore::RedirectScheduler::schedule): (WebCore::RedirectScheduler::startTimer): (WebCore::RedirectScheduler::cancel): * loader/RedirectScheduler.h: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49012 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by David Levin. Clean up warnings in WebCore/bindings/v8/npruntime.cpp https://bugs.webkit.org/show_bug.cgi?id=29971 Gets rid of warnings on gcc about using anonymous namespaces warning: 'StringKeyHashTraits' has a base 'WTF::GenericHashTraits<<unnamed>::StringKey>' whose type uses the anonymous namespace and warning: 'WTF::PairHashTraits<StringKeyHashTraits, WTF::HashTraits<PrivateIdentifier*> >' has a base 'WTF::GenericHashTraits<std::pair<<unnamed>::StringKey, PrivateIdentifier*> >' whose type uses the anonymous namespace No tests required. * bindings/v8/npruntime.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49011 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hausmann@webkit.org authored
Patch by Jørgen Lind <jorgen.lind@nokia.com> on 2009-10-02 Reviewed by Simon Hausmann. Qt's configure may set this variable through .qmake.cache if a commandline option is given and/or the compile test for hwcap.h failed/succeeded. * JavaScriptCore.pri: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49010 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 01 Oct, 2009 16 commits
-
-
eric@webkit.org authored
Reviewed by David Levin. Remove clone count from worker-cloneport.html as it's flakey on multi-process ports like Chromium. https://bugs.webkit.org/show_bug.cgi?id=29698 * fast/workers/worker-cloneport-expected.txt: * fast/workers/worker-cloneport.html: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49009 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrowe@apple.com authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49008 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
laszlo.1.gombos@nokia.com authored
Unreviewed, build fix. [Qt] Symbian build break after r48976. unix is set for Symbian in the Qt build system. * WebKit.pri: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49007 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
cmarrin@apple.com authored
Turn on compile time switch for WebGL, but have runtime switch default to off This also fixes LayoutTests which broke with the flag turned on, and fixes a crash found in the LayoutTests. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49006 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mrowe@apple.com authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49005 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ggaren@apple.com authored
Patch by Geoffrey Garen <ggaren@apple.com> on 2009-10-01 Reviewed by Sam Weinig. 1.1% SunSpider speedup. * jit/JITCall.cpp: (JSC::JIT::compileOpCall): * jit/JITOpcodes.cpp: (JSC::JIT::emit_op_to_jsnumber): (JSC::JIT::emit_op_create_arguments): * jit/JITPropertyAccess.cpp: (JSC::JIT::emitSlow_op_get_by_val): (JSC::JIT::emit_op_put_by_val): Test for the empty value tag, instead of testing for the cell tag with a 0 payload. * runtime/JSValue.cpp: (JSC::JSValue::description): Added support for dumping the new empty value, and deleted values, in debug builds. * runtime/JSValue.h: (JSC::JSValue::JSValue()): Construct JSValue() with the empty value tag. (JSC::JSValue::JSValue(JSCell*)): Convert null pointer to the empty value tag, to avoid having two different c++ versions of null / empty. (JSC::JSValue::operator bool): Test for the empty value tag, instead of testing for the cell tag with a 0 payload. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49004 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rdar://problem/7264725bdakin@apple.com authored
shadow (29927) -and corresponding- https://bugs.webkit.org/show_bug.cgi?id=29927 Reviewed by Dan Bernstein. * css/CSSComputedStyleDeclaration.cpp: (WebCore::): (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): * css/CSSParser.cpp: (WebCore::CSSParser::parseValue): (WebCore::ShadowParseContext::ShadowParseContext): (WebCore::ShadowParseContext::commitValue): (WebCore::ShadowParseContext::commitLength): (WebCore::ShadowParseContext::commitColor): (WebCore::cssPropertyID): * css/CSSPropertyNames.in: * css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty): * page/animation/AnimationBase.cpp: (WebCore::ensurePropertyMap): LayoutTests: Updated test results for <rdar://problem/7264725> Re-add a vendor prefix to box-shadow (29927) -and corresponding- https://bugs.webkit.org/show_bug.cgi?id=29927 Reviewed by Dan Bernstein. * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt: * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * svg/css/getComputedStyle-basic-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49003 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Dimitri Glazkov. Make it possible to override the list of feature defines when building downstream. https://bugs.webkit.org/show_bug.cgi?id=29979 * chromium/features.gypi: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49002 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bweinstein@apple.com authored
Rubber-stamped by Adam Roben. Added fast/inline/relative-positioned-overflow.html to Skipped list because it hits an asssert in Windows debug builds. Assertion failure is being tracked by <https://bugs.webkit.org/show_bug.cgi?id=29966>. * platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49001 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bdakin@apple.com authored
Appeasing the Bot. * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49000 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bweinstein@apple.com authored
Reviewed by Beth Dakin. Update expected Windows results after new CSS Text Kerning changes. * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/win/fast/css/text-rendering-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48999 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
xan@webkit.org authored
Reviewed by Gustavo Noronha. Set the type for the fake event, otherwise the test ASSERTs in debug builds. * tests/testhittestresult.c: (load_status_cb): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48998 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
kenneth@webkit.org authored
Patch by Kenneth Rohde Christiansen <kenneth@webkit.org> on 2009-10-01 Disable HTTP loading tests that fail on the buildbot. * platform/qt/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48997 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
atwilson@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=29344 Reviewed by Eric Seidel. * fast/workers/resources/dedicated-worker-lifecycle.js: (runTests): Allocate objects on the stack to try to force a GC to eliminate flakiness. * fast/workers/resources/worker-util.js: (gc): Added an optional "forceAlloc" parameter which causes a more extensive stack-clobbering algorithm to be run. (waitUntilThreadCountMatches): Pass the forceAlloc flag to gc() to try to force unreferenced workers to get GC'd. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48996 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bdakin@apple.com authored
At bad merge at some point in the development of my patch must have put TextRenderMode.h in a weird spot in the xcodeproj. Moving it back where it belongs! * WebCore.xcodeproj/project.pbxproj: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48995 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
Reviewed by Darin Adler. Remove FrameLoader::schedule* APIs https://bugs.webkit.org/show_bug.cgi?id=29950 Change clients of FrameLoader::schedule* to call redirectScheduler directly. No behavior change. * bindings/js/JSDOMWindowCustom.cpp: (WebCore::JSDOMWindow::setLocation): (WebCore::createWindow): (WebCore::JSDOMWindow::open): * bindings/js/JSDocumentCustom.cpp: (WebCore::JSDocument::setLocation): * bindings/js/JSLocationCustom.cpp: (WebCore::navigateIfAllowed): (WebCore::JSLocation::reload): * bindings/v8/V8Utilities.cpp: (WebCore::navigateIfAllowed): * bindings/v8/custom/V8DOMWindowCustom.cpp: (WebCore::createWindow): (WebCore::CALLBACK_FUNC_DECL): * bindings/v8/custom/V8LocationCustom.cpp: (WebCore::CALLBACK_FUNC_DECL): * dom/Document.cpp: (WebCore::Document::implicitClose): (WebCore::Document::processHttpEquiv): * html/HTMLTokenizer.cpp: (WebCore::HTMLTokenizer::write): * loader/FrameLoader.cpp: (WebCore::FrameLoader::requestFrame): (WebCore::FrameLoader::submitForm): (WebCore::FrameLoader::receivedFirstData): * loader/FrameLoader.h: * loader/appcache/ApplicationCacheGroup.cpp: (WebCore::ApplicationCacheGroup::selectCache): * page/History.cpp: (WebCore::History::back): (WebCore::History::forward): (WebCore::History::go): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48994 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-