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 |
|
Julien Levesy
|
dff8ef0071
|
Bug 811753 - Add nsIContent::IsEventAttributeName and use it instead of having callers guess the right flags for the content node in question. r=bzbarsky.
|
2013-01-02 21:24:07 +01:00 |
|
Benedict Singer
|
eef8ddc2e4
|
Bug 787134 - Make links not in a document or with an invalid href respond to :link selector. r=bzbarsky
|
2012-12-07 09:35:14 -05:00 |
|
Peter Van der Beken
|
584658dc3e
|
Fix for bug 804991 (Make FromContent expect a non-null pointer and add FromContentOrNull). r=bz.
--HG--
extra : rebase_source : 52e1c9171d05ba034971cfa16741e12061e7335d
|
2012-09-26 16:17:51 +02:00 |
|
Olli Pettay
|
0eb2523ed9
|
Bug 808993, ASSERTION: must have binding parent when in native anonymous subtree with a parent node, r=bz
|
2012-11-06 20:52:46 +02:00 |
|
Olli Pettay
|
69e091e8e4
|
Bug 733305, add a way to hide XBL, r=bz, a=abillings
--HG--
extra : rebase_source : df18273ecdbf013138e8e6f1f4ef8082ac4f410c
|
2012-10-10 22:04:42 +03:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
f41637535d
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Aryeh Gregor
|
3881decf87
|
Bug 563659 part 5 - Move things from FragmentOrElement to nsGenericElement; r=bz
|
2012-07-24 11:10:25 +03:00 |
|
David Zbarsky
|
c0fdd4656f
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-31 10:28:22 -07:00 |
|
Mark Finkle
|
70a01196ec
|
Backout 169ff207ed19, a34baed70c1b, f9ccdd490bd7, 39550ed860e6, 2194a2dd66b2, 908eb2e26843, a76e0a267f26 due to mobile viewport bustage (bug 778580)
|
2012-07-30 14:36:12 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
e83accbdd6
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-27 13:23:45 -07:00 |
|
Ed Morley
|
be8bf4beae
|
Backout 1244b8a8e57a (bug 755084), 32d16d0f87c9 (bug 706179), 8548e016d4a9 (bug 768440), 697f5b87eae9 (bug 768440), 808fc2bd4e8c (bug 755084), 54b1484cd125 (bug 755084), 876726b632c0 (bug 706179) for xul android R3 failures
|
2012-07-25 16:37:04 +01:00 |
|
David Zbarsky
|
e14b114016
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-25 01:48:10 -07:00 |
|
Matt Brubeck
|
2e41f92cb5
|
Back out f4f5189b1d0c, 3b4f0606c547, b8a5a1ab8a5f, 5078933d6954, 7e0260c45de9 (bug 768440, bug 755084, bug 706179) because of reftest failures
|
2012-07-23 20:25:51 -07:00 |
|
David Zbarsky
|
3c4a102656
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-23 17:34:49 -07:00 |
|
Olli Pettay
|
86b93c2844
|
Bug 730639 - Blast DOM owned subtrees during canSkip, r=mccr8
|
2012-06-28 01:09:15 +03:00 |
|
Aryeh Gregor
|
7fa74c4216
|
Followup to bug 764400 - Move IsHTML etc. back from nsINode to nsIContent; r=mounir
|
2012-06-22 10:41:56 +03:00 |
|
Aryeh Gregor
|
b45eae0518
|
Bug 764400 - Move various nsIContent methods to nsINode; r=mounir
|
2012-06-14 09:47:03 +03:00 |
|
Jignesh Kakadiya
|
0f7381388f
|
Bug 763861 - Assign a flag in nsINode to say whether the node is content; r=ehsan
|
2012-06-18 23:47:35 -04:00 |
|
Aryeh Gregor
|
6c28e09f25
|
Bug 763283 part 1 - Add new nsINode::AsContent() and nsINode::IsContent() methods; r=mounir
|
2012-06-10 15:39:21 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Aryeh Gregor
|
3309c31f9c
|
Bug 700538 part 2 - Make methods that return editing hosts return dom::Element* instead of nsIContent*; r=ehsan
|
2012-05-06 10:53:11 +03:00 |
|
Ms2ger
|
cb0259bd68
|
Bug 743438 - Move some style rule functions from nsIContent to Element; r=mounir sr=bz
|
2012-04-14 15:09:19 +02:00 |
|
Ms2ger
|
8299fe6b09
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
d1716a2167
|
Bug 743438 - Move some style rule functions from nsIContent to Element; r=mounir sr=bz
|
2012-04-14 15:09:19 +02:00 |
|
Boris Zbarsky
|
d3d8ec52c3
|
Bug 742030. When cloning nodes with inline style, preserve the inline style string. r=sicking
|
2012-04-05 13:14:54 -04:00 |
|
Ms2ger
|
9427a8db0d
|
Bug 738608 - Introduce nsINode::Length(); r=smaug
|
2012-03-29 23:09:04 +02:00 |
|
Boris Zbarsky
|
e20f8460b1
|
Bug 700981 part 5. Reduce the amount of time spent calling GetBindingParent(). r=smaug
|
2012-03-22 00:10:51 -04:00 |
|
Kyle Huey
|
fd1ce47377
|
Bug 730587: Stash a pointer to the subtree root on DOM nodes. r=smaug, sr=jst
|
2012-03-14 13:14:02 -07:00 |
|
Nicholas Nethercote
|
9d7b189319
|
Bug 730181 (part 2) - Rename nsDOMMemoryReporter. r=khuey.
--HG--
rename : dom/base/nsDOMMemoryReporter.cpp => dom/base/nsWindowMemoryReporter.cpp
rename : dom/base/nsDOMMemoryReporter.h => dom/base/nsWindowMemoryReporter.h
extra : rebase_source : f3aca3b1829e03e6f8a5a0607eb437322eb62f7d
|
2012-02-23 18:43:33 -08:00 |
|
Nicholas Nethercote
|
726ecd352b
|
Bug 723799 - Use mallocSizeOf in the DOM memory reporters. r=mounir.
--HG--
extra : rebase_source : 2eb96d2f901bbe4cc1ff6dbccdec4dc4099b08fc
|
2012-02-01 13:58:01 -08:00 |
|
Jonathan Watt
|
83728fb808
|
Bug 721920 - Honor the 'lang' and 'xml:lang' attributes in SVG as we do in HTML. r=bz.
|
2012-02-19 20:49:34 +00:00 |
|
Olli Pettay
|
8e257644ba
|
Bug 721515 - Add Documents, elements and textnodes to BBP, r=mccr8,jst
--HG--
extra : rebase_source : 103b7572ee627990ed53f214b31d0badfdb05585
|
2012-01-30 22:08:13 +02:00 |
|
Philipp Wagner
|
9968756839
|
Bug 693615 - element.lookupNamespaceURI(null) in text/html page cause NS_ERROR_FAILURE error on XrayWrappers; r=bz
|
2011-12-20 15:54:14 +01:00 |
|
Brian O'Keefe
|
1513850d8f
|
Bug 708846 - Clean up the SVG namespace checks to use nsIContent::IsSVG() instead; r=longsonr
|
2011-12-15 14:47:03 +00:00 |
|
Brian O'Keefe
|
ef0c3fd087
|
Bug 589640 (part 2) - Make nsIContent::IsSVG more like IsHTML, and remove the eSVG node type. r=bzbarsky
|
2011-12-08 01:32:11 -05:00 |
|
Masayuki Nakano
|
1360b0f19b
|
Bug 685395 part.5 Reomve IME state in nsIContent r=roc, sr=matspal
|
2011-11-27 20:51:53 +09:00 |
|
Masayuki Nakano
|
87c08c8383
|
Bug 703150 Cannot drag scrollbar thumb if stopPropagation() of mousedown event is called r+sr=smaug
|
2011-11-25 10:09:58 +09:00 |
|
Ms2ger
|
118e48e9c1
|
Bug 669012 - Part c: Remove the return value from nsIContent::DoneAddingChildren; r=smaug+hsivonen.
|
2011-11-16 08:50:18 +01:00 |
|
Ms2ger
|
87cfab5086
|
Bug 669012 - Part b: Introduce nsIScriptElement::AttemptToExecute; r=smaug+hsivonen.
|
2011-11-16 08:50:18 +01:00 |
|
Matheus Kerschbaum
|
fb722a61dd
|
Bug 698630 - Remove --disable-smil build option; r=dholbert
|
2011-11-05 10:32:52 +00:00 |
|