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

656 Коммитов

Автор SHA1 Сообщение Дата
axel%pike.org 809956b926 bug 188339, improve transformiix standalone DOM, get rid of childNodes in Attr, r=peterv, not part of build 2003-01-09 14:28:02 +00:00
peterv%netscape.com a89a8f3ec9 Make final fix for bug 74786 (String cleanup) easier by simplifying the Transformiix DOM. r=sicking, sr=jst. r=Pike on the parts not part of the Mozilla build. 2003-01-09 00:15:55 +00:00
peterv%netscape.com 322b73dd0a That shouldn't have gone in. 2003-01-08 22:44:35 +00:00
peterv%netscape.com 59a6aaa243 Make final fix for bug 74786 (String cleanup) easier by simplifying the Transformiix DOM. r=sicking, sr=jst. r=Pike on the parts not part of the Mozilla build. 2003-01-08 22:40:42 +00:00
dbaron%dbaron.org 5aadb9d382 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 20:32:55 +00:00
sicking%bigfoot.com 72f6550e5b fix uninitialized-variable-warning.
b=186835 r=glazman sr=jst
2003-01-06 21:47:24 +00:00
sicking%bigfoot.com 77176bfc85 Comment-removal, part of the patch for bug 186835. 2003-01-06 15:08:49 +00:00
sicking%bigfoot.com c134137876 Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded.
r=peterv sr=bz
2003-01-06 14:55:13 +00:00
peterv%netscape.com 2eee61281b Rename Transformiix string API to be in synch with Mozilla's. Part of bug 74786 (String cleanup). r=sicking, rs=jst. 2002-12-20 15:18:35 +00:00
axel%pike.org 15431ca0da bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv 2002-12-20 13:55:28 +00:00
axel%pike.org 5c0d6082be bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv 2002-12-20 13:45:06 +00:00
axel%pike.org ebd6823a54 bug 157142, link transformiix standalone to xpcom, r=sicking, sr=peterv 2002-12-18 10:03:23 +00:00
axel%pike.org 05ec71459e backout 74786, gcc 2.96 sucks 2002-12-11 11:09:06 +00:00
axel%pike.org 43e8faaf41 bug 74786, prepare for string cleanup, r=sicking, sr=peterv 2002-12-11 09:51:17 +00:00
sicking%bigfoot.com e8e8609d78 Bug 184362: kill nsISupportsArray in transformiix
r=bz sr=peterv
2002-12-11 01:22:37 +00:00
sicking%bigfoot.com 31487cb0c9 Bug 181803: Invalidate nsXPathResult when the nodevalue of a node is changed.
r=Pike sr=peterv a=asa
2002-12-06 19:54:46 +00:00
sicking%bigfoot.com 0d67369885 backing out. Didn't mean to hit the commit-button 2002-12-06 17:49:27 +00:00
sicking%bigfoot.com bf1c09f985 *** empty log message *** 2002-12-06 17:47:53 +00:00
sicking%bigfoot.com 9365926a86 Bug 174093: Make ExprParser out-of-memory safe.
r=Pike sr=peterv a=asa
2002-12-06 01:49:26 +00:00
bzbarsky%mit.edu fe53f95e60 Make the CSSLoader correctly order stylesheets as they are dynamically added
and removed via the DOM.  Clean up the nsIDocument stylesheet accessors.  Clean
up nsIDocumentObserver stylesheet stuff a bit.  Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off.  Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking,  sr=peterv.
2002-12-03 05:48:14 +00:00
peterv%netscape.com cc71578cbc Fix static build bustage. 2002-11-30 09:43:13 +00:00
peterv%netscape.com 63a2d5f471 Fix warning. 2002-11-30 02:07:59 +00:00
peterv%netscape.com 2cd27f702a Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst. 2002-11-29 23:44:07 +00:00
sicking%bigfoot.com b615fa9010 Bug 181808: Use macros to declare and implement nsIDocumentObserver
r=caillon sr=bz
2002-11-25 08:33:30 +00:00
axel%pike.org b8414089c3 bug 151055, some result elements dont accept children, txMozillaXMLOutput crashes, r=sicking, sr=peterv 2002-11-22 08:52:18 +00:00
axel%pike.org ab74b90636 bug 179537, fix baseURI and PR_LOG in xslt, r=peterv, sr=heikki 2002-11-13 12:59:31 +00:00
axel%pike.org 00bc80413c bug 178461, XSLTProcessor.reset(), r=sicking, sr=peterv 2002-11-08 08:50:34 +00:00
axel%pike.org 2314137e5c bug 54659, close() in files in transformiix standalone, not part of build, r=sicking, sr=peterv, a=blizzard 2002-10-25 20:52:29 +00:00
sicking%bigfoot.com e5c6aaae8b Landing XSLT branch. Tracking bug is 155578, fixes bugs 46633, 54659, 73492, 70369, 85408, 90157, 130161, 109918, 150916 and 170097
* New scriptable interfaces to XSLT
* Make HTML-output create real html
* cleanup the XSLTProcessor class

