Commit Graph

149650 Commits

Author SHA1 Message Date
sicking%bigfoot.com
78d5474251 Bug 207377: Change the way tbody-elements are inserted into tables to increase speed and make sure that only tablerows are inserted.
r=Pike sr=peterv
2005-11-02 07:41:07 +00:00
sicking%bigfoot.com
5f4d9c1f18 Bug 222342: Speed up txStylesheet::isStripSpaceAllowed by not filtering textnodes in the root of a document and by earlyreturning if there are no stripspace rules.
r=Pike sr=peterv
2005-11-02 07:41:06 +00:00
sicking%bigfoot.com
90beb313e3 Bug 205703: Reduce binarysize by not inlineing ExprResult::Release.
r/sr=peterv
2005-11-02 07:41:05 +00:00
sicking%bigfoot.com
100749144d Bug 209667: Make it possible to hold an nsRefPtr to a class that lacks an empty ctor. I'll back this out if it breaks any ports.
r=jag sr=dbaron on the nsCOMPtr.h part
r=Pike sr=peterv on the transformiix part
2005-11-02 07:41:04 +00:00
bzbarsky%mit.edu
47c20e43cd Make presshell batch processing of style changes (using BeginUpdate/EndUpdate
notifications).  Bug 200931, r=peterv, sr=jst
2005-11-02 07:41:03 +00:00
dbaron%dbaron.org
ff7248e7de Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky 2005-11-02 07:41:02 +00:00
axel%pike.org
4133fb92dc bug 214954, fix embedded XSLT stylesheets from script, r=sicking, sr=peterv 2005-11-02 07:41:01 +00:00
dbaron%dbaron.org
92f71a87f6 Remove unused content quality stubs. b=111346 r+sr=bzbarsky 2005-11-02 07:41:00 +00:00
sicking%bigfoot.com
fa27056c13 Bug 208979: Fix NS_ENSUREs to use the right variable. Patch by peterv
r=sicking sr=jst
2005-11-02 07:40:59 +00:00
sicking%bigfoot.com
b300ebe108 Attempt at fixing ports bustage 2005-11-02 07:40:58 +00:00
sicking%bigfoot.com
54a38cbcdd Try to fix build bustage and also fix a couple of new warnings. 2005-11-02 07:40:57 +00:00
sicking%bigfoot.com
390823afb0 Bug 220418: Don't get the initial template until the txExecutionState is fully initialized.
r=Pike sr=peterv
2005-11-02 07:40:56 +00:00
jaggernaut%netscape.com
e3aa13fa56 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2005-11-02 07:40:55 +00:00
peter%propagandism.org
21a18d8425 Fix for bug 218756 (Update to latest DOM Level 3 XPath specification). r=Pike, sr=jst. 2005-11-02 07:40:54 +00:00
axel%pike.org
defbc65fb3 bug 211485, check for UniversalBrowserRead for xpath/xslt security checks, r=sicking, sr=jst 2005-11-02 07:40:53 +00:00
caillon%returnzero.com
ddb1136ea6 Bug 210601 - XSLT should check whether the subject principal is the system principal.
r=axel@pike.org sr=jst@netscape.com
2005-11-02 07:40:52 +00:00
jaggernaut%netscape.com
d0e32612b0 Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron 2005-11-02 07:40:51 +00:00
axel%pike.org
12f6464ba2 bustage fix for unix, shupid me 2005-11-02 07:40:50 +00:00
axel%pike.org
97e4f4396e bug 209539, 209089, crash on several ways when linking to a non-existing XSLT stylesheet, r=sicking, sr=peterv 2005-11-02 07:40:49 +00:00
sicking%bigfoot.com
c0f7dd27f1 Bug 205703: Refcount Expr-results, to avoid cloning, and recycle them, to avoid memorymanagement.
r=Pike sr=peterv
2005-11-02 07:40:48 +00:00
peterv%netscape.com
f69a5761ff Bustage fix. sr=jag. 2005-11-02 07:40:47 +00:00
alecf%flett.org
be6c4b9437 fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2005-11-02 07:40:46 +00:00
caillon%returnzero.com
34aae7589d Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2005-11-02 07:40:45 +00:00
alecf%flett.org
2c5896b747 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2005-11-02 07:40:44 +00:00
jkeiser%netscape.com
bd2cecba8e Make XSLT #include less stuff (bug 208188), r=bugmail@sicking.cc, sr=peterv@netscape.com 2005-11-02 07:40:43 +00:00
jkeiser%netscape.com
edbf51f17b Bustage fix, r/sr=peterv 2005-11-02 07:40:42 +00:00
axel%pike.org
2a47a38263 bug 200999, crash with more than on xsl:strip- or preserve-space, r=sicking, sr=peterv 2005-11-02 07:40:41 +00:00
axel%pike.org
f9b7910be7 real fix for the landing of bug 195262, npob, don't copy attr value, r/sr=peterv 2005-11-02 07:40:40 +00:00
peterv%netscape.com
8536c6897f Fix for bug 203978 (Invalid read of size 4 const nsString FunctionCall::INVALID_PARAM_VALUE(NS_LITERAL_STRING("invalid parameter value for function: "));). r=Pike, sr=jst. 2005-11-02 07:40:39 +00:00
peter%propagandism.org
749c7f9218 Part of fix for bug 192139 (Intergrate latest Expat). Transformiix standalone only, not part of the default build. 2005-11-02 07:40:38 +00:00
peter%propagandism.org
8517f9e00f Part of fix for bug 192139 (Intergrate latest Expat). Transformiix standalone only, not part of the default build. 2005-11-02 07:40:37 +00:00
axel%pike.org
81385ba559 npob, jprof support for transformiix standalone, rs=peterv 2005-11-02 07:40:36 +00:00
axel%pike.org
c903f07566 not part of build, fix gcc3.2 and hex, r/sr=peterv, a=mkaply 2005-11-02 07:40:35 +00:00
axel%pike.org
d0b7a85502 bug 205675, error on recursive import/include, r=sicking, sr=peterv, a=asa 2005-11-02 07:40:34 +00:00
sicking%bigfoot.com
59d2b91312 Bug 203384: When no document has been set in the nsXPathEvaluator we should be case sensitive.
r=peterv sr=heikki a=asa
2005-11-02 07:40:33 +00:00
axel%pike.org
635ead7a28 bug 204456, remove #defined errorcodes, r=sicking, sr=peterv, a=sspitzer 2005-11-02 07:40:32 +00:00
sicking%bigfoot.com
684c5732cb Bug 199331: Recompile stylesheet if the underlying DOM is modified after .importStylesheet is called
r=Pike sr=peterv a=mkaply
2005-11-02 07:40:31 +00:00
axel%pike.org
8d45a638e9 bug 47719, pass nsresults and error messages back to content, r=sicking, sr=peterv, a=asa 2005-11-02 07:40:30 +00:00
pkw%us.ibm.com
af56cd5f48 Bug 204796 - txStylesheetCompiler.cpp fails to build in VisualAge C++ v6.
r=bugmail@sicking.cc, sr=peterv@netscape.com, a=asa@mozilla.org
2005-11-02 07:40:29 +00:00
peterv%netscape.com
4e24f4bff7 Part of fix for bug 203192 (Improvements to XSLT loading). r=Pike, sr=jst, a=asa. 2005-11-02 07:40:28 +00:00
axel%pike.org
c9a4cf0e8e npob, fix crash on exit, r=sicking 2005-11-02 07:40:27 +00:00
axel%pike.org
352a9e76fc bug 199329, reenable embedded XSLT stylesheets, r=sicking, sr=peterv, a=asa 2005-11-02 07:40:26 +00:00
sicking%bigfoot.com
d4b39ea958 not part of build. Fix buildbustage from landing of bug 195262 2005-11-02 07:40:25 +00:00
sicking%bigfoot.com
b74c38b4c7 Bug 199579: Sorting case-order is inverted. Also sort using application locale as default locale.
r=Pike sr=peterv a=asa
2005-11-02 07:40:24 +00:00
sicking%bigfoot.com
2658195b24 Fix OS/2 bustage 2005-11-02 07:40:23 +00:00
sicking%bigfoot.com
573c6f3220 Fix OSX bustage from previous checkin 2005-11-02 07:40:22 +00:00
sicking%bigfoot.com
a3fd4a5067 Bug 203229: Use strings better by using existing stringobjects inside ExprResults if one exists.
r=Pike sr=peterv a=asa
2005-11-02 07:40:21 +00:00
timeless%mozdev.org
3eddff3181 Bug 203973 txXSLTProcessor::shutdown releases a log module it doesn't own
r=axel sr=peterv
2005-11-02 07:40:20 +00:00
sicking%bigfoot.com
8afbcff5b8 Bug 206338: improve txStack performance by inlining functions and moving bounds-check to outside the txStack-class
r=Pike sr=peterv
2005-11-02 07:40:19 +00:00
sicking%bigfoot.com
c367a973ec tree close, backing out 2005-11-02 07:40:18 +00:00