David Zbarsky
|
390bb39784
|
Bug 779084 - Move querySelector stuff out of nsGenericElement and into nsINode r=bz
|
2012-08-30 13:10:13 -04: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 |
|
Kyle Huey
|
697d217729
|
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
|
6a90f135a3
|
Bug 562169. Add support for :dir(ltr/rtl) CSS selector, content part, r=bz
|
2012-04-17 07:03:10 +03:00 |
|
Matt Brubeck
|
9636508719
|
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
|
3e005dc1f4
|
Add support for :dir(ltr/rtl) CSS selector, content part, Bug 562169, r=bz
|
2012-04-17 07:03:10 +03: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
|
1bd66e6e52
|
Bug 563659 part 4 - Make nsDocumentFragment stop inheriting from nsGenericElement; r=bz
|
2012-07-02 16:31:49 +03:00 |
|
David Zbarsky
|
bde306fdca
|
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
|
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
|
c76cb082e0
|
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
|
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
|
bb16aa6296
|
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
|
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
|
730141f891
|
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
|
be2608de87
|
Bug 767130 - Consolidate code duplicated between nsGenericElement.cpp and nsINode.cpp; r=bz
|
2012-06-23 08:58:04 +02:00 |
|
David Zbarsky
|
df2d9e3aea
|
Bug 661746 - Part of part 2: Introduce a const AsElement(). r=bzbarsky
|
2012-06-23 08:57:57 +02: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 |
|
Andrew McCreight
|
4915a0b128
|
Bug 754151 - add macros for basic wrappercached cycle collected classes. r=smaug
|
2012-05-14 08:24:03 -07:00 |
|
Aryeh Gregor
|
5ac3b1b2c3
|
Bug 748725 - nsINode::GetParentElement() should return dom::Element*; r=smaug
|
2012-04-27 16:21:12 +03:00 |
|
Olli Pettay
|
083b3ec440
|
Bug 740063 - Add nsINode::AsDOMNode(), r=jst
--HG--
extra : rebase_source : a838243c11e212ec419df1dd1a219e955c4edc2d
|
2012-04-25 16:47:30 +03:00 |
|
David Humphrey (:humph)
|
5f9892f336
|
Bug 633602 - Implement Pointer Lock (Mouse Lock) API. r=roc,smaug
|
2012-04-11 17:55:21 -04:00 |
|
Kyle Huey
|
b9156a7e34
|
Back out Bug 679230 due to Android reftest failures.
|
2012-04-07 10:36:49 -07:00 |
|
Kyle Huey
|
0826c61887
|
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
|
5b2f534388
|
Bug 738380 - Remove nsINode::{GetScriptTypeID, SetScriptTypeID}, nsIScriptContext::GetScriptTypeID, nsIScriptRuntime::GetScriptTypeID; r=jst
|
2012-04-01 14:47:48 +02:00 |
|
Olli Pettay
|
f198500ad9
|
Bug 641821, MutationObserver, r=sicking
--HG--
extra : rebase_source : a680c883b22976edf38eea23fb516215e081084f
|
2012-03-31 09:30:13 -07:00 |
|
Ms2ger
|
1e9b34b2ca
|
Bug 738654 - Part b: RemoveChildAt can't fail; r=sicking
|
2012-03-29 23:09:07 +02:00 |
|
Ms2ger
|
75fed9765f
|
Bug 738654 - Part a: doRemoveChildAt can't fail; r=sicking
|
2012-03-29 23:09:06 +02:00 |
|
Ms2ger
|
63c2adf6c9
|
Bug 738608 - Introduce nsINode::Length(); r=smaug
|
2012-03-29 23:09:04 +02:00 |
|
Daniel Holbert
|
c5fe59c3a7
|
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
|
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 |
|
Boris Zbarsky
|
09fd9002b2
|
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
|
47dd3c842e
|
Back out 83a33626d965:6e9330f5a9bd (bug 732667 and bug 705877) for Windows build bustage
|
2012-03-12 22:12:41 -07:00 |
|
Boris Zbarsky
|
82ab90bd3f
|
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
|
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 |
|
Olli Pettay
|
b4ba8dce02
|
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
|
64de674dcd
|
Backout Bug 704623, a=dromaeo regression
--HG--
extra : rebase_source : ab8b467e3aac40a56b5df6d56477603dacfc7c69
|
2012-02-20 14:54:45 +02:00 |
|
Johnny Stenback
|
dbc1f7b85e
|
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 |
|
Heather Arthur
|
aee4173802
|
Bug 708874 - API for locking pseudo-class state of an element. r=bz
|
2012-02-08 10:42:38 -08:00 |
|
Boris Zbarsky
|
c9cb72c0b1
|
Bug 723441. Add a way to store base URI object on nodes out-of-band, and use the for <use>-cloned content. r=dholbert
|
2012-02-02 15:50:50 -05: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 |
|
Ms2ger
|
c65e8a0ba7
|
Bug 718504 - Remove some GetChildAt callers; r=smaug
|
2012-01-25 08:50:07 +01:00 |
|
Mats Palmgren
|
77f0b019cd
|
Bug 619273 - Move the selection state bit from frames to content nodes. r=smaug
|
2011-12-20 10:15:41 +01: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 |
|