sicking%bigfoot.com
|
34c59f519e
|
Implement format-number() and <xsl:decimal-format>
b=65983 r=Pike sr=jst
|
2001-10-15 12:33:54 +00:00 |
|
peterv%netscape.com
|
adc7b7820b
|
Trying to fix ports bustage with a workaround. Adding the REQUIRES from mozilla/extensions/transformiix/source/xslt/util to this one. r=Pike. a=granrose. See also bug 102138.
|
2001-09-28 16:21:39 +00:00 |
|
peterv%netscape.com
|
47d4019c9b
|
Trying to fix ports bustage with a workaround. Adding the REQUIRES from mozilla/extensions/transformiix/source/xml/parser to this one. r=Pike. See also bug 102138.
|
2001-09-28 14:55:30 +00:00 |
|
peterv%netscape.com
|
862ea625c9
|
Fix for bug 65858 (Rework XSLT sorting). r=sicking, Pike, sr=jst.
|
2001-09-28 12:58:57 +00:00 |
|
peterv%netscape.com
|
c4d426c4bb
|
Fix for bug 100732 (content_xsl.xpt missing in packaged bits). r=heikki, sr=jst.
|
2001-09-24 12:03:02 +00:00 |
|
cls%seawood.org
|
62f9ed5a14
|
Use OBJ_SUFFIX instead of hardcoding .o . Should fix OS/2 bustage
|
2001-09-22 12:49:53 +00:00 |
|
jaggernaut%netscape.com
|
dc40187223
|
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
|
2001-09-18 13:41:47 +00:00 |
|
jaggernaut%netscape.com
|
30ace44624
|
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
|
2001-09-12 12:48:23 +00:00 |
|
jaggernaut%netscape.com
|
b26394e3be
|
Bug 73353: clean up REQUIRES. r=cls
|
2001-09-09 13:36:07 +00:00 |
|
jaggernaut%netscape.com
|
5cf5f05af6
|
Fix Senna bustage by adding "necko" to REQUIRES
|
2001-07-24 01:26:21 +00:00 |
|
jaggernaut%netscape.com
|
cb0faab070
|
Bug 73353: clean up the REQUIRES lines in Makefiles.
|
2001-07-23 22:36:12 +00:00 |
|
sicking%bigfoot.com
|
fb698962a7
|
Rewrite of XPath Lexer and Parser. Also implement the remaining XPath features (Unary minus and processing-insruction(Literal)). Bug 75102.
Lexer changes by Pike, parser and expressionclasses changes by me.
r=peterv Pike(on my code) me(on pikes code), sr=jst
|
2001-06-30 13:54:38 +00:00 |
|
sicking%bigfoot.com
|
b0dd641584
|
Implement <xsl:key> and the key() xslt function. Also extend the Map class to enable it to own either it's key-objects or it's value-objects, not just both.
b=65986, r=peterv,pike sr=jst
|
2001-06-26 11:58:57 +00:00 |
|
waterson%netscape.com
|
b74d6e1c8b
|
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
|
2001-06-20 20:21:49 +00:00 |
|
cls%seawood.org
|
34b7986e37
|
Add --disable-auto-deps option which causes the build system to not automatically generate dependencies on the fly. Also, fixes VPATH problem with non gcc-MD separate build phase |make depend|.
Bug #66529 r=pavlov
|
2001-05-22 07:52:30 +00:00 |
|
cls%seawood.org
|
57700908be
|
Updating intermodule depencies. Fixing senna bustage.
|
2001-05-18 14:37:00 +00:00 |
|
nisheeth%netscape.com
|
b8a31d9630
|
Enable Transformiix on Linux. Don't build on OS/2 for now until bug 53518 is fixed.
|
2001-05-12 09:54:16 +00:00 |
|
peterv%netscape.com
|
6872330b5f
|
72141 (Enable XSLT in default builds) and 74879 (Makefiles must die). r=nisheeth, sr=jst.
|
2001-05-11 08:33:21 +00:00 |
|
dbaron%fas.harvard.edu
|
e7839630d5
|
Fixing potential bustage in access-builtin, inspector, and transformiix (adding REQUIRES, adding newlines, etc.) so they can be added to --with-extensions=all. r=cls@seawood.org sr=hewitt@netscape.com b=75924
|
2001-05-05 14:20:44 +00:00 |
|
cls%seawood.org
|
00f28396a9
|
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
|
2001-04-28 19:48:12 +00:00 |
|
peterv%netscape.com
|
816a29f844
|
Fix for 74873 (Make transformiix |#include|s better). Patch by Axel Hecht. Not part of default build. r=peterv, sr=scc.
|
2001-04-08 14:40:12 +00:00 |
|
peterv%netscape.com
|
168ebf95bc
|
Removing use of HashTable (bug #69091). Removing CommandLineUtils from module build. Not part of default build. r=Pike.
|
2001-04-03 12:30:50 +00:00 |
|
axel%pike.org
|
3742cbc44f
|
not part of build, code by peterv, r=me, bugs 65977 & 65978, xslt function lib, + windows bustage
|
2001-01-24 14:44:05 +00:00 |
|
axel%pike.org
|
32876664a6
|
not part of build, bring build in synch with Keith's changes
|
2001-01-22 14:12:16 +00:00 |
|
axel%pike.org
|
bcbac73b27
|
not part of build, code by axel@pike.org, r=peterv; code by peterv@netscape.com, r=me. Fixing 59937, xpath function lib complete, 59649, 60059, 47720; building windows standalone, 46640; general code cleanup, fixing warnings; XPathProcessor and XSLTProcessor available to JS (work in progress)
|
2001-01-12 20:06:48 +00:00 |
|
axel%pike.org
|
1ca69a20fc
|
Adding magic for creating transformiix xpi's on unix. Depends on patch at 22062, not part of build
|
2000-10-04 22:47:01 +00:00 |
|
axel%pike.org
|
b76c3231d8
|
Not part of build, fixing unix, missing object, const, part of #42228, r=pvb
|
2000-09-04 16:25:27 +00:00 |
|
axel%pike.org
|
861e4bd4e0
|
Code cleanup in extensions/transformiix, getting rid of -DMOZILLA
not part of build
|
2000-07-06 12:35:44 +00:00 |
|
cls%seawood.org
|
1f3b6d75ab
|
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
|
2000-06-30 08:08:04 +00:00 |
|
axel%pike.org
|
535072cccb
|
Not part of the build, a=leaf
Bringing Makefiles uptodate with String changes
Get testcase going into new chrome structure.
|
2000-05-26 15:04:52 +00:00 |
|
axel%pike.org
|
d35776ea3c
|
Getting us a step closer to xslt on mozilla, see 36038,
[NOT PART OF THE BUILD]
|
2000-05-25 01:03:29 +00:00 |
|
axel%pike.org
|
d50106a0f5
|
Checking in Makefile.ins for building transformiix on unix,
standalone version only. See post in n.p.m.l.xslt
Not part of the build
|
2000-05-18 21:17:27 +00:00 |
|