Commit Graph

39 Commits

Author SHA1 Message Date
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
6e17733fb4 Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8 2012-09-11 01:05:10 -07:00
Andrew McCreight
a0d7e20eb0 Bug 775868, part 1: make tests access DomWinUtils via SpecialPowers. r=smaug 2012-09-10 12:43:45 -07:00
Ryan VanderMeulen
5185907444 Backout bug 788914 and bug 789494 because they were backed out on inbound. 2012-09-07 19:40:57 -04:00
Bobby Holley
05777a883a Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8 2012-09-07 11:28:56 -07:00
Bobby Holley
90622d0c3f Bug 784560 - Fix more tests. r=mccr8 2012-08-23 11:45:28 -07:00
Mike Hommey
0f9f294ea0 Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +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
Jonathan Wilde
901a958889 Bug 762528 - Remove enablePrivilege from password manager tests. r=fryn 2012-06-11 18:13:20 -07:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Ed Morley
6e731c995a 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
b2aeac5a65 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Jonas Sicking
5e4d8da29c Bug 687400: Kill Node.isSameNode. r=smaug 2011-10-28 19:52:27 -07:00
Malini Das
643e305d72 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
Blake Kaplan
a88e059b1a Bug 641342 - Treat chrome DOM objects like DOM objects. r=gal/jst 2011-05-10 14:41:25 -07:00
Serge Gautherie
7e0c594a15 Bug 636197 - [SeaMonkey] mochitests-5: test_bug625187.html fails since landing; (Av3a) Skip test_bug625187.html when tab modal prompts are not enabled.
r=dolske (a=test-only).
2011-02-28 03:11:51 +01:00
Ehsan Akhgari
42bb9d4f98 Backed out changeset 8f8f80356db4 (bug 636197) because it broke the test in question on all platforms 2011-02-23 15:25:57 -08:00
Serge Gautherie
6dfe318b17 Bug 636197 - [SeaMonkey] mochitests-5: test_bug625187.html fails since landing; (Av1) Skip this test when tab modal prompts are not enabled.
r=dolske (a=test-only).
2011-02-23 23:41:21 +01:00
Mihai Sucan
b05e45b3ba Bug 625187 - Alert origin is no longer shown for third-party iframes.
r+a=dolske
2011-02-22 13:04:56 +01:00
Jonas Sicking
e2e4d15e26 Disallow content access to chrome functions without __exposedProps__ (bug 628410, r=gal). 2011-01-29 18:47:17 -08:00
Frank Yan
99847cf666 Bug 613749 - Fix tab-modal prompt sizing. [hardblocker] r=dolske a=blocking2.0-final 2011-01-27 00:08:05 -08:00
Serge Gautherie
e19e21cf5d Bug 626294 - [SeaMonkey] permanent "TEST-UNEXPECTED-FAIL | .../test_bug620145.html | got tabmodal promptbox"; (Av1) Fix bug 625038 nit, Fix bug 620145 case and bug 615186 case.
r=Olli.Pettay a=(test only).
2011-01-17 19:32:47 +01:00
Kyle Huey
f30ad86b05 Bug 625308: Don't run a tab-modal specific test when tab-modal prompts are off. a=test-only 2011-01-16 17:36:18 -05:00
Neil Deakin
fea6fe2e57 Bug 615186, clear mouse selection and capturing state when opening a modal dialog, r=smaug,a=blocking 2011-01-12 21:00:14 -05:00
Justin Dolske
748643f59b Bug 618515 - Add moar tests for nsPrompter. a=me 2011-01-12 16:59:45 -08:00
Justin Dolske
847a34e418 Fix and reenable test from bug bug 620145. a=bustage 2011-01-07 19:47:21 -08:00
Justin Dolske
aa3703dac9 Disable test from bug 620145, as it doesn't seem to work. Patch seems ok, though. a=bustage 2011-01-07 19:09:43 -08:00
Neil Deakin
5943bec73e Bug 620145 - Prompt for gmail message with no text has to be focused (clicked on) before ok-ing (or canceling). r=smaug, a=blocking 2011-01-06 11:05:00 -08:00
Kyle Huey
3002519be1 Bug 619644: Followup to address test review comment. a=test-only DONTBUILD 2011-01-07 14:10:12 -05:00
Kyle Huey
2aaf7072b6 Bug 619644: Stop ESC from propagating through a tab-modal prompt. r=dolske a=b:betaN 2010-12-31 21:57:56 -05:00
Justin Dolske
1f6ae18f57 Bug 59314 - Alerts should be content-modal, not window-modal. r=gavin, a=blocking+ 2010-11-19 21:23:25 -08:00
Justin Dolske
95ed7659f5 Bug 613444 - Refactor nsIPrompt tests. a=testsonly 2010-11-19 15:15:29 -08:00
Justin Dolske
21b78c7dd0 Bug 575485 - Refactor commonDialog code into a sharable JSM (Part 3, JSM). r=gavin, a=beltzner 2010-10-27 14:16:17 -07:00
Mike Hommey
6ded77db95 Backed out changeset fc2988ab64e5 (bug 575485) 2010-10-26 12:53:16 +02:00
Justin Dolske
ac7b053826 Bug 575485 - Refactor commonDialog code into a sharable JSM (Part 3, jsm). r=gavin, a=me 2010-10-25 22:45:00 -07:00
Justin Dolske
c5029b351a Bug 573808 - "domWin is null" error with new prompting backend and no active window. r=gavin 2010-06-23 17:54:05 -07:00
Justin Dolske
b0574b0c6e Bug 573238 - Windows authentication broken. r=gavin 2010-06-21 15:04:46 -07:00
Justin Dolske
4e1d7d0038 Bug 563274 - Overhaul nsIPrompt-related prompting code. r=gavin, sr=bs 2010-06-16 17:06:17 -07:00
Justin Dolske
0651a20e64 Bug 564724 - Add tests and empty base component for nsIPrompt-related code. r=gavin 2010-06-14 14:00:21 -07:00