Joel Maher
|
2542e9ee89
|
Bug 674323 - convert most eventutils.js functions to use SpecialPowers. r=ted, a=test-only
|
2011-10-14 07:52:01 -04:00 |
|
Joel Maher
|
5dfaeea5b1
|
Bug 693425 - test file layout/forms/test/bug536567_subframe.html isn't used. r=ehsan
|
2011-10-14 07:52:01 -04:00 |
|
Malini Das
|
a0832b693a
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
|
2011-08-12 12:21:44 -04:00 |
|
Malini Das
|
e306b1b5aa
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
|
2011-08-12 12:21:36 -04:00 |
|
Karl Tomlinson
|
e9936c5c73
|
work around bug 670053 to enable test_bug665540.html
--HG--
extra : transplant_source : i%28%14%00%1F%A9h%11%3F%DD%26%CF%C2e%11%DF%D8BM%26
|
2011-08-05 12:47:10 +12:00 |
|
Mats Palmgren
|
858a1bbfc2
|
Bug 672810 - ctrl+shift+arrow should extend selection in multiselectable listbox (HTML select). r=bzbarsky
|
2011-07-26 19:22:47 +02:00 |
|
Joel Maher
|
c3a05191bb
|
Bug 666649 - remove enablePrivilege from various places in the harness and chrome tests. r=ted, a=test-only
|
2011-07-21 16:21:25 -04:00 |
|
Dão Gottwald
|
dd50273c6a
|
Fix for undefined Ci/Cr/Cu in layout/forms/test/test_bug536567.html
|
2011-07-20 12:02:00 +02:00 |
|
Dão Gottwald
|
640abb2979
|
Fix for undefined Cc/Ci/Cr/Cu in test_bug500885.html, test_bug592802.html, test_bug61098.html and test_bug36619.html
|
2011-07-20 11:51:43 +02:00 |
|
Daniel Holbert
|
5493695d98
|
Backout f2390732b6a4 (Bug 668154) for apparently turning debug mochitest-oth & mochitest-4 perma-orange
|
2011-07-11 17:49:03 -07:00 |
|
Geoff Lankow
|
2ebe71ef6e
|
Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests r=jmaher
|
2011-07-11 12:24:13 -07:00 |
|
Karl Tomlinson
|
c268116c9b
|
disable test_bug665540.html on WINNT due to what is probably bug 670053
|
2011-07-11 22:09:38 +12:00 |
|
Karl Tomlinson
|
0f704c0e51
|
test for bug 665540
--HG--
extra : rebase_source : 9581cbad606a99cd89d975cb5ac4e5c207c855aa
|
2011-07-08 11:06:54 +12:00 |
|
Ehsan Akhgari
|
15252ef290
|
Bug 612129 - Set the initial selection range to the beginning of the text field in order to be more compatible with other browsers; r=roc
|
2011-05-12 09:52:38 -04:00 |
|
Karl Tomlinson
|
3923a2b4ab
|
crash test for bug 644542
--HG--
extra : transplant_source : x%E6%5C%FCI%8E%8Di%9D%D83%0A%BA%81%E7%9BP%03%9BJ
|
2011-05-04 10:43:13 +12:00 |
|
Dão Gottwald
|
4ac8291c1d
|
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
|
2011-04-17 21:53:25 +02:00 |
|
Mounir Lamouri
|
346cf9312a
|
Bug 595310 - Drag and drop of text into an input field does not remove placeholder. r=ehsan,roc a=jst
|
2011-01-28 02:19:04 +01:00 |
|
Ehsan Akhgari
|
533c249257
|
Bug 614151 - Part 2: Convert the test for bug 536567 into a chrome test; r=jst a=NPOTB
|
2011-01-12 10:39:55 -05:00 |
|
Ehsan Akhgari
|
652e8775ed
|
Backed out changeset 775cfd3f2c87 because of Tinderbox test failures
|
2011-01-11 19:37:15 -05:00 |
|
Ehsan Akhgari
|
2ceedc4232
|
Bug 614151 - Part 2: Convert the test for bug 536567 into a chrome test; r=jst a=NPOTB
|
2011-01-11 18:21:36 -05:00 |
|
Ehsan Akhgari
|
56697d99dc
|
Bug 620936 - setSelectionRange should not fail with offsets larger than the value of the editable field; r=roc a=blocking-betaN+
|
2011-01-05 20:55:31 -05:00 |
|
Mounir Lamouri
|
b5b12f9409
|
Bug 590386 - <input type='file'> should not use more than one filter. r=sicking a=blocking
|
2010-10-08 12:13:08 +02:00 |
|
Ehsan Akhgari
|
c918309b68
|
Bug 572649 - Attempting to scroll a textarea with a horizontal scrollbar using the mouse jumps to its bottom right (focusing a textarea with the mouse scrolls the selection into view); r=roc a=blocking-betaN+
--HG--
rename : layout/forms/test/test_bug353539.html => layout/forms/test/test_bug572649.html
|
2010-09-20 19:30:07 -04:00 |
|
L. David Baron
|
5859a14a99
|
Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
|
2010-09-11 09:27:12 -07:00 |
|
L. David Baron
|
7476de1256
|
Change blur radii in themes and in some tests to match change in how we interpret text-shadow and -moz-box-shadow blur radii. (Bug 590039) r=dao a2.0=blocking2.0:beta6
|
2010-09-11 09:27:12 -07:00 |
|
Joel Maher
|
161d8ae5ae
|
Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB
|
2010-09-10 10:20:38 -07:00 |
|
Mounir Lamouri
|
10322e00af
|
Bug 36619 - Add a test checking that we can call .click() to show the filepicker if the originating element is a regular click (thus passing the popup blocker check). r=sicking a2.0=blocking
|
2010-09-01 08:09:28 +02:00 |
|
Boris Zbarsky
|
24095da713
|
Disabling failing test for now. a=dholbert|sheriff for CLOSED TREE
|
2010-08-27 14:02:23 -04:00 |
|
David Zbarsky
|
76be33e32b
|
Tests for Bug 36619 r=sicking a=blocking
|
2010-08-27 11:49:10 -04:00 |
|
Makoto Kato
|
2732a9078d
|
Bug 578588 - Test suite may not work correctly on Win64 because navigator.platform is Win64. r=sayrer, a=Test Only
|
2010-07-30 17:18:45 +09:00 |
|
Kyle Huey
|
ffc8573b3d
|
Bug 574570: Parse the 'accept' attribute in accordance with the HTML5 spec. r=sicking,volkmar
|
2010-07-21 09:07:55 -07:00 |
|
Mounir Lamouri
|
c2a6183ea7
|
Bug 565272: Implement the accept attribute for audio/*, video/*. r=sicking
|
2010-07-17 00:00:28 -07:00 |
|
Neil Deakin
|
2fb7701cbe
|
Bug 553576, change -moz-resize to resize, r=dbaron
|
2010-07-05 10:41:04 -04:00 |
|
Benjamin Smedberg
|
a2833452f8
|
Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
|
2010-06-30 14:23:23 -04:00 |
|
Benjamin Smedberg
|
ffb1f2f418
|
Don't override the filepicker CID, just the contractID in this test: required because of the changes in bug 568691.
|
2010-06-25 11:34:10 -04:00 |
|
Mats Palmgren
|
67b49c2d58
|
Bug 571352 - <select multiple> does not reset the anchor <option> properly when the anchor is removed. r=bzbarsky
|
2010-06-27 22:53:47 +02:00 |
|
Mounir Lamouri
|
241688657e
|
Bug 572406 - Test that the value is correctly updated when the firstChild.nodeValue of a textarea is changed; r=ehsan
|
2010-06-16 12:36:12 -04:00 |
|
Ehsan Akhgari
|
d051ffeaed
|
Bug 534785 - Move the ownership of editor and selection controller from the text frame to the content node; r=roc,jst sr=roc
(transplanted from 2437636244f39bbdc7d20b062e2c978b9d85c239)
--HG--
rename : layout/reftests/forms/placeholder/placeholder-14.html => layout/reftests/forms/placeholder/placeholder-18.html
extra : transplant_source : %247cbD%F3%9B%BD%C7%D2%0B%06.%2C%97%8B%9D%85%C29
|
2010-04-21 16:17:41 -04:00 |
|
Ehsan Akhgari
|
a687eb65f8
|
Bug 568373 - Use "Desktop" on all platforms; r=roc
|
2010-05-31 09:55:06 -04:00 |
|
Ehsan Akhgari
|
715b4a1bfb
|
One more bustage fix for bug 568373
|
2010-05-30 21:53:03 -04:00 |
|
Ehsan Akhgari
|
ac83b076ef
|
Bug 568373 - Use "Desktop" for Windows, because apparently we don't have a useful notion of "Home" on Windows
|
2010-05-30 21:50:11 -04:00 |
|
Ehsan Akhgari
|
4913d26498
|
Bug 568373 - test bustage fix
|
2010-05-30 19:44:10 -04:00 |
|
Mounir Lamouri
|
940c9bc6f0
|
Try to fix test_bug536537
|
2010-05-20 00:35:37 -04:00 |
|
Mounir Lamouri
|
8fce62a6c6
|
Bug 377624 - [Test Part] "Implement the accept attribute for the form and file upload controls form "image/*"" [r=sicking, feedback=ehsan]
|
2010-05-19 22:28:08 -04:00 |
|
Ehsan Akhgari
|
99449f62ef
|
Bug 565775 - The editor will not be correctly initialized for <input type=tel> on user events; r=roc
|
2010-05-13 18:56:24 -04:00 |
|
Ehsan Akhgari
|
d45933ae63
|
Bug 564115 - activating the browser window scrolls the document (to show the focused text control); r=roc
|
2010-05-06 19:19:35 -04:00 |
|
Ehsan Akhgari
|
40fcaed7a3
|
Bug 562447 - when navigating in gmail sometimes get a screen full of white; r=roc
|
2010-05-06 18:12:21 -04:00 |
|
Mats Palmgren
|
c940151cb1
|
Test for bug 365410.
|
2010-05-06 17:37:40 +02:00 |
|
Mats Palmgren
|
fa8b1254ac
|
Make PAGE_UP/DOWN scroll at least 1 item, if possible. b=563642 r=bzbarsky
|
2010-05-06 17:37:40 +02:00 |
|
Ehsan Akhgari
|
4aa6c64740
|
Bug 221820 - Part 6: Fix a failing test; r=bzbarsky
|
2010-04-06 16:44:12 -04:00 |
|