Felix Fung
a35e735e81
Bug 566746 - Remove Tests for Old Form History Migrations, p=felix, r=dolske
2011-12-23 13:40:55 -05:00
Felix Fung
4ac8542ec6
Bug 566746 - Use Asynchronous FormHistory.jsm for test_db_corrupt.js, p=enndeakin,felix, r=dolske
2011-12-16 15:53:29 -08:00
Felix Fung
28f06108e5
Bug 566746 - AsyncFormHistory.jsm - Expiration Test, p=enndeakin,felix, r=mak
2011-12-06 16:39:01 -08:00
Neil Deakin
3a256f392d
Bug 566746 - Changes to shared form history tests files to support asynchronous form history, p=enndeakin,felix, r=mak
2013-04-11 04:01:47 -04:00
Felix Fung
b93a98abe2
Bug 566746 - Remove expireOldEntries from nsFormHistory.js, p=felix, r=dolske
2011-12-06 16:37:10 -08:00
Kyle Machulis
331f36baa9
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-03-29 13:56:18 -07:00
Bobby Holley
3010ddb0b5
Bug 790732 - Fix two more toolkit tests. r=me
...
Not sure why these didn't appear on earlier try runs, but they're trivial.
2013-03-27 18:27:25 -07:00
Phil Ringnalda
96111bd4c5
Back out 8e59146e161e:29acf1494fed (bug 790732) for failing in exactly the same way it failed on the tryserver
...
CLOSED TREE
2013-03-26 23:40:45 -07:00
Bobby Holley
1cb3536a2c
Bug 790732 - Fix two more toolkit tests. r=me
...
Not sure why these didn't appear on earlier try runs, but they're trivial.
2013-03-26 22:18:54 -07:00
Mike Shal
24be52d653
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Ryan VanderMeulen
766d6cf827
Backed out 5 changesets (bug 790732) for talos-other hangs/crashes on a CLOSED TREE.
2013-03-05 15:44:15 -05:00
Bobby Holley
2400a80e7a
Bug 790732 - Fix two more toolkit tests. r=me
...
Not sure why these didn't appear on earlier try runs, but they're trivial.
2013-03-05 10:01:59 -08:00
Jonathan Watt
b10d318acc
Bug 843725 - Add support for changing the value of <input type=range> using the up/down/left/right/pgup/pgdn/home/end keys. r=mounir, r=smaug.
2013-03-01 15:34:06 +00:00
Tom Schuster
0f1861901f
Bug 844505 - Remove enablePrivilege from test_form_autocomplete.html. r=mounir
2013-02-28 13:46:50 +01:00
Gregory Szorc
f96c000ea2
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
Jonathan Watt
2c08d1e39e
Bug 836323 - Mochitest additions and changes for <input type=range>. r=mounir.
2013-02-16 12:36:02 +00:00
Ehsan Akhgari
5ab06de081
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
2013-01-29 13:12:13 -05:00
Mounir Lamouri
aa29b94f9a
Bug 777283 - Adds <input type='time'> behind "dom.experimental_forms" pref. r=smaug
2013-01-08 17:10:00 +00:00
Raphael Catolino
7534e15fa6
Bug 769385 - Add type attribute date for <input> behind "dom.experimental_forms" pref. r=mounir
2012-12-27 16:06:53 +00:00
Mario Alvarado [:marioalv]
b67675aa81
Bug 806744 - Port the satchel test_privbrowsing.html to the new per-tab PB APIs. r=jdm
2012-12-19 15:08:09 -06: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
Ehsan Akhgari
b27e7da4d0
Bug 806744 - Part 0: Don't run test_privbrowsing.html in per-window PB builds
2012-12-06 00:51:59 -05:00
Josh Matthews
17f39aaa89
Bug 723001 - Move privacy state checking from nsFormHistory to its callers. r=dolske
...
* * *
Bug 800669 - "Remove recent addition of gPrivateBrowsingUI in PB search bar test" [r=josh]
2012-10-24 00:27:58 -04: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
Bobby Holley
c5d6e4135a
Bug 792036 - Fix up tests to avoid relying on the existence of window.Components (MANUAL). r=mccr8
...
These are the manual fixes that the ensuing auto-generation can't deal with. Some of them
just fix up formatting (such as Components.\nFoo, so that subsequent auto-generation can
work better).
2012-09-24 14:46:28 +02:00
Adam Dane [:hobophobe]
a3c1fb17b9
Bug 787624 - Test for bug 787624. r=roc
2012-09-14 15:00:21 -05:00
Phil Ringnalda
1d76727501
Back out 486dcdbdfa23 (bug 787624) for Android failures
2012-09-13 20:47:03 -07:00
Adam Dane [:hobophobe]
cf850eb788
Bug 787624 - Test for bug 787624. r=roc
2012-09-13 19:38:38 -05:00
Bobby Holley
90622d0c3f
Bug 784560 - Fix more tests. r=mccr8
2012-08-23 11:45:28 -07:00
Ms2ger
bd02c3e237
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
2012-08-04 09:44:00 +02:00
Mike Hommey
0f9f294ea0
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Ed Morley
a246794e16
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
2012-08-04 18:05:15 +01:00
Ms2ger
e42f8c031a
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
2012-08-04 09:44:00 +02: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
Mounir Lamouri
3f976a11d6
Bug 635281 - Implement the value sanitizing algorithm for <input type="number">. r=sicking
2012-06-10 22:24:03 +02:00
Mounir Lamouri
18512f5e6d
Bug 635498 - Make <input type='number'> behaves like <input type='text'>. r=sicking
2012-06-10 22:23:17 +02:00
Mats Palmgren
31df0ce60a
Bug 760082 - Move the last checkForm test so it comes before SimpleTest.finish(). Use info() for log messages that aren't tests. r=mounir
2012-06-01 20:52:37 +02:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Wes Johnston
d0ec45dd53
Bug 725881 - Add a deleted form history table. r=dolske
2012-02-27 10:10:16 -08:00
Neil Rashbrook
23ddca2513
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
2012-02-02 22:54:58 +01:00
Ehsan Akhgari
e1d4977ebc
Backout changeset 8b6e498d5933 (bug 649840) because it landed without reviews
2012-01-31 12:07:56 -05:00
Neil Rashbrook
459fb26af1
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
2012-01-31 00:27:23 +01:00
Ed Morley
d8e8008e1a
Backout 8705f07a49ec (bug 649840) for bustage
2012-01-30 23:20:54 +00:00
Neil Rashbrook
7474e19712
Better test for bug 649840 r=ehsan
2012-01-30 22:28:21 +00:00
Ehsan Akhgari
5e5190f564
Bug 717871 - Remove two superfluous SimpleTest.finish calls to fix SeaMonkey perma-orange; r=gavin
2012-01-13 15:49:36 -05:00
Matthew Noorenberghe
c751d26637
Bug 461820 - prevent accessing searchbar history from content (tests) r=dolske
2012-01-10 16:53:16 -08:00
Serge Gautherie
c4c57f7c30
Bug 705957. (Bv2) test_bug_511615.html: Improve the spelling of "priviledged". r=ehsan.
...
DONTBUILD (test-only, spelling-only).
2012-01-05 14:19:14 +01:00
Masayuki Nakano
9f4a78d164
Bug 698949 Editor should refuse untrusted keypress event r=smaug
2011-12-21 21:11:36 +09:00