Changeset 140078 in webkit


Ignore:
Timestamp:
Jan 17, 2013 5:58:12 PM (11 years ago)
Author:
dominicc@chromium.org
Message:

Unreviewed, rolling out r140051.
http://trac.webkit.org/changeset/140051
https://bugs.webkit.org/show_bug.cgi?id=107210

html-parser-srcdoc.html failing on Chromium Linux Perf and
Chromium Mac Perf with a lot of error spew about blocked
script execution in 'about:srcdoc' (Requested by dominicc on
#webkit).

Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2013-01-17

  • Parser/html-parser-srcdoc.html: Removed.
  • Skipped:
Location:
trunk/PerformanceTests
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r140070 r140078  
     12013-01-17  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r140051.
     4        http://trac.webkit.org/changeset/140051
     5        https://bugs.webkit.org/show_bug.cgi?id=107210
     6
     7        html-parser-srcdoc.html failing on Chromium Linux Perf and
     8        Chromium Mac Perf with a lot of error spew about blocked
     9        script execution in 'about:srcdoc' (Requested by dominicc on
     10        #webkit).
     11
     12        * Parser/html-parser-srcdoc.html: Removed.
     13        * Skipped:
     14
    1152013-01-16  Ryosuke Niwa  <rniwa@webkit.org>
    216
  • trunk/PerformanceTests/Skipped

    r140070 r140078  
    6868
    6969Canvas/drawimage.html
    70 
    71 # Works fine, but is mostly useful to the threaded-parsing folks, as
    72 # it's very similar to parser/html-parser.html just using
    73 # srcdoc to load instead of document.write.
    74 parser/html-parser-srcdoc.html
Note: See TracChangeset for help on using the changeset viewer.