- 22 Aug, 2011 24 commits
-
-
japhet@chromium.org authored
a parent frame. https://bugs.webkit.org/show_bug.cgi?id=64741 Reviewed by Adam Barth. Test: fast/loader/document-destruction-within-unload.html * loader/FrameLoader.cpp: (WebCore::FrameLoader::stopLoading): Prevent unload events from going into infinite recursion. (WebCore::FrameLoader::setDocumentLoader): Ensure we don't let set m_documentLoader to a DocumentLoader with a null Frame*. (WebCore::FrameLoader::detachChildren): Save off a vector of children to detach, rather than doing it inline. LayoutTests: Test for https://bugs.webkit.org/show_bug.cgi?id=64741. Reviewed by Adam Barth. * fast/loader/document-destruction-within-unload-expected.txt: Added. * fast/loader/document-destruction-within-unload.html: Added. * fast/loader/resources/document-destruction-within-unload-iframe.html: Added. * fast/loader/resources/document-destruction-within-unload.svg: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93521 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
enne@google.com authored
Unreviewed expectation change. * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93520 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=65964 Patch by Noel Gordon <noel.gordon@gmail.com> on 2011-08-22 Reviewed by Tony Chang. Update the Chromium Linux test results following r88712. Also rebaseline test results for Chromium Mac. Note the WebKit Mac and Win ports both report 0 for the line number for all console.log() events. The Chromium port reports the actual line number, hence the need for separate test results for Chromium. The test now runs, and passes on all the Chromium ports, following r87855. The test confirms user-plugin interactivity, so we don't regress sites like youtube.com. Refer to bug 34936. * platform/chromium-linux/plugins/keyboard-events-expected.txt: Added. * platform/chromium-mac/plugins/keyboard-events-expected.txt: Added. * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93519 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66637 Patch by Ben Wells <benwells@chromium.org> on 2011-08-22 Reviewed by Kenneth Russell. * fast/box-shadow/box-shadow-radius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/box-shadow-radius-expected.txt. * fast/layers/self-painting-outline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/layers/self-painting-outline-expected.txt. * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png: * platform/chromium-win/fast/layers/self-painting-outline-expected.png: * platform/chromium/test_expectations.txt: * platform/gtk/fast/box-shadow/box-shadow-radius-expected.png: Renamed from LayoutTests/fast/box-shadow/box-shadow-radius-expected.png. * platform/mac/fast/layers/self-painting-outline-expected.txt: Removed. * platform/qt/fast/layers/self-painting-outline-expected.txt: Removed. git-svn-id: svn://svn.chromium.org/blink/trunk@93518 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
Reviewed by Dirk Schulze. SVG animation fill="freeze" doesn't set baseVal to current animVal if animation stops before reaching the end https://bugs.webkit.org/show_bug.cgi?id=63553 calculateAnimationPercentAndRepeat() is returning 1, which means 100%, whenever elapsed >= m_intervalEnd, but this is wrong because m_intervalEnd can be in the middle of the animation duration. (e.g. begin="0s" end="2s" dur="3s") This change makes the function return the animations's true progress instead of 100% when the animation ends. Source/WebCore: Test: svg/animations/animate-end-attribute.html * svg/animation/SVGSMILElement.cpp: (WebCore::SVGSMILElement::calculateAnimationPercentAndRepeat): LayoutTests: * svg/animations/animate-end-attribute-expected.txt: Added. * svg/animations/animate-end-attribute.html: Added. * svg/animations/script-tests/animate-end-attribute.js: Added. (sample1): (sample2): (sample3): (executeTest): git-svn-id: svn://svn.chromium.org/blink/trunk@93517 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
gyuyoung.kim@samsung.com authored
https://bugs.webkit.org/show_bug.cgi?id=66644 Reviewed by Darin Adler. * inspector/InspectorDatabaseResource.h: Add ENABLE(INSPECTOR) macro. git-svn-id: svn://svn.chromium.org/blink/trunk@93516 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66361 Patch by Xianzhu Wang <wangxianzhu@chromium.org> on 2011-08-22 Reviewed by Tony Chang. * Scripts/build-webkit: * Scripts/webkitdirs.pm: (buildChromiumMakefile): (buildChromium): git-svn-id: svn://svn.chromium.org/blink/trunk@93515 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
inferno@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66678 Source/WebCore: RefPtr the focusable node to prevent getting deleted by mutation event. Reviewed by Dave Hyatt. Test: fast/frames/focus-controller-crash-change-event.html * page/FocusController.cpp: (WebCore::FocusController::advanceFocusInDocumentOrder): LayoutTests: Reviewed by Dave Hyatt. * fast/frames/focus-controller-crash-change-event-expected.txt: Added. * fast/frames/focus-controller-crash-change-event.html: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93514 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mrobinson@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=65820 Fix the timing issues in this test. Reviewed by Philippe Normand. * platform/gtk/fonts/custom-font-missing-glyphs.html: Delay the test completion until after document.readyState moves to "complete" and a short timeout. * platform/gtk/fonts/font-face-with-complex-text.html: Ditto. git-svn-id: svn://svn.chromium.org/blink/trunk@93513 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66563 Replacing the crash with a more graceful failure: canvas will not render. Patch by Justin Novosad <junov@chromium.org> on 2011-08-22 Reviewed by Stephen White. * platform/graphics/skia/ImageBufferSkia.cpp: (WebCore::ImageBuffer::ImageBuffer): Invoking TryCreateBitmapCanvas instead of CreateBitmapCanvas This is the non-crashing version of the factory function. It returns NULL if allocation fails. Code for handling NULL pointer was already in place. Source/WebKit/chromium: [Chromium] Crash when allocation of very large canvas fails https://bugs.webkit.org/show_bug.cgi?id=66563 Patch by Justin Novosad <junov@chromium.org> on 2011-08-22 Reviewed by Stephen White. * DEPS: Bumping up the chrome DEPS to pick up 97474, which is required by this patch. git-svn-id: svn://svn.chromium.org/blink/trunk@93512 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66674 Patch by Peter Beverloo <peter@chromium.org> on 2011-08-22 Reviewed by Tony Gentilcore. * Scripts/webkitpy/common/config/committers.py: git-svn-id: svn://svn.chromium.org/blink/trunk@93511 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
loislo@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66670 jscompiler can't be used for validating domain events dispatchers because registerDomainDispatcher is too generic. I'd like to introduce named versions per each domain. Reviewed by Pavel Feldman. * inspector/CodeGeneratorInspector.pm: (GenerateInterface): (generateBackendStubJS): * inspector/front-end/ApplicationCacheItemsView.js: * inspector/front-end/ConsoleView.js: * inspector/front-end/DOMAgent.js: (WebInspector.DOMAgent): * inspector/front-end/DOMStorage.js: * inspector/front-end/Database.js: * inspector/front-end/DebuggerModel.js: (WebInspector.DebuggerModel): * inspector/front-end/NetworkManager.js: (WebInspector.NetworkDispatcher): * inspector/front-end/ProfilesPanel.js: * inspector/front-end/ResourceTreeModel.js: (WebInspector.ResourceTreeModel): * inspector/front-end/TimelineManager.js: (WebInspector.TimelineDispatcher): * inspector/front-end/WorkerManager.js: (WebInspector.WorkerManager): * inspector/front-end/inspector.js: git-svn-id: svn://svn.chromium.org/blink/trunk@93510 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kbalazs@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66299 Reviewed by Csaba Osztrogonác. * DumpRenderTree/qt/ImageDiff.cpp: (main): git-svn-id: svn://svn.chromium.org/blink/trunk@93509 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ossy@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66657 Patch by Kristóf Kosztyó <kkristof@inf.u-szeged.hu> on 2011-08-22 Reviewed by Csaba Osztrogonác. * fast/harness/results.html: git-svn-id: svn://svn.chromium.org/blink/trunk@93508 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
benjamin.poulain@nokia.com authored
https://bugs.webkit.org/show_bug.cgi?id=66663 Reviewed by Andreas Kling. In Python3, print is a function instead of a language keyword. Using parentheses around the argument ensures the code works for both Python 2 and 3. * inspector/generate-inspector-idl: git-svn-id: svn://svn.chromium.org/blink/trunk@93507 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
vitalyr@chromium.org authored
[chromium] Updating test expectations. Unreviewed. * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93506 bbb929c8-8fbe-4397-9dbb-9b2b20218538 -
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66649 Patch by Takashi Toyoshima <toyoshim@chromium.org> on 2011-08-22 Reviewed by Kent Tamura. * http/tests/websocket/tests/hybi/close-before-open-expected.txt: * http/tests/websocket/tests/hybi/close-before-open.html: Add new URL to reproduce the problem. git-svn-id: svn://svn.chromium.org/blink/trunk@93505 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ossy@webkit.org authored
Reviewed by Zoltan Herczeg. * Scripts/webkitpy/common/config/committers.py: git-svn-id: svn://svn.chromium.org/blink/trunk@93504 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
keishi@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66658 Reviewed by Kent Tamura. * html/ColorInputType.cpp: (WebCore::ColorInputType::colorSelected): Call setValueFromRenderer instead of setValue. * html/ColorInputType.h: git-svn-id: svn://svn.chromium.org/blink/trunk@93503 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ossy@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=65464 Patch by Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu> on 2011-08-22 Reviewed by Csaba Osztrogonác. * Scripts/old-run-webkit-tests: git-svn-id: svn://svn.chromium.org/blink/trunk@93502 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
podivilov@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=66224 Reviewed by Pavel Feldman. Source/WebCore: Test: inspector/debugger/breakpoint-manager.html * WebCore.gypi: * WebCore.vcproj/WebCore.vcproj: * inspector/front-end/BreakpointManager.js: Added. (WebInspector.BreakpointManager): (WebInspector.BreakpointManager.prototype.uiSourceCodeAdded): (WebInspector.BreakpointManager.prototype.breakpointsForUISourceCode): (WebInspector.BreakpointManager.prototype.setBreakpoint): (WebInspector.BreakpointManager.prototype.removeBreakpoint): (WebInspector.BreakpointManager.prototype._materializeBreakpoint): (WebInspector.BreakpointManager.prototype._breakpointDebuggerLocationChanged): (WebInspector.BreakpointManager.prototype._addBreakpointToUI): (WebInspector.BreakpointManager.prototype._deleteBreakpointFromUI): (WebInspector.BreakpointManager.prototype._moveBreakpointInUI): (WebInspector.BreakpointManager.prototype._breakpoints): (WebInspector.BreakpointManager.prototype._breakpoint): (WebInspector.BreakpointManager.prototype._forEachBreakpoint): (WebInspector.BreakpointManager.prototype._setBreakpointInDebugger): (WebInspector.BreakpointManager.prototype._removeBreakpointFromDebugger): (WebInspector.BreakpointManager.prototype._breakpointResolved): (WebInspector.BreakpointManager.prototype.serializeBreakpoints): (WebInspector.BreakpointManager.prototype.reset): (WebInspector.BreakpointManager.prototype.debuggerReset): (WebInspector.Breakpoint): (WebInspector.Breakpoint.prototype.serialize): (WebInspector.Breakpoint.deserialize): * inspector/front-end/DebuggerModel.js: (WebInspector.DebuggerModel.prototype.setBreakpointByScriptLocation): * inspector/front-end/SourceFile.js: (WebInspector.RawSourceCode.prototype.get rawSourceCode): * inspector/front-end/WebKit.qrc: * inspector/front-end/inspector.html: LayoutTests: * inspector/debugger/breakpoint-manager-expected.txt: Added. * inspector/debugger/breakpoint-manager.html: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93501 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
zoltan@webkit.org authored
http/tests/cache/subresource-multiple-instances.html https://bugs.webkit.org/show_bug.cgi?id=66652 http/tests/inspector/resource-tree/resource-tree-errors-reload.html https://bugs.webkit.org/show_bug.cgi?id=66653 * platform/qt-arm/Skipped: git-svn-id: svn://svn.chromium.org/blink/trunk@93500 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
zoltan@webkit.org authored
* platform/qt-arm/Skipped: git-svn-id: svn://svn.chromium.org/blink/trunk@93494 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mrobinson@webkit.org authored
Source/JavaScriptCore: * GNUmakefile.list.am: Add a missing header to the sources list. Source/WebCore: * GNUmakefile.am: Add a missing file to the EXTRA_DIST list. * GNUmakefile.list.am: Update the sources list to reflect reality. git-svn-id: svn://svn.chromium.org/blink/trunk@93492 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 21 Aug, 2011 7 commits
-
-
darin@apple.com authored
HTMLSourceElement class. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/mac/fast/js/global-constructors-expected.txt: * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: * platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/js/global-constructors-expected.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93491 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66628 Patch by Lindsay Mathieson <lindsay.mathieson@gmail.com> on 2011-08-21 Reviewed by Benjamin Poulain. The QtPlatformPlugin was allocated on the stack, so its destructor is unloading the plugin at the end of the scope. This patch moves the local creation of QtPlatformPlugin to class member (TextCheckerClientQt::m_platformPlugin), preventing premature unloading of plugin. * WebCoreSupport/TextCheckerClientQt.cpp: (WebCore::TextCheckerClientQt::loadSpellChecker): * WebCoreSupport/TextCheckerClientQt.h: git-svn-id: svn://svn.chromium.org/blink/trunk@93490 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66293 Patch by Grzegorz Czajkowski <g.czajkowski@samsung.com> on 2011-08-20 Reviewed by Kent Tamura. * ewk/ewk_view.h: Fixes description of method, parameters and returned value of API related to settings. git-svn-id: svn://svn.chromium.org/blink/trunk@93488 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ddkilzer@apple.com authored
in the case of constant declarations https://bugs.webkit.org/show_bug.cgi?id=66572 Source/JavaScriptCore: Patch by Filip Pizlo <fpizlo@apple.com> on 2011-08-20 Reviewed by Oliver Hunt. Changed the handling of const to add the dynamic scope depth. * bytecompiler/NodesCodegen.cpp: (JSC::ConstDeclNode::emitCodeSingle): LayoutTests: Patch by Filip Pizlo <fpizlo@apple.com> on 2011-08-20 Reviewed by Oliver Hunt. Added tests that reproduce the failure. * fast/js/const-expected.txt: * fast/js/resources/const.js: (tryCatch1): (tryCatch2): (with1): (with2): git-svn-id: svn://svn.chromium.org/blink/trunk@93487 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66293 Patch by Grzegorz Czajkowski <g.czajkowski@samsung.com> on 2011-08-20 Reviewed by Kent Tamura. Fixes description of methods, parameters and returned value of API related to cache of unused tiles, text searching and zoom matter. * ewk/ewk_view.h: git-svn-id: svn://svn.chromium.org/blink/trunk@93486 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66293 Patch by Grzegorz Czajkowski <g.czajkowski@samsung.com> on 2011-08-20 Reviewed by Kent Tamura. Adds doxygen documentation for typedefs, defines and structures in ewk_view.h. Moves includes and defines below a brief of file. * ewk/ewk_view.h: git-svn-id: svn://svn.chromium.org/blink/trunk@93485 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
We forked a new code.google.com/p/v8-i18n project from v8/extensions/experimental. https://bugs.webkit.org/show_bug.cgi?id=66573 Patch by Nebojsa Ciric <cira@chromium.org> on 2011-08-20 Reviewed by Kent Tamura. Covered by existing tests, and no code was changed. * WebCore.gyp/WebCore.gyp: * bindings/v8/V8DOMWindowShell.cpp: (WebCore::V8DOMWindowShell::createNewContext): Source/WebKit/chromium: Add dependency on v8-i18n library. We used v8 repository before. Chromium DEPS change was already submited (http://codereview.chromium.org/7583050). https://bugs.webkit.org/show_bug.cgi?id=66573 Patch by Nebojsa Ciric <cira@chromium.org> on 2011-08-20 Reviewed by Kent Tamura. * DEPS: git-svn-id: svn://svn.chromium.org/blink/trunk@93484 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
- 20 Aug, 2011 9 commits
-
-
abarth@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66625 Reviewed by Dimitri Glazkov. This patch introduces the notion of UI actions and converts our existing manual <button> manipulation with this new abstraction. The patch also adds an Examine button to failure notifications. In a future patch, I'll add a controller that wires this button up to something useful. * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html: * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/run-unittests.html: * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/actions.js: Added. * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/actions_unittests.js: Added. * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/notifications.js: * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/notifications_unittests.js: * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/results.js: * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/summary.html: git-svn-id: svn://svn.chromium.org/blink/trunk@93483 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=65013 Patch by Tom Zakrajsek <tomz@codeaurora.org> on 2011-08-20 Reviewed by Eric Carlson. Source/WebCore: Add HTMLSourceElement to DOMWindow.idl for consistency. Constructors for all elements should be available on DOMWindow. * bindings/generic/RuntimeEnabledFeatures.cpp: (WebCore::RuntimeEnabledFeatures::htmlSourceElementEnabled): * bindings/generic/RuntimeEnabledFeatures.h: * page/DOMWindow.idl: LayoutTests: Updated test results after adding HTMLSourceElement to the DOMWindow * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * platform/chromium/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/qt-wk2/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93482 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
darin@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=65015 Reviewed by Alexey Proskuryakov. Source/WebCore: Test: fast/dom/Range/insertNode-empty-fragment-crash.html * dom/Range.cpp: (WebCore::Range::insertNode): Don't adjust the range after insertion if we didn't add anything. Otherwise the code will put a wrong "child before" value into the range end boundary point. LayoutTests: * fast/dom/Range/insertNode-empty-fragment-crash-expected.txt: Added. * fast/dom/Range/insertNode-empty-fragment-crash.html: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93481 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
abarth@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66624 Reviewed by Dimitri Glazkov. This patch creates a notification-based UI for build failures. The new UI displays the same information that used to be displayed in the infobar. There's lots of room for improvement in surfacing more information, but this is a start. * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/summary.js: * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/notifications.js: * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/notifications_unittests.js: git-svn-id: svn://svn.chromium.org/blink/trunk@93480 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kbalazs@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=57515 Unreviewed gardening. * platform/wk2/Skipped: Skip dependent test. git-svn-id: svn://svn.chromium.org/blink/trunk@93479 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kbalazs@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=66626 Unreviewed gardening. * platform/qt/Skipped: git-svn-id: svn://svn.chromium.org/blink/trunk@93478 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=65858 Patch by Ken Buchanan <kenrb@chromium.org> on 2011-08-20 Reviewed by Nikolas Zimmermann. Source/WebCore: Potential crash resulting from incorrect keySpline array lengths. This fix validates the length in startedActiveInterval. Test: svg/animations/animate-calcMode-spline-crash-bad-array-length.xhtml * svg/SVGAnimationElement.cpp: (WebCore::SVGAnimationElement::parseMappedAttribute): (WebCore::SVGAnimationElement::calculateKeyTimesIndex): LayoutTests: Added test case covering keySpline array length problem. * svg/animations/animate-calcMode-spline-crash-bad-array-length-expected.txt: Added. * svg/animations/animate-calcMode-spline-crash-bad-array-length.xhtml: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@93477 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
http://trac.webkit.org/changeset/93415 https://bugs.webkit.org/show_bug.cgi?id=66623 Introduces failing test (Requested by pfeldman on #webkit). Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-08-19 Source/WebCore: * WebCore.gypi: * WebCore.vcproj/WebCore.vcproj: * inspector/front-end/BreakpointManager.js: Removed. * inspector/front-end/DebuggerModel.js: * inspector/front-end/SourceFile.js: * inspector/front-end/WebKit.qrc: * inspector/front-end/inspector.html: LayoutTests: * inspector/debugger/breakpoint-manager-expected.txt: Removed. * inspector/debugger/breakpoint-manager.html: Removed. git-svn-id: svn://svn.chromium.org/blink/trunk@93476 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
rniwa@webkit.org authored
* platform/chromium-cg-mac/fast/css/computed-style-expected.txt: Removed. * platform/chromium-win/fast/css/computed-style-expected.txt: Removed. * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: Replaced with LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt. * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: Replaced with LayoutTests/svg/css/getComputedStyle-basic-expected.txt. * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@93475 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-