Changeset 106922 in webkit


Ignore:
Timestamp:
Feb 7, 2012 3:50:37 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r106915.
http://trac.webkit.org/changeset/106915
https://bugs.webkit.org/show_bug.cgi?id=77961

because 106912 was rolled out (Requested by Ossy on #webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-02-07

  • platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
  • platform/gtk/fast/js/global-constructors-expected.txt:
  • platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
  • platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
  • platform/qt/fast/js/global-constructors-expected.txt:
Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r106918 r106922  
     12012-02-07  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r106915.
     4        http://trac.webkit.org/changeset/106915
     5        https://bugs.webkit.org/show_bug.cgi?id=77961
     6
     7        because 106912 was rolled out (Requested by Ossy on #webkit).
     8
     9        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
     10        * platform/gtk/fast/js/global-constructors-expected.txt:
     11        * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
     12        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
     13        * platform/qt/fast/js/global-constructors-expected.txt:
     14
    1152012-02-05  Nikolas Zimmermann  <nzimmermann@rim.com>
    216
  • trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt

    r106915 r106922  
    241241Never found DOMSettableTokenList
    242242Never found DOMStringList
    243 Never found DOMURL
    244243Never found Document
    245244Never found DocumentFragment
  • trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt

    r106915 r106922  
    334334PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
    335335FAIL webkitPeerConnection.toString() should be [object webkitPeerConnectionConstructor]. Was [object PeerConnectionConstructor].
    336 FAIL webkitURL.toString() should be [object webkitURLConstructor]. Was [object DOMURLConstructor].
    337336PASS successfullyParsed is true
    338337
  • trunk/LayoutTests/platform/qt/fast/dom/constructed-objects-prototypes-expected.txt

    r106915 r106922  
    6262PASS (new inner.XSLTProcessor()).isInner is true
    6363PASS (new inner.XSLTProcessor()).constructor.isInner is true
    64 PASS (new inner.webkitURL()).isInner is true
    65 PASS (new inner.webkitURL()).constructor.isInner is true
    6664PASS successfullyParsed is true
    6765
  • trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt

    r106915 r106922  
    241241Never found DOMSettableTokenList
    242242Never found DOMStringList
    243 Never found DOMURL
    244243Never found Document
    245244Never found DocumentFragment
  • trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt

    r106915 r106922  
    316316PASS XPathResult.toString() is '[object XPathResultConstructor]'
    317317PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
    318 FAIL webkitURL.toString() should be [object webkitURLConstructor]. Was [object DOMURLConstructor].
    319318PASS successfullyParsed is true
    320319
Note: See TracChangeset for help on using the changeset viewer.