axel%pike.org
39adfbce56
bug 211485, check for UniversalBrowserRead for xpath/xslt security checks, r=sicking, sr=jst
...
git-svn-id: svn://10.0.0.236/trunk@144916 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-17 10:13:24 +00:00
dbaron%dbaron.org
593f58592d
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@144735 18797224-902f-48f8-a5cc-f745e15eee43
2003-07-11 21:16:12 +00:00
sicking%bigfoot.com
1813c2a50b
Backing out patch from bug 210528 to fix ports bustage
...
git-svn-id: svn://10.0.0.236/trunk@144293 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-30 20:11:13 +00:00
sicking%bigfoot.com
a828632eb4
Bug 208979: Fix NS_ENSUREs to use the right variable. Patch by peterv
...
r=sicking sr=jst
git-svn-id: svn://10.0.0.236/trunk@144285 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-30 19:03:35 +00:00
sicking%bigfoot.com
9d78e45465
Bug 210528: Modernize XPath-classes to use nsAutoPtr
...
r=Pike sr=jst
git-svn-id: svn://10.0.0.236/trunk@144280 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-30 18:44:22 +00:00
caillon%returnzero.com
b0615b30c0
Bug 210601 - XSLT should check whether the subject principal is the system principal.
...
r=axel@pike.org sr=jst@netscape.com
git-svn-id: svn://10.0.0.236/trunk@144160 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-25 22:40:58 +00:00
axel%pike.org
d5e2ff0a91
bustage fix for unix, shupid me
...
git-svn-id: svn://10.0.0.236/trunk@144106 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-24 21:38:18 +00:00
axel%pike.org
b24da63a70
bug 209539, 209089, crash on several ways when linking to a non-existing XSLT stylesheet, r=sicking, sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@144102 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-24 20:41:49 +00:00
axel%pike.org
30f6153b25
npob, jprof support for transformiix standalone, rs=peterv
...
git-svn-id: svn://10.0.0.236/trunk@143997 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-20 19:54:56 +00:00
sicking%bigfoot.com
5f5a943690
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
git-svn-id: svn://10.0.0.236/trunk@143941 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-19 18:21:39 +00:00
alecf%flett.org
71e5d724e5
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
git-svn-id: svn://10.0.0.236/trunk@143800 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-17 16:40:34 +00:00
sicking%bigfoot.com
5c31368707
Attempt at fixing ports bustage
...
git-svn-id: svn://10.0.0.236/trunk@143795 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-17 15:49:25 +00:00
sicking%bigfoot.com
91727cadd0
Try to fix build bustage and also fix a couple of new warnings.
...
git-svn-id: svn://10.0.0.236/trunk@143778 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-16 23:50:40 +00:00
sicking%bigfoot.com
3a8ac80259
Bug 205703: Refcount Expr-results, to avoid cloning, and recycle them, to avoid memorymanagement.
...
r=Pike sr=peterv
git-svn-id: svn://10.0.0.236/trunk@143775 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-16 22:31:20 +00:00
aaronl%netscape.com
290c0f8aa6
Bug 208460. Remove nsIDOM3Node.idl dependency from nsIDOMNode.idl
...
git-svn-id: svn://10.0.0.236/trunk@143756 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-16 11:17:18 +00:00
caillon%returnzero.com
0a6d1ae509
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
git-svn-id: svn://10.0.0.236/trunk@143683 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-13 20:10:01 +00:00
harishd%netscape.com
089ed1796b
Checking in for peterv@netscape.com: Fixing the problem with viewing P3P summary more than once. b=208560, r=harishd, sr=heikki
...
git-svn-id: svn://10.0.0.236/trunk@143594 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-11 19:12:23 +00:00
alecf%flett.org
1c89787dc0
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
git-svn-id: svn://10.0.0.236/trunk@143589 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-11 18:16:03 +00:00
sicking%bigfoot.com
5694df2cde
Bug 206338: improve txStack performance by inlining functions and moving bounds-check to outside the txStack-class
...
r=Pike sr=peterv
git-svn-id: svn://10.0.0.236/trunk@143471 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-09 18:48:15 +00:00
sicking%bigfoot.com
df01fd0df6
tree close, backing out
...
git-svn-id: svn://10.0.0.236/trunk@143358 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-05 21:43:20 +00:00
sicking%bigfoot.com
817adf2bf6
Bug 206338: Improve performance of txStack by inlineing functions and by removing boundschecks
...
r=Pike sr=peterv
git-svn-id: svn://10.0.0.236/trunk@143357 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-05 21:42:27 +00:00
jkeiser%netscape.com
d859b74ad1
Bustage fix, r/sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@143356 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-05 21:40:41 +00:00
peterv%netscape.com
c0a1c45cd2
Bustage fix. sr=jag.
...
git-svn-id: svn://10.0.0.236/trunk@143351 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-05 20:15:35 +00:00
jkeiser%netscape.com
b95b90e281
Make XSLT #include less stuff (bug 208188), r=bugmail@sicking.cc, sr=peterv@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@143342 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-05 17:56:57 +00:00
axel%pike.org
6afe489c1d
npob, fix crash on exit, r=sicking
...
git-svn-id: svn://10.0.0.236/trunk@143153 18797224-902f-48f8-a5cc-f745e15eee43
2003-06-01 16:32:57 +00:00
peterv%netscape.com
9c8b55b39a
Bustage fix.
...
git-svn-id: svn://10.0.0.236/trunk@142943 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-27 13:46:20 +00:00
peterv%netscape.com
5dd2a2b2ac
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.
...
git-svn-id: svn://10.0.0.236/trunk@142941 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-27 12:30:32 +00:00
timeless%mozdev.org
747d409807
Bug 203973 txXSLTProcessor::shutdown releases a log module it doesn't own
...
r=axel sr=peterv
git-svn-id: svn://10.0.0.236/trunk@142839 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-23 21:55:16 +00:00
sicking%bigfoot.com
cc11e18b60
Bug 199331: Recompile stylesheet if the underlying DOM is modified after .importStylesheet is called
...
r=Pike sr=peterv a=mkaply
git-svn-id: svn://10.0.0.236/trunk@142821 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-23 15:02:08 +00:00
axel%pike.org
4900456ec6
not part of build, fix gcc3.2 and hex, r/sr=peterv, a=mkaply
...
git-svn-id: svn://10.0.0.236/trunk@142818 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-23 14:02:07 +00:00
axel%pike.org
542268195d
bug 47719, pass nsresults and error messages back to content, r=sicking, sr=peterv, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@142658 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-20 19:48:56 +00:00
axel%pike.org
8ea599e92a
bug 205675, error on recursive import/include, r=sicking, sr=peterv, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@142644 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-20 09:30:10 +00:00
sicking%bigfoot.com
ec0ace7ac5
Bug 199579: Sorting case-order is inverted. Also sort using application locale as default locale.
...
r=Pike sr=peterv a=asa
git-svn-id: svn://10.0.0.236/trunk@142620 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-19 21:06:10 +00:00
pkw%us.ibm.com
20cd4525dd
Bug 204796 - txStylesheetCompiler.cpp fails to build in VisualAge C++ v6.
...
r=bugmail@sicking.cc , sr=peterv@netscape.com , a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@142378 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 19:08:00 +00:00
sicking%bigfoot.com
b2bcab5b4b
Bug 203384: When no document has been set in the nsXPathEvaluator we should be case sensitive.
...
r=peterv sr=heikki a=asa
git-svn-id: svn://10.0.0.236/trunk@142377 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-13 19:00:06 +00:00
sicking%bigfoot.com
d2a0794e09
Fix OSX bustage from previous checkin
...
git-svn-id: svn://10.0.0.236/trunk@142230 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-08 21:02:10 +00:00
sicking%bigfoot.com
3a23086c46
Bug 203229: Use strings better by using existing stringobjects inside ExprResults if one exists.
...
r=Pike sr=peterv a=asa
git-svn-id: svn://10.0.0.236/trunk@142227 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-08 19:54:39 +00:00
axel%pike.org
1c79395044
bug 204456, remove #defined errorcodes, r=sicking, sr=peterv, a=sspitzer
...
git-svn-id: svn://10.0.0.236/trunk@142165 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-06 07:35:23 +00:00
peterv%netscape.com
f007c78dc1
Part of fix for bug 203192 (Improvements to XSLT loading). r=Pike, sr=jst, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@142124 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-05 11:53:21 +00:00
peterv%netscape.com
4c540757b7
Part of fix for bug 203192 (Improvements to XSLT loading). r=Pike, sr=jst, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@142123 18797224-902f-48f8-a5cc-f745e15eee43
2003-05-05 11:25:43 +00:00
axel%pike.org
1ff81d8606
bug 199329, reenable embedded XSLT stylesheets, r=sicking, sr=peterv, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@141977 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-30 21:05:11 +00:00
heikki%netscape.com
859a062c5f
Bug 203384, document could be null, for example when calling from XPointer processor, patch from jst, r=sicking, sr=heikki, a=asa.
...
git-svn-id: svn://10.0.0.236/trunk@141945 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-29 20:46:24 +00:00
heikki%netscape.com
7d903cec11
Bug 191800, move FIXptr and XPointer into xmlextras, r=harishd, sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@141640 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-23 00:07:37 +00:00
jst%netscape.com
4132f747e7
Fixing bug 111514. In an XHTML document served as application/xhtml+xml, |document| is not an HTML document object, but an XML document object. r=bugmail@sicking.cc, sr=peterv@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@141424 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-19 00:28:09 +00:00
axel%pike.org
eb8bbc5973
bug 70855, nspr logging for transformiix, log stylesheet compilation IO, r=peterv, sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@141163 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-15 07:10:25 +00:00
axel%pike.org
683a5b2510
bug 200999, crash with more than on xsl:strip- or preserve-space, r=sicking, sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@140799 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-07 12:18:49 +00:00
axel%pike.org
1e63468e66
remove dead code, r=sicking, sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@140700 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-04 15:44:13 +00:00
axel%pike.org
4fb40ae405
warning fix, r/sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@140687 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-04 08:00:00 +00:00
heikki%netscape.com
57fca16e25
Fix comments.
...
git-svn-id: svn://10.0.0.236/trunk@140654 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-03 20:37:17 +00:00
seawood%netscape.com
5921049139
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
git-svn-id: svn://10.0.0.236/trunk@140602 18797224-902f-48f8-a5cc-f745e15eee43
2003-04-02 22:45:08 +00:00