Commit Graph

17 Commits

Author SHA1 Message Date
Blake Kaplan
9da3a7f54e Bug 1162330 - Prepare satchel mochitests for e10s and turn a few of them on. r=MattN 2015-05-28 09:55:46 -07:00
Bobby Holley
2674215625 Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
Masayuki Nakano
e785baf979 Bug 501496 part.9 EventUtils and some tests shouldn't synthesize keypress event if precede keydown event is consumed r=smaug 2013-07-25 15:09:29 +09:00
Gavin Sharp
04991d24e3 Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed 2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
58a365c977 Backed out changeset 555f2b757639 (bug 566746, bug 697377) for intermittent Win7 mochitest b-c orange. 2013-05-02 21:20:08 -04:00
Gavin Sharp
b8dd55e573 Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed 2013-04-19 15:21:30 -07:00
Ryan VanderMeulen
200191951a Backed out 17 changesets (bug 566746, bug 697377) for frequent OSX debug mochitest-5 crashes. 2013-04-11 11:53:13 -04:00
Neil Deakin
e9f0eb5800 Bug 566746, use improved callback api for asyncronous form history methods, r=mak 2013-04-11 04:01:49 -04: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
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
90622d0c3f Bug 784560 - Fix more tests. r=mccr8 2012-08-23 11:45:28 -07:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Benjamin Stover
ea26b86c5e Bug 552828 - update Form History to work with Electrolysis [r=dolske] 2010-08-16 21:10:36 -07:00
Justin Dolske
a3810ff0d5 Bug 511615 - Satchel should ignore untrusted events. r=gavin, sr=mconnor 2009-09-22 23:23:08 -07:00
Justin Dolske
dce156665f Bug 469443 - Form Manager Storage should be a JavaScript-based component. r=gavin 2009-06-19 13:19:18 -07:00
Justin Dolske
24024186fd Bug 463486 - Form history shouldn't remember the default values of unmodified fields. r=gavin 2009-03-29 15:29:22 -07:00
Ehsan Akhgari
d36a49c9a9 Bug 472396 - Private browsing is saving form data in certain cases (e.g. Gmail subject in compose); r=jst,dolske 2009-01-24 11:23:35 +03:30