Commit Graph

541 Commits

Author SHA1 Message Date
axel%pike.org
f79cd7bb75 backout 74786, gcc 2.96 sucks
git-svn-id: svn://10.0.0.236/trunk@135120 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 11:09:06 +00:00
axel%pike.org
bdc822f042 bug 74786, prepare for string cleanup, r=sicking, sr=peterv
git-svn-id: svn://10.0.0.236/trunk@135119 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 09:51:17 +00:00
sicking%bigfoot.com
fda411b22c Bug 184362: kill nsISupportsArray in transformiix
r=bz sr=peterv


git-svn-id: svn://10.0.0.236/trunk@135089 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 01:22:37 +00:00
sicking%bigfoot.com
445a3477d8 Bug 181803: Invalidate nsXPathResult when the nodevalue of a node is changed.
r=Pike sr=peterv a=asa


git-svn-id: svn://10.0.0.236/trunk@134903 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-06 19:54:46 +00:00
sicking%bigfoot.com
e1b830d3a7 backing out. Didn't mean to hit the commit-button
git-svn-id: svn://10.0.0.236/trunk@134899 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-06 17:49:27 +00:00
sicking%bigfoot.com
cd42ff9362 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@134898 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-06 17:47:53 +00:00
sicking%bigfoot.com
df3526ebc0 Bug 174093: Make ExprParser out-of-memory safe.
r=Pike sr=peterv a=asa


git-svn-id: svn://10.0.0.236/trunk@134871 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-06 01:49:26 +00:00
bzbarsky%mit.edu
c3731640d3 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.


git-svn-id: svn://10.0.0.236/trunk@134667 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-03 05:48:14 +00:00
peterv%netscape.com
d612da8f4c Fix static build bustage.
git-svn-id: svn://10.0.0.236/trunk@134594 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-30 09:43:13 +00:00
peterv%netscape.com
4fe797e9a2 Fix warning.
git-svn-id: svn://10.0.0.236/trunk@134590 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-30 02:07:59 +00:00
peterv%netscape.com
d103a96ada Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@134587 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-29 23:44:07 +00:00
sicking%bigfoot.com
db4678c2f2 Bug 181808: Use macros to declare and implement nsIDocumentObserver
r=caillon sr=bz


git-svn-id: svn://10.0.0.236/trunk@134395 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-25 08:33:30 +00:00
axel%pike.org
62fdd9f141 bug 151055, some result elements dont accept children, txMozillaXMLOutput crashes, r=sicking, sr=peterv
git-svn-id: svn://10.0.0.236/trunk@134323 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-22 08:52:18 +00:00
axel%pike.org
c82618c0b3 bug 179537, fix baseURI and PR_LOG in xslt, r=peterv, sr=heikki
git-svn-id: svn://10.0.0.236/trunk@133743 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-13 12:59:31 +00:00
axel%pike.org
ea0d3163b2 bug 178461, XSLTProcessor.reset(), r=sicking, sr=peterv
git-svn-id: svn://10.0.0.236/trunk@133388 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-08 08:50:34 +00:00
axel%pike.org
ea6a189a5f bug 54659, close() in files in transformiix standalone, not part of build, r=sicking, sr=peterv, a=blizzard
git-svn-id: svn://10.0.0.236/trunk@132539 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-25 20:52:29 +00:00
sicking%bigfoot.com
d8d0cac658 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


git-svn-id: svn://10.0.0.236/trunk@132337 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-21 21:35:23 +00:00
sicking%bigfoot.com
8e66ad6d8e 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


git-svn-id: svn://10.0.0.236/trunk@131580 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-09 07:03:15 +00:00
darin%netscape.com
e56625b347 fixes bug 170789 "HTTP Accept: header should be tailored to context of the
request" r=dougt sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@130569 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-27 04:22:13 +00:00
axel%pike.org
c89ddc9f4a bug 16140, html has xhtml namespace for XPath, XSLT. r=sicking, sr=jst
git-svn-id: svn://10.0.0.236/trunk@129784 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-17 08:06:40 +00:00
dougt%netscape.com
e289284076 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
git-svn-id: svn://10.0.0.236/trunk@129050 18797224-902f-48f8-a5cc-f745e15eee43
2002-09-07 17:13:19 +00:00
peterv%netscape.com
01c388af8d 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.
git-svn-id: svn://10.0.0.236/trunk@128558 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-30 14:37:12 +00:00
peterv%netscape.com
0f3473bff2 Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Remove unused context node argument. r=Pike, sr=bz.
git-svn-id: svn://10.0.0.236/trunk@128555 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-30 12:48:16 +00:00
peterv%netscape.com
947b301ed2 Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Remove unused context node argument. r=Pike, sr=bz.
git-svn-id: svn://10.0.0.236/trunk@128554 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-30 12:43:53 +00:00
axel%pike.org
4befb464f0 bug 155578, refactor XSLTProcessor, landing trivial parts to make diff usefull. Function reordering in XSLTProcessor, txExpandedNameMap::remove, r=sicking, sr=bz
git-svn-id: svn://10.0.0.236/trunk@128449 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-29 08:34:48 +00:00
sicking%bigfoot.com
4e95691bba Fix whitespacehandling by looking for xml:space-attributes when needed and only when needed.
b=163856 r=Pike sr=bz