Patch by sicking, pike and peterv

r=sicking/pike, sr=peterv, a=asa
2002-10-21 21:35:23 +00:00
sicking%bigfoot.com de70300d00 bug 64945 stage two.
Prettyprint without modifying the DOM by using an XBL binding. Use viewsource.css for styling. Also refactor a real sync-load service and make transformiix and XBL use it.

r=jkeiser sr=darin
2002-10-09 07:03:15 +00:00
darin%netscape.com 71bb3b05de fixes bug 170789 "HTTP Accept: header should be tailored to context of the
request" r=dougt sr=bzbarsky
2002-09-27 04:22:13 +00:00
axel%pike.org d5e52dc5af bug 16140, html has xhtml namespace for XPath, XSLT. r=sicking, sr=jst 2002-09-17 08:06:40 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
peterv%netscape.com ba2339754c Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst. 2002-08-30 14:37:12 +00:00
peterv%netscape.com 64ba1e9eda Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Remove unused context node argument. r=Pike, sr=bz. 2002-08-30 12:48:16 +00:00
peterv%netscape.com 661b665bf9 Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Remove unused context node argument. r=Pike, sr=bz. 2002-08-30 12:43:53 +00:00
axel%pike.org 568bbcee22 bug 155578, refactor XSLTProcessor, landing trivial parts to make diff usefull. Function reordering in XSLTProcessor, txExpandedNameMap::remove, r=sicking, sr=bz 2002-08-29 08:34:48 +00:00
sicking%bigfoot.com 75dc9786ce Fix whitespacehandling by looking for xml:space-attributes when needed and only when needed.
b=163856 r=Pike sr=bz
2002-08-27 04:13:18 +00:00
roc+%cs.cmu.edu cb32a0f906 Bug 160936. Add type nsChangeHint for style hints. Make it a set of bits. Make sure an NS_STYLE_HINT_REFLOW always also does a repaint of the frame. r=dbaron,sr=kin 2002-08-24 14:41:28 +00:00
peterv%netscape.com e440be8fdb Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst. 2002-08-22 12:33:45 +00:00
peterv%netscape.com 06fb1e2215 Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst. 2002-08-22 12:22:47 +00:00
peterv%netscape.com b2863c55b1 Remove warnings. 2002-08-21 14:22:58 +00:00
peterv%netscape.com 83aef5bdbb Try to fix linking problem on planetoid. 2002-08-21 14:18:12 +00:00
peterv%netscape.com 12c9b0c13e Add back widget to REQUIRES. 2002-08-21 13:20:21 +00:00
peterv%netscape.com d44faa5bb2 Adding back widget to REQUIRES. 2002-08-21 13:07:25 +00:00
peterv%netscape.com c43eeac2cc Fix for bug 94456 (wrappers need performance increase, support conformance). r=sicking, sr=jst. 2002-08-21 12:05:50 +00:00
peterv%netscape.com a0e8b4bb24 Fix for bug 163753 (Code for xsl:comment has a bug). r=sicking, sr=jst. 2002-08-21 08:46:13 +00:00
sicking%bigfoot.com 0902b36dfc Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone.
r=Pike sr=jst
2002-08-19 22:16:09 +00:00
peterv%netscape.com 07e2d4c47a Fix for bug 101890 (break linkage from transformiix to layout). r=Pike, sr=jst. 2002-08-19 06:58:21 +00:00
axel%pike.org 830df556e6 bug 46754, remove transformiix copy of expat. Not part of build. build transformiix standalone on windows again.
changes to build system are r=cls, changes to transformiix r=peterv
2002-08-15 08:52:59 +00:00
sicking%bigfoot.com 969d36ee01 Bug 162398: Make XPath lexer look at entire qname when checking for operators.
r=Pike sr=bz
2002-08-13 23:30:04 +00:00
peterv%netscape.com 4f3eebbbf5 Fix warnings. r=Pike, rs=jst. 2002-08-13 12:48:27 +00:00
peterv%netscape.com 75b5a663ba Remove obsolete files. r=Pike. 2002-08-13 12:45:08 +00:00
peterv%netscape.com e9708150ba Remove obsolete file. r=Pike, rs=jst. 2002-08-13 10:58:11 +00:00
peterv%netscape.com 2e325d93c0 Fix for bug 155915 (txMozillaXMLOutput drops previous documentElement on creating transformiix wrapper). r=Pike, sr=jst. 2002-08-12 11:18:05 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
peterv%netscape.com 855a6b16ce Warning fixes. r=Pike, rs=jst. 2002-08-08 12:30:02 +00:00
peterv%netscape.com 5919fcc880 Bustage fix for Transformiix standalone. 2002-08-06 12:29:49 +00:00
peterv%netscape.com 8046e251db Landing TX_BRIDGE_1_1_BRANCH.
Rewrite pretty much all variable and parameter handling. Makes global and local variables be handled differently. Global variables are no longer part of the variables stack, and are lazily evaluated. Fixes bugs 117658, 92929 and some unfiled bugs and fixes remaining parts of bugs 83651 and 96802. Patch by sicking, r=Pike sr=bz.

