[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
cfleizach at apple.com
cfleizach at apple.com
Wed Dec 22 11:39:32 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit b81a9651109912d9e82a37389048ee29c0c004b7
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Aug 3 00:38:50 2010 +0000
2010-08-02 Chris Fleizach <cfleizach at apple.com>
Unreviewed, rolling out r64478.
http://trac.webkit.org/changeset/64478
https://bugs.webkit.org/show_bug.cgi?id=43005
Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
until further discussion
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/navigator-detached-no-crash-expected.txt:
* fast/dom/prototype-inheritance-2-expected.txt:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64512 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8d31713..5ab9519 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,18 @@
2010-08-02 Chris Fleizach <cfleizach at apple.com>
+ Unreviewed, rolling out r64478.
+ http://trac.webkit.org/changeset/64478
+ https://bugs.webkit.org/show_bug.cgi?id=43005
+
+ Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
+ until further discussion
+
+ * fast/dom/Window/window-properties-expected.txt:
+ * fast/dom/navigator-detached-no-crash-expected.txt:
+ * fast/dom/prototype-inheritance-2-expected.txt:
+
+2010-08-02 Chris Fleizach <cfleizach at apple.com>
+
Unreviewed, rolling out r64486.
http://trac.webkit.org/changeset/64486
https://bugs.webkit.org/show_bug.cgi?id=43005
diff --git a/LayoutTests/fast/dom/Window/window-properties-expected.txt b/LayoutTests/fast/dom/Window/window-properties-expected.txt
index ac66e2b..c977341 100644
--- a/LayoutTests/fast/dom/Window/window-properties-expected.txt
+++ b/LayoutTests/fast/dom/Window/window-properties-expected.txt
@@ -2138,13 +2138,6 @@ window.captureEvents [function]
window.clearInterval [function]
window.clearTimeout [function]
window.clientInformation [object Navigator]
-window.clientInformation.accessibility [object Accessibility]
-window.clientInformation.accessibility.elementsChanged [function]
-window.clientInformation.accessibility.screenChanged [function]
-window.clientInformation.accessibility.screenReader [object ScreenReader]
-window.clientInformation.accessibility.screenReader.active [boolean]
-window.clientInformation.accessibility.screenReader.activeElement [null]
-window.clientInformation.accessibility.screenReader.version [string]
window.clientInformation.appCodeName [string]
window.clientInformation.appName [string]
window.clientInformation.appVersion [string]
diff --git a/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt b/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
index 414bdeb..95712ba 100644
--- a/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
+++ b/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
@@ -1,6 +1,5 @@
This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser.
Check Navigator
-navigator.accessibility is OK
navigator.appCodeName is OK
navigator.appName is OK
navigator.appVersion is OK
@@ -17,7 +16,6 @@ navigator.productSub is OK
navigator.userAgent is OK
navigator.vendor is OK
navigator.vendorSub is OK
-navigator.accessibility is OK
navigator.appCodeName is OK
navigator.appName is OK
navigator.appVersion is OK
diff --git a/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt b/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt
index c55a906..205575a 100644
--- a/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt
+++ b/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt
@@ -3,8 +3,6 @@ Make sure prototypes are set up using the window a property came from, instead o
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Accessibility from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility
-PASS AccessibilityPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility.__proto__
FAIL Array from inner.document.forms.testForm.0.ownerDocument.defaultView.console.profiles
PASS Attr from inner.document.forms.testForm.0.attributes.0
PASS AttrConstructor from inner.document.forms.testForm.0.attributes.0.constructor
@@ -188,8 +186,6 @@ PASS SVGPaintConstructor from inner.getComputedStyle(inner.document.body).getPro
PASS SVGPaintPrototype from inner.getComputedStyle(inner.document.body).getPropertyCSSValue(fill).__proto__
PASS Screen from inner.document.forms.testForm.0.ownerDocument.defaultView.screen
PASS ScreenPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.screen.__proto__
-PASS ScreenReader from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility.screenReader
-PASS ScreenReaderPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.accessibility.screenReader.__proto__
PASS Storage from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage
PASS StorageConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage.constructor
PASS StoragePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.localStorage.__proto__
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list