| 2013-04-24 Roger Fong <roger_fong@apple.com> |
| |
| Unreviewed optimize-baselines for mac and win. |
| |
| 2013-04-24 Simon Fraser <simon.fraser@apple.com> |
| |
| Garbage at the top of http://www.technologyreview.com after scrolling |
| https://bugs.webkit.org/show_bug.cgi?id=114825 |
| |
| Reviewed by Tim Horton. |
| |
| Test that sets visibility:hidden on an element with some complex |
| configuration of layer children, and dumps the layer tree to check |
| that the contents are not marked as opaque. |
| |
| * compositing/contents-opaque/visibility-hidden-expected.txt: Added. |
| * compositing/contents-opaque/visibility-hidden.html: Added. |
| |
| 2013-04-24 David Kilzer <ddkilzer@apple.com> |
| |
| Fix invalid test names in jsc-test-list |
| <http://webkit.org/b/115136> |
| |
| Reviewed by Geoffrey Garen. |
| |
| This shell script finds all the invalid tests listed in |
| LayoutTests/fast/js/jsc-test-list: |
| |
| $ for F in `cat LayoutTests/fast/js/jsc-test-list`; do if [ ! -f LayoutTests/$F.html ]; then echo $F; fi; done |
| fast/js/dfg-double-addition-simplify-to-int.html |
| fast/js/dfg-mul-big-integers-with-small-integer-and-bitor |
| fast/js/dfg-mul-big-integers-with-small-integer-and-detect-overflow |
| fast/js/dfg-mul-big-integers-with-small-integer |
| fast/js/dfg-value-to-int32-with-side-effects |
| |
| * fast/js/jsc-test-list: Fix invalid test names by removing |
| *.html suffix or stray "s" characters. |
| |
| 2013-04-24 Filip Pizlo <fpizlo@apple.com> |
| |
| DFG should keep the operand to create_this alive if it's emitting code for create_this |
| https://bugs.webkit.org/show_bug.cgi?id=115133 |
| |
| Reviewed by Mark Hahnenberg. |
| |
| This test crashes prior to my change. |
| |
| * fast/js/dfg-allocation-profile-watch-point-exit-expected.txt: Added. |
| * fast/js/dfg-allocation-profile-watch-point-exit.html: Added. |
| * fast/js/jsc-test-list: |
| * fast/js/script-tests/dfg-allocation-profile-watch-point-exit.js: Added. |
| (Foo): |
| (foo): |
| |
| 2013-04-24 Alexey Proskuryakov <ap@apple.com> |
| |
| fast/js/global-constructors.html was deleted in r149001, removing it from |
| TextExpectations too. |
| |
| * platform/mac/TestExpectations: |
| * platform/qt-arm/TestExpectations: |
| * platform/win/TestExpectations: |
| * platform/wincairo/TestExpectations: |
| |
| 2013-04-23 Ryosuke Niwa <rniwa@webkit.org> |
| |
| Moving word boundaries backwards fails when there is a text node starting with an apostrophe |
| https://bugs.webkit.org/show_bug.cgi?id=115070 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Added a test case for moving bacwkards with a word granurality across multiple text nodes. |
| Some test cases still fail since this patch only implements a work around. |
| |
| * editing/selection/previous-word-boundary-across-text-nodes-expected.txt: Added. |
| * editing/selection/previous-word-boundary-across-text-nodes.html: Added. |
| |
| 2013-04-24 Chris Fleizach <cfleizach@apple.com> |
| |
| AX: WAI-ARIA landmarks no longer speak type of landmark on iOS |
| https://bugs.webkit.org/show_bug.cgi?id=114547 |
| |
| Reviewed by David Kilzer. |
| |
| * platform/iphone-simulator/accessibility/landmark-type-expected.txt: Added. |
| * platform/iphone-simulator/accessibility/landmark-type.html: Added. |
| * platform/iphone-simulator/accessibility/link-with-images-text-expected.txt: |
| * platform/iphone-simulator/accessibility/link-with-images-text.html: |
| Minor change to accomodate trimming of white space. |
| * platform/iphone-simulator/accessibility/math-expected.txt: |
| * platform/iphone-simulator/accessibility/math.html: |
| Math objects now include "math" as the landmark type. |
| |
| 2013-04-24 Geoffrey Garen <ggaren@apple.com> |
| |
| Filled out more cases of branch folding in the DFG |
| https://bugs.webkit.org/show_bug.cgi?id=115088 |
| |
| Reviewed by Oliver Hunt. |
| |
| * fast/js/regress/script-tests/branch-fold.js: |
| (g): Added some boolean and constant-folded cases. |
| |
| 2013-04-24 Christophe Dumez <ch.dumez@sisa.samsung.com> |
| |
| Unreviewed EFL gardening. |
| |
| Rebaseline fast/js/constructor-length.html for EFL port after |
| r148997. |
| |
| * platform/efl/fast/js/constructor-length-expected.txt: |
| |
| 2013-04-24 Seokju Kwon <seokju.kwon@gmail.com> |
| |
| [EFL] Rebaselining after r148944 |
| https://bugs.webkit.org/show_bug.cgi?id=115085 |
| |
| Unreviewed gardening. |
| |
| * platform/efl/TestExpectations: |
| * platform/efl/fast/table/giantRowspan-expected.txt: |
| * platform/efl/fast/table/giantRowspan2-expected.png: |
| * platform/efl/fast/table/giantRowspan2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug133756-1-expected.png: |
| * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png: |
| * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug220536-expected.png: |
| * platform/efl/tables/mozilla/bugs/bug220536-expected.txt: |
| * platform/efl/tables/mozilla/bugs/bug8858-expected.png: |
| * platform/efl/tables/mozilla/bugs/bug8858-expected.txt: |
| * platform/efl/tables/mozilla/core/bloomberg-expected.png: |
| * platform/efl/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/efl/tables/mozilla/core/row_span-expected.png: |
| * platform/efl/tables/mozilla/core/row_span-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.png: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png: |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt: |
| |
| 2013-04-24 Mihai Tica <mitica@adobe.com> |
| |
| Fix test style issues following the commit of |
| https://bugs.webkit.org/show_bug.cgi?id=114412 |
| |
| Unreviewed gardening. |
| |
| * css3/compositing/effect-background-blend-mode-color.html: |
| * css3/compositing/effect-background-blend-mode-color2.html: |
| |
| == Rolled over to ChangeLog-2013-04-24 == |