timeless%mozdev.org
9ef60db03e
Bug 106386 Correct misspellings in source code
...
patch by supernova_00@yahoo.com r=timeless rs=brendan
2005-11-21 06:30:34 +00:00
timeless%mozdev.org
b20620f6ab
Bug 106386 Correct misspellings in source code
...
patch by mats.palmgren@bredband.net r=dbaron sr=dbaron
2005-11-20 22:05:24 +00:00
peterv%propagandism.org
c9cca2e5b0
Fix for bug 316619 (txMozillaXMLOutput::txMozillaXMLOutput(txOutputFormat* aFormat, nsIDOMDocumentFragment* aFragment)doesn't init mTreeDepth). Patch by matt@use.net, r/sr=me.
2005-11-18 19:53:13 +00:00
peterv%propagandism.org
d1e0ed389f
Fix for bug 314931 (Use content-specific DOMCI macros for XSLT in nsLayoutModule.cpp). r/sr=jst.
2005-11-18 13:39:43 +00:00
masayuki%d-toybox.com
4e5a0d7607
Bug 316867 Should clean up the changed code by bug 55751 and bug 316715 r+sr=roc
2005-11-18 05:22:04 +00:00
masayuki%d-toybox.com
4bf26fb54d
Bug 316805 Should not use NS_ENSURE_TRUE in nsEventStateManager::GetKBStateControl #5557 r+sr=roc
2005-11-18 05:19:41 +00:00
ginn.chen%sun.com
77fb324ed9
Bug 300125 Carets from other tabs appear on the same tab when re-enabling caret browsing mode
...
r=aaronleventhal sr=jst
2005-11-18 03:44:50 +00:00
Olli.Pettay%helsinki.fi
6ed02e7607
Bug 316569, Memory leak in XTF when using nsXTFInterfaceAggregator, r+sr=bryner
2005-11-17 21:16:12 +00:00
bzbarsky%mit.edu
c871457818
Use GetWindow() in more places where we want a window instead of going through
...
GetScriptGlobalObject. Bug 311830, r=bryner, sr=jst
2005-11-17 18:31:22 +00:00
bzbarsky%mit.edu
bc14fdae79
Add some documentation on restrictions on callee actions in
...
ShouldLoad/ShouldProcess. Bug 316296, r=biesi, sr=shaver
2005-11-17 18:17:32 +00:00
masayuki%d-toybox.com
c1441211bf
Bug 316715 should enable IME on applet and embed elements r+sr=roc
2005-11-17 03:36:38 +00:00
dbaron%dbaron.org
78ef2f6f86
Fix leak of content node. b=316775 r+sr=bzbarsky
2005-11-16 22:58:55 +00:00
bzbarsky%mit.edu
b2dcf4d5c4
Finish fixing bug 279378 -- land part of patch for it that never quite made it
...
to the tree. r=aaronlev, sr=bryner
2005-11-16 22:17:58 +00:00
bsmedberg%covad.net
209246f0d2
Bug 316658 - XSLT makefiles (now in layout module) don't set LIBXUL_LIBRARY, causing libxul link warnings, r=darin
2005-11-16 20:33:35 +00:00
bsmedberg%covad.net
9cfc6a5a0c
Bug 315562 - non-MOZILLA_INTERNAL_API usage of dom/content headers, r=just
2005-11-16 20:29:29 +00:00
Olli.Pettay%helsinki.fi
d1899fd7a0
Bug 315762, nsDOMAttribute::LookupPrefix and ::LookupNamespaceURI should return null if there is no parent element, r+sr=jst
2005-11-16 19:04:54 +00:00
bzbarsky%mit.edu
c0a5889f95
Switch the name and id hashtable from strings to atoms. Atomize names in
...
general. Bug 315771, r=sicking, sr=jst
2005-11-16 02:55:29 +00:00
bzbarsky%mit.edu
d1a30bdd5f
Don't throw on DOM access to parts of an href just because the anchor has an
...
invalid URI. Return empty strings instead. Bug 299088, r=sicking, sr=jst
2005-11-16 02:05:56 +00:00
brettw%gmail.com
eaab9bd026
bug 271498: context menus should appear at cursor when using the keyboard
...
r=bryner
sr=roc
2005-11-15 02:00:32 +00:00
masayuki%d-toybox.com
7061e4aebb
Bug 55751 Mnemonic doesn't work when IME is on / Bug 113187 Cannot use shortcut of single key(e.g., space key, "/", "'", "F", "N", "B", "P" and "T") if IME is active r+sr=roc
2005-11-14 23:55:24 +00:00
masayuki%d-toybox.com
8b257b7124
backing out previous patch b=55751
2005-11-14 22:33:39 +00:00
bzbarsky%mit.edu
447a0fcd88
Remove aForce arg for ID table modifications. Bug 315770, r=sicking, sr=jst
2005-11-14 22:05:03 +00:00
masayuki%d-toybox.com
318346f944
Bug 55751 Mnemonic doesn't work when IME is on / Bug 113187 Cannot use shortcut of single key(e.g., space key, "/", "'", "F", "N", "B", "P" and "T") if IME is active r+sr=roc
2005-11-14 21:32:16 +00:00
dbaron%dbaron.org
8e1263ab28
Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin
2005-11-14 20:09:51 +00:00
masayuki%d-toybox.com
43e92fffcf
Bug 309075 Right-clicking a partially off-screen link shouldn't scroll the page r+sr=roc
2005-11-12 06:34:12 +00:00
bzbarsky%mit.edu
ac73d79224
Fix bug 315189 and bug 315999 -- don't notify on nodes that are not in the DOM
...
yet. r+sr=jst
2005-11-11 23:05:33 +00:00
cbiesinger%web.de
ede229a8b7
more debug bustage
2005-11-11 21:11:29 +00:00
cbiesinger%web.de
bb18789f05
fixing debug bustage
2005-11-11 21:06:06 +00:00
mrbkap%gmail.com
cfffed911a
bug 316049: We need to hold strong refs so that flushing doesn't nuke our presshell. r+sr=jst
2005-11-11 20:33:11 +00:00
cbiesinger%web.de
e0babc32d1
Bug 309521 part I: Fire PluginNotFound events when the type of the content isn't
...
known and we'd show the nullplugin
r+sr=bz
2005-11-11 20:12:35 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
bsmedberg%covad.net
eb11586c63
From bug 304494, moving the tests which were in extensions/transformiix/resources
2005-11-10 16:31:32 +00:00
bsmedberg%covad.net
faf7d08562
Bug 315401 - XPTI_GetInterfaceInfoManager is a bad signature and should be removed, r=darin sr=jst
2005-11-10 16:19:44 +00:00
cvshook%sicking.cc
7df41771be
Bug 312592: Reduce amount of duplicated code in html contentsink.
...
r=mrbkap sr=peterv
2005-11-10 15:51:10 +00:00
bzbarsky%mit.edu
253fa8446d
Throw if someone sets .tFoot to something that's not a <tfoot>, and similar
...
with .tHead. Bug 301685, r+sr=peterv
2005-11-10 15:46:32 +00:00
bzbarsky%mit.edu
fa556eb9e8
Fix trunk-only GetElementById regression. Bug 311681, r=sicking, sr=jst
2005-11-09 21:52:06 +00:00
bzbarsky%mit.edu
33ad06c6ef
Move the document's bidi state to actually live on the document, and remove
...
dependencies on nsPresContext in form submission. Fixes bugs 100533, 180861,
293171. r+sr=jst
2005-11-08 22:45:49 +00:00
jst%mozilla.jstenback.com
1b70f4c737
Fixing bug 305110. Make sure to set the internal flag bits correctly if an event is re-initialized. r+sr=bzbarsky@mit.edu
2005-11-07 22:22:49 +00:00
dbaron%dbaron.org
e1a82529b3
Fix null check so it doesn't cause a leak. b=315427 r+sr=bryner
2005-11-07 20:53:47 +00:00
cvshook%sicking.cc
ff9f28473b
Followup patch for bug 311827. nsIContent::GetAttr now returns a bool.
...
r/sr=bz
2005-11-07 19:03:54 +00:00
timeless%mozdev.org
7e2bfac8ab
Bug 313035 'nsAutoGCRoot' : type name first seen using 'struct' now seen using 'class'
...
r=bz sr=bz
2005-11-05 00:46:18 +00:00
mrbkap%gmail.com
8ff0eb396a
bug 312363: Use the security info of the dynamic context instead of the static context. r=jst sr=bzbarsky
2005-11-03 22:47:06 +00:00
dbaron%dbaron.org
652112e289
Back out 311569; see bug for discussion.
2005-11-03 16:35:28 +00:00
bsmedberg%covad.net
4779de8ed8
Removing old files which have been copies in CVS to content/xslt, see bug 304494
2005-11-02 20:12:13 +00:00
bsmedberg%covad.net
25dee9f869
Bug 304494 - Move extensions/transformiix -> content/xslt - r=peterv/sicking - CVS copies were performed to preserve CVS history, see https://bugzilla.mozilla.org/attachment.cgi?id=193073 for details
2005-11-02 17:34:14 +00:00
sicking%bigfoot.com
912b72cc5c
Bug 182177: fix comments in nsIXSLTProcessor.idl
...
r=Pike sr=peterv
2005-11-02 07:43:12 +00:00
vladimir%pobox.com
c66e5bc60c
b=255134, make nsICollation scriptable, r=jshin,sr=brendan
2005-11-02 07:43:11 +00:00
peterv%propagandism.org
5bcce3b40a
Fix for bug 278157 (Need to correct xsl:number implementation). r=sicking, sr=jst.
2005-11-02 07:43:10 +00:00
cvshook%sicking.cc
70f1191de9
Bug 311827: Make GetAttr return a bool rather then an nsresult.
...
r/sr=bz
2005-11-02 07:43:09 +00:00
peterv%propagandism.org
53bc03cd15
Fix for bug 297067 (First tag is not transformed). r=Pike, sr=jst.
2005-11-02 07:43:08 +00:00
bzbarsky%mit.edu
e42480d836
Improve the CSSLoader API: make it clear which methods return results
...
sync and which return async, move the handling of alternates more completely
into the CSSLoader, make it possible for observers to tell whether the load
actually succeeded. Bug 293825, r+sr=peterv
2005-11-02 07:43:07 +00:00
bzbarsky%mit.edu
07f88d9312
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
...
changes, sr=jst
2005-11-02 07:43:06 +00:00
bzbarsky%mit.edu
f7775541c1
Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI
...
to it. Bug 313343, r=sicking, sr=jst
2005-11-02 07:43:05 +00:00
peterv%propagandism.org
4ae82689d5
Fix for bug 205778 (document('') load of stylesheet conflicts with http cache). r=Pike, sr=bz.
2005-11-02 07:43:04 +00:00
peterv%propagandism.org
564e4db6a9
Fix for bug 226425 (xml, xslt crash using apply-templates and document). r=Pike, sr=jst.
2005-11-02 07:43:03 +00:00
peterv%propagandism.org
c4edc9c24e
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
2005-11-02 07:43:02 +00:00
peterv%propagandism.org
1decb141bc
Fix for bug 306809 (oom mlk in txVariable::Convert). r/sr=bz.
2005-11-02 07:43:01 +00:00
bzbarsky%mit.edu
fb9232d6df
Create CSSLoaders when the document object is created and deCOMify the getter.
...
Bug 290068, r=sicking, sr=peterv, a=brendan
2005-11-02 07:43:00 +00:00
peterv%propagandism.org
7ce839661e
Fix for bug 305296 (nsXPathResult::IterateNext() does not advance to next result). r=Pike, sr=jst.
2005-11-02 07:42:59 +00:00
peterv%propagandism.org
7e60d907f0
Fix for bug 248025 (cannot add a DOM Node as an xsl:param using XSLTProcessor.setParameter()). r=Pike, sr=jst.
2005-11-02 07:42:58 +00:00
bzbarsky%mit.edu
76f54b84d0
Move the BindToTree call for the document element into SetRootContent. Bug
...
289209, r=sicking, sr=jst, a=asa
2005-11-02 07:42:57 +00:00
bzbarsky%mit.edu
745957e021
Fix build bustage
2005-11-02 07:42:56 +00:00
bzbarsky%mit.edu
3f82772307
Make sure that a reflow flush on the document makes the sink start layout if
...
needed. Bug 253951, r=mrbkap, sr=jst
2005-11-02 07:42:55 +00:00
bzbarsky%mit.edu
9dc80c25ee
Set the content-type hint to text/xml for XSLT stylesheet loads. Bug 259206,
...
patch by peterv, r+sr=bzbarsky
2005-11-02 07:42:54 +00:00
bzbarsky%mit.edu
bb257dfeb3
Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
...
BindToTree and UnbindFromTree methods. Bug 286000, r=sicking, sr=jst
2005-11-02 07:42:53 +00:00
timeless%mozdev.org
ab02c77d56
Bug 286073 internal code should use application/xml rather than text/xml
...
patch by bug@annevankesteren.nl r=peterv sr=peterv
2005-11-02 07:42:52 +00:00
bsmedberg%covad.net
c0f0c6c3cc
Move the transformiix locale file to dom/locales, r=peterv/Pike
2005-11-02 07:42:51 +00:00
cvshook%sicking.cc
33cb3427a2
Use a better sourcelevel when setting charset through xsl:output element. Also make sure to use the proper form when setting the charset.
...
r/sr=bz
2005-11-02 07:42:49 +00:00
peterv%propagandism.org
03ee213afd
Fix for bug 248258 (Mozilla 1.7 and Firefox 0.8.0 Crash when I try to open this XSLT stylesheet [@ txMozillaXSLTProcessor::DoTransform ]). r=sicking, sr=jst.
2005-11-02 07:42:48 +00:00
peterv%propagandism.org
8a82ab414b
Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz.
2005-11-02 07:42:47 +00:00
doronr%us.ibm.com
1015c077b7
Bug 281987 - Finish out XPath extension functions. Patch by aaronr, r=sicking sr=tor a=mkaply
2005-11-02 07:42:46 +00:00
allan%beaufour.dk
2b82bf95a4
Support context size and position in ns(XForms)XPathExpression. Bug 292841, r=sicking, sr=peterv, a=mkaply
2005-11-02 07:42:45 +00:00
doronr%us.ibm.com
462803462b
Bug 282777 - Implement index() xpath function. Patch by aaronr@us.ibm.com, r=sicking, beaufour
2005-11-02 07:42:44 +00:00
peterv%propagandism.org
043c6a43cf
Part of fix for bug 278981 (Extension mechanism for XPath extension functions) - Support aggregation of nsXPathEvaluator. r/sr=jst.
2005-11-02 07:42:43 +00:00
peterv%propagandism.org
357fee1763
Fix for bug 279878 (Unknown extension function shouldn't stop processing unless called). r=sicking, sr=jst.
2005-11-02 07:42:42 +00:00
peterv%propagandism.org
2002206eb8
Fix for bug 68824 (XMLParser::getDocumentFromURI returns empty documents for missing pages). r=Pike, sr=bz.
2005-11-02 07:42:41 +00:00
peterv%propagandism.org
54f07c7d4f
Fix for bug 188339 (improve standalone DOM). r=Pike. NPOTB.
2005-11-02 07:42:40 +00:00
bsmedberg%covad.net
aaa0d6c3f0
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-11-02 07:42:39 +00:00
dbaron%dbaron.org
be93ce6812
Convert CR-LF line endings to LF to fix bustage.
2005-11-02 07:42:38 +00:00
doronr%us.ibm.com
8be0445811
xforms bug 258472 - Add the XPath functions needed for XForms, r=sicking,sr=peterv
2005-11-02 07:42:37 +00:00
cvshook%sicking.cc
4c92fb6059
Bug 277777: Fix forwards compatible parsing of expressions in XSLT and be more strict about parsing of functioncalls in DOM-XPath.
...
r=pike sr=peterv
2005-11-02 07:42:36 +00:00
peterv%propagandism.org
e0f6ad84a1
Fix Transformiix standalone bustage. r=Pike. Doesn't affect default builds.
2005-11-02 07:42:35 +00:00
cbiesinger%web.de
80d85b7c05
181938 allow any protocol to support redirection, using a new
...
nsIChannelEventSink interface.
r=darin sr=bz
2005-11-02 07:42:34 +00:00
peterv%propagandism.org
236723f1bc
Fix for bug 271209. r=sicking, sr=jst.
2005-11-02 07:42:33 +00:00
tor%cs.brown.edu
a95c1e27e8
Bug 235826 - <svg:script> implementation.
...
Patch by alex@croczilla.com , r=sicking, sr=jst
2005-11-02 07:42:32 +00:00
roc+%cs.cmu.edu
f96f0e0a1a
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2005-11-02 07:42:31 +00:00
dbaron%dbaron.org
9b0ef9cabb
Fix some minor static buffer overruns detected by Coverity tool, and sync two versions of catttable.h. b=287290 r+sr=brendan
2005-11-02 07:42:30 +00:00
bryner%brianryner.com
88495f54a7
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2005-11-02 07:42:29 +00:00
bzbarsky%mit.edu
badf3c3f2f
Relanding, since backing out did not fix orange. Bug 232691.
2005-11-02 07:42:28 +00:00
peterv%propagandism.org
ae9a09e9d7
Correct function signature to fix Solaris bustage.
2005-11-02 07:42:27 +00:00
peterv%propagandism.org
8d25c2b83c
Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst.
2005-11-02 07:42:26 +00:00
peterv%propagandism.org
29d1db5abb
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
2005-11-02 07:42:25 +00:00
bzbarsky%mit.edu
2b5676ab30
Backing out to attempt to fix Mac orange. Bug 232691
2005-11-02 07:42:24 +00:00
bzbarsky%mit.edu
858fc7458e
Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
...
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2005-11-02 07:42:23 +00:00
peterv%propagandism.org
62c427db5d
Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst.
2005-11-02 07:42:22 +00:00
jst%mozilla.jstenback.com
c261cfa1a1
Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org
2005-11-02 07:42:21 +00:00
bzbarsky%mit.edu
27699c43d7
Make XSLT stylesheet loads check content policy. Bug 203211, r=sicking,
...
sr=peterv
2005-11-02 07:42:20 +00:00
dougt%meer.net
7f8fa362cf
Windows CE build changes. This addresses most of the outstanding Windows
...
CE compilation issues.
This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript. This change is based on bug 242518. See comment 36.
This patch also removes the unused enum in transformiix . See bug
292118.
r/sr = dveditz/shaver
b = 291229
a = asa
2005-11-02 07:42:19 +00:00
peterv%propagandism.org
536f68ba2c
Trying to fix bustage.
2005-11-02 07:42:18 +00:00
cbiesinger%web.de
041767936f
bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
...
r+sr=darin
2005-11-02 07:42:17 +00:00