git-svn-id: svn://10.0.0.236/trunk@128227 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-27 04:13:18 +00:00
roc+%cs.cmu.edu
c6bb83f66a 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
git-svn-id: svn://10.0.0.236/trunk@128041 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-24 14:41:28 +00:00
peterv%netscape.com
cd2afe8bb1 Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst.
git-svn-id: svn://10.0.0.236/trunk@127854 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-22 12:33:45 +00:00
peterv%netscape.com
05ca9a5742 Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst.
git-svn-id: svn://10.0.0.236/trunk@127853 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-22 12:22:47 +00:00
peterv%netscape.com
9b29b9e156 Remove warnings.
git-svn-id: svn://10.0.0.236/trunk@127778 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-21 14:22:58 +00:00
peterv%netscape.com
dba58a0cf5 Try to fix linking problem on planetoid.
git-svn-id: svn://10.0.0.236/trunk@127777 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-21 14:18:12 +00:00
peterv%netscape.com
18779fe62f Add back widget to REQUIRES.
git-svn-id: svn://10.0.0.236/trunk@127775 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-21 13:20:21 +00:00
peterv%netscape.com
50925d8693 Adding back widget to REQUIRES.
git-svn-id: svn://10.0.0.236/trunk@127772 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-21 13:07:25 +00:00
peterv%netscape.com
a5c621c75d Fix for bug 94456 (wrappers need performance increase, support conformance). r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@127764 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-21 12:05:50 +00:00
peterv%netscape.com
91f77ae3fb Fix for bug 163753 (Code for xsl:comment has a bug). r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@127756 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-21 08:46:13 +00:00
sicking%bigfoot.com
68c5f24c91 Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone.
r=Pike sr=jst


git-svn-id: svn://10.0.0.236/trunk@127651 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-19 22:16:09 +00:00
peterv%netscape.com
bb292a2570 Fix for bug 101890 (break linkage from transformiix to layout). r=Pike, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@127602 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-19 06:58:21 +00:00
axel%pike.org
069f15bbb5 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


git-svn-id: svn://10.0.0.236/trunk@127362 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-15 08:52:59 +00:00
sicking%bigfoot.com
594ba172c4 Bug 162398: Make XPath lexer look at entire qname when checking for operators.
r=Pike sr=bz


git-svn-id: svn://10.0.0.236/trunk@127208 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-13 23:30:04 +00:00
peterv%netscape.com
2f7532fe44 Fix warnings. r=Pike, rs=jst.
git-svn-id: svn://10.0.0.236/trunk@127157 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-13 12:48:27 +00:00
peterv%netscape.com
d6550e87e2 Remove obsolete files. r=Pike.
git-svn-id: svn://10.0.0.236/trunk@127155 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-13 12:45:08 +00:00
peterv%netscape.com
1f7460d639 Remove obsolete file. r=Pike, rs=jst.
git-svn-id: svn://10.0.0.236/trunk@127151 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-13 10:58:11 +00:00
peterv%netscape.com
6123527109 Fix for bug 155915 (txMozillaXMLOutput drops previous documentElement on creating transformiix wrapper). r=Pike, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@127067 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-12 11:18:05 +00:00
seawood%netscape.com
0b3ff474f3 Removing old nmake build makefiles. Bug #158528 r=pavlov
git-svn-id: svn://10.0.0.236/trunk@126975 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-10 07:55:43 +00:00
peterv%netscape.com
3b230194dd Warning fixes. r=Pike, rs=jst.
git-svn-id: svn://10.0.0.236/trunk@126753 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-08 12:30:02 +00:00
peterv%netscape.com
36cbbe53e1 Bustage fix for Transformiix standalone.
git-svn-id: svn://10.0.0.236/trunk@126497 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-06 12:29:49 +00:00
peterv%netscape.com
f21892e8db 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.


git-svn-id: svn://10.0.0.236/trunk@126495 18797224-902f-48f8-a5cc-f745e15eee43
2002-08-06 12:28:27 +00:00
sicking%bigfoot.com
9f524ba3a3 Use principals instead of URIs for same-origin checks.
b=159348, r=bz, sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@126081 18797224-902f-48f8-a5cc-f745e15eee43
2002-07-30 21:26:32 +00:00
sicking%bigfoot.com
c52d22c28d Reenable same-origin checks. Patch by me and jst.
b=156452 r=peterv/sicking/jst sr=bz/jst a=chofmann


git-svn-id: svn://10.0.0.236/trunk@125447 18797224-902f-48f8-a5cc-f745e15eee43
2002-07-18 05:53:28 +00:00
peterv%netscape.com
76b49d7465 Temporarily disable the code that caused the slowdown in Txul, Tp and Ts. Bug 156452.
git-svn-id: svn://10.0.0.236/trunk@125297 18797224-902f-48f8-a5cc-f745e15eee43
2002-07-16 15:46:39 +00:00