Граф коммитов

797 Коммитов

Автор SHA1 Сообщение Дата
axel%pike.org 04e84a9763 bustage fix for unix, shupid me 2003-06-24 21:38:18 +00:00
axel%pike.org 1fb99991f5 bug 209539, 209089, crash on several ways when linking to a non-existing XSLT stylesheet, r=sicking, sr=peterv 2003-06-24 20:41:49 +00:00
axel%pike.org 1a97d2a623 bug 208561, grammar check, a X vs. an X, patch by Joseph Myers, r=axel@pike.org, sr=peterv 2003-06-23 14:25:23 +00:00
axel%pike.org d4e0a79f99 npob, jprof support for transformiix standalone, rs=peterv 2003-06-20 19:54:56 +00:00
sicking%bigfoot.com 13f65a560a 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
2003-06-19 18:21:39 +00:00
sicking%bigfoot.com f939dab6e1 Documentation changes only 2003-06-18 20:04:28 +00:00
alecf%flett.org b7fa256d74 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
2003-06-17 16:40:34 +00:00
sicking%bigfoot.com d27334ffbc Attempt at fixing ports bustage 2003-06-17 15:49:25 +00:00
sicking%bigfoot.com 6da2b447fd Try to fix build bustage and also fix a couple of new warnings. 2003-06-16 23:50:40 +00:00
sicking%bigfoot.com dbd0da7d1e Bug 205703: Refcount Expr-results, to avoid cloning, and recycle them, to avoid memorymanagement.
r=Pike sr=peterv
2003-06-16 22:31:20 +00:00
aaronl%netscape.com fccde7c7eb Bug 208460. Remove nsIDOM3Node.idl dependency from nsIDOMNode.idl 2003-06-16 11:17:18 +00:00
caillon%returnzero.com 2df173e9c8 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
2003-06-13 20:10:01 +00:00
harishd%netscape.com 8a1178805d Checking in for peterv@netscape.com: Fixing the problem with viewing P3P summary more than once. b=208560, r=harishd, sr=heikki 2003-06-11 19:12:23 +00:00
alecf%flett.org 2751c6b097 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
2003-06-11 18:16:03 +00:00
seawood%netscape.com b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
sicking%bigfoot.com 3e919f8fcf Bug 206338: improve txStack performance by inlining functions and moving bounds-check to outside the txStack-class
r=Pike sr=peterv
2003-06-09 18:48:15 +00:00
sicking%bigfoot.com 6d84bf3b87 tree close, backing out 2003-06-05 21:43:20 +00:00
sicking%bigfoot.com 4695e7c5eb Bug 206338: Improve performance of txStack by inlineing functions and by removing boundschecks
r=Pike sr=peterv
2003-06-05 21:42:27 +00:00
jkeiser%netscape.com 2b9fcafff4 Bustage fix, r/sr=peterv 2003-06-05 21:40:41 +00:00
peterv%netscape.com 7bf70f7472 Bustage fix. sr=jag. 2003-06-05 20:15:35 +00:00
jkeiser%netscape.com 751ad5cc58 Make XSLT #include less stuff (bug 208188), r=bugmail@sicking.cc, sr=peterv@netscape.com 2003-06-05 17:56:57 +00:00
sicking%bigfoot.com 23d9f34ead Documentation changes only. More ideas for optimized xpath 2003-06-05 16:26:22 +00:00
kairo%kairo.at 0b93c73eee bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +00:00
axel%pike.org 8e34ccdb95 npob, fix crash on exit, r=sicking 2003-06-01 16:32:57 +00:00
peterv%netscape.com ad1ad80290 Bustage fix. 2003-05-27 13:46:20 +00:00
peterv%netscape.com a87aadcac5 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. 2003-05-27 12:30:32 +00:00
timeless%mozdev.org b584be9dec Bug 203973 txXSLTProcessor::shutdown releases a log module it doesn't own
r=axel sr=peterv
2003-05-23 21:55:16 +00:00
sicking%bigfoot.com 57097a2753 Bug 199331: Recompile stylesheet if the underlying DOM is modified after .importStylesheet is called
r=Pike sr=peterv a=mkaply
2003-05-23 15:02:08 +00:00
axel%pike.org c39a545555 not part of build, fix gcc3.2 and hex, r/sr=peterv, a=mkaply 2003-05-23 14:02:07 +00:00
axel%pike.org 14650d084e bug 47719, pass nsresults and error messages back to content, r=sicking, sr=peterv, a=asa 2003-05-20 19:48:56 +00:00
axel%pike.org 4947df4f21 bug 205675, error on recursive import/include, r=sicking, sr=peterv, a=asa 2003-05-20 09:30:10 +00:00
sicking%bigfoot.com 9d5719c93f Bug 199579: Sorting case-order is inverted. Also sort using application locale as default locale.
r=Pike sr=peterv a=asa
2003-05-19 21:06:10 +00:00
pkw%us.ibm.com 7fecf2c8fd Bug 204796 - txStylesheetCompiler.cpp fails to build in VisualAge C++ v6.
r=bugmail@sicking.cc, sr=peterv@netscape.com, a=asa@mozilla.org
2003-05-13 19:08:00 +00:00
sicking%bigfoot.com 83cd9f3da7 Bug 203384: When no document has been set in the nsXPathEvaluator we should be case sensitive.
r=peterv sr=heikki a=asa
2003-05-13 19:00:06 +00:00
sicking%bigfoot.com 996fcdbd70 Fix OSX bustage from previous checkin 2003-05-08 21:02:10 +00:00
sicking%bigfoot.com 1df4c907ed Bug 203229: Use strings better by using existing stringobjects inside ExprResults if one exists.
r=Pike sr=peterv a=asa
2003-05-08 19:54:39 +00:00
axel%pike.org 8518816fb9 bug 204456, remove #defined errorcodes, r=sicking, sr=peterv, a=sspitzer 2003-05-06 07:35:23 +00:00
peterv%netscape.com 0e633d85f1 Part of fix for bug 203192 (Improvements to XSLT loading). r=Pike, sr=jst, a=asa. 2003-05-05 11:53:21 +00:00
peterv%netscape.com 7b55319f22 Part of fix for bug 203192 (Improvements to XSLT loading). r=Pike, sr=jst, a=asa. 2003-05-05 11:25:43 +00:00
peterv%netscape.com 8e6bcb49f7 Part of fix for bug 203192 (Improvements to XSLT loading). Move test files into their own directory and add some error strings. r=Pike, sr=jst, a=asa. 2003-05-05 09:10:17 +00:00
axel%pike.org e1a6bcbcc9 bug 199329, reenable embedded XSLT stylesheets, r=sicking, sr=peterv, a=asa 2003-04-30 21:05:11 +00:00
heikki%netscape.com ec1d21e678 Bug 203384, document could be null, for example when calling from XPointer processor, patch from jst, r=sicking, sr=heikki, a=asa. 2003-04-29 20:46:24 +00:00
heikki%netscape.com 1dfcfb8f7c Bug 191800, move FIXptr and XPointer into xmlextras, r=harishd, sr=jst. 2003-04-23 00:07:37 +00:00
jst%netscape.com f1b9b87862 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 2003-04-19 00:28:09 +00:00
kairo%kairo.at b6009f1e51 bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard 2003-04-17 18:43:57 +00:00
axel%pike.org 9f33fa2eab bug 70855, nspr logging for transformiix, log stylesheet compilation IO, r=peterv, sr=jag 2003-04-15 07:10:25 +00:00
axel%pike.org 7b9710496b bug 200999, crash with more than on xsl:strip- or preserve-space, r=sicking, sr=peterv 2003-04-07 12:18:49 +00:00
axel%pike.org 291f9322fb remove dead code, r=sicking, sr=peterv 2003-04-04 15:44:13 +00:00
axel%pike.org 288d41c59b warning fix, r/sr=peterv 2003-04-04 08:00:00 +00:00
heikki%netscape.com 4385c916ad Fix comments. 2003-04-03 20:37:17 +00:00