- 01 Dec, 2009 40 commits
-
-
cfleizach@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=32007 Reviewed by Darin Adler. WebCore: Test: platform/mac/accessibility/aria-drag-drop.html * accessibility/AccessibilityObject.h: (WebCore::AccessibilityObject::supportsARIADropping): (WebCore::AccessibilityObject::supportsARIADragging): (WebCore::AccessibilityObject::isARIAGrabbed): (WebCore::AccessibilityObject::setARIAGrabbed): (WebCore::AccessibilityObject::determineARIADropEffects): * accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::supportsARIADropping): (WebCore::AccessibilityRenderObject::supportsARIADragging): (WebCore::AccessibilityRenderObject::isARIAGrabbed): (WebCore::AccessibilityRenderObject::setARIAGrabbed): (WebCore::AccessibilityRenderObject::determineARIADropEffects): * accessibility/AccessibilityRenderObject.h: * accessibility/mac/AccessibilityObjectWrapper.mm: (-[AccessibilityObjectWrapper additionalAccessibilityAttributeNames]): (-[AccessibilityObjectWrapper accessibilityAttributeValue:]): (-[AccessibilityObjectWrapper accessibilityIsAttributeSettable:]): (-[AccessibilityObjectWrapper accessibilitySetValue:forAttribute:]): * html/HTMLAttributeNames.in: WebKitTools: * DumpRenderTree/AccessibilityUIElement.cpp: (getARIADropEffectsCallback): (getARIAIsGrabbedCallback): (AccessibilityUIElement::getJSClass): * DumpRenderTree/AccessibilityUIElement.h: * DumpRenderTree/mac/AccessibilityUIElementMac.mm: (AccessibilityUIElement::ariaIsGrabbed): (AccessibilityUIElement::ariaDropEffects): LayoutTests: * platform/mac/accessibility/aria-drag-drop-expected.txt: Added. * platform/mac/accessibility/aria-drag-drop.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51582 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51581 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=21288 Unreviewed port of @sandbox to V8. * bindings/v8/ScriptController.cpp: (WebCore::ScriptController::isEnabled): * bindings/v8/custom/V8DOMWindowCustom.cpp: (WebCore::createWindow): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51580 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
Reviewed by Darin Adler. Add sneaky test that has tabs. * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Added. * fast/frames/sandboxed-iframe-attribute-parsing.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51579 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bweinstein@apple.com authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51578 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
abarth@webkit.org authored
Reviewed by Darin Adler. Implement HTML5 sandbox attribute for iframes. http://www.w3.org/TR/html5/text-level-semantics.html#attr-iframe-sandbox https://bugs.webkit.org/show_bug.cgi?id=21288 * fast/frames/resources/non-sandboxed-iframe-navigation.html: Added. * fast/frames/resources/sandboxed-iframe-attribute-parsing-allowed.html: Added. * fast/frames/resources/sandboxed-iframe-attribute-parsing-disallowed.html: Added. * fast/frames/resources/sandboxed-iframe-form-allowed.html: Added. * fast/frames/resources/sandboxed-iframe-form-disallowed.html: Added. * fast/frames/resources/sandboxed-iframe-navigated.html: Added. * fast/frames/resources/sandboxed-iframe-navigation-child.html: Added. * fast/frames/resources/sandboxed-iframe-navigation-navigated.html: Added. * fast/frames/resources/sandboxed-iframe-navigation-parent.html: Added. * fast/frames/resources/sandboxed-iframe-navigation-source.html: Added. * fast/frames/resources/sandboxed-iframe-navigation-targetlink.html: Added. * fast/frames/resources/sandboxed-iframe-navigation-windowopen.html: Added. * fast/frames/resources/sandboxed-iframe-plugins-frame-applet.html: Added. * fast/frames/resources/sandboxed-iframe-plugins-frame-embed.html: Added. * fast/frames/resources/sandboxed-iframe-plugins-frame-object.html: Added. * fast/frames/resources/sandboxed-iframe-script-dynamic.html: Added. * fast/frames/resources/sandboxed-iframe-storage-allowed.html: Added. * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: Added. * fast/frames/sandboxed-iframe-attribute-parsing-expected.txt: Added. * fast/frames/sandboxed-iframe-attribute-parsing.html: Added. * fast/frames/sandboxed-iframe-forms-expected.txt: Added. * fast/frames/sandboxed-iframe-forms.html: Added. * fast/frames/sandboxed-iframe-navigation-allowed-expected.txt: Added. * fast/frames/sandboxed-iframe-navigation-allowed.html: Added. * fast/frames/sandboxed-iframe-navigation-parent-expected.txt: Added. * fast/frames/sandboxed-iframe-navigation-parent.html: Added. * fast/frames/sandboxed-iframe-navigation-targetlink-expected.txt: Added. * fast/frames/sandboxed-iframe-navigation-targetlink.html: Added. * fast/frames/sandboxed-iframe-navigation-windowopen-expected.txt: Added. * fast/frames/sandboxed-iframe-navigation-windowopen.html: Added. * fast/frames/sandboxed-iframe-plugins-expected.txt: Added. * fast/frames/sandboxed-iframe-plugins.html: Added. * fast/frames/sandboxed-iframe-scripting-expected.txt: Added. * fast/frames/sandboxed-iframe-scripting.html: Added. * fast/frames/sandboxed-iframe-storage-expected.txt: Added. * fast/frames/sandboxed-iframe-storage.html: Added. * http/tests/security/resources/sandboxed-iframe-document-cookie-read-denied.html: Added. * http/tests/security/resources/sandboxed-iframe-modify-self.html: Added. * http/tests/security/resources/xss-DENIED-sandboxed-iframe-attacker.html: Added. * http/tests/security/sandboxed-iframe-document-cookie-expected.txt: Added. * http/tests/security/sandboxed-iframe-document-cookie.html: Added. * http/tests/security/sandboxed-iframe-modify-self-expected.txt: Added. * http/tests/security/sandboxed-iframe-modify-self.html: Added. * http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt: Added. * http/tests/security/xss-DENIED-sandboxed-iframe.html: Added. * http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow-expected.txt: Added. * http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow.html: Added. * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt: Added. * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt: Added. * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard.html: Added. * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied.html: Added. * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow-iframe.html: Added. * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-allow.cgi: Added. * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-iframe.html: Added. * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-without-wildcard-iframe.html: Added. * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied-without-wildcard.cgi: Added. * http/tests/xmlhttprequest/resources/access-control-sandboxed-iframe-denied.cgi: Added. 2009-12-01 Patrik Persson <patrik.j.persson@ericsson.com> Reviewed by Darin Adler. Implement HTML5 sandbox attribute for iframes. http://www.w3.org/TR/html5/text-level-semantics.html#attr-iframe-sandbox https://bugs.webkit.org/show_bug.cgi?id=21288 Tests: fast/frames/sandboxed-iframe-attribute-parsing.html fast/frames/sandboxed-iframe-forms.html fast/frames/sandboxed-iframe-navigation-allowed.html fast/frames/sandboxed-iframe-navigation-parent.html fast/frames/sandboxed-iframe-navigation-targetlink.html fast/frames/sandboxed-iframe-navigation-windowopen.html fast/frames/sandboxed-iframe-plugins.html fast/frames/sandboxed-iframe-scripting.html fast/frames/sandboxed-iframe-storage.html http/tests/security/sandboxed-iframe-document-cookie.html http/tests/security/sandboxed-iframe-modify-self.html http/tests/security/xss-DENIED-sandboxed-iframe.html http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow.html http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard.html http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied.html * bindings/js/JSDOMWindowCustom.cpp: sandboxing navigation (WebCore::createWindow): * bindings/js/ScriptController.cpp: sandboxing scripts (WebCore::ScriptController::isEnabled): * dom/Document.cpp: (WebCore::Document::processHttpEquiv): (WebCore::Document::cookie): raise exception when accessed from sandbox (WebCore::Document::setCookie): raise exception when accessed from sandbox (WebCore::Document::initSecurityContext): updae sandbox status (WebCore::Document::updateSandboxFlags): * dom/Document.h: * dom/Document.idl: * html/HTMLAppletElement.cpp: sandboxing applets (WebCore::HTMLAppletElement::createRenderer): (WebCore::HTMLAppletElement::renderWidgetForJSBindings): (WebCore::HTMLAppletElement::canEmbedJava): * html/HTMLAppletElement.h: * html/HTMLAttributeNames.in: * html/HTMLFrameOwnerElement.cpp: management of sandbox flags as stated in attribute (WebCore::HTMLFrameOwnerElement::HTMLFrameOwnerElement): (WebCore::HTMLFrameOwnerElement::setSandboxFlags): * html/HTMLFrameOwnerElement.h: (WebCore::HTMLFrameOwnerElement::sandboxFlags): * html/HTMLIFrameElement.cpp: sandbox attribute parsing (WebCore::parseSandboxAttribute): (WebCore::HTMLIFrameElement::parseMappedAttribute): * html/HTMLIFrameElement.idl: * inspector/InspectorController.cpp: (WebCore::InspectorController::getCookies): * loader/CrossOriginAccessControl.cpp: (WebCore::passesAccessControlCheck): * loader/FrameLoader.cpp: (WebCore::FrameLoader::FrameLoader): (WebCore::FrameLoader::init): (WebCore::FrameLoader::submitForm): sandboxing forms (WebCore::FrameLoader::requestObject): sandboxing plugins (WebCore::FrameLoader::shouldAllowNavigation): sandboxing navigation (WebCore::FrameLoader::updateSandboxFlags): propagation of sandbox flags * loader/FrameLoader.h: (WebCore::FrameLoader::ownerElementSandboxFlagsChanged): (WebCore::FrameLoader::isSandboxed): (WebCore::FrameLoader::sandboxFlags): * loader/FrameLoaderTypes.h: (WebCore::): * page/DOMWindow.cpp: disable storage and databases in sandboxed frames (WebCore::DOMWindow::sessionStorage): (WebCore::DOMWindow::localStorage): (WebCore::DOMWindow::openDatabase): * page/SecurityOrigin.cpp: added sandboxing status (WebCore::SecurityOrigin::SecurityOrigin): (WebCore::SecurityOrigin::canAccess): (WebCore::SecurityOrigin::canRequest): (WebCore::SecurityOrigin::toString): * page/SecurityOrigin.h: (WebCore::SecurityOrigin::setSandboxFlags): (WebCore::SecurityOrigin::isSandboxed): (WebCore::SecurityOrigin::canAccessDatabase): (WebCore::SecurityOrigin::canAccessStorage): * websockets/WebSocketChannel.cpp: (WebCore::WebSocketChannel::didReceiveData): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51577 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
cfleizach@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=32030 Reviewed by David Kilzer. WebCore: Test: accessibility/aria-text-role.html * accessibility/AccessibilityObject.cpp: (WebCore::createARIARoleMap): * accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::stringValue): (WebCore::AccessibilityRenderObject::isDescendantOfBarrenParent): (WebCore::AccessibilityRenderObject::accessibilityIsIgnored): (WebCore::AccessibilityRenderObject::text): * accessibility/AccessibilityRenderObject.h: LayoutTests: * accessibility/aria-text-role-expected.txt: Added. * accessibility/aria-text-role.html: Added. * platform/gtk/Skipped: * platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51576 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51575 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51574 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bweinstein@apple.com authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51573 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
oliver@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=32044 Reviewed by Maciej Stachowiak. The crash is caused by the prototype wrapper object getting collected when allocating the object that is going to use it as a prototype. Because the only reference to the prototype wrapper is through the new object's Structure it does not get marked automatically. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51572 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
bweinstein@apple.com authored
added svg/animation in the WebCore.vcproj list of headers to be copied over on build. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51571 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
levin@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=32033 Reviewed by Eric Seidel. * Scripts/modules/cpp_style.py: Changed check for a possible primary header to use find instead of startswith. * Scripts/modules/cpp_style_unittest.py: Added a unit test for the new behavior. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51570 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51569 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51568 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zimmermann@webkit.org authored
Reviewed by Simon Fraser. Add SVG animation test framework with 'snapshot' functionality https://bugs.webkit.org/show_bug.cgi?id=31897 Add API used by the new 'sampleSVGAnimationForElementAtTime' DRT method, forwarding the call to SVGDocumentExtensions, if SVG is enabled. Implemented just like the existing pauseAnimation* methods for CSS animations. * Api/qwebframe.cpp: (qt_drt_pauseSVGAnimation): 2009-12-01 Nikolas Zimmermann <nzimmermann@rim.com> Reviewed by Simon Fraser. Add SVG animation test framework with 'snapshot' functionality https://bugs.webkit.org/show_bug.cgi?id=31897 Add API used by the new 'sampleSVGAnimationForElementAtTime' DRT method, forwarding the call to SVGDocumentExtensions, if SVG is enabled. Implemented just like the existing pauseAnimation* methods for CSS animations. * webkit/webkitprivate.h: ...
-
snej@chromium.org authored
This will allow AtomicString-keyed maps to be queried by C string without having to create a temporary AtomicString (see HTTPHeaderMap.) The code for this is adapted from the equivalent in HashSet.h. WebCore: Add convenience methods to Element and QualifiedName that take char* instead of AtomicString, in preparation for removing the implicit conversion between the two types (30187). https://bugs.webkit.org/show_bug.cgi?id=31749 Reviewed by Darin Adler. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51566 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ap@apple.com authored
* platform/network/cf/CredentialStorageCFNet.cpp: (WebCore::CredentialStorage::getFromPersistentStorage): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51565 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ap@apple.com authored
* platform/network/cf/CredentialStorageCFNet.cpp: Include RetainPtr.h. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51564 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
aroben@apple.com authored
Rubber-stamped in advance by Brady Eidson. * platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51563 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig@apple.com authored
Reviewed by Mark Rowe. * WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::userAgent): * WebView/WebView.mm: (-[WebView userAgentForURL:]): * WebView/WebViewInternal.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51562 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ap@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=32036 Implement CredentialStorage::getFromPersistentStorage for CFNetwork git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51561 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
pkasting@chromium.org authored
part one: Add new APIs. (Old APIs will be removed in a second pass.) https://bugs.webkit.org/show_bug.cgi?id=31893 Reviewed by Darin Fisher. * public/WebView.h: * src/WebViewImpl.cpp: (WebKit::WebViewImpl::zoomLevel): (WebKit::WebViewImpl::setZoomLevel): * src/WebViewImpl.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51560 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Pavel Feldman. https://bugs.webkit.org/show_bug.cgi?id=32001 Updated layout test to reflect change to localized string and rebased the result. * inspector/elements-img-tooltip-expected.txt: * inspector/elements-img-tooltip.html: 2009-12-01 Daniel Bates <dbates@webkit.org> Reviewed by Pavel Feldman. https://bugs.webkit.org/show_bug.cgi?id=32001 Added missing localized strings (that I left out of the patch for bug #21554): %d × %d pixels %d × %d pixels (Natural: %d × %d pixels) Also, changed formatting of these stings to conform with existing ones (added a space on both sides of the multiply sign). * English.lproj/localizedStrings.js: Added stings. * inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement.prototype.createTooltipForImageNode): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51559 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Kenneth Rohde Christiansen. https://bugs.webkit.org/show_bug.cgi?id=31898 Makes QtLauncher default to the http scheme for URLs. * QtLauncher/main.cpp: (MainWindow::MainWindow): (MainWindow::changeLocation): (main): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51558 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
aroben@apple.com authored
Rubber-stamped by Brady Eidson. * platform/win/Skipped: Skip http/tests/plugins/post-url-file.html. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51557 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt@apple.com authored
Reviewed by Simon Fraser. Added fast/css/namespaces/namespaces-empty.xml * css/CSSStyleSheet.cpp: (WebCore::CSSStyleSheet::addNamespace): (WebCore::CSSStyleSheet::determineNamespace): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51556 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
kov@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51555 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
aroben@apple.com authored
Fixes <http://webkit.org/b/31479> Make websocket tests work on Windows Reviewed by Alexey Proskuryakov. * DumpRenderTree/win/DumpRenderTree.cpp: (resetWebViewToConsistentStateBeforeTesting): Remove all user content before each test, which matches Mac. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51554 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
joepeck@webkit.org authored
Reviewed by Timothy Hatcher. Web Inspector: Escape key in the Search Field should be more User Friendly https://bugs.webkit.org/show_bug.cgi?id=32005 * inspector/front-end/inspector.js: (WebInspector.loaded): add mousedown listener on the search field (WebInspector.searchFieldManualFocus): user clicked to focus on the search field (WebInspector.searchKeyDown): handle escape git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51553 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ap@apple.com authored
* platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51552 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Eric Seidel. PLATFORM(CAIRO) should be defined by WIN_CAIRO define https://bugs.webkit.org/show_bug.cgi?id=22250 * wtf/Platform.h: Remove WTF_PLATFORM_CAIRO as it is already define in config.h git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51551 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ap@apple.com authored
Reviewed by Alexey Proskuryakov. Make pywebsocket log errors to a file https://bugs.webkit.org/show_bug.cgi?id=31604 * Scripts/run-webkit-tests: Log output to a pywebsocket_log.txt file in results directory (by passing the path to the server via a recently added -l option). git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51550 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
hyatt@apple.com authored
@namespace directives need to use "maybe_space" in the "maybe_ns_prefix" portion of the grammar to match the spec. Not doing so prevent comments from being used immmediately after the namespace prefix. Reviewed by David Kilzer. Added fast/css/namespaces-comments.xml * css/CSSGrammar.y: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51549 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Darin Fisher. Only fire start/stop events when main frame is not loading. https://bugs.webkit.org/show_bug.cgi?id=31838 * src/FrameLoaderClientImpl.cpp: (WebKit::FrameLoaderClientImpl::dispatchDidChangeLocationWithinPage): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51548 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
aroben@apple.com authored
Rubber-stamped by Ada Chan. * platform/win/Skipped: Added fast/dom/Window/window-postmessage-clone.html, which was timing out due to eventSender.beginDragFiles being unimplemented. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51547 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
aroben@apple.com authored
Reviewed by Ada Chan. Fixes <http://webkit.org/b/32027> REGRESSION (r49705): Tests that use TestNetscapePlugin fail in Debug_Internal builds * DumpRenderTree/win/DumpRenderTree.cpp: Use the "_Debug" plugin directory in Debug and Debug_All builds, but not in Debug_Internal builds. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51546 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
aroben@apple.com authored
It was accidentally disabled in r50907. * DumpRenderTree/win/LayoutTestControllerWin.cpp: (LayoutTestController::setWaitToDump): Remove a "false &&" that snuck into an if condition. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51545 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eric@webkit.org authored
Reviewed by Timothy Hatcher. Reloading WebInspector from context menu is closing it instead of reloading. https://bugs.webkit.org/show_bug.cgi?id=32004 When reloading WebInspector, don't delete its m_page. * inspector/InspectorController.cpp: (WebCore::InspectorController::close): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51544 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
aroben@apple.com authored
<http://webkit.org/b/32021> covers fixing these tests. Rubber-stamped by Sam Weinig. * platform/win/Skipped: Removed tests that use textInputController. * platform/win/editing/selection/5825350-1-expected.txt: Added. * platform/win/editing/selection/5825350-2-expected.txt: Added. * platform/win/editing/selection/mixed-editability-10-expected.txt: Added. * platform/win/fast/events/ime-composition-events-001-expected.txt: Added. * platform/win/fast/forms/input-maxlength-ime-completed-expected.txt: Added. * platform/win/fast/forms/input-maxlength-ime-preedit-expected.txt: Added. * platform/win/fast/text/international/thai-cursor-position-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51543 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-