Boris Zbarsky
|
e0ac118cd1
|
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
|
b5e559951e
|
Bug 562137. Use the UTF-8 decoder to decode UTF-8 instead of just assuming that it really is UTF-8. r=sicking
|
2010-05-05 14:18:04 -04:00 |
Boris Zbarsky
|
5d19cfdf12
|
Bug 560503. Don't check for mutation observer uniqueness; callers should handle that. r=sicking
|
2010-05-05 14:18:03 -04:00 |
Peter Van der Beken
|
90c8898e77
|
Part 11 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - move nsIDOMNSElement implementation to nsGenericElement. r=jst.
--HG--
extra : rebase_source : 6b39d2cbb5b6462b0d1e65ee0f204fb1804a468e
|
2010-04-19 17:41:37 +02:00 |
Peter Van der Beken
|
995b2a2f9a
|
Part 10 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - use nsNodeSelectorTearoff for nsDocument. r=jst.
--HG--
extra : rebase_source : 46ef0b39acee4c05de40a575826f11281101f5d0
|
2010-04-19 17:41:37 +02:00 |
Peter Van der Beken
|
d3f8da3541
|
Part 9 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - use nsNode3Tearoff for all nodes. r=jst.
--HG--
extra : rebase_source : 4f073ae38036328091d2d4cf1e0ffbac2a06e98b
|
2010-04-19 17:41:37 +02:00 |
Peter Van der Beken
|
228aae67e1
|
Part 8 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::Get/SetTextContent. r=jst.
--HG--
extra : rebase_source : b4d9121b6a883d8c5f3ed526b630f2facc94a21e
|
2010-04-19 17:41:33 +02:00 |
Peter Van der Beken
|
0a189afcaf
|
Part 7 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::IsEqualNode/CompareDocumentPosition/IsSameNode. r=jst.
--HG--
extra : rebase_source : d4722a28e8c913dcb6f9a1e7bf13261a12b60525
|
2010-04-19 17:40:17 +02:00 |
Peter Van der Beken
|
5b22d1a992
|
Part 6 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::GetFeature. r=jst.
--HG--
extra : rebase_source : 7b2ef182466615e7b244f7c5e55f327855b3cc6a
|
2010-04-19 17:40:16 +02:00 |
Peter Van der Beken
|
e73df1c3a7
|
Part 5 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsIDOM3Node namespace-related methods to nsINode. r=jst.
--HG--
extra : rebase_source : 9f4680ed3d8dec7001503c57f9d4bede74392b2f
|
2010-04-19 17:40:16 +02:00 |
Peter Van der Beken
|
c345ce1111
|
Part 4 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsGenericTextNode base class for nsIDOM3Text implementations. r=jst.
--HG--
extra : rebase_source : 007e331ff47f994a27e3105e6e787d91a88137d6
|
2010-04-19 17:40:16 +02:00 |
Peter Van der Beken
|
9aa5d89156
|
Part 3 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::Get/SetUserData. r=jst.
--HG--
extra : rebase_source : a0f3ab12ed0f02dccf4d848fc879ee7c6497986a
|
2010-04-19 17:40:15 +02:00 |
Peter Van der Beken
|
edb1e74738
|
Part 2 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - move some code around. r=jst.
--HG--
extra : rebase_source : 1ee5a236e881f4478965ea4a05c18d862fd04c1d
|
2010-04-19 17:40:15 +02:00 |
Peter Van der Beken
|
1122c69800
|
Part 1 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::GetBaseURI. r=sicking.
--HG--
extra : rebase_source : 5a07f12d9d13d92b796fd5f2cb182b069c3f87bf
|
2010-04-19 17:40:15 +02:00 |
Peter Van der Beken
|
6f886e44f9
|
Fix for bug 560199 (Link XPConnect and caps into layout). r=jst.
--HG--
extra : rebase_source : 5141822e9d560019ffc1e0cb0264782aa8aa7a99
|
2010-04-11 15:55:24 +02:00 |
Daniel Holbert
|
d65eaa7ad8
|
Bug 563849: Fix "possible loss of data" MSVC warnings in nsWaveDecoder.cpp. r=kinetik
|
2010-05-04 22:22:37 -07:00 |
Surya Ismail
|
f9dab400c4
|
Change assertion to error console report for malformed XBL file. (Bug 397561) r=bzbarsky
|
2010-05-04 21:28:19 -07:00 |
L. David Baron
|
01cf9c5841
|
A malformed XBL file should trigger a warning, not an assertion, since the code should be able to (and does) handle it. (Bug 397561) r=bzbarsky
|
2010-05-04 21:28:19 -07:00 |
L. David Baron
|
4e7b9218d8
|
Start annotating crashtest manifests with assertion counts. (Bug 472557)
|
2010-05-04 21:28:19 -07:00 |
L. David Baron
|
a23f1a1a88
|
Null-check the scope that we pass to WrapNative. (Bug 540367) r=sicking
|
2010-05-04 21:28:18 -07:00 |
Masayuki Nakano
|
dc7e7da106
|
Bug 488420 IME enabled state is not modified when a focused editor's readonly attribute is changed r=smaug
|
2010-05-05 02:40:39 +09:00 |
Daniel Holbert
|
1fabb10c87
|
Bug 562310 Part 6: Convert C-string version (nsCCommaSeparatedTokenizer) into generic nsCCharSeparatedTokenizer class, too. r=roc
|
2010-05-04 07:43:48 -07:00 |
Daniel Holbert
|
d18559ddae
|
Bug 562310 Part 5: Use nsCharSeparatedTokenizer to simplify/fix existing parsing code in SVG and SMIL. r=roc
|
2010-05-04 07:43:48 -07:00 |
Daniel Holbert
|
7b7fa1a8bd
|
Bug 562310 Part 4: Remove nsCommaSeparatedTokenizer typedef, and replace its uses with nsCharSeparatedTokenizer(','). r=roc
|
2010-05-04 07:43:48 -07:00 |
Daniel Holbert
|
3596c0d738
|
Bug 562310 Part 2: Convert nsCommaSeparatedTokenizer class into a custom-SeparatorChar version, nsCharSeparatedTokenizer. r=roc
|
2010-05-04 07:43:48 -07:00 |
Daniel Holbert
|
008a7becb5
|
Bug 562310 Part 1: Rename file nsCommaSeparatedTokenizer.h to nsCharSeparatedTokenizer.h (and update #includes). r=roc
--HG--
rename : xpcom/ds/nsCommaSeparatedTokenizer.h => xpcom/ds/nsCharSeparatedTokenizer.h
|
2010-05-04 07:43:48 -07:00 |
Peter Van der Beken
|
f6fffc8b0d
|
Fix more bustage in testcase for bug 551654.
|
2010-05-04 16:09:37 +02:00 |
Peter Van der Beken
|
a2c4844232
|
Fix bustage in testcase for bug 551654.
--HG--
extra : rebase_source : b51a740e03cd15e92ae6a24cf7917db68f41b1d0
|
2010-05-04 15:41:12 +02:00 |
Peter Van der Beken
|
4579aacefb
|
Fix bustage in testcase for bug 551412.
--HG--
extra : rebase_source : bb89bc9b30e4dbbc220fda6f74a1fca3ddfbee6f
|
2010-05-04 15:40:43 +02:00 |
Olli Pettay
|
3eb7acd64a
|
Bug 562321 - De-nsIDOM* nsIContentSerializer methods, r=sicking
|
2010-05-04 16:19:54 +03:00 |
Andreas Wictor
|
cb2f5bc52e
|
Fix for bug 551654 (The EXSLT node-set function fails to convert number, boolean and string values to text nodes). r=peterv.
|
2010-05-04 12:10:44 +02:00 |
Peter Van der Beken
|
a07c599add
|
Fix for bug 551412 (The EXSLT node-set function drops text nodes if they appear last in a rtf). r=sicking.
|
2010-05-04 12:10:40 +02:00 |
Olli Pettay
|
5f56bd024c
|
backout Bug 562321
|
2010-05-04 12:46:37 +03:00 |
Olli Pettay
|
cdd4258dde
|
De-nsIDOM* nsIContentSerializer methods, r=sicking
|
2010-05-04 11:39:47 +03:00 |
Olli Pettay
|
639cd6dbe1
|
Bug 562013 - parse innerHTML directly to the destination node, p=smaug+hsivonen, r=sicking
|
2010-05-04 11:36:42 +03:00 |
Jonas Sicking
|
3a279be650
|
Bug 429175: Make sure to only set aNotify to true when we should. r=peterv
|
2010-05-03 06:23:36 -07:00 |
Phil Ringnalda
|
5a3c30ca8d
|
Correct spelling of recieve
|
2010-04-16 22:03:49 -07:00 |
Bjarne
|
a6107b00fb
|
Bug 552651 - nsXMLHttpRequest leaks if aborted in state 3 ("in progress"). r=sicking
|
2010-05-02 10:27:20 +02:00 |
timeless@mozdev.org
|
c90da2245e
|
Bug 555657 - GetSubmissionFromForm caches the wrong doc, r=sicking
|
2010-03-29 01:59:00 -07:00 |
timeless@mozdev.org
|
2d84400f66
|
Bug 562441 - comparison between signed and unsigned integer expressions in nsIDocument::GetExtraPropertyTable, r=smaug
|
2010-04-28 13:09:00 -07:00 |
timeless@mozdev.org
|
866a2d6e08
|
Bug 562511 - comparison between signed and unsigned integer expressions in nsTextFragment::CopyTo, r=smaug
|
2010-04-28 16:56:00 -07:00 |
timeless@mozdev.org
|
ba7c07c685
|
Bug 562501 - comparison between signed and unsigned integer expressions in txNodeSorter::sortNodeSet, r=sicking
|
2010-04-28 17:12:00 -07:00 |
timeless@mozdev.org
|
83c77802ea
|
Bug 562487 - comparison between signed and unsigned integer expressions in BoxBlur and nsSVGFETileElement::Filter, r=roc
|
2010-04-28 16:15:00 -07:00 |
Timothy Nikkel
|
630506cb30
|
Bug 561010. nsIContent::List should output the flags and primary frame of the node. r=sicking
|
2010-05-01 13:42:47 -05:00 |
Timothy Nikkel
|
f7ebe27c95
|
Bug 559970. Allow input type=text and password and textareas to have their frames constructed lazily. r=bzbarsky
|
2010-05-01 13:42:47 -05:00 |
timeless@mozdev.org
|
e456393314
|
Bug 494705 - Deprecate DOM3 Load (XMLDocument.load), r=sicking
|
2010-04-12 18:59:00 -07:00 |
Jonas Sicking
|
664f689a98
|
Bug 562791: Add NS_TIME_FUNCTION and friends to content code. r=jst
|
2010-04-30 12:40:59 -07:00 |
Boris Zbarsky
|
992757c9ea
|
Bug 562688 part 15. Remove the eELEMENT bit. r=jst
|
2010-04-30 09:12:06 -04:00 |
Boris Zbarsky
|
e107e963f1
|
Bug 562688 part 13. Eliminate eELEMENT usage in layout/style, except the rule processor. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
Boris Zbarsky
|
c5452fb39a
|
Bug 562688 part 8. Change broadcasters to use Element. r=jst
|
2010-04-30 09:12:06 -04:00 |