jwalden@mit.edu
|
d499be4608
|
Add a test for postMessage(msg, undefined), which must be a syntax error as |undefined| is both present and not null.
|
2008-02-26 22:03:38 -08:00 |
jwalden@mit.edu
|
fd85179740
|
Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner
|
2008-02-26 19:48:54 -08:00 |
jonas@sicking.cc
|
498741eb4c
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-26 19:45:29 -08:00 |
reed@reedloden.com
|
92766e45cd
|
Bug 409349 - [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=Enn sr=dveditz a1.9=damons a=blocking1.9+]
|
2008-02-26 17:01:01 -08:00 |
jst@mozilla.org
|
9b47522667
|
Fixing bug 418755. Revert our decision to throw WRONG_DOCUMENT_ERR per the DOM spec as the web expects that not to happen. r+sr=jonas@sickin.cc
|
2008-02-21 18:18:43 -08:00 |
jwalden@mit.edu
|
eab7848d5a
|
Bug 417491 - Element.setAttribute(':', ...) throws DOMException INVALID_CHARACTER_ERR. r+sr=peterv, a=beltzner
|
2008-02-15 15:22:55 -08:00 |
jwalden@mit.edu
|
c8d980c83c
|
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-11 20:14:57 -08:00 |
jwalden@mit.edu
|
ab468cb322
|
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 12:27:32 -08:00 |
jruderman@hmc.edu
|
c3497c982c
|
Add mochitest
|
2008-02-09 02:35:51 -08:00 |
jruderman@hmc.edu
|
8241e363d4
|
Add mochitest for "new HTMLDocument()" throwing and not asserting
|
2008-02-08 16:24:43 -08:00 |
jwalden@mit.edu
|
6e8c7256eb
|
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 12:58:56 -08:00 |
jwalden@mit.edu
|
f8616acdc6
|
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-02 18:09:34 -08:00 |
jwalden@mit.edu
|
dcb3f1b5ce
|
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-29 17:31:29 -08:00 |
reed@reedloden.com
|
e43e76f1d9
|
Bug 405693 - "don't update identical offline cache manifests" [p=honzab@allpeers.com (Honza Bambas) r=dcamp sr=biesi a=blocking1.9+]
|
2008-01-28 23:54:54 -08:00 |
dcamp@mozilla.com
|
3ca3aa31e4
|
Bug 405695: Use asciiHost/asciiSpec for offline cache ownership keys. p=Honza Bambas, r=me, sr=biesi
|
2008-01-22 20:31:50 -08:00 |
dcamp@mozilla.com
|
3494bf7df2
|
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 13:54:33 -08:00 |
martijn.martijn@gmail.com
|
4f8659f7db
|
Mochitest for bug 397571, r=martijn.martijn
|
2007-12-21 06:42:27 -08:00 |
mrbkap@gmail.com
|
85081118e7
|
Fix mochitest fallout from bug 396849
|
2007-12-18 13:56:14 -08:00 |
ted.mielczarek@gmail.com
|
dab35012df
|
bug 400204 - window.innerWidth throws exception when called on a non-displayed frame (mochitest). r=jst
|
2007-12-04 08:52:23 -08:00 |
ted.mielczarek@gmail.com
|
eafb224590
|
bug 400204 - window.innerWidth throws exception when called on a non-displayed frame (mochitest). r=jst
|
2007-12-04 08:45:15 -08:00 |
dcamp@mozilla.com
|
e89ae4951a
|
Bug 405479: fix race condition in test for bug 377539. r=bz
|
2007-11-26 20:08:19 -08:00 |
bzbarsky@mit.edu
|
a3dfbb576c
|
Adding test.
|
2007-11-23 15:31:51 -08:00 |
reed@reedloden.com
|
f9e7a3589e
|
Bug 319968 - "Some DOM functions don't work in XPCShell (classinfo broken)" [p=Mossop r+sr=jst a1.9=schrep]
|
2007-11-13 02:35:49 -08:00 |
jwalden@mit.edu
|
3ef62ea030
|
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 14:30:45 -07:00 |
bzbarsky@mit.edu
|
cf2371f091
|
Fix a few scriptable helpers to correctly communicate NS_SUCCESS_I_DID_SOMETHING. Bug 396843, r+sr+a=jst
|
2007-09-28 07:28:16 -07:00 |
bzbarsky@mit.edu
|
20e19d2daf
|
Adding test.
|
2007-09-20 20:39:37 -07:00 |
jwalden@mit.edu
|
dc650f5892
|
Bug 393974 - Tree walkers leak with a non-null filter. r=smaug, sr=sicking, a=blocking1.9
|
2007-08-28 16:42:41 -07:00 |
enndeakin@sympatico.ca
|
dbb68e119d
|
Bug 389083, domstorage tests not outputing results, r=sayrer
|
2007-08-10 14:44:28 -07:00 |
sayrer@gmail.com
|
dfd77a09fd
|
Bug 375543. Add better diagnostics to failures. Patch by John Resig. r=sayrer
|
2007-08-08 22:48:58 -07:00 |
jst@mozilla.org
|
5af0e0a0f3
|
Backing out tests to fix orange.
|
2007-08-06 17:30:30 -07:00 |
jst@mozilla.org
|
8b30196330
|
Landing tests for bug 280959. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com
|
2007-08-06 16:11:52 -07:00 |
ginn.chen@sun.com
|
6f5f621c9e
|
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
|
2007-08-05 20:22:32 -07:00 |
dcamp@mozilla.com
|
5af1e8112d
|
disable some offline tests with problems, b=390494, r=vlad, a=damons
|
2007-08-01 11:46:32 -07:00 |
dcamp@mozilla.com
|
e6fea393ca
|
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-24 22:35:39 -07:00 |
bzbarsky@mit.edu
|
fb37999c13
|
Adding test.
|
2007-07-16 10:41:29 -07:00 |
jwalden@mit.edu
|
603ac1a170
|
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-12 20:38:31 -07:00 |
jwalden@mit.edu
|
70b85a68a9
|
Fix line endings.
|
2007-07-12 17:17:38 -07:00 |
jwalden@mit.edu
|
a37e39d744
|
Back out 384192.
|
2007-07-12 01:46:07 -07:00 |
jwalden@mit.edu
|
2c73b2927f
|
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-11 22:38:47 -07:00 |
dcamp@mozilla.com
|
b65e2cfdf1
|
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
|
2007-07-08 23:19:27 -07:00 |
dcamp@mozilla.com
|
08e612af60
|
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
|
2007-07-08 15:15:51 -07:00 |
sdwilsh@shawnwilsher.com
|
10bfa22e47
|
Bug 386109 - Integrate jQuery Test Suite (adding missing file). Patch by John Resig <jresig@mozilla.com>. r=rcampbell
|
2007-06-29 08:53:36 -07:00 |
rcampbell@mozilla.com
|
1c2e8dfb6d
|
bug 386109 - Integrate jQuery Test Suite, patch by John Resig <jresig@mozilla.com>, r+=robcee
|
2007-06-29 08:10:42 -07:00 |
rcampbell@mozilla.com
|
d2c4559ce8
|
bug 381001 - Integrate Scriptaculous Test Suite, patch by John Resig <jresig@mozilla.com>, r+=me
|
2007-06-27 10:04:26 -07:00 |
rcampbell@mozilla.com
|
84df55536a
|
bug 379506, Integrate MochiKit Test Suite, patch by John Resig, <jresig@mozilla.com>
|
2007-06-21 07:13:56 -07:00 |
peterv@propagandism.org
|
e9e745dee8
|
Fix for bug 384122 (QueryInterface shouldn't be enumerable on DOM interface objects). r/sr=jst.
|
2007-06-14 03:03:44 -07:00 |
jonas@sicking.cc
|
fdf2d5e3ae
|
Bug 383511: Support multi-domain tests in mochitest. r=sayrer
|
2007-06-11 14:55:28 -07:00 |
rcampbell@mozilla.com
|
74cb36be7e
|
Commenting MochiKit until fixed on Linux
|
2007-06-07 09:59:24 -07:00 |
rcampbell@mozilla.com
|
6437b75480
|
Fixed case error in Makefile
|
2007-06-06 14:29:18 -07:00 |
rcampbell@mozilla.com
|
72bc663206
|
More makefile oddness
|
2007-06-06 14:15:37 -07:00 |