Peter Van der Beken
|
ce50619032
|
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
|
fd975256a9
|
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
|
0f6bf5eed5
|
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
|
8c296bbcd4
|
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
|
5662d18449
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Aryeh Gregor
|
68f2a58424
|
Bug 563659 part 5 - Move things from FragmentOrElement to nsGenericElement; r=bz
|
2012-07-24 11:10:25 +03:00 |
|
David Zbarsky
|
8c734bee81
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-31 10:28:22 -07:00 |
|
Mark Finkle
|
a4d33f44cf
|
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
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
2d67ac5273
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-27 13:23:45 -07:00 |
|
Ed Morley
|
0981437de6
|
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
|
673c1ec883
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-25 01:48:10 -07:00 |
|
Matt Brubeck
|
091f852d76
|
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
|
f1b8756af2
|
Bug 768440 Part 2: Animate CSS Transitions on the compositor r=roc,dbaron
|
2012-07-23 17:34:49 -07:00 |
|
Olli Pettay
|
4d59e2edf0
|
Bug 730639 - Blast DOM owned subtrees during canSkip, r=mccr8
|
2012-06-28 01:09:15 +03:00 |
|
Aryeh Gregor
|
cfa65efdf5
|
Followup to bug 764400 - Move IsHTML etc. back from nsINode to nsIContent; r=mounir
|
2012-06-22 10:41:56 +03:00 |
|
Aryeh Gregor
|
67f9002049
|
Bug 764400 - Move various nsIContent methods to nsINode; r=mounir
|
2012-06-14 09:47:03 +03:00 |
|
Jignesh Kakadiya
|
2584092191
|
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
|
bd2dec6adf
|
Bug 763283 part 1 - Add new nsINode::AsContent() and nsINode::IsContent() methods; r=mounir
|
2012-06-10 15:39:21 +03:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Aryeh Gregor
|
3c77c5664c
|
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
|
d460ea9808
|
Bug 743438 - Move some style rule functions from nsIContent to Element; r=mounir sr=bz
|
2012-04-14 15:09:19 +02:00 |
|
Ms2ger
|
b8ae2456b2
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
015f88e50e
|
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
|
0fca9692ed
|
Bug 742030. When cloning nodes with inline style, preserve the inline style string. r=sicking
|
2012-04-05 13:14:54 -04:00 |
|
Ms2ger
|
63c2adf6c9
|
Bug 738608 - Introduce nsINode::Length(); r=smaug
|
2012-03-29 23:09:04 +02:00 |
|
Boris Zbarsky
|
c7ada79040
|
Bug 700981 part 5. Reduce the amount of time spent calling GetBindingParent(). r=smaug
|
2012-03-22 00:10:51 -04:00 |
|
Kyle Huey
|
e8ed17fbad
|
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
|
94c77b94d3
|
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
|
29ca78c292
|
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
|
b6f2456346
|
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
|
8fbdcb4ae7
|
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
|
6ab8697406
|
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
|
755f228bc5
|
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
|
5717da0395
|
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
|
10df4c7960
|
Bug 685395 part.5 Reomve IME state in nsIContent r=roc, sr=matspal
|
2011-11-27 20:51:53 +09:00 |
|
Masayuki Nakano
|
435f4bcaac
|
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
|
ff51eaf751
|
Bug 669012 - Part c: Remove the return value from nsIContent::DoneAddingChildren; r=smaug+hsivonen.
|
2011-11-16 08:50:18 +01:00 |
|
Ms2ger
|
c8b7c1e16a
|
Bug 669012 - Part b: Introduce nsIScriptElement::AttemptToExecute; r=smaug+hsivonen.
|
2011-11-16 08:50:18 +01:00 |
|
Matheus Kerschbaum
|
4813247daf
|
Bug 698630 - Remove --disable-smil build option; r=dholbert
|
2011-11-05 10:32:52 +00:00 |
|
Olli Pettay
|
e5b7e8ee46
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 2, r=jst
--HG--
extra : rebase_source : 53dc2ec386f6e4147587e6be3c53d297ad71d57a
|
2011-10-18 14:19:44 +03:00 |
|
Olli Pettay
|
a86b1a4d43
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
--HG--
extra : rebase_source : baf1a25cdea68d499a7673fdf96e27b5a12dc83c
|
2011-10-18 13:53:36 +03:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Boris Zbarsky
|
f80fe81f2d
|
Bug 648801 (new DOM list bindings) - Hook up the new code so we actually create the proxy wrappers. r=bz/jst/mrbkap.
--HG--
extra : rebase_source : 5e79a3cb63231502880e380740d0d935c8d0c78d
|
2011-05-23 17:39:52 +02:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Peter Van der Beken
|
c7c99a0fea
|
Fix for bug 678528 (Traverse mChildNodes (and consolidate node CC code)). r=jst.
|
2011-08-28 16:07:24 +02:00 |
|
arno renevier
|
2485241198
|
Bug 338427 - Spellchecker should respect the langi attribute; r=ehsan
|
2011-08-12 15:12:45 -04:00 |
|
Mounir Lamouri
|
7b98e99ad6
|
Bug 669308 - Introduce macros and method helpers to simplify participation of classes to the DOM Memory Reporter. r=bz
|
2011-07-11 17:23:26 +02:00 |
|
Mounir Lamouri
|
6e599087e2
|
Bug 667497 - Add documents' element size to documents' size computation. r=jst
|
2011-06-29 13:19:21 +02:00 |
|
Jonas Sicking
|
26f99e3cdb
|
Bug 658714 Part 7: DeCOMtaminate nsEventListenerManager. r=smaug
|
2011-06-23 19:18:01 -07:00 |
|