Commit Graph

149748 Commits

Author SHA1 Message Date
peterv%propagandism.org
57bf3369b1 Part of fix for bug 278981 (Extension mechanism for XPath extension functions) - Support aggregation of nsXPathEvaluator. r/sr=jst. 2005-11-02 07:42:45 +00:00
peterv%propagandism.org
08767d5e9a Fix for bug 279878 (Unknown extension function shouldn't stop processing unless called). r=sicking, sr=jst. 2005-11-02 07:42:44 +00:00
peterv%propagandism.org
0c7d982c52 Fix for bug 68824 (XMLParser::getDocumentFromURI returns empty documents for missing pages). r=Pike, sr=bz. 2005-11-02 07:42:43 +00:00
peterv%propagandism.org
370b372d38 Fix for bug 188339 (improve standalone DOM). r=Pike. NPOTB. 2005-11-02 07:42:42 +00:00
bsmedberg%covad.net
f9404a2cb1 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-11-02 07:42:41 +00:00
dbaron%dbaron.org
8208dc223e Convert CR-LF line endings to LF to fix bustage. 2005-11-02 07:42:40 +00:00
doronr%us.ibm.com
5456badc55 xforms bug 258472 - Add the XPath functions needed for XForms, r=sicking,sr=peterv 2005-11-02 07:42:39 +00:00
cvshook%sicking.cc
8d6404bcf5 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:38 +00:00
peterv%propagandism.org
f26d918dbc Fix Transformiix standalone bustage. r=Pike. Doesn't affect default builds. 2005-11-02 07:42:37 +00:00
cbiesinger%web.de
4a03279f4f 181938 allow any protocol to support redirection, using a new
nsIChannelEventSink interface.
r=darin sr=bz
2005-11-02 07:42:36 +00:00
peterv%propagandism.org
f30e1a6107 Fix for bug 271209. r=sicking, sr=jst. 2005-11-02 07:42:35 +00:00
tor%cs.brown.edu
090c36fa3c Bug 235826 - <svg:script> implementation.
Patch by alex@croczilla.com, r=sicking, sr=jst
2005-11-02 07:42:34 +00:00
roc+%cs.cmu.edu
395aba08ee Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2005-11-02 07:42:33 +00:00
dbaron%dbaron.org
b6a2ce71dd 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:32 +00:00
bryner%brianryner.com
a463e6f3d7 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:31 +00:00
bzbarsky%mit.edu
02d3e04bca Relanding, since backing out did not fix orange. Bug 232691. 2005-11-02 07:42:30 +00:00
peterv%propagandism.org
46f101cef0 Correct function signature to fix Solaris bustage. 2005-11-02 07:42:29 +00:00
peterv%propagandism.org
cfbac10601 Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst. 2005-11-02 07:42:28 +00:00
peterv%propagandism.org
21420dfee7 Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst. 2005-11-02 07:42:27 +00:00
bzbarsky%mit.edu
fbb5ac336c Backing out to attempt to fix Mac orange. Bug 232691 2005-11-02 07:42:26 +00:00
bzbarsky%mit.edu
248ac96fe6 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:25 +00:00
peterv%propagandism.org
f7932dc015 Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst. 2005-11-02 07:42:24 +00:00
jst%mozilla.jstenback.com
987b09c530 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:23 +00:00
bzbarsky%mit.edu
697848d7e3 Make XSLT stylesheet loads check content policy. Bug 203211, r=sicking,
sr=peterv
2005-11-02 07:42:22 +00:00
dougt%meer.net
acb033ee48 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:21 +00:00
peterv%propagandism.org
d8709bd91d Trying to fix bustage. 2005-11-02 07:42:20 +00:00
cbiesinger%web.de
89cc838eb0 bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
r+sr=darin
2005-11-02 07:42:19 +00:00
bzbarsky%mit.edu
fc13cd9a96 Change FlushPendingNotifications to have more granularity and update callers to
only flush the things they really need flushed.  Bug 144072, r+sr=jst
2005-11-02 07:42:18 +00:00
peterv%propagandism.org
f3516e52e4 Correct comments. r=Pike 2005-11-02 07:42:17 +00:00
peterv%propagandism.org
055ac72f6b Fix for bug 235748 (Reorganize Transformiix directories). r=Pike, sr=jst. 2005-11-02 07:42:16 +00:00
cvshook%sicking.cc
9e36d66e57 Bug 281575: Don't bother supporting attributes not implementing nsIAttribute since there are no longer any such nodes.
r/sr=peterv
2005-11-02 07:42:15 +00:00
peterv%propagandism.org
c877889bb6 Bug 243520 (Remove txNamespaceManager ifdef's). r=Pike, sr=jst. 2005-11-02 07:42:14 +00:00
bzbarsky%mit.edu
866556a2b0 Add a version of CheckLoadURI that takes a source principal instead of a source
URI.  Update a bunch of callers to use it.  Bug 233108, r=caillon, sr=dveditz
2005-11-02 07:42:13 +00:00
peterv%propagandism.org
798474738c We've supported xsl:fallback for a while now. r=Pike. 2005-11-02 07:42:12 +00:00
dbaron%dbaron.org
e02428b3f1 Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv 2005-11-02 07:42:11 +00:00
peterv%propagandism.org
edf7492711 Fix for bug 187907 (Expr::toString should be removed or debug-only). r=Pike, sr=jst. 2005-11-02 07:42:10 +00:00
dwitte%stanford.edu
17f39c706e implement exception constants defined in DOM level 3
b=245476, patch by jonathan.watt@strath.ac.uk, r=peterv, sr=jst

remove redundant declarations and correct comment
b=251824, patch by jonathan.watt@strath.ac.uk, r+sr=peterv
2005-11-02 07:42:09 +00:00
peterv%propagandism.org
35ebd7ef76 Fix for bug 238807 (Compilation error in txXPathTreeWalker.h when building txXMLParser). r=Pike, sr=jst. 2005-11-02 07:42:08 +00:00
jst%mozilla.jstenback.com
0b165d94ca Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com 2005-11-02 07:42:07 +00:00
roc+%cs.cmu.edu
3dc1e4b799 Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2005-11-02 07:42:06 +00:00
peterv%propagandism.org
a85a61745a Small edits to license boilerplate/modelines. No code changes. 2005-11-02 07:42:05 +00:00
gerv%gerv.net
e4282876b9 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-11-02 07:42:04 +00:00
darin%meer.net
141f93a4af landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2005-11-02 07:42:03 +00:00
peterv%propagandism.org
285ad335c3 Fix for bug 103659 (move to static lib per directory). r=Pike, sr=bryner. 2005-11-02 07:42:02 +00:00
bryner%brianryner.com
617e57e7b1 Bustage fix - remove earlier workarounds 2005-11-02 07:42:01 +00:00
sicking%bigfoot.com
fc7ea102ca Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths.
r=bz sr=jst
2005-11-02 07:42:00 +00:00
darin%meer.net
6fef3d1725 landing marco's patch for bug 238928 "domstubs.idl should not include nsAString.h" r=bsmedberg sr=jst a=dbaron 2005-11-02 07:41:59 +00:00
bryner%brianryner.com
f3d2a9d320 Attempting to fix Mac bustage. I'll try to come up with a cleaner fix for this tomorrow. 2005-11-02 07:41:58 +00:00
dbaron%dbaron.org
495e373b61 Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst 2005-11-02 07:41:57 +00:00
peterv%propagandism.org
ac98a910fc Fix for bug 233907 (document.createElementNS() doesn't throw NAMESPACE_ERR when given a namespace-invalid name.). r/sr=jst. 2005-11-02 07:41:56 +00:00