Boris Zbarsky
|
c9051013c6
|
Bug 870566. Make dataset gets faster by spending less time messing with strings. r=smaug
|
2013-05-10 18:57:58 -04:00 |
|
Olli Pettay
|
d62ca04f63
|
Bug 866225 - remove some useless #includes, r=mccr8
--HG--
extra : rebase_source : 6cfd39ac879e525fc02961dd002f6920b1c11775
|
2013-04-27 02:15:04 +03:00 |
|
Boris Zbarsky
|
9c1973b5d2
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
|
Ms2ger
|
99a08555f8
|
Bug 856629 - Part b: Implement ChildNode.remove(); r=bz
|
2013-04-13 09:08:47 +02:00 |
|
Aryeh Gregor
|
6d2305a18c
|
Bug 857102 part 3 - Make various GetNodeInfo callers infallible; r=bz
|
2013-04-04 15:01:11 +03:00 |
|
Andrea Marchesini
|
88fb3bf458
|
Bug 851470 - Attr to WebIDL. r=Ms2ger
|
2013-04-09 17:29:47 +02:00 |
|
Boris Zbarsky
|
8497d2e6a5
|
Bug 856752. Reinstate Node.hasAttributes. r=khuey
|
2013-04-02 00:04:19 -04:00 |
|
Aryeh Gregor
|
b5a262279a
|
Bug 849661 - Remove support for Node.hasAttributes(); r=bz
|
2013-03-21 14:48:32 +02:00 |
|
Ms2ger
|
efad9ae54c
|
Bug 844134 - Move the 'attributes' property from Node to Element; r=sicking
|
2013-03-17 09:51:34 +01:00 |
|
Ms2ger
|
22922b6e92
|
Bug 851025 - Remove nsLayoutUtils::RectListBuilder::mRv; r=bz
|
2013-03-17 08:55:16 +01:00 |
|
Masatoshi Kimura
|
e5e5a90814
|
Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz
|
2013-03-12 08:03:47 +09:00 |
|
Ms2ger
|
2cf07efa15
|
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 |
|
Ms2ger
|
c910249aca
|
Bug 847144 - Rename Element::GetAttributes() to Attributes() and remove null-checks; r=mounir
|
2013-03-10 08:58:47 +01:00 |
|
Mounir Lamouri
|
116e0cedd6
|
Bug 833012 - Remove "nsContentUtils.h" inclusion from Element.h. r=Ms2ger
|
2013-01-31 23:11:49 +00:00 |
|
Boris Zbarsky
|
e07baed27f
|
Bug 836050 part 3. Make Element::AttrValueIs non-virtual. r=smaug
|
2013-01-30 22:26:46 -05:00 |
|
Boris Zbarsky
|
6c77187ae8
|
Bug 836050 part 2. Make Element::HasAttr non-virtual. r=smaug
|
2013-01-30 22:26:46 -05:00 |
|
Boris Zbarsky
|
db8332a07c
|
Bug 836050 part 1. Make Element::GetAttr non-virtual. r=smaug
|
2013-01-30 22:26:46 -05:00 |
|
Phil Ringnalda
|
9e36f71547
|
Back out 0b427bfd720d:79e6231558d7 (bug 836050) for Mac and b2g build bustage
CLOSED TREE
|
2013-01-30 20:41:02 -08:00 |
|
Boris Zbarsky
|
692cc658a6
|
Bug 836050 followup. Rev the nsIContent and Element IIDs. r=smaug
|
2013-01-30 22:28:38 -05:00 |
|
Boris Zbarsky
|
13b47acc40
|
Bug 836050 part 3. Make Element::AttrValueIs non-virtual. r=smaug
|
2013-01-30 22:26:46 -05:00 |
|
Boris Zbarsky
|
f09f69833a
|
Bug 836050 part 2. Make Element::HasAttr non-virtual. r=smaug
|
2013-01-30 22:26:46 -05:00 |
|
Boris Zbarsky
|
cfe74f2ae2
|
Bug 836050 part 1. Make Element::GetAttr non-virtual. r=smaug
|
2013-01-30 22:26:46 -05:00 |
|
Boris Zbarsky
|
c60373bc80
|
Bug 834877 part 5. Add an overload of GetAttribute that takes a DOMString. r=peterv
|
2013-01-29 09:42:15 -05:00 |
|
Boris Zbarsky
|
ce4c3cbc12
|
Bug 834877 part 4. Add overloads of GetAttr() and GetId() that take a DOMString. r=peterv
|
2013-01-29 09:42:14 -05:00 |
|
Robert O'Callahan
|
a0d9b3a323
|
Bug 833542. Make scrollWidth/scrollHeight for overflow:visible match what they would be for overflow:hidden on the same element. r=mats
--HG--
extra : rebase_source : 42d1018cf48caf1eec4bc9251ec1cb3eee30001b
|
2013-01-29 14:38:22 +13:00 |
|
David Zbarsky
|
5550efaefb
|
Bug 830231 - Remove nsIDOMDOM(Settable)TokenList r=bz
|
2013-01-15 03:35:59 -05:00 |
|
Simon Montagu
|
06e49dc3ab
|
Use IsHtml(foo) instead of NodeInfo()->Equals(foo). Bug 828166, r=peterv
|
2013-01-13 08:08:59 -08:00 |
|
Cameron McCormack
|
d617d4b9f8
|
Bug 508725 - Part 10: Implement scoped style sheets for SVG. r=bz
|
2013-01-09 10:25:48 +11:00 |
|
Cameron McCormack
|
26873544a3
|
Backout bug 508725 (d267bb4b58b5, 50f71edffeb9, 6aec8e22fe60, e62e1f33958a, 0f146c435249, eb959b9f4862, 2b0ee42f3aa0, 02db01cd6796, 2ef0e517d43d, b650588e05c9 and a3c916829d56) for build failure on a CLOSED TREE.
|
2013-01-08 19:36:21 +11:00 |
|
Cameron McCormack
|
f2f3bb1715
|
Bug 508725 - Part 10: Implement scoped style sheets for SVG. r=bz
|
2013-01-08 19:09:24 +11:00 |
|
William Chen
|
7cd5470029
|
Bug 617532 - Implement UndoManager. r=ehsan
|
2013-01-03 22:54:26 -08:00 |
|
Peter Van der Beken
|
5c8280e854
|
Fix for bug 811701 (Move innerHTML/outerHTML/insertAdjacentHTML from HTMLElement to Element). r=bzbarsky.
|
2012-12-23 18:38:41 -08:00 |
|
Ms2ger
|
891e537528
|
Bug 817279 - Make Element::SetParsedAttr non-virtual; r=bz
|
2012-12-22 09:04:08 +01:00 |
|
Masayuki Nakano
|
0adde071a4
|
Bug 813445 part.6 Remove NS_EVENT_FLAG_PREVENT_MULTIPLE_ACTIONS r=smaug
|
2012-12-16 10:26:04 +09:00 |
|
Boris Zbarsky
|
7cbdd79ac6
|
Bug 820902. nsAttrValue::Equals should do ASCII-case-insensitive compares when it's doing case-insensitive compares. r=sicking
|
2012-12-13 17:08:44 -05:00 |
|
Peter Van der Beken
|
f95d18d798
|
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
|
2012-11-22 12:09:43 +01:00 |
|
Ed Morley
|
6235b77c71
|
Backout 67e95e421678 (bug 814195) for Windows debug jsreftest failures on a CLOSED TREE
|
2012-11-29 11:17:11 +00:00 |
|
Peter Van der Beken
|
147e2bb1eb
|
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
--HG--
extra : rebase_source : 360b2ee1bc678265781991149185a1c1d262642e
|
2012-11-22 12:09:43 +01:00 |
|
Ehsan Akhgari
|
7d0b7e0454
|
Backed out 6 changesets (bug 814821, bug 815158, bug 814195) for test failures
Backed out changeset 0c2011091748 (bug 815158)
Backed out changeset 9d70b4460508 (bug 814195)
Backed out changeset bf8746658a72 (bug 814821)
Backed out changeset e73366b088d7 (bug 814821)
Backed out changeset 49fc6d535c41 (bug 814821)
Backed out changeset 987aea26a43a (bug 814821)
|
2012-11-27 16:30:39 -05:00 |
|
Peter Van der Beken
|
9ac91a75ad
|
Fix for bug 814195 (Replace Element quickstubs with new binding methods). r=bz.
--HG--
extra : rebase_source : 349ceea8412f4133e1b9de4e2859d7663da27fa5
|
2012-11-22 12:09:43 +01:00 |
|
Simon Montagu
|
982988287e
|
Implementation of HTML5 dir=auto. Bug 548206, r=ehsan, peterv.
|
2012-11-21 02:13:57 -08:00 |
|
Phil Ringnalda
|
305c73b87c
|
Backout b7e492bf7c13, a64c112c6858, 84b9a773104b, 4bd4aabbaf28 and 24ad2de34061 (bug 548206) for Win Ru orange
|
2012-11-20 08:44:04 -08:00 |
|
Simon Montagu
|
e3a9ed59c0
|
Implementation of HTML5 dir=auto. Bug 548206, r=ehsan, peterv
|
2012-11-20 06:21:15 -08:00 |
|
Boris Zbarsky
|
d23220892d
|
Bug 811449 part 8. Get rid of nsGenericElement. r=peterv
|
2012-11-14 14:10:08 -08:00 |
|
Boris Zbarsky
|
3f8bfcaee1
|
Bug 811449 part 7. Get rid of nsGenericElement in Element.cpp. r=peterv
|
2012-11-14 14:10:08 -08:00 |
|
Boris Zbarsky
|
c85615b539
|
Bug 811449 part 5. Drop no longer needed namespacing on arguments and return values of Element methods. r=peterv
|
2012-11-14 14:10:07 -08:00 |
|
Boris Zbarsky
|
a6ed62ddd6
|
Bug 811449 part 4. Move the data members of Element to the end of the class. r=peterv
|
2012-11-14 14:10:07 -08:00 |
|
Boris Zbarsky
|
e369ff0f95
|
Bug 811449 part 3. Eliminate nsGenericElement as a separate class.
|
2012-11-14 14:10:07 -08:00 |
|
Boris Zbarsky
|
1cd424521b
|
Bug 811449 part 2. Combine the forward-declares and includes in Element.h. r=peterv
This is just moving includes and forward-declares and some inline
implementations around. No substantive changes.
|
2012-11-14 14:10:07 -08:00 |
|
Boris Zbarsky
|
0c7a0663e9
|
Bug 811449 part 1. Move everything from nsGenericElement.h to Element.h. r=peterv
Note: This is just moving code as-is, with absolutely no changes
outside of the Link bits that are needed to make mock_Link compile.
|
2012-11-14 14:10:07 -08:00 |
|