HoPang Hsu
|
3ebd7c9d32
|
Bug 1261002 - Part 1: Implement node.isConnected. r=smaug
|
2016-05-20 16:31:29 +08:00 |
Carsten "Tomcat" Book
|
f4e7ed2079
|
Backed out changeset 51865375fb83 (bug 1261002) for possible causing android and valgrind issues on a CLOSED TREE
--HG--
extra : rebase_source : e275e19e418e23748b1fcbc33b061391a7877bd5
|
2016-05-23 11:22:29 +02:00 |
HoPang Hsu
|
c709161c11
|
Bug 1261002 - Part 1: Implement node.isConnected. r=smaug
|
2016-05-20 16:31:29 +08:00 |
Jocelyn Liu
|
9adeb967f0
|
Bug 1270387 - Disable Node.rootNode in release builds due to web compatibility issues. r=smaug
MozReview-Commit-ID: Gc2XGuFAYlD
--HG--
extra : rebase_source : 903fd104b36839b2fac27e0e67364abb95cec9ce
|
2016-05-05 14:21:22 +08:00 |
Aryeh Gregor
|
c1a60c58b4
|
Bug 1055776 - Move namespaceURI, prefix, localName from Node to Element; r=bz
|
2016-04-13 15:21:12 +03:00 |
John Dai
|
784acc967f
|
Bug 1256299 - Implement Node.isSameNode. r=bz
--HG--
extra : rebase_source : a656c8c9eb9a5c6fe02136c0389c478cff58fa0a
|
2016-03-25 18:23:50 +08:00 |
Jocelyn Liu
|
4967a99f0c
|
Bug 1254956 - Implement Node.rootNode. r=Ms2ger,smaug
MozReview-Commit-ID: HeV3qnngbTx
--HG--
extra : rebase_source : b25172112a902a2dd4f9af2087a266baa7f8b797
|
2016-03-16 09:49:10 +08:00 |
Carsten "Tomcat" Book
|
35e5eec178
|
Backed out changeset 5eb1f8858a31 (bug 1254956) for testfailures in rootNode.html
|
2016-03-21 09:20:37 +01:00 |
Jocelyn Liu
|
b8598e36ab
|
Bug 1254956 - Implement Node.rootNode. r=smaug
MozReview-Commit-ID: HeV3qnngbTx
--HG--
extra : rebase_source : 767d31edb8b5ae7223e7e13c2d9be0137f212b62
|
2016-03-16 09:49:10 +08:00 |
Nick Lebedev
|
df62a59237
|
Bug 1055773 - Move hasAttributes method from Node to Element. r=bz
|
2014-10-01 10:16:00 +02:00 |
Tom Schuster
|
e9184faa0c
|
Bug 1065574 - Remove UserDataHandler. r=smaug f=bz
|
2014-09-11 12:22:30 +02:00 |
Alessio Placitelli
|
8f50bda776
|
Bug 1037214 - Throw OOM to the script instead of aborting in FragmentOrElement::GetTextContentInternal. r=bz
|
2014-08-05 06:10:00 -04:00 |
Boris Zbarsky
|
c388b489bd
|
Bug 937461. Make cloneNode/importNode "deep" arg default to false, since the spec changed on us. r=sicking
|
2013-12-20 14:28:17 -05:00 |
Boris Zbarsky
|
e4913a06ef
|
Bug 938294 part 4. Add more [Pure] annotations on Node/Element/Document. r=peterv
|
2013-11-25 20:59:39 -05:00 |
Boris Zbarsky
|
20b04d6057
|
Bug 882541 part 4. Treat undefined as missing for optional WebIDL arguments. r=khuey,ms2ger
|
2013-10-11 12:28:24 -04:00 |
Olli Pettay
|
0375e46d98
|
Bug 912874 - New API to enumerate mutation observers, r=peterv
--HG--
extra : rebase_source : a11135f5fbf0faec36fd2cf5a3f1d348886d0bdc
|
2013-09-11 22:43:01 +03:00 |
Boris Zbarsky
|
68ca6691d8
|
Bug 909863. Add support for the [SameObject] extended attribute in WebIDL. r=khuey
|
2013-08-29 00:30:05 -04:00 |
Boris Zbarsky
|
bd1400ee1f
|
Bug 894448 part 1. Move IsChromeOrXBL to xpcpublic.h. r=bholley
|
2013-07-25 19:41:46 -07:00 |
Bobby Holley
|
b279cd48ba
|
Bug 834699 - Stop checking dom.xbl_scopes. r=bz
|
2013-05-02 16:02:03 -07:00 |
Boris Zbarsky
|
2cb912c299
|
Bug 856752. Reinstate Node.hasAttributes. r=khuey
|
2013-04-02 00:04:19 -04:00 |
Aryeh Gregor
|
b4a520d2b8
|
Bug 849661 - Remove support for Node.hasAttributes(); r=bz
|
2013-03-21 14:48:32 +02:00 |
Ms2ger
|
4ec472b450
|
Bug 844134 - Move the 'attributes' property from Node to Element; r=sicking
|
2013-03-17 09:51:34 +01:00 |
Aryeh Gregor
|
07f1711dbc
|
Bug 801562 - Remove Node.isSupported; r=bz
--HG--
rename : content/svg/content/test/test_isSupported.xhtml => content/svg/content/test/test_hasFeature.xhtml
|
2013-03-15 12:21:52 +02:00 |
Ms2ger
|
89fffd12a6
|
Bug 847195 - Make NamedNodeMap only deal with Attrs; r=khuey
--HG--
rename : dom/interfaces/core/nsIDOMNamedNodeMap.idl => dom/interfaces/core/nsIDOMMozNamedAttrMap.idl
|
2013-03-10 09:00:33 +01:00 |
Masatoshi Kimura
|
cd9eabebe7
|
Bug 842372 - Part 2: Hide getUserData and setUserData from content. r=bz
|
2013-02-23 13:46:06 +09:00 |
Boris Zbarsky
|
183ebb351b
|
Bug 835417 part 4. Flag a bunch of DOM getters as [Pure]. r=peterv
|
2013-01-29 17:53:53 -05:00 |
Boris Zbarsky
|
12de7c3472
|
Bug 835417 part 1. Mark Node.namespaceURI as not throwing, since [Constant] things aren't allowed to throw (though we were not enforcing that). r=peterv
|
2013-01-29 17:53:52 -05:00 |
Boris Zbarsky
|
3b7f2fb148
|
Bug 816425. Mark a few more things [Constant] in IDL, especially ImageData.width/height. r=peterv
|
2012-12-25 14:00:15 -08:00 |
Peter Van der Beken
|
47915af064
|
Fix for bug 812333 (Replace Node quickstubs with new binding methods) - part 2: install Node's binding methods on the XPConnect proto. r=bz.
|
2012-11-22 12:09:41 +01:00 |
Peter Van der Beken
|
e4c543b77c
|
Fix for bug 773780 (Add API for new DOM bindings for Node). r=bz.
--HG--
extra : rebase_source : 5dd51c4ad5274da9235c8c341b0531f234e95a91
|
2012-10-09 14:31:24 +02:00 |
Peter Van der Beken
|
ed510d3506
|
Fix for bug 740069 (Generate JS bindings in C++ with a python script for DOM objects on the main thread and in workers. Infrastructure and new bindings for XMLHttpRequest). Patch by bent/bz/bholley/jst/khuey/peterv, r=bent/bz/bholley/jlebar/khuey/peterv/sicking/smaug.
--HG--
rename : js/xpconnect/tests/mochitest/test_bug462428.html => dom/bindings/test/test_lookupGetter.html
|
2012-03-30 21:42:20 -07:00 |