David Major
8e4066f3c9
Bug 1078674: Add dummy method to nsIDOMNode to preserve FF34 vtable offsets. r=bz -- Re-land with correct bug number DONTBUILD
2014-11-14 10:32:24 +13:00
David Major
a9fce766f3
Backed out changeset a03d97422b73 to re-land with correct bug number. DONTBUILD
2014-11-14 10:41:36 +13:00
David Major
32545964a2
Bug 1078764: Add dummy method to nsIDOMNode to preserve FF34 vtable offsets. r=bz
2014-11-14 10:32:24 +13:00
Nick Lebedev
fd9f29889f
Bug 1055773 - Move hasAttributes method from Node to Element. r=bz
2014-10-01 10:16:00 +02:00
Tom Schuster
cd855aa981
Bug 1065574 - Remove UserDataHandler. r=smaug f=bz
2014-09-11 12:22:30 +02:00
Ehsan Akhgari
2a47e3d6d2
Bug 994964 - Make DOM XPIDL interfaces non-scriptable, and add shim Components.interfaces entries for them; r=bzbarsky,bholley
2014-05-08 16:45:36 -04:00
Peter Van der Beken
511907d28c
Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky
2013-07-09 13:54:21 -04:00
David Zbarsky
519e9b14cb
Bug 898947 - Remove nsIInlineEventHandlers from nodes r=bz
2013-07-30 01:47:28 -07:00
David Zbarsky
8bc5fa3f3a
Backout a0868fe02c2a because I suspect it caused the debug mochitest failures resulting in the CLOSED TREE
2013-07-29 19:51:39 -07:00
David Zbarsky
87785474c6
Bug 898947 - Remove nsIInlineEventHandlers from nodes r=bz
2013-07-29 16:04:09 -07:00
Boris Zbarsky
d48078ecaf
Bug 856752. Reinstate Node.hasAttributes. r=khuey
2013-04-02 00:04:19 -04:00
Aryeh Gregor
7a538dfabc
Bug 849661 - Remove support for Node.hasAttributes(); r=bz
2013-03-21 14:48:32 +02:00
Ms2ger
799d666e72
Bug 844134 - Move the 'attributes' property from Node to Element; r=sicking
2013-03-17 09:51:34 +01:00
Ms2ger
b8e501d12e
Bug 847195 - Make NamedNodeMap only deal with Attrs; r=khuey
2013-03-10 09:00:33 +01:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
David Humphrey (:humph)
a49e674017
Bug 633602 - Implement Pointer Lock (Mouse Lock) API. r=roc,smaug
2012-04-11 17:55:21 -04:00
Diogo Golovanevsky Monteiro
90e6148421
Bug 735031 - Make Fullscreen API work with DOMElements rather than only HTML Elements. r=cpearce,smaug
2012-03-24 17:37:04 +13:00
Olli Pettay
b581efe19d
Bug 698061 - document.importNode's deep attribute should be optional, r=sicking
2011-10-30 23:17:53 +02:00
Ms2ger
60e22b6a33
Bug 693162 - Remove Document.xmlVersion; r=sicking
2011-10-15 09:30:07 +02:00
Ms2ger
e2072077dd
Bug 693154 - Remove Document.xmlStandalone; r=sicking
2011-10-15 09:28:44 +02:00
Ms2ger
bc65debe14
Bug 675287 - Make Document.documentURI readonly; r=sicking
2011-10-15 09:27:47 +02:00
Boris Zbarsky
3d9fe14b99
Bug 690056. Implement a vendor-prefixed version of the visibility API. r=sicking
...
The idea is to fire the visibilitychange event synchronously during pageshow and pagehide, since we're
already running script there for the pageshow/pagehide events. For docshell active state changes, we
fire the event asynchronously. In all cases, the actual state changes just before the event fires.
2011-10-11 17:29:12 -04:00
Olli Pettay
14e6634b1c
Bug 691059, don't throw when setting interface.prototype.onmouseenter/leave, r=bz
2011-10-10 14:42:17 +03:00
Olli Pettay
0a68ffd919
Bug 681387: backout bug 654352 (caretPositionFromPoint), r=ehsan
2011-10-08 13:49:51 +03:00
Jared Wein
e719844e83
Bug 689058 - Implement document.mozFullScreenEnabled (part 2: Updating UUIDs). r=roc
2011-10-04 12:37:34 -07:00
Ms2ger
17de659758
Bug 687426 - Remove Document.xmlEncoding; r=sicking
2011-10-01 18:14:40 +02:00
Boris Zbarsky
2a5b7180f7
Bug 682554. Move onreadystatechange to live on Document only. r=smaug
2011-09-19 22:56:45 -04:00
Olli Pettay
6ad5416eb1
Bug 685798 - Node.parentElement, r=bz
2011-09-11 16:05:19 -07:00
Ms2ger
1c06e9a514
Bug 641190 - Remove Document.normalizeDocument; r=sicking
2011-05-30 13:35:49 +02:00
Ms2ger
88cf0e03cd
Bug 611983 - Kill Document.createEntityReference; r=peterv
2011-05-29 10:33:35 +02:00
Ms2ger
8e77cf50f6
Bug 658906 - Remove nsIDOMNSDocument; r=sicking
2011-05-28 09:43:53 +02:00
Ms2ger
e2adcdac6a
Bug 658904 - Remove nsIDOMDocumentStyle; r=roc,jst
2011-05-26 10:18:43 +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
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
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
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
Ms2ger
19d50a2208
Bug 604592 - Make Node.prefix readonly; r=smaug
2011-04-11 13:06:18 +02: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
Boris Zbarsky
b785328569
Bug 457102. Remove vestiges of dead xpointer/fixptr stuff. r=sicking
2011-03-23 10:45:21 -04:00
Benjamin Smedberg
c1caf46407
Bug 481027 - Move dom/public/idl to dom/interfaces, r+sr=jst
2009-03-03 12:46:49 -05:00