Kyle Huey
|
bdf47895bb
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
777eed8444
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
aa1997a51a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Bobby Holley
|
9f03f90fb7
|
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
|
00bcee83e8
|
Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8
|
2012-09-11 01:05:10 -07:00 |
|
Andrew McCreight
|
e833ece4f7
|
Bug 775868, part 1: make tests access DomWinUtils via SpecialPowers. r=smaug
|
2012-09-10 12:43:45 -07:00 |
|
Ryan VanderMeulen
|
bdca80da9c
|
Backout bug 788914 and bug 789494 because they were backed out on inbound.
|
2012-09-07 19:40:57 -04:00 |
|
Bobby Holley
|
1743880368
|
Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8
|
2012-09-07 11:28:56 -07:00 |
|
Bobby Holley
|
7d93b33884
|
Bug 784560 - Fix more tests. r=mccr8
|
2012-08-23 11:45:28 -07:00 |
|
Justin Lebar
|
8a615581c4
|
Bug 769254 - Part 2: Modify nsPIWindowWatcher::OpenWindowJS (renamed to OpenWindow2) so we can pass in the URL for target=_blank links without navigating the opened window to that URL. r=bz
|
2012-08-14 10:58:00 -04:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Matt Brubeck
|
769c2e9252
|
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
|
cd5e91fdcc
|
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
|
a7eb97f896
|
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
|
0c34361ca7
|
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
|
2012-06-26 00:11:16 +01:00 |
|
Ed Morley
|
58e896dd49
|
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
|
2012-06-25 19:14:43 +01:00 |
|
Neil Rashbrook
|
7e7b835fdc
|
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
|
2012-06-25 09:24:49 +01:00 |
|
Jonathan Wilde
|
5a88378428
|
Bug 762528 - Remove enablePrivilege from password manager tests. r=fryn
|
2012-06-11 18:13:20 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
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
|
b2ed4871c0
|
Give the text in prompts unicode-bidi: isolate. Bug 652550, r=dolske
|
2011-12-28 10:33:18 +02:00 |
|
Tim Taubert
|
91c3591304
|
merge m-c to fx-team
|
2011-12-09 05:57:05 +01:00 |
|
Frank Yan
|
739597aa8d
|
Bug 707364 - Inline a nested function in nsPrompter.js. r=dolske
|
2011-12-08 12:32:59 -08:00 |
|
Jan Bambach
|
2cd6ae449b
|
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
|
6a998be2c5
|
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
|
364e83c545
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Jonas Sicking
|
0588c874fd
|
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 |
|