Граф коммитов

62 Коммитов

Автор SHA1 Сообщение Дата
jwalden%mit.edu 4f0348662e Bug 417491 - Element.setAttribute(':', ...) throws DOMException INVALID_CHARACTER_ERR. r+sr=peterv, a=beltzner 2008-02-15 23:22:56 +00:00
jwalden%mit.edu 54c5546c19 Bug 411103 - document.createElement(bad) (and the NS version) throwing wrong exception. Fixes two acid3 tests as well. r=peterv, sr=jst, a=schrep 2008-02-12 04:14:58 +00:00
jwalden%mit.edu d6df2279c2 Adding a test to ensure .uri on a postMessage-generated event contains a hash reference from the caller, if one was present. No bug or code changes. 2008-02-11 20:27:32 +00:00
jruderman%hmc.edu 8b46949624 Add mochitest 2008-02-09 10:35:51 +00:00
jruderman%hmc.edu b749f302e0 Add mochitest for "new HTMLDocument()" throwing and not asserting 2008-02-09 00:24:43 +00:00
jwalden%mit.edu 7723fcf9fb Bug 414812 - document.domain = "0.0.1" on a page on 127.0.0.1 should not work. r=dwitte, sr=jst, a=schrep 2008-02-07 20:58:57 +00:00
jwalden%mit.edu ac1398daaf Bug 414815 - Add a window.postMessage test in the presence of a <base> tag (addresses the only postMessage test WebKit had for their implementation which we didn't). a=itsatest 2008-02-03 02:09:34 +00:00
jwalden%mit.edu 5b3f1dd24a Bug 387706 - Implement HTML5's cross-document messaging API (postMessage), enabling secure cross-origin communication between windows. r+sr=sicking, sr=jst, a=jst 2008-01-30 01:31:33 +00:00
reed%reedloden.com ae484ef34b Bug 405693 - "don't update identical offline cache manifests" [p=honzab@allpeers.com (Honza Bambas) r=dcamp sr=biesi a=blocking1.9+] 2008-01-29 07:54:56 +00:00
dcamp%mozilla.com 3f8fd161e5 Bug 405695: Use asciiHost/asciiSpec for offline cache ownership keys. p=Honza Bambas, r=me, sr=biesi 2008-01-23 04:31:51 +00:00
dcamp%mozilla.com fd89bd5e87 Bug 402272: Replace <link rel="offline-resource"> with manifests, and navigator.offlineResources/pendingOfflineLoads with window.applicationCache. p=dcamp/Honza Bombas, r=biesi, r+sr=jst, blocking1.9=jst 2008-01-16 21:54:35 +00:00
martijn.martijn%gmail.com 7ddfdbc285 Mochitest for bug 397571, r=martijn.martijn 2007-12-21 14:42:27 +00:00
mrbkap%gmail.com 6dcc7bd59b Fix mochitest fallout from bug 396849 2007-12-18 21:56:14 +00:00
ted.mielczarek%gmail.com e1b135d32d bug 400204 - window.innerWidth throws exception when called on a non-displayed frame (mochitest). r=jst 2007-12-04 16:52:23 +00:00
ted.mielczarek%gmail.com b8dac9687c bug 400204 - window.innerWidth throws exception when called on a non-displayed frame (mochitest). r=jst 2007-12-04 16:45:15 +00:00
dcamp%mozilla.com 1de1e69131 Bug 405479: fix race condition in test for bug 377539. r=bz 2007-11-27 04:08:19 +00:00
bzbarsky%mit.edu 67824b4593 Adding test. 2007-11-23 23:31:51 +00:00
jwalden%mit.edu abaaacea44 Bug 389366 - Canvas's .getImageData is returning premultiplied alpha pixels. r=dolske on my mochitestification of the test he wrote but was too slackerly to convert to a Mochitest :-P 2007-10-29 21:30:45 +00:00
bzbarsky%mit.edu 7f141c6b9a Fix a few scriptable helpers to correctly communicate
NS_SUCCESS_I_DID_SOMETHING.  Bug 396843, r+sr+a=jst
2007-09-28 14:28:17 +00:00
bzbarsky%mit.edu 80192bf374 Adding test. 2007-09-21 03:39:37 +00:00
jwalden%mit.edu eb3d5916f5 Bug 393974 - Tree walkers leak with a non-null filter. r=smaug, sr=sicking, a=blocking1.9 2007-08-28 23:42:42 +00:00
enndeakin%sympatico.ca 47e201491a Bug 389083, domstorage tests not outputing results, r=sayrer 2007-08-10 21:44:28 +00:00
sayrer%gmail.com 8a8465e751 Bug 375543. Add better diagnostics to failures. Patch by John Resig. r=sayrer 2007-08-09 05:48:58 +00:00
jst%mozilla.org 19a866fdec Backing out tests to fix orange. 2007-08-07 00:30:30 +00:00
jst%mozilla.org 2f41616fda Landing tests for bug 280959. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com 2007-08-06 23:12:07 +00:00
ginn.chen%sun.com fd8e29fa39 Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest
r=benjamin a=dsicore
2007-08-06 03:22:43 +00:00
dcamp%mozilla.com 781404bf57 disable some offline tests with problems, b=390494, r=vlad, a=damons 2007-08-01 18:46:32 +00:00
dcamp%mozilla.com 07547d4351 move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst 2007-07-25 05:35:40 +00:00
bzbarsky%mit.edu 51a46a7d7b Adding test. 2007-07-16 17:41:29 +00:00
jwalden%mit.edu ff3a736684 I think I figured out the problem with bug 384192; the code added to quit.js is also used in the browser tests, but it triggers an undefined-variable exception there, and I think the tests are getting killed by test timeout code that doesn't print a helpful 'tests timed out' message to give a little help determining the cause of the failure. We shall see... 2007-07-13 03:38:32 +00:00
jwalden%mit.edu 14311260a2 Fix line endings. 2007-07-13 00:17:38 +00:00
jwalden%mit.edu efef992a97 Back out 384192. 2007-07-12 08:46:10 +00:00
jwalden%mit.edu 8eb492710d Bug 384192 - Mochitest needs to support subdomain tests; use a proxy hack to pretend the tests are available on example.com, example.org, and various subdomains of each, on various ports, to satisfy this need. r=robcee 2007-07-12 05:38:48 +00:00
dcamp%mozilla.com f6d4f9ff68 implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst 2007-07-09 06:19:29 +00:00
dcamp%mozilla.com bdf488b2a7 implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst 2007-07-08 22:15:52 +00:00
sdwilsh%shawnwilsher.com 75742d0313 Bug 386109 - Integrate jQuery Test Suite (adding missing file). Patch by John Resig <jresig@mozilla.com>. r=rcampbell 2007-06-29 15:53:36 +00:00
rcampbell%mozilla.com 74d092e4e6 bug 386109 - Integrate jQuery Test Suite, patch by John Resig <jresig@mozilla.com>, r+=robcee 2007-06-29 15:10:45 +00:00
rcampbell%mozilla.com eff9690bd4 bug 381001 - Integrate Scriptaculous Test Suite, patch by John Resig <jresig@mozilla.com>, r+=me 2007-06-27 17:04:27 +00:00
rcampbell%mozilla.com c7be78f562 bug 379506, Integrate MochiKit Test Suite, patch by John Resig, <jresig@mozilla.com> 2007-06-21 14:13:56 +00:00
peterv%propagandism.org 2d6441d5ac Fix for bug 384122 (QueryInterface shouldn't be enumerable on DOM interface objects). r/sr=jst. 2007-06-14 10:03:45 +00:00
jonas%sicking.cc aa8b6ea8ff Bug 383511: Support multi-domain tests in mochitest. r=sayrer 2007-06-11 21:55:29 +00:00
rcampbell%mozilla.com 6d17b64912 Commenting MochiKit until fixed on Linux 2007-06-07 16:59:24 +00:00
rcampbell%mozilla.com bd464a7724 Fixed case error in Makefile 2007-06-06 21:29:18 +00:00
rcampbell%mozilla.com bd2b003d38 More makefile oddness 2007-06-06 21:15:37 +00:00
rcampbell%mozilla.com e92dea5436 Spaces in Makefile.in, entabified 2007-06-06 20:59:40 +00:00
rcampbell%mozilla.com 7125adcfd4 Bug 379506 - Integrate MochiKit Test Suite, patch by John Resig <jresig@mozilla.com> 2007-06-06 20:33:17 +00:00
roc+%cs.cmu.edu 6070c85192 Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst 2007-05-29 09:45:34 +00:00
peterv%propagandism.org a1e2d177c5 Test for bug 370098 (Some constructors raise a "XXX is not a function" exception when called (DOMParser, XMLSerializer, XMLHttpRequest, XPathEvaluator, XSLTProcessor)). r=jst. 2007-05-25 16:06:02 +00:00
mats.palmgren%bredband.net cafc85a9d4 Mochitest for bug 377539. b=377539 r=bzbarsky 2007-05-09 13:27:59 +00:00
bzbarsky%mit.edu ef4d4e9be0 Allow getting the lineNumber of XPConnect expceptions. Bug 291377, r=sicking,
sr=jst.  r=mrbkap, sr=jst for the test.
2007-04-27 04:19:12 +00:00