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

627 Коммитов

Автор SHA1 Сообщение Дата
andreww%netscape.com 2558b06343 bugzilla bug 164174 r=suresh, sr=hewitt. Updating skin version number due to new backwards incompatibilites. 2002-09-12 23:39:25 +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
leaf%mozilla.org 70941124cb update localeVersion to 1.2a, a=asa 2002-09-07 01:01:49 +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
peterv%netscape.com b6807d824d Restore alphabetical order. No functional change. 2002-08-20 11:14:34 +00:00
peterv%netscape.com 3b7400538f Remove bogus appshell dependency. r=Pike. 2002-08-20 11:12:05 +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
leaf%mozilla.org 8860985e79 bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings 2002-07-17 23:51:49 +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
axel%pike.org ab62a85dde remove security checks from buster, it's chrome:// now. Not part of build 2002-07-16 11:58:26 +00:00
axel%pike.org 287b99fcf1 chromeing XSLT QA app buster, not removing security checks yet, though. Plus, adding stats and test display by peterv. Not part of build. 2002-07-15 19:51:27 +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
axel%pike.org a01b0356b3 not part of build, test UI.
XUL interface for xsltmark, http://www.datapower.com/XSLTMark/.
Joint work with peterv, thanx for the work.
I tried to clean his stuff up, and make it non-block. I succeeded in the latter. I'm not happy with the UI yet, but that may come later.
2002-07-05 12:36:13 +00:00
axel%pike.org 9303ef6d4c these files are obsolete, and mostly wrong these days. We use bugzilla for this, so cvs rm them. Not part of the build 2002-07-03 09:20:45 +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 0137d9cce4 Bustage fix. 2002-07-02 16:04:23 +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