Peter Van der Beken
|
6f38d2708d
|
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
--HG--
extra : rebase_source : 18e21a786b6a9cc2aeada52ba5ca3a2614cb596b
|
2012-09-05 22:49:53 +02:00 |
|
Peter Van der Beken
|
28cd2bd9a0
|
Fix for bug 788532 (Add the new DOM bindings API to DOM lists) - Rename nsIDOMHTMLCollection::GetNodeAt to GetElementAt. r=bz.
--HG--
extra : rebase_source : 9bd26842a548580b7ea90a29d2fdba8629a70ef7
|
2012-09-05 17:42:58 +02:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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
|
ec805a875a
|
Bug 563659 part 3 - Make Element inherit from FragmentOrElement; r=bz
|
2012-06-27 16:01:55 +03:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Peter Van der Beken
|
cba2d2e2ac
|
Bug 738593 - Rename IsProxy to IsDOMBinding; r=mrbkap
|
2012-03-16 16:44:09 +01:00 |
|
Blake Kaplan
|
662d0db31b
|
Bug 727884 - Make nsWrapperCache::WrapObject take a JSObject scope instead of XPCWrappedNativeScope. r=peterv
|
2012-03-14 16:25:40 +01:00 |
|
Justin Lebar
|
1fc1dc1879
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
--HG--
extra : rebase_source : 6fa267a89878cc1a766d8618569debcea9b12e48
|
2012-03-12 18:53:18 -04:00 |
|
Olli Pettay
|
95bd9afc2d
|
Bug 725446 - BBP for ContentList, f=mccr8,r=jst
|
2012-02-10 22:47:29 +02:00 |
|
Boris Zbarsky
|
b61135edbc
|
Bug 696201. Switch nsContentList to using an nsTArray as the element store. r=sicking
|
2011-10-31 22:48:59 -04:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
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 |
|
Peter Van der Beken
|
075926c483
|
Bug 648801 (new DOM list bindings) - Generate new DOM bindings. r=bz/jst/mrbkap.
--HG--
extra : rebase_source : 6b34182856cbb4ba3fba8d3001de648b10157a29
|
2011-08-20 15:53:33 +02:00 |
|
Peter Van der Beken
|
2375b7e89a
|
Bug 648801 (new DOM list bindings) - Add a pref (dom.new_bindings) to enable/disable new bindings. r=bz/jst/mrbkap.
--HG--
extra : rebase_source : 055a7bdac534147baa29d8735794970234c98145
|
2011-06-29 19:17:37 +02:00 |
|
Peter Van der Beken
|
7af7b719da
|
Bug 648801 (new DOM list bindings) - Hook up remaining NodeList/HTMLCollection implementations to new proxy-based DOM bindings. r=bz/jst/mrbkap.
--HG--
extra : rebase_source : e2c0842de005c00e83c4ac983b08a712a4be4c04
|
2011-05-31 23:47:17 +02:00 |
|
Peter Van der Beken
|
b737d0c096
|
Bug 648801 (new DOM list bindings) - Support expandos on the new proxy-based DOM bindings. r=bz/jst/mrbkap.
--HG--
extra : rebase_source : 367af99c154271aca19f24244be7b5adeffd8a36
|
2011-05-26 21:58:35 +02:00 |
|
Andreas Gal
|
7d5b52f0f1
|
Bug 648801 (new DOM list bindings) - Cache prototypes and pick up function value from the proto slot instead of caching it locally. r=bz/jst/mrbkap.
--HG--
extra : rebase_source : 56a04a93973f479998d40eb22b015e940419c5e5
|
2011-05-24 12:45:39 +02:00 |
|
Boris Zbarsky
|
f4eabef745
|
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
|
d2b70213ac
|
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 |
|
Mounir Lamouri
|
57fe0a2e82
|
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
|
2011-07-20 12:18:54 -07:00 |
|
Ehsan Akhgari
|
8aa36b3b5c
|
Revert to changeset e0ce7821fce1 because the latest push broke all of the builds DONTBUILD
|
2011-07-19 16:25:54 -04:00 |
|
Mounir Lamouri
|
b6d655dff0
|
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
|
2011-07-19 11:22:43 -07:00 |
|
Mounir Lamouri
|
58e2fd59fd
|
Backed out bug 669310, bug 668013, bug 667887 and bug 669886 due to build bustage.
|
2011-07-19 10:49:48 -07:00 |
|
Mounir Lamouri
|
8ae6e80c16
|
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
|
2011-07-18 17:05:10 -07:00 |
|
Peter Van der Beken
|
66ada9b2d0
|
Fix for bug 649057 (Make all nsINodeLists inherit from nsWrapperCache). r=bz.
--HG--
extra : rebase_source : 38dc8fd49822774a1ee356ab8496e2c0b908bab9
|
2009-06-16 08:32:10 +02:00 |
|
Boris Zbarsky
|
86080d0500
|
Bug 649997 part 3. Change nsIHTMLCollection::GetNamedItem to not use an nsresult outparam. r=peterv
|
2011-04-25 13:46:59 -04:00 |
|
Boris Zbarsky
|
6c6ae3b73c
|
Bug 649997 part 2. Change nsIHTMLCollection::GetNodeAt to not use an nsresult outparam. r=peterv
|
2011-04-25 13:46:57 -04:00 |
|
Boris Zbarsky
|
76dee467eb
|
Bug 600257. Only flush in content lists if we're in an XML document. r=peterv
|
2010-09-28 13:46:08 -04:00 |
|
Boris Zbarsky
|
4193bc442a
|
Bug 613595. Speed up the cache-hit case for getElementsByTagName. r=peterv
|
2010-11-23 14:10:56 -05:00 |
|
David Zbarsky
|
89c048f952
|
Bug 499656. Make nsContentList have dual atoms (original case and lowercase) so that we can match non-HTML elements in HTML documents correctly. r=sicking
|
2010-08-31 19:47:00 -07:00 |
|
Peter Van der Beken
|
d2c306821b
|
Part 4 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - make GetNamedItem return the wrapper cache. r=jst.
--HG--
extra : rebase_source : 584b74ed06c59bbf08c20e3a8a3b10dd7d540592
|
2010-05-09 21:41:19 +02:00 |
|
Peter Van der Beken
|
a4953c4e2d
|
Part 3 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - make GetNodeAt return nsIContent*. r=jst.
--HG--
extra : rebase_source : 4653ed3c0f67141bbace1b1973db4aca4b4d908d
|
2010-05-09 21:33:00 +02:00 |
|
Boris Zbarsky
|
ac6b069a25
|
Bug 564569. Speed up the cache-hit case of getElementsBy(Class)Name. r=jst
|
2010-06-08 15:58:26 -04:00 |
|
Boris Zbarsky
|
554a7ccc9a
|
Bug 564435. Use iterative tree traversals in nsContentList so as to speed it up. r=sicking
|
2010-05-10 21:12:34 -04:00 |
|
Boris Zbarsky
|
fb534f9674
|
Bug 562971. Include Element.h as mozilla/dom/Element.h and don't use 'using namespace' quite as much. r=jst
|
2010-05-05 14:18:05 -04:00 |
|
Boris Zbarsky
|
bfdfa8fe7a
|
Bug 562688 part 3. Use the new element APIs in nsContentList. r=jst
|
2010-04-30 09:12:05 -04:00 |
|
Robert O'Callahan
|
9848774397
|
Bug 523083. Don't bother caching the last nsContentList, it just creates leaks and probably doesn't help anything. r=peterv
|
2010-02-12 10:45:33 +13:00 |
|
Alexander Surkov
|
03b1de4b95
|
Bug 534527 - Accessibility needs new DOM API, r=olli.pettay, sr=roc
|
2010-02-12 01:34:01 +08:00 |
|
Boris Zbarsky
|
f603c639e5
|
Bug 453929. Cache getElementsBy(Class)Name return values. r=jst
|
2010-02-09 12:09:06 -05:00 |
|
Boris Zbarsky
|
0b451e51ec
|
Bug 519905. Avoid some QIs to nsWrapperCache. r=peterv
|
2009-10-05 19:16:22 -04:00 |
|
David Zbarsky
|
029d5ee3dc
|
Bug 332893. <form>.elements['x'] order is not updated after reordering element using DOM. r=bzbarsky
|
2009-07-24 09:33:20 -04:00 |
|
Boris Zbarsky
|
f79bc67cfb
|
Bug 307394 part 1. Create a non-COM way to get at XBL child nodes, and put an IndexOf() method on nsINodeList. r+sr=peterv
|
2009-01-29 14:46:18 -05:00 |
|
Peter Van der Beken
|
387b6cf76b
|
Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst.
|
2008-11-13 17:54:52 +01:00 |
|
Peter Van der Beken
|
2ddc154612
|
Backed out changeset ba895ab8cbe7 to fix orange
|
2008-11-03 16:28:50 +01:00 |
|
Peter Van der Beken
|
c4fd862a7c
|
Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst.
|
2008-11-03 14:49:53 +01:00 |
|
Peter Van der Beken
|
bdb12bc1ac
|
Fix for bug 461560 (Make nsNamedArraySH::NamedItem not AddRef/Release). r/sr=bz.
|
2008-10-31 14:40:35 -07:00 |
|
Peter Van der Beken
|
1b45b6af24
|
Backed out changeset 5d65342d7287 to fix orange
|
2008-10-31 11:07:26 -07:00 |
|
Peter Van der Beken
|
bdbf96f3cd
|
Fix for bug 461560 (Make nsNamedArraySH::NamedItem not AddRef/Release). r/sr=bz.
|
2008-10-31 08:55:59 -07:00 |
|
Peter Van der Beken
|
579fe3ede9
|
Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz.
|
2008-10-22 16:31:14 +02:00 |
|