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

362 Коммитов

Автор SHA1 Сообщение Дата
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
jst%netscape.com 38fdb3cb83 Removing uneccessary #include 2001-05-21 03:11:25 +00:00
cls%seawood.org 57700908be Updating intermodule depencies. Fixing senna bustage. 2001-05-18 14:37:00 +00:00
peterv%netscape.com d04b41eb57 Fixing bustage. r=Pike, sr=jst. 2001-05-16 11:18:18 +00:00
peterv%netscape.com 1fe4acdae1 Add DOM ClassInfo for Transformiix classes. r=Pike, sr=jst. 2001-05-15 20:35:23 +00:00
axel%pike.org 59aafcc6e2 bug 78127, xsl:choose and stacks, code by sicking@bigfoot.com, r=keith, r/a=peterv, sr=shaver 2001-05-15 06:13:02 +00:00
axel%pike.org dca920a1ff fix for 77889; item(k) -> getNextSibling; r/a=peterv, sr=jst 2001-05-14 14:22:49 +00:00
cls%seawood.org f6348377f7 Update our intermodule dependencies list.
Fixing senna tinderbox bustage.
2001-05-14 09:55:00 +00:00
peterv%netscape.com 9b6207e5a3 Fixing BeOS bustage, it doesn't like PI (PI -> PROC_INST). 2001-05-12 12:00:43 +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
mkaply%us.ibm.com d90f63d182 OS/2 TB breakage
Normally in this case we would ifeq OS2 and use a semicolon
in the VPATH, but I am going to attempt to fix this with a space
so that I can see if this fix will work on other compilers. Using
a space is acceptable according to the GMAKE docs.
2001-05-11 12:00:05 +00:00
peterv%netscape.com b266a24692 Bustage fix. 2001-05-11 10:13:38 +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
jst%netscape.com ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +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
kandrot%netscape.com afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
axel%pike.org c6b6202d80 bug 77257, add null checks to mozilla wrappers, code by sicking@bigfoot.com, r=me, sr=jst, a=peterv 2001-04-30 14:04:08 +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
axel%pike.org aad89c10f5 not part of the build; make buster start up twice as fast, r=sicking@bigfoot.com; thanx to sicking for XUL update of the search button 2001-04-27 09:20:59 +00:00
heikki%netscape.com ca3a97dba5 Bug 76641, back out baseURI property in the Node interface to fix binary compatibility. baseURI property is implemented in a different way on the DOM conversion branch, so baseURI will get back when the branch lands. This fix by jst, r=heikki, sr=brendan, a=chofmann. 2001-04-24 00:04:11 +00:00
peterv%netscape.com ea53c3efde Fix access paths and remove expat lib, we're not using that. Not part of the default build. r/sr=me. 2001-04-17 11:14:39 +00:00
peterv%netscape.com 91ed3b386d Fix for bug 56087 (XSLTProcessor::TransformDocument can't work on existing document). Not part of the default build. r=dr, sr=jst. 2001-04-17 11:13:13 +00:00
axel%pike.org f919e41152 not part of default build; PathExpr did wrong for //; code by sicking, r=me, sr=shaver, bug 75307 2001-04-14 17:24:59 +00:00
peterv%netscape.com 37e1f10ad1 Fix for 70979 (DOMHelper::getParentNode doesn't work in mozmodule). Not part of default build. Code by sicking, r=Pike, sr=shaver. 2001-04-12 14:12:11 +00:00
peterv%netscape.com 9fa9f6b879 Fix for bug 71367 (use Node::getBaseURI to resolve relative urls for import and include). Not part of default build. Patch by sicking, r=me, sr=shaver. 2001-04-12 14:04:52 +00:00
peterv%netscape.com 3167410fab Fix for bug 75534 (transformiix doesn't compile). Code by Pike, r=me, sr=jst. 2001-04-12 10:13:59 +00:00
axel%pike.org 33d45413dc not part of default build, fix for 75309, code by sicking, r=me, sr=shaver; fixes local-name and name for some node types 2001-04-12 07:13:08 +00:00
axel%pike.org b3fa21a573 not part of build, code by sicking, r=peterv,me,sr=shaver, fixing 75304, and 70865, whitespace and locationstep 2001-04-11 15:01:05 +00:00
axel%pike.org 9bd17f0c80 not part of build, fixing testcase. XPath lexes as much as possible, div4 is not matching div operator. r=peterv 2001-04-11 10:32:45 +00:00
peterv%netscape.com 9449b1e671 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:45:17 +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 aa2fd640ff Removing use of HashTable (bug #69091). Not part of default build. r=Pike. 2001-04-03 14:31:33 +00:00
peterv%netscape.com af2373c56f Removing unused files. Not part of default build. r=Pike. 2001-04-03 13:00:38 +00:00
peterv%netscape.com 050b1f646b Fix some of bug #59853 (new operator should be used with more care). Not part of default build. r=Pike. 2001-04-03 12:38:01 +00:00
peterv%netscape.com ad817d692b Fix some leaks (bug #72179). Not part of default build. r=Pike. 2001-04-03 12:36:07 +00:00
peterv%netscape.com 6e5516f95a Allow use of Transformiix in embedding (bug #72143). Not part of default build. r=heikki. 2001-04-03 12:33:03 +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
peterv%netscape.com 609a494db8 Small clean-up. Not part of default build. r=Pike. 2001-04-03 12:25:03 +00:00
peterv%netscape.com 955a888e22 Redesign wrappers a bit (bug #65237). Comment out nslogging stuff for now. Use mozilla's new GetBaseURI. Not part of default build. r=Pike. 2001-04-03 12:23:03 +00:00
axel%pike.org 1e5a7b8b81 not part of build; do attribute comparison better in DiffDOM.js, r=peterv 2001-03-30 08:55:53 +00:00
axel%pike.org 5f961ed6d0 not part of build, buster CSS cleanup, thanx to glazou, getting rid of !importants 2001-03-27 12:26:44 +00:00
axel%pike.org 76f46987c3 not part of the build; XSLT buster rework, the grid one was horked by the xul change, this one moved to outliner, yeah 2001-03-23 10:43:55 +00:00
blakeross%telocity.com 0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net 1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
axel%pike.org 08ad4c34ba not part of build;fixing 72436; bring Makefile uptodate, code by kvisco, r=me 2001-03-21 18:54:02 +00:00
axel%pike.org 852b6c87b8 not part of build; fixing 72532; r=peterv 2001-03-19 21:48:19 +00:00
timeless%mac.com 6cf0d97f11 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
danm%netscape.com 146aaf79b9 Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt,vidur 2001-03-12 23:08:55 +00:00
shaver%mozilla.org fcf7cd0d9f 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
axel%pike.org c67c2bcf75 not part of build; adding logging by sicking, robustness by peterv, speed by me. (last patch before moving to outliner?) 2001-03-09 08:52:49 +00:00