L. David Baron
|
e27357d91b
|
Bug 404077: Adjust annotations of expected assertions.
|
2013-02-27 10:37:19 -08:00 |
|
L. David Baron
|
b071eaef68
|
Bug 404077: Adjust annotations of expected assertions. CLOSED TREE
|
2013-02-27 17:58:48 -08:00 |
|
L. David Baron
|
c7cac4a446
|
Bug 404077: Use navigator.platform.startsWith rather than navigator.platform.indexOf, at Jesse's suggestion.
|
2013-02-26 22:23:08 -08:00 |
|
L. David Baron
|
75fa8ac3f8
|
Bug 404077: Annotate known assertions in mochitests.
|
2013-02-25 18:39:21 -08:00 |
|
Ehsan Akhgari
|
e6c13b61ad
|
Bug 838582 - Part 2: Move HTMLTextAreaElement to Web IDL bindings; r=bzbarsky
|
2013-02-19 00:54:23 -05:00 |
|
Ryan VanderMeulen
|
6a966d0b7e
|
Backed out 6 changesets (bug 832920, bug 825341, bug 838582, bug 842726, bug 629801, bug 842561) for Linux32 debug mochitest-2 and Windows/OSX mochitest-browser-chrome failures on a CLOSED TREE.
|
2013-02-22 15:30:06 -05:00 |
|
Ehsan Akhgari
|
913c369775
|
Bug 838582 - Part 2: Move HTMLTextAreaElement to Web IDL bindings; r=bzbarsky
|
2013-02-19 00:54:23 -05:00 |
|
Timothy Nikkel
|
b59b3d844f
|
Bug 830479. Account for multiple fixed elements acting as headers and footers when doing full page scrolling. r=roc
|
2013-02-13 22:36:02 -06:00 |
|
Boris Zbarsky
|
dda01249c9
|
Bug 831780. Only count the broken-image placeholder in the visual overflow, not the scrollable overflow. r=mattwoodrow
|
2013-01-17 23:17:41 -05:00 |
|
Shih-Chiang Chien
|
8235d47c5e
|
Bug 820660 - Test case for prevent selection on mouse event and touch event. r=smaug
|
2013-01-07 21:29:21 -05:00 |
|
Masatoshi Kimura
|
867f6a87a8
|
Bug 804834 - Part 1: Fix tests depending on E4X for-each in content JS. r=waldo
|
2012-12-21 20:47:52 +09:00 |
|
Seth Fowler
|
ed831078fe
|
Bug 812241 - Remove disabled test warnings. r=khuey
|
2012-11-20 16:13:04 -08:00 |
|
Robert O'Callahan
|
c2702bf3c7
|
Bug 703241. Part 3: nsLayoutUtils::GetTransformToAncestor should handle the case where aAncestor == aFrame. r=matspal
|
2012-10-17 16:13:24 +13:00 |
|
Ed Morley
|
dd6a4b06c9
|
Bug 752786 - Disable one part of test_bug469613.xul for too many intermittent failures
|
2012-10-08 14:10:54 +01:00 |
|
Steven Michaud
|
207a80cc98
|
Bug 785667 - Make plugins work with HiDPI mode on the Mac. r=bgirard
|
2012-10-02 14:48:05 -05:00 |
|
Ed Morley
|
146bc11349
|
Bug 752786 - Disable one part of test_bug469613.xul on OS X 10.8 for too many intermittent failures
|
2012-09-28 15:45:29 +01:00 |
|
Bobby Holley
|
2125a8c6de
|
Bug 792036 - Automated fixups. r=mccr8
find /files/mozilla/build/d/_tests/testing/mochitest/tests/ | egrep "\.(xhtml|html|xml|js)$" | grep -v SimpleTest | grep -vi mochikit | grep -v simpleThread | grep -v test_ipc_messagemanager_blob.html | grep -v "indexedDB/test" | xargs grep -l Components | xargs grep -L enablePrivilege | perl -pe 's#.*mochitest/tests/##' | xargs perl -p -i.bakkk -e 's/Components\.interfaces(\s|;|\.|\[)/SpecialPowers\.Ci$1/g, s/SpecialPowers\.wrap\(Components\)\.(.)(lasses|tils|nterfaces|esults)/SpecialPowers.C$1/g, s/(?<![\.a-zA-Z])Components/SpecialPowers\.Components/g, s/window\.Components/window\.SpecialPowers\.Components/g'
|
2012-09-24 14:46:29 +02:00 |
|
Robert O'Callahan
|
da3be23f1f
|
Bug 791616. Part 3: Don't scroll vertically to get the caret into view if that's not a perceived scrollable direction. r=mats
|
2012-09-24 16:38:16 +12:00 |
|
Robert O'Callahan
|
4944baf992
|
Back out bug 791616 due to test failure.
|
2012-09-24 21:55:16 +12:00 |
|
Robert O'Callahan
|
02c400a29f
|
Bug 791616. Part 3: Don't scroll vertically to get the caret into view if that's not a perceived scrollable direction. r=mats
|
2012-09-24 16:38:16 +12:00 |
|
Robert O'Callahan
|
166b9d7ddb
|
Bug 784410. Fix mousewheel scrolling to avoid scrolling frames that can't be scrolled by at least one device pixel. r=mats
|
2012-09-13 16:13:19 +12:00 |
|
Robert O'Callahan
|
ebdbdd131b
|
Bug 784410. Don't target bubbling scroll commands at an element unless we have at least one device pixel to scroll to. r=mats
|
2012-08-29 23:21:40 +12:00 |
|
Mats Palmgren
|
291f42805d
|
Bug 785324 - Return a FrameTarget with 'empty' flag set true when clicking on an empty block (also in the non-editable case). r=roc
|
2012-08-28 03:55:30 +02:00 |
|
Bobby Holley
|
90622d0c3f
|
Bug 784560 - Fix more tests. r=mccr8
|
2012-08-23 11:45:28 -07:00 |
|
Chris Pearce
|
cb71c1044f
|
Bug 775965 - Ensure presentation persists across nsSubDocumentFrame reframes. r=roc
|
2012-08-14 16:06:44 +12:00 |
|
Ed Morley
|
02a9c15d06
|
Backout bcac58cbf328 & 9c75f0428f8a (bug 775965) for causing bug 782981
|
2012-08-15 18:10:55 +01:00 |
|
Chris Pearce
|
e61883756c
|
Bug 775965 - Ensure presentation persists across nsSubDocumentFrame reframes. r=roc
|
2012-08-14 16:06:44 +12:00 |
|
Robert O'Callahan
|
7d8e2d21c8
|
Bug 780345. Use a heuristic to reduce the scroll-port height by the height of fixed-position headers and footers when scrolling the viewport vertically by pages. r=tnikkel
|
2012-08-09 23:17:40 +12:00 |
|
Masayuki Nakano
|
413cf4987e
|
Bug 719320 part.11 Fix new test failures r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Ed Morley
|
ef023f8b61
|
Backout f67014b40e1e (bug 780345) for failures intest_page_scroll_with_fixed_pos.html
|
2012-08-09 13:17:52 +01:00 |
|
Robert O'Callahan
|
743811e3a0
|
Bug 780345. Use a heuristic to reduce the scroll-port height by the height of fixed-position headers and footers when scrolling the viewport vertically by pages. r=tnikkel
|
2012-08-09 23:17:40 +12:00 |
|
Mike Hommey
|
0f9f294ea0
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Wes Johnston
|
04980b3ff3
|
Bug 772422 - Tests for selection and touch events. r=smaug
|
2012-07-12 14:13:34 -07:00 |
|
Nathan Froyd
|
f7054dc678
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Masayuki Nakano
|
7848140090
|
Bug 537230 part.2 Remake the test for selection underlines with CSS3 text-decoration r=roc
|
2012-07-04 14:59:50 +09:00 |
|
Robert O'Callahan
|
e6bbd36a5e
|
Bug 758179. Part 5: Test. r=mats
|
2012-05-30 01:13:37 +12:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ed Morley
|
32c4b1d495
|
Bug 668716 - Disable test_bug632379.xul on Mac for now, for too many unexpected passes
|
2012-05-16 20:46:11 +01:00 |
|
Mats Palmgren
|
2bc6e06342
|
Bug 735641 - No way to deselect image of image document after select all (Ctrl+A). r=bz
|
2012-05-04 02:14:01 +02:00 |
|
Mats Palmgren
|
efa53625db
|
Bug 748961 - Flush styles to ensure frames are created. r=smaug,Ms2ger
|
2012-05-04 02:14:01 +02:00 |
|
Jared Wein
|
16af31c419
|
Bug 702463 - Increasing the timeout of the tests due to the presence of multiple refresh drivers. r=ehsan
|
2012-04-30 13:44:55 -04:00 |
|
Masatoshi Kimura
|
f19c2e64db
|
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
|
2012-04-26 09:42:26 -07:00 |
|
Aryeh Gregor
|
fccec12905
|
Bug 702948 - Make Range.detach() a no-op; r=smaug
|
2012-04-25 15:03:48 +03:00 |
|
Aryeh Gregor
|
a7b4b466ef
|
Bug 668716 - Change test_bug632379.xul failure on Mac to a todo(); r=orange
|
2012-03-21 15:41:35 -04:00 |
|
Aryeh Gregor
|
47bf6c9cdd
|
Bug 735805 part 1 - Fix DOM and layout mochitests that run no tests; r=bz
|
2012-03-16 16:07:09 -04:00 |
|
Aryeh Gregor
|
b6c985540e
|
Bug 719523 - Selection.selectAllChildren() on a Document always produces end offset of 1; r=ehsan
|
2012-03-16 12:56:54 -04:00 |
|
Aryeh Gregor
|
631d4231f2
|
Bug 719515 - Selection.extend() should replace the existing range, not mutate it; r=ehsan
|
2012-03-15 14:26:32 -04:00 |
|
Aryeh Gregor
|
2cf3f6c156
|
Bug 719518 - Selection.extend() with no ranges should throw standard exception type; r=ehsan
|
2012-03-14 14:27:30 -04:00 |
|
Aryeh Gregor
|
6bd97757c3
|
Bug 719503 - selection.deleteFromDocument() throws for collapsed selection; r=ehsan
|
2012-02-22 10:38:25 -05:00 |
|
Chris Lord
|
1a24b167b8
|
Bug 524925 - Reftest that checks whether dynamic transform changes result in the correct scrollable overflow being propagated through parent frames. part=6/6 r=dbaron
|
2012-01-18 21:04:51 +01:00 |
|