Commit Graph

77 Commits

Author SHA1 Message Date
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
1d52142e2d Back out fbdb3104c9e5, d2fe54ae00a8, d378362cbe01, fe623d60bea1 (bug 769254) on suspicion of causing Windows debug mochitest-plain-3 timeouts 2012-07-23 20:30:12 -07:00
Justin Lebar
fbafcfad6f Bug 769254 - Part 3: Rename nsWindowWatcher::OpenWindowJSInternal --> OpenWindowInternal. r=bz
--HG--
extra : rebase_source : d3a335a33711dc235a401287379c8d35e245a4ba
2012-07-23 10:44:13 -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
Neil Rashbrook
7b61c655b7 Bug 758354 Stop unnecessarily preprocessing chrome r=dolske 2012-06-26 00:11:16 +01:00
Ed Morley
38b8947933 Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends 2012-06-25 19:14:43 +01:00
Neil Rashbrook
a95ac4a2a9 Bug 758354 Stop unnecessarily preprocessing chrome r=dolske 2012-06-25 09:24:49 +01:00
Jonathan Wilde
44a8f0198b Bug 762528 - Remove enablePrivilege from password manager tests. r=fryn 2012-06-11 18:13:20 -07:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Panagiotis Koutsourakis
583eb38038 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Simon Montagu
3d29acf938 Give the text in prompts unicode-bidi: isolate. Bug 652550, r=dolske 2011-12-28 10:33:18 +02:00
Tim Taubert
dd7fc1bae1 merge m-c to fx-team 2011-12-09 05:57:05 +01:00
Frank Yan
b7758bd16b Bug 707364 - Inline a nested function in nsPrompter.js. r=dolske 2011-12-08 12:32:59 -08:00
Jan Bambach
1984c5a018 Bug 707677 - Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code. r=dao 2011-12-08 10:21:32 +01: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
Jonas Sicking
ac8b04fb20 Bug 687400: Kill Node.isSameNode. r=smaug 2011-10-28 19:52:27 -07:00
Dão Gottwald
c921db4ee9 Bug 686469 - Tab-modal alert can overflow the browser window. r=dolske 2011-10-01 21:40:36 +02: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
Blake Kaplan
6f695315f5 Bug 641342 - Treat chrome DOM objects like DOM objects. r=gal/jst 2011-05-10 14:41:25 -07:00
Justin Dolske
d2f747fa56 Bug 638352 - tab-modal dialogs can get into bad focus state and key events can bleed through tabs. r=gavin 2011-04-19 14:18:17 -07:00
Benjamin Smedberg
d758fb0d7e Bug 617539 - Fold in nsIDOMWindowUtils_MOZILLA_2_0_BRANCH, r=bz 2011-03-25 11:03:33 -04:00
Serge Gautherie
b29d36f31b 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
04e501c84e 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
2c6107a6b0 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
5b053fa244 Bug 625187 - Alert origin is no longer shown for third-party iframes.
r+a=dolske
2011-02-22 13:04:56 +01:00
Neil Rashbrook
efc7e982c6 Bug 625814 - commonDialog icon and text are now differently misaligned. ui-r=faaborg, r=dolske, a=dolske 2011-02-11 20:24:08 -08:00
Frank Yan
5e54316f01 Bug 613704 - Improve visual design for tab-modal buttons & dialog. r=dolske, a=dolske 2011-02-11 20:24:06 -08:00
Justin Dolske
1e248a9e8d Bug 627896 - tab-modal prompts should handle Cmd-. on OS X; r,a=gavin 2011-02-08 18:03:57 -05:00
Paolo Amadini
06209d5aef Bug 620615 - New tab-modal alerts can make Firefox unable to quit (part 2). r=dolske, a=blocker 2011-01-28 17:21:00 -08:00
Justin Dolske
dcd47ceba9 Bug 621764 - tab-modal prompt in Gmail eventually triggers slow-script dialog for nsPrompter.js. r=mrbkap, sr=jst, a=blocker 2011-02-01 19:23:00 -08:00
Jonas Sicking
6c6a7cea3e Disallow content access to chrome functions without __exposedProps__ (bug 628410, r=gal). 2011-01-29 18:47:17 -08:00
Frank Yan
10d805e0d1 Bug 613749 - Fix tab-modal prompt sizing. [hardblocker] r=dolske a=blocking2.0-final 2011-01-27 00:08:05 -08:00
Kyle Huey
d6cee279fb Bug 620615 - Make double-extra-sure that we shutdown the prompt. r=dolske 2011-01-19 19:38:48 -05:00
Serge Gautherie
2cf5e0e163 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
095182dc82 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
b33e662da2 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
85baaf14aa Bug 618515 - Add moar tests for nsPrompter. a=me 2011-01-12 16:59:45 -08:00
Justin Dolske
8e20418768 Bug 608604 - commonDialog icon and text are misaligned. r=gavin, a=gavin 2011-01-12 15:51:33 -08:00
Margaret Leibovic
761b553a52 Bug 622495 - New contentmodal alerts no longer accessible to screen readers. r=gavin, a=blocking-final 2011-01-12 15:49:21 -08:00
Justin Dolske
820f319aec Fix and reenable test from bug bug 620145. a=bustage 2011-01-07 19:47:21 -08:00
Justin Dolske
d80f152347 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
2552d11f4d 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
9a72e3a4ed Bug 619644: Followup to address test review comment. a=test-only DONTBUILD
--HG--
extra : rebase_source : 1bd79ec0948a3f90d623f56c67e812875594921e
2011-01-07 14:10:12 -05:00
Kyle Huey
b431e1861c Bug 619644: Stop ESC from propagating through a tab-modal prompt. r=dolske a=b:betaN 2010-12-31 21:57:56 -05:00
Philipp von Weitershausen
0c953d6a36 Backed out changeset d4cfad073452. a=orange 2010-12-10 20:09:29 -08:00
Justin Dolske
ccb2d51a4c Bug 618515 - Add moar tests for nsPrompter. r=chiasdwilsh, a=tests 2010-12-10 19:03:21 -08:00
Gavin Sharp
560b7cb9b5 Bug 613742: text in tab-modal prompts should be selectable
Bug 613742: text in tab-modal prompts should be selectable. r=dolske, a=blocking
2010-12-05 10:33:12 -05:00
Justin Dolske
7de1587bf7 Bug 613760 - Tab-modal prompt dialog has no default button on os x. r=gavin, a=blocking 2010-11-24 19:30:00 -08:00
Justin Dolske
c505c2feec Bug 616070 - make tab-modal prompts to select the tab they're opened from. r=gavin, a=gavin 2010-12-08 23:10:50 -08:00