Jason Duell
|
7bd3d2eeae
|
Bug 695636 - Update close steps to adhere to WS spec. r=smaug
|
2012-06-04 16:38:32 -07:00 |
|
Sid Stamm
|
d95080757d
|
Bug 634773 - fix CSPSourceList.equals so 'none' and * are not equal. r=jst
|
2012-05-23 16:35:37 -07:00 |
|
Mats Palmgren
|
6a2fcb969f
|
Bug 759789 - Don't move on to the next test (or finishing) until we get all expected non-optional 'loadend' events. r=smaug
|
2012-06-01 20:52:37 +02:00 |
|
Mats Palmgren
|
c88189b994
|
Bug 759757 - Make sure SimpleTest.finish runs after the last test is finished. r=philor
|
2012-06-01 20:52:37 +02:00 |
|
Olli Pettay
|
cf1b7d557b
|
Bug 744830 - Implement fast serializer for innerHTML/outerHTML, p=jdm+smaug, r=hsivonen
|
2012-06-01 12:59:16 +03:00 |
|
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Olli Pettay
|
66c92d82af
|
Bug 758401 - Add a way to get message manager from docshell, r=jst
|
2012-05-28 12:27:25 +03:00 |
|
Kyle Huey
|
1a61e70130
|
Bug 757284: Restore Blob.mozSlice, with a deprecation warning. r=sicking
|
2012-05-25 11:44:38 -07:00 |
|
Ed Morley
|
3018aec902
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-05-24 15:48:20 +01:00 |
|
Olli Pettay
|
4acdd1080b
|
Bug 757700, make sure attr modification type is set, r=sicking
--HG--
extra : rebase_source : ed2b2cc803cbd494b33a4e343efee9bd76f7e54a
|
2012-05-24 13:31:35 +03:00 |
|
Olli Pettay
|
811c9d1086
|
Bug 749920 - Unprefix MozMutationObserver and add a warning about use of mutation events, r=sicking
|
2012-05-23 13:45:14 +03:00 |
|
Doug Turner
|
13d425d6fb
|
Bug 673586 - Implement lastModifiedDate property for the File interface. r=mounir
|
2012-05-21 15:11:56 -07:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Sid Stamm
|
166c8bf265
|
Bug 612391 - Convert CSP violation reporting from XHR to nsIUploadChannel. r=jonas
|
2012-05-23 16:00:42 -07:00 |
|
Henri Sivonen
|
e113f5bb05
|
Bug 753278 - Make document.open() after aborting the parser a no-op. r=smaug.
|
2012-05-18 15:06:28 +03:00 |
|
Masatoshi Kimura
|
f809aee2a1
|
Bug 752402 - Support ArrayBufferView as a member of blobParts parameter. r=sicking
|
2012-05-17 17:53:44 -04:00 |
|
Jason Duell
|
dc8e1646bb
|
Bug 748580 - websockets: omit close code when none passed to close(). r=mcmanus
|
2012-05-17 10:56:56 -07:00 |
|
Alexandre Poirot
|
b74038af93
|
Bug 682305 - nsXMLHttpRequest::Send fails with mChannel being implemented in JS. r=sicking
|
2012-05-10 19:58:48 +01:00 |
|
Blake Kaplan
|
94c4150fb9
|
Backed out changeset ad106d37ee43. The bug number in the changeset was wrong.
|
2012-05-15 12:03:01 +02:00 |
|
Alexandre Poirot
|
ce12f7fafe
|
Bug 736046 - nsXMLHttpRequest::Send fails with mChannel being implemented in JS r=sicking
--HG--
extra : rebase_source : 447999d425cb6a405c287fecdcfc7810676ea3b9
|
2012-05-10 19:58:48 +01:00 |
|
Ms2ger
|
4b86369c76
|
Bug 752226 - Tests. r=evilpie
|
2012-05-11 17:46:54 +02:00 |
|
Ed Morley
|
94067f98cb
|
Backout 9b0fcaacb788 & bf3fef257e68 (bug 752226) for mochitest-other orange
|
2012-05-11 18:25:52 +01:00 |
|
Ms2ger
|
384051ecef
|
Bug 752226 - Tests. r=evilpie
--HG--
extra : rebase_source : 7a0d155ab7d7898ca4c96b86ae6f706172c7c71f
|
2012-05-11 17:46:54 +02:00 |
|
Mark Capella
|
dd4dbf0fab
|
Bug 749367 - script type=texttemplate content parsed as JavaScript (+E4X), r=jst, f=ms2ger, mbrubeck, jdm
|
2012-05-09 07:24:24 -07:00 |
|
Bobby Holley
|
26ec731b76
|
Bug 750859 - remove unused (or seldom-used) PrivilegeManager functions. r=bz
|
2012-05-02 23:57:34 +02:00 |
|
Masatoshi Kimura
|
473d12ee2a
|
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
|
2012-04-26 09:42:26 -07:00 |
|
Serge Gautherie
|
5ffa364520
|
Bug 744663. (Cv1) Use 'test' pre instead of redundant 'log' pre, Improve on-screen logging. r=smaug.
(a=test-only)
|
2012-04-24 03:02:33 +02:00 |
|
Serge Gautherie
|
0d9ff0d427
|
Bug 744663. (Bv1) Inline finishWSTest(), Use executeSoon() between sub-tests, Improve message contents, Receive "end" messages too, Add an additional forcegc(), Nits. r=smaug.
(a=test-only)
|
2012-04-24 03:01:35 +02:00 |
|
Serge Gautherie
|
7e236c76ea
|
Bug 744663. (Av1) Improve documentation and logs, Nits. r=smaug.
(a=test-only)
|
2012-04-24 03:00:43 +02:00 |
|
Tom Schuster
|
886fac49f9
|
Bug 711843 - Update JSAPI for typed arrays, remove uses of jstypedarray.h outside the engine [r=Waldo,bz,Ms2ger,bholley,bjacob,philikon,evilpie,bent,yourmama] [a=mfinkle thanks to gkw]
|
2012-01-14 09:43:00 -08:00 |
|
Tanvi Vyas
|
68b566d19a
|
bug 570505 - fix csp to avoid creating strings from URIs and un-hose test_bug558431. r=dveditz
|
2012-04-17 06:16:05 -07:00 |
|
Aryeh Gregor
|
ad53b6dceb
|
Bug 433662 part 2 - Make Range.insertNode insert the node into the range even when the range is collapsed
|
2012-04-01 08:02:21 -04:00 |
|
Masatoshi Kimura
|
7a414c7e1e
|
Bug 743575 - Try to get line number if at all possible when reporting warnings to the error console. r=mrbkap
|
2012-04-13 13:57:05 -04:00 |
|
Gregory Szorc
|
02176ef199
|
Merge mozilla-central into inbound
|
2012-04-11 18:51:10 -07:00 |
|
Olli Pettay
|
8b443bebd8
|
Bug 742482 - Add support for MutationObserver.takeRecords(), r=sicking
|
2012-04-11 08:24:18 +03:00 |
|
Masatoshi Kimura
|
51238f18b9
|
Bug 743049 - Part 2: Use the new API from NS_ScriptErrorReporter to get an error type name. r=jst
|
2012-04-11 17:55:22 -04:00 |
|
Makoto Kato
|
9c9e8ca686
|
Bug 737966 - Evaluating nsIXMLHttpRequest.responseText throws on certain parsing errors. r=sicking
|
2012-04-04 20:59:02 +09:00 |
|
Marco Bonardo
|
30c673af46
|
Merge last green PGO from inbound to central
|
2012-04-04 13:36:36 +02:00 |
|
Olli Pettay
|
76b8cd7f71
|
Bug 742183 - Handle MicroTasks correctly with showModalDialog, r=sicking
|
2012-04-04 09:23:45 +03:00 |
|
Olli Pettay
|
5ecdf9457c
|
Bug 742190 - Leak with MozMutationObserver, r=sicking
|
2012-04-04 09:22:16 +03:00 |
|
Marco Bonardo
|
415f421dbb
|
Merge central and inbound
|
2012-04-03 14:36:57 +02:00 |
|
Ms2ger
|
3ca758f544
|
Bug 737122 - Attr nodes shouldn't have children; r=sicking
|
2012-04-03 09:25:39 +02:00 |
|
Henri Sivonen
|
6f3ab1156e
|
Bug 739537 - No longer drop leading space from the plain text clipboard flavor when exporting both HTML and plain text to clipboard. r=smaug.
|
2012-04-03 09:44:15 +03:00 |
|
Masatoshi Kimura
|
17a428d27a
|
Bug 738912 - Part 2: Add tests. r=sicking
|
2012-04-03 20:08:28 -04:00 |
|
Aryeh Gregor
|
e4b9c89381
|
Bug 719533 - Range.extractContents() shouldn't modify the DOM if the range contains a doctype; r=smaug
|
2012-04-01 07:45:35 -04:00 |
|
Ed Morley
|
18b9148c4f
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-03-31 22:41:59 +01:00 |
|
Olli Pettay
|
c7a649ab35
|
Bug 641821, MutationObserver, r=sicking
--HG--
extra : rebase_source : a680c883b22976edf38eea23fb516215e081084f
|
2012-03-31 09:30:13 -07:00 |
|
Henri Sivonen
|
dc86834ec3
|
Bug 731896 - Export plain text from the DOM selection directly without an intermediate HTML serialization. r=smaug.
|
2012-03-31 17:10:34 +03:00 |
|
Peter Van der Beken
|
af493c9840
|
Fix for bug 740855 (Make tests that try to get XHR.channel use SpecialPowers). r=bz, bent.
--HG--
extra : rebase_source : 1278ff2158cd8138ebe3570a2d8f45cec8233d1c
|
2012-03-30 09:38:19 -07:00 |
|
Peter Van der Beken
|
208cff3073
|
Fix for bug 740467 (Make test_XHR_timeout.js use addEventListener(..., obj, ...) instead of on* = obj). r=khuey.
--HG--
extra : rebase_source : e5039bfd291e3955282ff63f3ac5c0ab2869279a
|
2012-03-29 11:16:31 -07:00 |
|