Bobby Holley
|
4000987cdb
|
Bug 792036 - More manual fixes requested by Andrew. r=mccr8
|
2012-09-24 14:46:29 +02:00 |
|
Bobby Holley
|
5af5a73d3d
|
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 |
|
Bobby Holley
|
d806bf9ec7
|
Bug 784560 - Fix more tests. r=mccr8
|
2012-08-23 11:45:28 -07:00 |
|
Bobby Holley
|
943789da00
|
Bug 778420 - Fix up tests that don't like the new enablePrivilege. r=jmaher
--HG--
extra : rebase_source : 1158df4a4eb917074204e649efd8f2b8e699f115
|
2012-08-03 22:19:54 +02:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Matt Brubeck
|
4191774b1c
|
Back out 551b6acdafb9 and ae0b0dd6dfa2 (bug 754029) on suspicion of causing mochitest-other timeouts
|
2012-07-27 17:03:23 -07:00 |
|
Oonishi Atsushi
|
e4236f7c24
|
Bug 754029 - Tests. r=smaug
|
2012-07-27 17:51:53 -04:00 |
|
Nathan Froyd
|
5b30baa4c3
|
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 |
|
Gervase Markham
|
638c878b13
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Jared Wein
|
43f524eb6a
|
Bug 725700 - Keyboard arrow keys and scrollbar buttons should have consistent scrolling distances.
|
2012-02-20 11:24:36 -05:00 |
|
Jared Wein
|
843a61d98d
|
Bug 198964 - Enable smooth scrolling by default. r=gavin
|
2012-01-13 16:26:34 -08:00 |
|
Masayuki Nakano
|
6636e9efaf
|
Bug 504586 test_bug430723.html should listen to scroll event after sending key events r=smaug
|
2011-12-16 22:38:45 +09:00 |
|
Masayuki Nakano
|
b4506dd72f
|
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin
|
2011-12-16 22:38:45 +09:00 |
|
Masayuki Nakano
|
b26f243504
|
backout 34b8fe028357
|
2011-12-08 16:42:45 +09:00 |
|
Masayuki Nakano
|
67ab8bc88a
|
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=ehsan+smaug+enndeakin+dolske
|
2011-12-07 14:13:06 +09:00 |
|
Ed Morley
|
7bc582f20f
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
8a56fd9db2
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Matt Brubeck
|
4a976aab61
|
Back out 2780356be1a1 (bug 675574) and 9928fb9a32b1 (bug 690220) on suspicion of causing browser-chrome shutdown hangs
|
2011-09-29 14:44:36 -07:00 |
|
Mounir Lamouri
|
6c638adde5
|
Bug 675574 - Do not allow more than one call to window.open() when we allow popups. r=jst
|
2011-09-28 23:23:36 +02:00 |
|
Jonathan Griffin
|
378ef8cf62
|
Bug 673285 - Remove unnecessary timeouts in test, r=smaug, a=testonly
--HG--
extra : rebase_source : d4dd42e4233e478edf1024536751a225ff1e0428
|
2011-08-24 10:47:54 -07:00 |
|
Malini Das
|
02665c9658
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
|
2011-08-12 12:21:42 -04:00 |
|
Dão Gottwald
|
9e3c046bbe
|
more random browser chrome test cleanup (no bug)
|
2011-06-11 16:54:23 +02:00 |
|
Dão Gottwald
|
4e4ac318f3
|
Bug 658738 - remove event listeners in browser chrome tests
|
2011-06-07 16:45:26 +02:00 |
|
Justin Lebar
|
2dbe5ce82d
|
Bug 490153 - Fix intermittent orange in test_not-opener.html. r=sicking
--HG--
extra : rebase_source : 1865a51f62271e34f4d718ad9b9ed019a5c4fdb3
|
2011-04-27 16:53:52 -04:00 |
|
Ehsan Akhgari
|
680e9b757e
|
Bug 649012 - Fix some flaky mochitests which rely on non-zero timeout values; rs=ted
|
2011-04-16 19:39:34 -04:00 |
|
Ehsan Akhgari
|
0450182992
|
Bug 611182 - Part 2: Correct the definition of EndOfDocument for the HTML editor in order to fix some tests which have been relying on the bogus node existing in non-empty editable documents; r=bzbarsky a=blocking-beta8+
|
2010-11-11 16:40:55 -05:00 |
|
Olli Pettay
|
a42909ef55
|
A test for Bug 534178, a=testcase for a blocker
|
2010-09-06 15:36:32 +03:00 |
|
Olli Pettay
|
75b4ffdc0e
|
Bug 462076 - Dynamically inserted iframes on refresh sometimes trade places, r=bz
|
2010-08-17 17:13:55 +03:00 |
|
Bobby Holley
|
df84e7c4c1
|
Tests for bug 343515 - Active tab API. r=dolske
|
2010-08-02 14:13:13 -04:00 |
|
Robert Kaiser
|
8ede1fe029
|
bug 582657 - Docshell test failures after SeaMonkey switch to tabbed browsing - just add a null-check for win.location, r=bz a=test-only
|
2010-07-28 20:56:58 +02:00 |
|
Masayuki Nakano
|
660981e020
|
Bug 389372 - Contenteditable node is still editable without focus; r=ehsan,masayuki,roc sr=jst a=blocking-2.0:betaN+
|
2010-07-22 12:22:44 -04:00 |
|
Masayuki Nakano
|
d7540e477b
|
backout the previous my check-ins
|
2010-07-22 11:11:34 +09:00 |
|
Masayuki Nakano
|
742e98c291
|
Bug 389372 Contenteditable node is still editable without focus r=ehsan+roc, sr=jst
|
2010-07-22 08:46:52 +09:00 |
|
Ehsan Akhgari
|
0ad20714f9
|
Bug 289384 - Midas Editor: Shortcut command + left/right should go to beginning/end of line; r=masayuki,bzbarsky
|
2010-07-11 17:48:46 -04:00 |
|
Ehsan Akhgari
|
7dcf9d424a
|
Backout bug 289384 because of crashtest assertion failures
|
2010-07-11 17:43:27 -04:00 |
|
Ehsan Akhgari
|
d288e15ecd
|
Bug 289384 - Midas Editor: Shortcut command + left/right should go to beginning/end of line; r=masayuki,bzbarsky
--HG--
extra : rebase_source : d533ad700d2e3e5d50dc0f03b57b14723e12c7eb
|
2010-06-25 14:58:25 -04:00 |
|
Ehsan Akhgari
|
84ee4adf3c
|
Bug 493381 - mochitest-plain: test_bug386782.html fails intermittently; r=roc
|
2010-06-10 22:46:51 -04:00 |
|
Henri Sivonen
|
f2b6c78e1e
|
Bug 562319 - Make NavigationUtils.js try harder when detecting if a frame is done loading. r=bzbarsky.
|
2010-04-29 14:22:27 +03:00 |
|
Timothy Nikkel
|
8a51b309e8
|
Bug 502937. Part 1.1. Fix up another test. r=bzbarsky
|
2010-04-16 13:15:28 -05:00 |
|
Henri Sivonen
|
1b6028dc09
|
Bug 540574 - Make the HTML5 parser break out of doc update on <body> and remove trailing white space from test_bug386782.html. r=bnewman.
--HG--
extra : rebase_source : 8a0b6e679c70c6d2429a9fdbf469cc59d285ca2f
|
2010-02-22 14:17:33 +02:00 |
|
Henri Sivonen
|
3fa60b0eb8
|
Bug 540576 - Remove trailing white space from a blank document to make its body have no WS with the HTML5 parser. r=bzbarsky.
--HG--
extra : rebase_source : f076d370d72787b495b96895fb321e0af02457a4
|
2010-01-22 10:15:43 +02:00 |
|
L. David Baron
|
8c38aba811
|
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
|
2009-05-06 13:46:04 -07:00 |
|
Markus Stange
|
76daa5a7da
|
Bug 463042 - Smooth scrolling isn't working with the scrollbar or the keyboard arrows, r+sr=roc
|
2008-12-02 14:18:08 +01:00 |
|
Gavin Sharp
|
f4b67be5af
|
Bug 455611: tweak docshell/test/navigation/NavigationUtils.js so that it works in non-Firefox apps, r=bz
|
2008-09-19 11:44:33 -04:00 |
|
peterv@propagandism.org
|
bd715db358
|
Fix for bug 430624 (Crash [@ nsDocShellEditorData::DetachFromWindow] with spellcheck attribute). Patch by cpearce, r=peterv, sr=jst.
|
2008-05-02 04:36:29 -07:00 |
|
roc+@cs.cmu.edu
|
05b913ced9
|
Bug 430723. Don't prematurely detach and reattach the editor object. patch by Chris Pearce, r+sr=jst,a=schrep
|
2008-05-01 02:00:11 -07:00 |
|
roc+@cs.cmu.edu
|
521c4a52ea
|
Bug 386782. save and restore editor state so that it isn't lost when a page goes into the bfcache and then comes back. patch by Chris Pearce, r+sr=peterv,a=beltzner
|
2008-04-23 14:36:17 -07:00 |
|
reed@reedloden.com
|
ae54075b83
|
Bug 416622 - "docshell navigation tests intermittently failing with NS_ERROR_XPC_BAD_OP_ON_WN_PROTO" (Tolerate partially-constructed windows) [p=hk9565@gmail.com (Adam Barth) r=bzbarsky]
|
2008-02-11 20:35:19 -08:00 |
|
bzbarsky@mit.edu
|
05be5db30e
|
Make the test work in embedding builds too. Bug 414303, patch by Adam Barth <hk9565@gmail.com> and Collin Jackson <mozilla@collinjackson.com>, r+sr=bzbarsky.
|
2008-01-28 19:43:47 -08:00 |
|