Commit Graph

10040 Commits

Author SHA1 Message Date
peterv%netscape.com
f8454450e6 Fix for bug 74786 (String cleanup). Remove Transformiix string wrappers. r=sicking, sr=jst. r=Pike on the Transformiix standalone parts. 2005-11-02 07:39:22 +00:00
peterv%propagandism.org
79bd15a52c Fix for bug 237185 (nsXPathNSResolver::LookupNamespaceURI needs to resolve xml). r/sr=jst, a=chofmann. 2005-11-02 07:39:21 +00:00
sicking%bigfoot.com
d986571207 Bug 189201: Hold a reference to the document-node even for embedded stylesheets to make sure that the document doesn't go away.
r=peterv sr=bz
2005-11-02 07:39:20 +00:00
dbaron%dbaron.org
3b02e50311 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2005-11-02 07:39:19 +00:00
sicking%bigfoot.com
d79f26064c Bug 185498: Don't rely on ::CreateElement to create html elements. Also make sure we insert html-<tbody>s when appropriate
r=Pike sr=peterv
2005-11-02 07:39:18 +00:00
peterv%netscape.com
d9f7f1d935 Fix for bug 74786 (String cleanup). Remove Transformiix string wrappers. r=sicking, sr=jst. r=Pike on the Transformiix standalone parts. 2005-11-02 07:39:17 +00:00
sicking%bigfoot.com
fdf0e2ade6 Bug 188729: Break refcounting-cycles during load.
r=peterv sr=bz
2005-11-02 07:39:16 +00:00
sicking%bigfoot.com
148610be37 Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded.
r=peterv sr=bz
2005-11-02 07:39:15 +00:00
peterv%netscape.com
99148e01cf Bustage fix. 2005-11-02 07:39:14 +00:00
peterv%netscape.com
dbecd7f849 Fix for bug 179720 (implement real result tree fragments). r=sicking, sr=jst. 2005-11-02 07:39:13 +00:00
sicking%bigfoot.com
d7f9437a16 Bug 195945: Display XSLT-generated HTML-pages in standards mode
r=peterv sr=bz
2005-11-02 07:39:12 +00:00
sicking%bigfoot.com
c5865cbcc9 Bug 185498: Don't rely on ::CreateElement to create html elements. Also make sure we insert html-<tbody>s when appropriate
r=Pike sr=peterv
2005-11-02 07:39:11 +00:00
axel%pike.org
5c3659f0e2 bug 178463, insert META tag to HEAD for html output, r=sicking, sr=peterv 2005-11-02 07:39:10 +00:00
peterv%netscape.com
60801f3b1c Fix for bug 74786 (String cleanup). Remove Transformiix string wrappers. r=sicking, sr=jst. r=Pike on the Transformiix standalone parts. 2005-11-02 07:39:09 +00:00
sicking%bigfoot.com
291ac03e08 Bug 188729: Break refcounting-cycles during load.
r=peterv sr=bz
2005-11-02 07:39:08 +00:00
sicking%bigfoot.com
acdda471f5 Bug 187611: Set the proper Content-Type of XSLT generated documents
r=peterv sr=jst
2005-11-02 07:39:07 +00:00
dbaron%dbaron.org
b4e28f8b8f Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2005-11-02 07:39:06 +00:00
sicking%bigfoot.com
b3ee460fe9 fix uninitialized-variable-warning.
b=186835 r=glazman sr=jst
2005-11-02 07:39:05 +00:00
sicking%bigfoot.com
67ae605801 Comment-removal, part of the patch for bug 186835. 2005-11-02 07:39:04 +00:00
sicking%bigfoot.com
045a9f0f61 Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded.
r=peterv sr=bz
2005-11-02 07:39:03 +00:00
peterv%netscape.com
688f5aeb9c Rename Transformiix string API to be in synch with Mozilla's. Part of bug 74786 (String cleanup). r=sicking, rs=jst. 2005-11-02 07:39:02 +00:00
sicking%bigfoot.com
fc9ebdd688 Bug 184362: kill nsISupportsArray in transformiix
r=bz sr=peterv
2005-11-02 07:39:01 +00:00
bzbarsky%mit.edu
59b89d83a2 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.
2005-11-02 07:39:00 +00:00
peterv%netscape.com
c011a7e2eb Fix static build bustage. 2005-11-02 07:38:59 +00:00
peterv%netscape.com
2f4651cae1 Fix warning. 2005-11-02 07:38:58 +00:00
peterv%netscape.com
7dc7c5499c Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst. 2005-11-02 07:38:57 +00:00
axel%pike.org
a6f55e5aa7 bug 178461, XSLTProcessor.reset(), r=sicking, sr=peterv 2005-11-02 07:38:56 +00:00
axel%pike.org
0eb2f2e5fe bug 188339, improve transformiix standalone DOM, get rid of childNodes in Attr, r=peterv, not part of build 2005-11-02 07:38:55 +00:00
peterv%netscape.com
3e9e32dfd6 That shouldn't have gone in. 2005-11-02 07:38:54 +00:00
peterv%netscape.com
c93e92f530 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. 2005-11-02 07:38:53 +00:00
peterv%netscape.com
577ed7012d Rename Transformiix string API to be in synch with Mozilla's. Part of bug 74786 (String cleanup). r=sicking, rs=jst. 2005-11-02 07:38:52 +00:00
axel%pike.org
2c744b8cc7 bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv 2005-11-02 07:38:51 +00:00
axel%pike.org
2ede343f63 bug 54659, close() in files in transformiix standalone, not part of build, r=sicking, sr=peterv, a=blizzard 2005-11-02 07:38:50 +00:00
axel%pike.org
3328da3392 bug 157142, link transformiix standalone to xpcom, r=sicking, sr=peterv 2005-11-02 07:38:49 +00:00
axel%pike.org
c3ed4355a0 bug 157142, transformiix standalone should use XPCOM atoms. r=sicking, sr=peterv 2005-11-02 07:38:48 +00:00
peterv%netscape.com
679bb66645 Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst. 2005-11-02 07:38:47 +00:00
axel%pike.org
d26cef9b1f bug 151055, some result elements dont accept children, txMozillaXMLOutput crashes, r=sicking, sr=peterv 2005-11-02 07:38:46 +00:00
sicking%bigfoot.com
4ececefa7c 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
2005-11-02 07:38:45 +00:00
axel%pike.org
e47b316ef9 Getting XSLT going, patch by andreas.otte@primus-online.de
r=me
2005-11-02 07:38:40 +00:00
sicking%bigfoot.com
6e2b2a1538 Bug 94036: Rewrite implementation of xsl:number. Also implement errorhandling for txList and NS_ConvertASCIItoUCS2 for standalone.
r=Pike sr=jst
2005-11-02 07:38:39 +00:00
peterv%netscape.com
c09d266bf1 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. 2005-11-02 07:38:38 +00:00
peterv%netscape.com
d7f4cd7d8a Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst. 2005-11-02 07:38:37 +00:00
sicking%bigfoot.com
ac6b4f1df4 Bug 181803: Invalidate nsXPathResult when the nodevalue of a node is changed.
r=Pike sr=peterv a=asa
2005-11-02 07:38:36 +00:00
sicking%bigfoot.com
1f79a0be97 backing out. Didn't mean to hit the commit-button 2005-11-02 07:38:35 +00:00
sicking%bigfoot.com
ee5e2ac00b *** empty log message *** 2005-11-02 07:38:34 +00:00
sicking%bigfoot.com
b44092cb06 Bug 181808: Use macros to declare and implement nsIDocumentObserver
r=caillon sr=bz
2005-11-02 07:38:33 +00:00
roc+%cs.cmu.edu
f0a479c7c2 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 2005-11-02 07:38:32 +00:00
peterv%netscape.com
1aaf1b3b24 Fix for bug 163955 (Header cleanup for transformiix). r=sicking, rs=jst. 2005-11-02 07:38:31 +00:00
sicking%bigfoot.com
5bfbe3e246 Bug 162398: Make XPath lexer look at entire qname when checking for operators.
r=Pike sr=bz
2005-11-02 07:38:30 +00:00
peterv%netscape.com
cecab4e362 Fix warnings. r=Pike, rs=jst. 2005-11-02 07:38:29 +00:00