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 |
|
Ms2ger
|
a2ebc92b5a
|
Bug 798481 - Make IndexOf a little more const-correct; r=mounir
|
2012-10-06 09:19:46 +02:00 |
|
Ed Morley
|
3d3703a920
|
Merge mozilla-central to mozilla-inbound
|
2012-10-02 11:19:03 +01:00 |
|
Cameron McCormack
|
0dc074a5c3
|
Bug 795802 - Define content flags like frame state bits. r=bz
--HG--
extra : rebase_source : 4d67320ada060e29644ab6c070a1d5154b304d96
|
2012-10-02 10:52:06 +10:00 |
|
Peter Van der Beken
|
5d0ed87cc3
|
Bug 794582 - Rename nsINode::GetSlots() to nsINode::Slots() and remove null-checks; r=mounir
|
2012-08-11 00:27:28 +02:00 |
|
Ms2ger
|
8c3cbade76
|
Bug 793314 - Remove PtrBits; r=mounir,roc
|
2012-10-02 10:24:11 +02:00 |
|
David Zbarsky
|
0793e3afda
|
Bug 779084 - Move querySelector stuff out of nsGenericElement and into nsINode r=bz
|
2012-08-30 13:10:13 -04: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 |
|
Kyle Huey
|
2fc3f31d0c
|
Bug 697230: Part 2 - Push onload blocking logic down into imagelib. r=joe sr=bz
|
2012-08-13 15:58:53 -07:00 |
|
Simon Montagu
|
4842b65418
|
Bug 562169. Add support for :dir(ltr/rtl) CSS selector, content part, r=bz
|
2012-04-17 07:03:10 +03:00 |
|
Matt Brubeck
|
3697f5b568
|
Back out bug 562169 because of Dromaeo DOM regressions
Backed out changeset 841cd6e1e585 (bug 562169)
Backed out changeset e226e413dd27 (bug 562169)
Backed out changeset 9c24b7287c5b (bug 562169)
|
2012-08-08 08:14:48 -07:00 |
|
Simon Montagu
|
4d0ef903c3
|
Add support for :dir(ltr/rtl) CSS selector, content part, Bug 562169, r=bz
|
2012-04-17 07:03:10 +03: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
|
df1115d2cb
|
Bug 563659 part 4 - Make nsDocumentFragment stop inheriting from nsGenericElement; r=bz
|
2012-07-02 16:31:49 +03:00 |
|
David Zbarsky
|
f386a1e940
|
Bug 755084 Part 2: Perform CSS animations of transform and opacity on the compositor r=roc, dbaron
|
2012-07-31 10:28:21 -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
|
5a900008c4
|
Bug 755084 Part 2: Perform CSS animations of transform and opacity on the compositor r=roc, dbaron
|
2012-07-27 13:23:44 -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
|
0fe356e5ed
|
Bug 755084 Part 2: Perform CSS animations of transform and opacity on the compositor r=roc, dbaron
|
2012-07-25 01:48:09 -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
|
5deebe2e9b
|
Bug 755084 Part 2: Perform CSS animations of transform and opacity on the compositor r=roc, dbaron
|
2012-07-23 17:34:46 -07:00 |
|
Ms2ger
|
7760300401
|
Bug 767130 - Consolidate code duplicated between nsGenericElement.cpp and nsINode.cpp; r=bz
|
2012-06-23 08:58:04 +02:00 |
|
David Zbarsky
|
bde771192d
|
Bug 661746 - Part of part 2: Introduce a const AsElement(). r=bzbarsky
|
2012-06-23 08:57:57 +02: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 |
|
Andrew McCreight
|
a3d49f791d
|
Bug 754151 - add macros for basic wrappercached cycle collected classes. r=smaug
|
2012-05-14 08:24:03 -07:00 |
|
Aryeh Gregor
|
5513a92220
|
Bug 748725 - nsINode::GetParentElement() should return dom::Element*; r=smaug
|
2012-04-27 16:21:12 +03:00 |
|
Olli Pettay
|
babbc77a31
|
Bug 740063 - Add nsINode::AsDOMNode(), r=jst
--HG--
extra : rebase_source : a838243c11e212ec419df1dd1a219e955c4edc2d
|
2012-04-25 16:47:30 +03:00 |
|
David Humphrey (:humph)
|
9534b79926
|
Bug 633602 - Implement Pointer Lock (Mouse Lock) API. r=roc,smaug
|
2012-04-11 17:55:21 -04:00 |
|
Kyle Huey
|
50f43dd111
|
Back out Bug 679230 due to Android reftest failures.
|
2012-04-07 10:36:49 -07:00 |
|
Kyle Huey
|
b1e7e0165e
|
Bug 697230: Part 2 - Push onload blocking logic down into imagelib. r=joe sr=bz
|
2012-04-07 09:00:04 -07:00 |
|
Mark Capella
|
3519b46a3e
|
Bug 738380 - Remove nsINode::{GetScriptTypeID, SetScriptTypeID}, nsIScriptContext::GetScriptTypeID, nsIScriptRuntime::GetScriptTypeID; r=jst
|
2012-04-01 14:47:48 +02:00 |
|
Olli Pettay
|
aef37dab12
|
Bug 641821, MutationObserver, r=sicking
--HG--
extra : rebase_source : a680c883b22976edf38eea23fb516215e081084f
|
2012-03-31 09:30:13 -07:00 |
|
Ms2ger
|
968425f97e
|
Bug 738654 - Part b: RemoveChildAt can't fail; r=sicking
|
2012-03-29 23:09:07 +02:00 |
|
Ms2ger
|
84f17e5f45
|
Bug 738654 - Part a: doRemoveChildAt can't fail; r=sicking
|
2012-03-29 23:09:06 +02:00 |
|
Ms2ger
|
9427a8db0d
|
Bug 738608 - Introduce nsINode::Length(); r=smaug
|
2012-03-29 23:09:04 +02:00 |
|
Daniel Holbert
|
bc46788b46
|
Bug 730587 followup: Make nsINode::OwnerDocAsNode() non-inline to prevent "inline function ... used but never defined" build warnings. rs=khuey
|
2012-03-16 15:16:41 -07: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 |
|
Boris Zbarsky
|
c90ce3bdca
|
Bug 732667. Only do checks for :hover selectors when hover state changes on nodes which have relevant hover rules. r=dbaron
|
2012-03-12 22:54:15 -05:00 |
|
Phil Ringnalda
|
b1d1a41987
|
Back out 83a33626d965:6e9330f5a9bd (bug 732667 and bug 705877) for Windows build bustage
|
2012-03-12 22:12:41 -07:00 |
|
Boris Zbarsky
|
77f35024de
|
Bug 732667. Only do checks for :hover selectors when hover state changes on nodes which have relevant hover rules. r=dbaron
|
2012-03-12 22:54:15 -05: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 |
|
Olli Pettay
|
adfb684e44
|
Bug 730601 - Don't use GetListenerManager(false) to check existence of ELM, but HasListenerManager, r=jst
|
2012-02-27 16:03:15 +02:00 |
|
Olli Pettay
|
77efecd0c1
|
Backout Bug 704623, a=dromaeo regression
--HG--
extra : rebase_source : ab8b467e3aac40a56b5df6d56477603dacfc7c69
|
2012-02-20 14:54:45 +02:00 |
|
Johnny Stenback
|
742aa9d9eb
|
Bug 704623, part 1. Track orphan DOM nodes so that they can be reported in about:memory. r=smaug
|
2012-02-14 15:13:19 -08:00 |
|