Fix for bug 156464: fix rounding problems in module, allow patterns without any '0's in the integer part and fix problems with grouping for standalone. Patch by sicking, r=Pike sr=bz.

Fix for bug 157340 (Probable bugs in extensions/transformiix/source/base/txMozillaString.h). Patch by peterv, r=Pike, sr=bz.

Fix for bug 146967 (Clean up Transformiix strings). Patch by peterv, r=sicking, sr=jst.

Fix for bug 156464 (Remove static strings from Transformiix). Patch by peterv, r=Pike, sr=jst.
2002-08-06 12:28:27 +00:00
sicking%bigfoot.com 39c966dd38 Use principals instead of URIs for same-origin checks.
b=159348, r=bz, sr=jst, a=asa
2002-07-30 21:26:32 +00:00
sicking%bigfoot.com c2e51f12c5 Reenable same-origin checks. Patch by me and jst.
b=156452 r=peterv/sicking/jst sr=bz/jst a=chofmann
2002-07-18 05:53:28 +00:00
peterv%netscape.com afe17d383e Temporarily disable the code that caused the slowdown in Txul, Tp and Ts. Bug 156452. 2002-07-16 15:46:39 +00:00
sicking%bigfoot.com 17bc6e66e4 Add same-origin checks in a few DOM methods. Patch by me and jst.
b=156452, r=jst/me, sr=bz, a=pending
2002-07-16 13:09:15 +00:00
sicking%bigfoot.com de586d5b04 fix linux bustage 2002-07-10 05:50:31 +00:00
sicking%bigfoot.com 451ede1894 Key template modes, template names, decimalformats, attributesets and keys on expanded name rather then qualified name.
b=96082 r=peterv sr=jst
2002-07-10 05:04:24 +00:00
axel%pike.org 8460882943 removing deprecated samples, r=peterv,sicking; NOT PART OF BUILD 2002-07-08 10:42:33 +00:00
bryner%netscape.com 90a2f7dfb7 Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag. 2002-07-08 07:56:50 +00:00
peterv%netscape.com 0f84e75d4a Readding file that accidentaly got removed in a merge. 2002-07-02 16:59:05 +00:00
peterv%netscape.com 878394785f Bustage fix. 2002-07-02 15:29:05 +00:00
peterv%netscape.com 5aaa54828a Bustage fix. Sigh. 2002-07-02 15:04:55 +00:00
peterv%netscape.com fc2870fe0e Bustage fix. 2002-07-02 14:59:24 +00:00
axel%pike.org d7b78fb9fb bustage fix for standalone, not part of build 2002-07-02 14:54:15 +00:00
peterv%netscape.com ddb7607e00 Bustage fix. 2002-07-02 14:42:04 +00:00
peterv%netscape.com e046915b70 Fix for bug 146967 (Clean up Transformiix strings). r=Pike, sr=jst. 2002-07-02 14:15:01 +00:00
sicking%bigfoot.com a9504f9133 Bug 88623: Remove the txList::iterator function and the ListIterator typedef
r=peterv sr=jst
2002-06-26 23:09:13 +00:00
peterv%netscape.com e2ff231bcc Bustage fix. 2002-06-26 13:17:12 +00:00
peterv%netscape.com 2265ea47a2 Fix for bug 88623 (Cleanup Transformiix code). r=Pike, sr=jst. 2002-06-26 12:42:13 +00:00
peterv%netscape.com cf98c1769e New files for bug 88623 (Cleanup Transformiix code). r=Pike, sr=jst. 2002-06-26 10:37:02 +00:00
sicking%bigfoot.com a7b9cf8171 Remove obsolete and potentially harmfull ctor from ProcessorState.
b=88623 r=peterv sr=jst
2002-06-22 01:27:40 +00:00
peterv%netscape.com d542c53ab9 Fix Transformiix standalone bustage (does not affect Mozilla build). r=Pike. 2002-06-20 14:10:48 +00:00
peterv%netscape.com fd9a941c2c Fix for bug 146966 (Standalone Transformiix outputs HTML with XML prolog). r=Pike, sr=jst. 2002-06-20 13:25:48 +00:00
peterv%netscape.com d5b273bc97 Fix for bug 142108 (Crash when reloading XML+XSLT Trunk, M100, N70PR1, M11A [@ nsXMLContentSink::Observe][@ 0x00000001]). r=Pike, sr=jst. 2002-06-20 12:04:22 +00:00
sicking%bigfoot.com 1c08ef6d4f Attribute axis should not include namespace declarations.
b=123357 r=peterv sr=jst
2002-06-16 16:58:13 +00:00
mstoltz%netscape.com 6f5d99be4c 133170 - Need to re-check host for security on a redirect after a call to
XMLHttpRequest.open(). For xmlextras, r=heikki, sr=jband. For caps,
r=bzbarsky, sr=jst
147754 - Add same-origin check to XMLSerializer. Patch by jst. r=mstoltz,
sr=jband
113351 - Add same-origin check to XSL Include. Patch by peterv and jst,
r=mstoltz, sr=rpotts
135267 - Add same-origin check to stylesheets included via LINK tags.
r=dveditz, sr=scc
2002-06-14 23:54:18 +00:00
peterv%netscape.com df7e752f8d Fix for bug 88623 (Cleanup Transformiix code - remove XSLType). r=sicking, sr=jst. 2002-06-13 22:31:20 +00:00
peterv%netscape.com 3ccd39f333 Fix for bug 136272 (definition of isDigit may be incomplete). r=sicking, sr=jst. 2002-06-13 22:27:19 +00:00
axel%pike.org ea01481726 bug 113611, XPath and XSLT contexts. fixes bugs 96410, 102293, 92106, 110266, 116534 and a bunch of other cases not filed. This mostly fixes namespaces and some really bad speed issues by fixing the time when namespaces are resolved, how default priorities are computed and how templates are matched.
HUGE PERFWIN :-)
r=peterv, sr=jst
2002-06-04 05:00:31 +00:00
peterv%netscape.com f7d40d2489 Fix for bug 146965 (Standalone Transformiix outputs invalid XML). r=sicking, sr=jst. 2002-05-28 08:27:28 +00:00
peterv%netscape.com dfaec56a80 Fix for bug 146964 (Bug in format-number XSLT function). r=sicking, sr=jst. 2002-05-28 08:16:43 +00:00
peterv%netscape.com ea7969a4bf Removing unused file. r=sicking. Doesn't affect default build. 2002-05-17 22:48:12 +00:00
sicking%bigfoot.com 72102bc2fd Bug 134295: Make position() work together with xsl:sort again. This will put back some problems with attribute-nodes, but those problems should be much less common then the current situation.
r=peterv sr=jst
2002-05-17 22:25:06 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
sicking%bigfoot.com 2df3d126d7 Bug 140687: Make substring() for all start-indexes
r=Pike, sr=jst
2002-05-01 19:48:59 +00:00
axel%pike.org bbfe165c3b Bug 141173, TxObject::hashCode() and Map crash, PRInt32->PRUint32, r=peterv, sr=jaggernaut 2002-05-01 10:45:13 +00:00
peterv%netscape.com 61182a1327 Fix for bug 135825 (No scrollbars in P3P summary window). r=Pike, sr=heikki. 2002-04-25 21:31:09 +00:00
axel%pike.org 66600470db bug 70855, add NSPR logging to transformiix, mere printf's for standalone. r=peterv, sr=heikki 2002-04-19 10:28:57 +00:00
seawood%netscape.com f1d907679e Remove references to obsolete CHROME_ variables.
Bug #113401 r=bryner
2002-04-19 01:29:29 +00:00
peterv%netscape.com 2ef0f9a849 Fix for bug 132300 (Need a better way to bootstrap an XPathEvaluator). r=pike, sr=jst. 2002-04-16 11:57:17 +00:00
peterv%netscape.com 887dab6e90 Fix for bug 56087 (XSLTProcessor::TransformDocument can't work on existing document). r=harishd, sr=heikki. 2002-04-16 09:26:04 +00:00
dbaron%fas.harvard.edu 07103ecbea Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt 2002-04-11 03:49:30 +00:00
sicking%bigfoot.com 71e038854c Fix for bug 132302: Return the right exception for DOM Range. Fix by peterv.
r=Pike, sr=jst
2002-04-10 13:38:30 +00:00
peterv%netscape.com 083b5b8143 Fix for bug 34849 (dynamically added STYLE element doesn't alter style). r=sicking, sr=jst, a=roc+moz, adt=jaimejr. 2002-04-05 11:29:40 +00:00
dbaron%fas.harvard.edu b95312c405 Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:03:32 +00:00
darin%netscape.com 9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
peterv%netscape.com 088903bbe1 Fix for bug 126463 (Occurances of uninitialized variables being used before being set (in extensions/transformiix).) r=sicking, sr=jst, a=asa. 2002-03-19 14:14:27 +00:00
alecf%netscape.com 451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
timeless%mac.com dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
alecf%netscape.com 022cb413be fix for bug 101887 - make transformiix no longer depend on appshell by removing an unneeded #include and CID declaration
patch=jonsmirl@mediaone.net
sr=alecf
r=peterv
a=asa
2002-03-16 05:34:49 +00:00
peterv%netscape.com 9e88940c7f Fix for bug 103235 (Implement DOM Level 3 XPath WD). r=sicking, sr=jst, a=dbaron. 2002-03-14 15:13:03 +00:00
peterv%netscape.com 347793fc58 Fix for bug 103235 (Implement DOM Level 3 XPath WD). r=sicking, sr=jst, a=dbaron. 2002-03-14 12:57:37 +00:00
peterv%netscape.com 523401f88e New files for bug 103235 (Implement DOM Level 3 XPath WD). r=sicking, sr=jst, a=dbaron. 2002-03-14 11:12:51 +00:00
sicking%bigfoot.com 2ed5916893 Bug 123343. Make <base> and <meta http-equiv=".."> work in XSLT generated pages. Also adds keeping track of stylesheet index for inserted stylesheets.
r=peterv sr=jst a=roc+moz
2002-03-12 21:03:34 +00:00
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
alecf%netscape.com cd8f07f3e8 bug 127091 - big string cleanup, removing old APIs
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
peterv%netscape.com 80647b66e6 Fixing bustage for standalone Transformiix build. 2002-03-04 13:35:54 +00:00
peterv%netscape.com ad4a20d72c Fixing bustage for standalone Transformiix build. 2002-03-04 13:33:35 +00:00
peterv%netscape.com 9bfe5c5491 Fix for bug 92377 (Build failure: dom/src/base/nsDOMClassInfo.cpp depends on extensions/xmlextras). r=shaver, sr=jst, a=asa. 2002-03-04 02:25:08 +00:00
sicking%bigfoot.com 97d89e2a12 Bug 70882. Support embedded XSLT stylesheets. Also fixes 97621.
r=peterv sr=jst a=asa
2002-03-02 21:11:39 +00:00
sicking%bigfoot.com 7c3c087416 Fix one *nix build bustage 2002-03-02 19:35:07 +00:00
sicking%bigfoot.com 783e3ea68e Bug 122001. Implement txExpandedNameMap. Add QName parsing and some operators to txExpandedName.
r=peterv sr=jst a=asa
2002-03-02 18:39:23 +00:00
sicking%bigfoot.com c67ef79673 Commiting new files for bug 122001 2002-03-02 09:35:20 +00:00
sicking%bigfoot.com 7df9884c01 Bug 96478. Change the use of getAttributeNode and getAttribute to getAttr
r=peterv sr=jst a=asa
2002-03-02 09:19:54 +00:00
seawood%netscape.com 6b19ff6399 Apply patches from FreeBSD's Ports system.
Thanks to Jeremy Lea <reg@shale.csir.co.za> for the patch.
Bug #112987 r=cls a=asa
2002-02-26 07:59:00 +00:00
alecf%netscape.com 66e767c7b8 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
cathleen%netscape.com 124339899e eliminate nsCRT::strlen for char* strings (part 1), bug 124536 r=dp sr=brendan 2002-02-19 07:36:56 +00:00
peterv%netscape.com d41764cfd1 Fix for bug 126214 (peterv broke XSLT system-property function). r=sicking, sr=jst. 2002-02-18 22:52:54 +00:00
axel%pike.org c2be46a14c Bustage fix for sicking 2002-02-05 15:24:52 +00:00
sicking%bigfoot.com eb1378412b Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets.
This removes the need for the sortByDocumentOrder function.

b=85893 r=Pike rs=jag
2002-02-05 14:22:34 +00:00
sicking%bigfoot.com 506214644d Final part of bug 59912. Call SetDocument before adding any attributes on elements in the result of XSLT-transformations. This fixes (at least) onclick-like attributes.
r=peterv sr=jst
2002-02-04 15:31:41 +00:00
sicking%bigfoot.com e888e86a97 Fix IRIX bustage 2002-02-03 21:36:03 +00:00
sicking%bigfoot.com 310fce682f Make relational comparisons between NodeSets and booleans follow the spec.
b=116540 r=Pike sr=jst
2002-02-03 19:50:27 +00:00
alecf%netscape.com 28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
sicking%bigfoot.com 0a836b98e9 Cleanup BooleanFunctionCall and StringFunctionCall, fixes bugs in lang(), substring() and a few more.
b=104758 r=Pike sr=jag
2002-01-28 14:46:39 +00:00
alecf%netscape.com f31573d2e0 oops, we dont' need that! 2002-01-25 23:53:32 +00:00
alecf%netscape.com 7e393ca40d ignore generated makefile 2002-01-25 23:52:11 +00:00
peterv%netscape.com 8dead4d7a7 Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. (Last one, I promise) 2002-01-24 14:18:26 +00:00
peterv%netscape.com b53e1ab0b8 Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. 2002-01-24 14:14:55 +00:00
peterv%netscape.com e9d69d589b Correct error in patch for bug 96647. Transformiix standalone only, doesn't affect mozilla build. 2002-01-24 14:03:36 +00:00
peterv%netscape.com abdb2a1494 Fix for bug 96647 (Change the way output is constructed in Transformiix). r=sicking, Pike, sr=jst. 2002-01-24 13:38:51 +00:00
sicking%bigfoot.com 01b7208527 Fix crasher in key()'s when context-node is a document.
b=120074 r=Pike,peterv sr=jst
2002-01-15 22:20:30 +00:00
sicking%bigfoot.com c2521b6587 Implementation of the xsl:apply-imports instruction.
b=94002 r=peterv sr=jst
2002-01-15 10:37:00 +00:00
jdunn%netscape.com 061ee47034 AIX's new compiler, xlC5.x, doesn't allow the use of "friend" to declare
a function prototype.  So we have to decare the function and then
declare it a friend.  When Default arguments are used, they need to
be specified in the function prototype and NOT in the friend declaration.
# 43311
r=dbaron@fas.harvard.edu
2002-01-10 14:16:05 +00:00
jaggernaut%netscape.com e44e7d9ec8 Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst 2001-12-17 07:14:49 +00:00
sicking%bigfoot.com d936341ae9 Hackarond to get namespacehandling in a little better shape. Now we always resolve namespaces against at least *some* node.
b=110266 r=Pike sr=jst
2001-12-11 20:54:50 +00:00
axel%pike.org 45d43458ac bug 112623, initial version of xpcom error wrapper for standalone, r=sicking@bigfoot.com, sr=scc. Not used yet 2001-12-06 12:30:53 +00:00
leaf%mozilla.org 8310ba80d7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
rpotts%netscape.com 1f0cc6e6b9 bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes... 2001-11-30 22:35:33 +00:00
bzbarsky%mit.edu edfb3b268f Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
seawood%netscape.com 7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com 55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00