Brian O'Keefe
|
f23639843a
|
Bug 564388 - Make the 'quality' parameter to ToDataURL work for image/jpeg. Also fixes bug 401795 (handle excess arguments to ToDataURL by ignoring them). r=bz,roc
|
2011-05-26 09:28:26 +02:00 |
|
Ms2ger
|
78232b5c6c
|
Bug 481863 - Remove nsIDOM3DocumentEvent; r=smaug
|
2011-05-23 18:46:36 +02:00 |
|
Ms2ger
|
9f6fd81253
|
Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug
|
2011-05-23 18:46:36 +02:00 |
|
William Chen
|
e73174e69a
|
Bug 560112 - Implement HTML5 dataset attribute. r=sicking,mrbkap
|
2011-05-20 10:23:49 -07:00 |
|
Ms2ger
|
f2d033de5b
|
Bug 655514 - Remove nsIDOMDocumentTraversal; f=ehsan r=jonas
|
2011-05-15 12:07:30 +02:00 |
|
Ms2ger
|
bf3f9e1c97
|
Bug 655513 - Remove nsIDOMDocumentRange; f=ehsan r=bzbarsky
|
2011-05-15 12:07:28 +02:00 |
|
Mounir Lamouri
|
309054b8e1
|
Bug 514437 - Content part of the progress element. r=smaug
|
2011-04-09 10:22:02 -07:00 |
|
Matt Brubeck
|
9ecc2ac148
|
Back out changeset bfb48178c8ec (finish backing out bug 514437) to fix tests on a CLOSED TREE.
|
2011-05-09 19:38:05 -07:00 |
|
Mounir Lamouri
|
3d51f7559a
|
Bug 514437 - Content part of the progress element. r=smaug
|
2011-04-09 10:22:02 -07:00 |
|
Ms2ger
|
f8b7a22dfd
|
Bug 616684 - Remove support for DOM Views; r=sicking,ehsan
|
2011-04-24 08:54:25 +02:00 |
|
Ehsan Akhgari
|
80a224a816
|
Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others
|
2011-04-25 17:05:17 -04:00 |
|
Ms2ger
|
f6997ec9fe
|
Bug 616684 - Remove support for DOM Views; r=sicking
|
2011-04-24 08:54:25 +02:00 |
|
Ms2ger
|
15c02c17c5
|
Bug 619998 - Remove support for Document.strictErrorChecking; r=sicking
|
2011-04-22 10:38:37 +02:00 |
|
Ms2ger
|
c3a89e7258
|
Bug 585877 - Remove support for document.width and document.height; r=jonas sr=jst
* * *
try: -b do -p all -u mochitest-o -t none
|
2011-04-17 10:57:17 +02:00 |
|
Ms2ger
|
153fb333e9
|
Bug 619997 - Remove support for Document.renameNode; r=sicking
|
2011-04-16 11:14:09 +02:00 |
|
Ms2ger
|
bedbd07e0b
|
Bug 615509 - Remove nsIDOMDOMConfiguration, Document.domConfig; r=sicking
|
2011-04-15 16:06:55 +02:00 |
|
David Zbarsky
|
12198192cb
|
Bug 583514 - implement click and accesskey for all HTML elements r=smaug
|
2011-04-11 18:56:37 +02:00 |
|
Ms2ger
|
19d50a2208
|
Bug 604592 - Make Node.prefix readonly; r=smaug
|
2011-04-11 13:06:18 +02:00 |
|
Ehsan Akhgari
|
bdb832cf89
|
Backout changeset 4910cd19bc9a (Bug 583514) because it breaks the build as a result of incompatibility with the patches for bug 581177
|
2011-04-08 07:35:40 -07:00 |
|
David Zbarsky
|
d0b2f7b610
|
Bug 583514 - implement click and accesskey for all HTML elements r=smaug
|
2011-04-07 21:52:08 -07:00 |
|
Ehsan Akhgari
|
7c5b7d7bdd
|
Backout changeset 88eb5b5bb5d2 (bug 583514) because of reftest orange
|
2011-04-02 07:55:52 -04:00 |
|
David Zbarsky
|
438a2aabbb
|
Bug 583514 - implement click and accesskey for all HTML elements r=smaug
|
2011-04-01 18:50:58 -04:00 |
|
L. David Baron
|
f401a54db4
|
Rev IIDs of interfaces that derive from nsIDOMDocument due to methods added to nsIDOMDocument. (Bug 639849) r=bzbarsky
|
2011-03-29 19:45:50 -07:00 |
|
Ms2ger
|
36159e3d03
|
Bug 585933 - Only implement HTMLUnknownElement on unknown elements; r=jonas,smaug
|
2011-03-26 11:58:55 -04:00 |
|
Benjamin Smedberg
|
30b1c5926e
|
Bug 617539 - Fold in nsIDOMHTMLSelectElement_Mozilla_2_0_Branch, r=smaug
|
2011-03-25 11:03:35 -04:00 |
|
Mounir Lamouri
|
5540e613c3
|
Bug 610212 - canvas.width and canvas.height should be reflected as unsigned int. r=jst
|
2011-03-25 12:40:55 +01:00 |
|
Mounir Lamouri
|
1f588d26a2
|
Bug 630889 - textarea.rows and textarea.cols should be unsigned long and limited to only non-negative numbers greater than zero. r=smaug
|
2011-03-24 13:04:23 +01:00 |
|
Chris Pearce
|
3d37815baf
|
Bug 580531 - Implement HTMLMediaElement.mozPaintedFrames and mozFrameDelay. r=roc
|
2011-03-24 11:28:57 +13:00 |
|
Chris Pearce
|
d6fde26883
|
Bug 580531 - Add video demuxing/decoding stats. r=kinetik sr=roc
|
2011-03-24 11:28:57 +13:00 |
|
Matthew Gregan
|
d87175c7ff
|
Bug 626273 - Correct boundary seek logic. Change media element IDL floats to doubles per the spec. Invalidate updated frame after seeking. Optimize small forward seeks in WebM. r=cpearce a=roc
|
2011-01-17 16:03:00 +13:00 |
|
Vladimir Vukicevic
|
895126cd03
|
b=539771; Add support for context attribs to canvas; r=jmuizelaar
|
2010-11-16 20:33:03 -08:00 |
|
Mounir Lamouri
|
eba54c8371
|
Bug 596311 - Include whatwg specs in dom/interfaces/html/ idl comments where needed. r=smaug a=NPOTB
|
2010-11-17 00:45:29 +01:00 |
|
Mounir Lamouri
|
f332a9e1b3
|
Bug 596511 (1/3) - Add the required attribute to the select element. r=smaug a=blocking-betaN
|
2010-11-16 21:06:15 +01:00 |
|
Mounir Lamouri
|
47c1416417
|
Bug 607145 - form.action, button.formAction and input.formAction should be reflected as URL. r=bz a=blocking-b7
|
2010-10-29 21:49:42 +02:00 |
|
Mounir Lamouri
|
51983c8093
|
Backed out changeset 81326ef16ae1. a=oranges
|
2010-10-28 23:48:48 +02:00 |
|
Mounir Lamouri
|
519a318e6a
|
Bug 607145 - form.action, button.formAction and input.formAction should be reflected as URL. r=bz a=blocking-b7
|
2010-10-28 22:49:14 +02:00 |
|
Mounir Lamouri
|
aee0b02e8c
|
Bug 557087 (1/6) - Fieldset elements can be disabled. r+a=sicking
|
2010-09-18 23:24:58 +02:00 |
|
Kyle Huey
|
d76d0464c2
|
Bug 565843: Implement <canvas>.mozGetAsFile(name, type). r+a=sicking
|
2010-09-17 21:14:59 -04:00 |
|
Alex Vincent
|
e9c628b911
|
Bug 595505 - Remove nsIDOMHTMLVoidCallback.idl. r=smaug, sr=smaug, a=approval2.0 jst
|
2010-09-15 23:00:10 -07:00 |
|
Jonas Sicking
|
7fb70a467e
|
Bug 596385: Update FormData to latest spec. r=jst a=blocker
|
2010-09-15 15:52:02 -07:00 |
|
Mounir Lamouri
|
7fad0d5730
|
Bug 595449 - Implement elements IDL attribute for HTMLFieldsetElement. r+a=jst
|
2010-09-15 09:55:48 +02:00 |
|
Mounir Lamouri
|
62c6ab70fa
|
Bug 595447 - Add type IDL attribute for HTMLFieldSetElement. r=smaug a=jst
|
2010-09-15 09:55:06 +02:00 |
|
Mounir Lamouri
|
3283f121af
|
Bug 595429 - Add name IDL attribute for HTMLFieldSetElement. r=smaug a=jst
|
2010-09-15 09:54:20 +02:00 |
|
Mounir Lamouri
|
6b4b14605e
|
Bug 589696 - Implement formnovalidate attribute for submit controls. r=smaug a2.0=blocking
|
2010-09-15 01:38:07 +02:00 |
|
Mounir Lamouri
|
8ea3da6655
|
Bug 557628 (2/2) - Implement the autocomplete IDL attribute for input elements. f=smaug r+a=sicking
|
2010-09-14 19:58:34 +02:00 |
|
Mounir Lamouri
|
0c7ede33d7
|
Bug 557628 (1/2) - Implement the autocomplete IDL attribute for form elements. r=smaug a=sicking
|
2010-09-14 19:55:16 +02:00 |
|
Mounir Lamouri
|
4a27f87bbc
|
Bug 556013 - Implement novalidate attribute for form elements. r=smaug a2.0=blocking
|
2010-09-11 06:11:58 +02:00 |
|
David Zbarsky
|
d07b447143
|
Bug 556007 (1/3) - Add list IDL attribute to HTMLInputElement. r=sicking a2.0=sicking
|
2010-09-10 07:18:10 +02:00 |
|
Mounir Lamouri
|
f6bfa8cd84
|
Bug 555840 - Implement datalist element. r=sicking,mrbkap,ehsan sr=smaug a2.0=roc
|
2010-09-10 07:16:56 +02:00 |
|
Chris Pearce
|
0027a22b17
|
Bug 485288 - Update media load algorithm. r=roc a=blocking2.0
|
2010-09-03 12:03:03 +12:00 |
|