Andrea Marchesini
|
cc79ac6264
|
Bug 866764 - Fix mochitest from bug 861605 to work on Android. r=bz
|
2013-04-29 13:04:47 -04:00 |
|
Andrea Marchesini
|
ca92e02d67
|
Bug 861605 - Make the arguments to Window.alert, Window.confirm optional. r=Ms2ger
|
2013-04-29 08:32:01 -04:00 |
|
Matt Brubeck
|
f0f100a7d2
|
Bug 847279 - Remove extra mouse click in test_bug620145.html [r=dolske]
This extra mouse click can cause problems in later tests on Windows,
because it opens the Firefox menu and leaves it open.
|
2013-04-13 11:22:40 -07:00 |
|
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
43628a7867
|
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
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
7ecea60097
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Gregory Szorc
|
7d09ff18e0
|
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
|
2013-03-17 18:01:25 -07:00 |
|
Mats Palmgren
|
c98174406a
|
Bug 635852. r=smaug
|
2013-03-08 12:04:53 +01:00 |
|
Gregory Szorc
|
2f9c3f619e
|
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
|
2013-02-25 13:19:09 -08:00 |
|
Frank Yan
|
fa5f541f57
|
Bug 611553 - Make DOMWillOpenModalDialog a chrome-only event. r=dolske r=smaug
|
2013-01-16 13:10:18 -08:00 |
|
Peter Van der Beken
|
7d77272a5e
|
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
|
2012-11-22 12:09:43 +01:00 |
|
Ed Morley
|
563634fe75
|
Backout 67e95e421678 (bug 814195) for Windows debug jsreftest failures on a CLOSED TREE
|
2012-11-29 11:17:11 +00:00 |
|
Peter Van der Beken
|
46c89ae29b
|
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
--HG--
extra : rebase_source : 360b2ee1bc678265781991149185a1c1d262642e
|
2012-11-22 12:09:43 +01:00 |
|
Ehsan Akhgari
|
d6d6c3d26a
|
Backed out 6 changesets (bug 814821, bug 815158, bug 814195) for test failures
Backed out changeset 0c2011091748 (bug 815158)
Backed out changeset 9d70b4460508 (bug 814195)
Backed out changeset bf8746658a72 (bug 814821)
Backed out changeset e73366b088d7 (bug 814821)
Backed out changeset 49fc6d535c41 (bug 814821)
Backed out changeset 987aea26a43a (bug 814821)
|
2012-11-27 16:30:39 -05:00 |
|
Peter Van der Beken
|
c15e9ce14c
|
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
--HG--
extra : rebase_source : 349ceea8412f4133e1b9de4e2859d7663da27fa5
|
2012-11-22 12:09:43 +01:00 |
|
Kyle Huey
|
0469a02b25
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
a78b5b38c7
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
9a3674d80a
|
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
|
4144129728
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
50b5d3f681
|
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
|
a25701a3f7
|
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
|
7cfe3c427e
|
Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8
|
2012-09-11 01:05:10 -07:00 |
|
Andrew McCreight
|
63490c62d3
|
Bug 775868, part 1: make tests access DomWinUtils via SpecialPowers. r=smaug
|
2012-09-10 12:43:45 -07:00 |
|
Ryan VanderMeulen
|
5c5be9d885
|
Backout bug 788914 and bug 789494 because they were backed out on inbound.
|
2012-09-07 19:40:57 -04:00 |
|
Bobby Holley
|
46175f0a59
|
Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8
|
2012-09-07 11:28:56 -07:00 |
|
Bobby Holley
|
f978d43865
|
Bug 784560 - Fix more tests. r=mccr8
|
2012-08-23 11:45:28 -07:00 |
|
Justin Lebar
|
74befa949f
|
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
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Matt Brubeck
|
867c5f52a6
|
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
|
661cae8613
|
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
|
bfff055672
|
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
|
eaedd546e8
|
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
|
2012-06-26 00:11:16 +01:00 |
|
Ed Morley
|
f58ad725ea
|
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
|
2012-06-25 19:14:43 +01:00 |
|
Neil Rashbrook
|
aee62bb4bd
|
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
|
2012-06-25 09:24:49 +01:00 |
|
Jonathan Wilde
|
51e4808e23
|
Bug 762528 - Remove enablePrivilege from password manager tests. r=fryn
|
2012-06-11 18:13:20 -07:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Panagiotis Koutsourakis
|
9c7dfb9706
|
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
|
2bb22a3fe3
|
Give the text in prompts unicode-bidi: isolate. Bug 652550, r=dolske
|
2011-12-28 10:33:18 +02:00 |
|
Tim Taubert
|
742a9855ce
|
merge m-c to fx-team
|
2011-12-09 05:57:05 +01:00 |
|
Frank Yan
|
b7c5470011
|
Bug 707364 - Inline a nested function in nsPrompter.js. r=dolske
|
2011-12-08 12:32:59 -08:00 |
|
Jan Bambach
|
16da8f10c3
|
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
|
7ea8e12caa
|
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
|
ac65d0d88e
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Jonas Sicking
|
591066d996
|
Bug 687400: Kill Node.isSameNode. r=smaug
|
2011-10-28 19:52:27 -07:00 |
|
Dão Gottwald
|
0bda59ff75
|
Bug 686469 - Tab-modal alert can overflow the browser window. r=dolske
|
2011-10-01 21:40:36 +02:00 |
|
Malini Das
|
c20b68638f
|
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
|
de8e28588c
|
Bug 641342 - Treat chrome DOM objects like DOM objects. r=gal/jst
|
2011-05-10 14:41:25 -07:00 |
|
Justin Dolske
|
62611b3e52
|
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
|
ee2c7162c0
|
Bug 617539 - Fold in nsIDOMWindowUtils_MOZILLA_2_0_BRANCH, r=bz
|
2011-03-25 11:03:33 -04:00 |
|