Philipp von Weitershausen
1d43d57f19
Bug 648367 - Add run_next_test to head.js. r=ted
2011-04-18 13:31:20 -07:00
Bob Moss
80e8072f92
Bug 650110 Update SUTAgent - adding in fencp, ffxcp, watcher code r=ctalbert
2011-04-18 11:55:24 -07:00
Serge Gautherie
76a71c68e8
Bug 647414 - Distributed extensions should be automatically installed into temporary testing profile; (Cv1) Add ipc-overlay.xul to SeaMonkey too.
...
r=jmaher.
2011-04-18 18:50:04 +02:00
Serge Gautherie
0367a3c083
Bug 647414 - Distributed extensions should be automatically installed into temporary testing profile; (Bv3) Make installExtensionsToProfile() automatically install application distributed extensions.
...
r=jmaher.
2011-04-18 18:48:23 +02:00
Serge Gautherie
1f85231808
Bug 647414 - Distributed extensions should be automatically installed into temporary testing profile; (Av2) Improve addChromeToProfile() and related.
...
r=jmaher.
2011-04-18 18:41:57 +02:00
Ehsan Akhgari
b548c65441
Bug 649012 - Fix some flaky mochitests which rely on non-zero timeout values; rs=ted
2011-04-15 18:26:50 -04:00
Phil Ringnalda
8ec5757fea
Bug 648889 - Make mochitest-ipcplugins make target lie like Tinderbox, r=ted
2011-04-10 15:34:44 -07:00
Phil Ringnalda
22ed1678cb
Bug 648898 - Remove the xptinfo tests we don't want to bother running, r=bsmedberg
2011-04-10 13:23:45 -07:00
Phil Ringnalda
82aa8afbcb
Bug 648895 - Stop trying to package a nonexistent crashreporter_test.xpt, r=ted
2011-04-10 13:07:35 -07:00
Serge Gautherie
5d6365d877
Bug 647404 - automation.py: fix extractZip() and installExtension(); (Cv2) Explicitly support an optional path in --install-extension.
...
r=jmaher.
2011-04-14 17:28:46 +02:00
Jonathan Protzenko
0a228e18f5
Bug 628669: Provide support for relative URLs in Components utils import (JSM, JS modules) r=bsmedberg r=mrbkap
...
This patch allows a JS module to import another one with a relative path. For
instance, if you have a set of modules you want to drop-in in any extension, and
these modules depend on each other, you can import XPCOMUtils and then do
XPCOMUtils.importRelative(this, "otherfile.jsm").
2011-04-14 00:10:13 +02:00
Neil Deakin
1ebf912e93
Bug 462172, fix up preventDefault call in drag synthesis test and move to a chrome test
...
--HG--
rename : testing/mochitest/tests/SimpleTest/tests/test_synthesizeDragStart.xul => testing/mochitest/chrome/test_synthesizeDragStart.xul
rename : testing/mochitest/tests/SimpleTest/tests/test_synthesizeDrop.xul => testing/mochitest/chrome/test_synthesizeDrop.xul
2011-04-13 13:53:24 -04:00
Frédéric Wang
edb717e99d
Update XML Entity Definitions for Characters (bug 603716); r=hsivonen,karlt
2011-04-08 11:56:04 -07:00
Kyle Huey
322217b08a
Bug 629734: Add todo functionality to xpcshell. r=ted
2011-02-20 19:54:14 -05:00
Mitchell Field
802d63f383
Bug 647118 - Remove support for --disable-plugins. r=glandium
2011-04-02 01:41:46 +11:00
Chris Jones ext:(%20and%20Kyle%20Huey%20%3Ckhuey%40kylehuey.com%3E)
2c92e3ecd5
Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
...
Bug 645263, part 0: Count sync primitive ctor/dtors. r=dbaron
Bug 645263, part 1: Migrate content/media to mozilla:: sync primitives. r=doublec
Bug 645263, part 2: Migrate modules/plugin to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 3: Migrate nsComponentManagerImpl to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 4: Migrate everything else to mozilla:: sync primitives. r=dbaron
Bug 645263, part 5: Remove nsAutoLock.*. sr=bsmedberg
Bug 645263, part 6: Make editor test be nicer to deadlock detector. r=ehsan
Bug 645263, part 7: Disable tracemalloc backtraces for xpcshell tests. r=dbaron
Bug 646259: Fix nsCacheService to use a CondVar for notifying. r=cjones
2011-03-31 23:29:02 -05:00
Chris Jones
699024f868
Backed out changeset 4beec31b9ea9 for increasing frequency of intermittent orange bug 618052
2011-03-31 18:57:38 -05:00
Chris Jones ext:(%20and%20Kyle%20Huey%20%3Ckhuey%40kylehuey.com%3E)
0ce53bb598
Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
...
Bug 645263, part 0: Count sync primitive ctor/dtors. r=dbaron
Bug 645263, part 1: Migrate content/media to mozilla:: sync primitives. r=doublec
Bug 645263, part 2: Migrate modules/plugin to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 3: Migrate nsComponentManagerImpl to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 4: Migrate everything else to mozilla:: sync primitives. r=dbaron
Bug 645263, part 5: Remove nsAutoLock.*. sr=bsmedberg
Bug 645263, part 6: Make editor test be nicer to deadlock detector. r=ehsan
Bug 645263, part 7: Disable tracemalloc backtraces for xpcshell tests. r=dbaron
Bug 646259: Fix nsCacheService to use a CondVar for notifying. r=cjones
2011-03-31 14:51:19 -05:00
L. David Baron
6d2667f933
Add test for bug 583219. r=bzbarsky
2011-03-29 20:46:13 -07:00
Benjamin Stover
c50251d871
Bug 643187 Add support for generators to mochitests r=robcee
2011-03-29 16:41:29 -07:00
Ehsan Akhgari
395e5a8864
Bug 607639 - Check for any window left open after a browser-chrome test; r=gavin
2011-03-28 16:29:09 -04:00
Ehsan Akhgari
98183dee59
Backout bug 629734 because it breaks the build on Windows
2011-03-27 13:53:09 -04:00
Kyle Huey
070613529d
Bug 629734: Add todo functionality to xpcshell; r=ted
2011-02-20 19:54:14 -05:00
Jonas Sicking
e4d26af2b2
Bug 641706: Make SpecialPowers able to create a XHR object with full system powers. r=smaug
2011-03-17 09:19:13 -07:00
Ted Mielczarek
cef4398cf5
bug 643803 - Expose DOMWindowUtils via SpecialPowers. r=ctalbert
2011-03-25 14:12:23 -04:00
Olli Pettay
bf0f4bb2a6
Bug 644565 - SpecialPowers should be able add event listeners to TabChildGlobal, r=ted
2011-03-25 15:39:23 +02:00
Ehsan Akhgari
d8016a4f53
Bug 640321 - Register the mouse event handlers for the editor in the system group; r=roc
2011-03-16 15:34:30 -04:00
Ehsan Akhgari
fb4cc4b7ca
Bug 613109 - Make it possible to run a mochitest-* test suite with an extension installed; r=ted
2010-11-18 17:15:54 -05:00
Ted Mielczarek
fd989fb6a0
bug 641969 - fix SpecialPowers to use DOMWindowCreated events instead of observer service notifications. r=smaug
2011-03-17 14:02:44 -04:00
Andrew Halberstadt
a0a468fdf9
Bug 631659 - Push Firebug Test Runner to m-c. Patch 2.4. r=ctalbert, a=NPOTB
2011-02-26 13:19:59 -05:00
Andrew Halberstadt
6860c12f0b
Bug 631659 - Push Firebug Test Runner to m-c. Patch 2.3. r=ctalbert, a=NPOTB
2011-02-26 13:19:57 -05:00
Joel Maher
33f1772d43
Bug 636450 - add a --host-os option for remote testing scripts. r=ctalbert, a=NPOTB
2011-02-24 14:45:42 -05:00
Joel Maher
873b50ec0b
Bug 636154 - server.js limits custom ports to 31999, we should make this 64K. r=ted, a=test-only
2011-02-23 14:39:01 -05:00
Joel Maher
cadb3b3032
Bug 629266 - org.mozilla.fennec is left running after dm.updateApp(). r=ctalbert, a=NPOTB
2011-02-23 14:38:56 -05:00
Chris Jones
97685d6934
Rollup of bug 615386, parts 1-6. Teach the reftest harness about <browser remote>. r=dbaron,roc,ted a=a
...
--HG--
rename : layout/tools/reftest/reftest.js => layout/tools/reftest/reftest-content.js
2011-02-03 13:54:10 -06:00
Marco Bonardo
f765bc316e
Bug 630838 - Clear document.popupNode between browser chrome tests.
...
r=mano, gavin a=tests-only
2011-02-02 17:00:47 +01:00
Chris Leary
09f6be30b5
Merge tracemonkey to mozilla-central. (a=blockers)
2011-01-31 19:43:36 -08:00
Jonas Sicking
809bbcd2c3
Disallow content access to chrome functions without __exposedProps__ (bug 628410, r=gal).
2011-01-29 18:47:17 -08:00
Clint Talbert
44e971cf23
Bug 616383 - backport crash reporter fixes for mozmill to 1.5.1 mozmill in m-c r=harth a=NPOTB DONTBUILD
2011-01-28 14:41:21 -08:00
Lukas Blakk lsblakk@mozilla.com
65c307a0ad
Bug 627604 - Update jetpack location for buildsteps r=ctalbert a=test-only
2011-01-25 16:35:30 -08:00
Mounir Lamouri
b23c476b2f
Bug 622264 - Make synthesizeDrop works in more situations. r=enndeakin a=tests
2011-01-25 11:30:24 +01:00
Jeff Walden
f15d2639f5
Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan
2011-01-22 17:46:22 -08:00
Jeff Walden
985dbafd23
Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity
2011-01-23 03:12:28 -08:00
Jeff Walden
ca2ed756b9
Another round of orange fixes, sigh. r=orange yet again
2011-01-23 00:12:05 -08:00
Justin Lebar
c1cfb2a8ce
Bug 613813 - Mochitest's websocket server shouldn't die upon receiving SIGINT when running an interactive debugger. r=ted, a=testonly
...
--HG--
extra : rebase_source : 1f2664b9829ac2db355f02308fcdc133ead2d53f
2010-11-20 19:29:58 -08:00
Masayuki Nakano
dde10e95d8
Bug 610821 part.4 Send correct keyevents when type isn't specified r=smaug, a=beltzner
2011-01-14 22:43:18 +09:00
Clint Talbert
655e9599c7
Bug 624001 Update android devicemanager with better error handling r=jmaher,mcote a=NPOTB
2011-01-13 12:00:23 -06:00
Phil Ringnalda
81e8554942
Back out d1a5599b49fa from bug 615546 for turning bug 592402 from something that hadn't happened for three months to a top-10 test failure, a=shaver
2011-01-09 01:11:31 -08:00
Jeff Hammel
5144427ff0
Bug 568642 - Create make target for make mozmill r=ctalbert a=NPOTB
2011-01-11 10:51:30 -06:00
Serge Gautherie
e2f1e2f37e
Bug 621384 - SimpleTest.showReport(): add a separator from the test content; (Av1) Add |addNode(HR());|.
...
r=rcampbell a=(test only).
2011-01-04 16:20:18 +01:00