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

683 Коммитов

Автор SHA1 Сообщение Дата
toshok%hungry.com 167f4d06aa reorder libs to fix inter-archive dependencies. 1999-04-05 06:41:21 +00:00
kipp%netscape.com cb9dbcb2cf landed HPUX patch from Kartik Subbarao <subbarao@computer.org> 1999-03-31 04:08:48 +00:00
briano%netscape.com 21b2a84a25 Made the static library in this directory depend on the same 'extra stuff' as the shared library. 1999-03-25 21:32:26 +00:00
kipp%netscape.com 854651e99d applied Kartik Subbarao's <subbarao@computer.org> patch for HPUX linking 1999-03-20 19:05:05 +00:00
leaf%mozilla.org 0a0f5ac00f Landing nspr library name change, and plevent function call change. 1999-03-17 21:32:03 +00:00
warren%netscape.com c50687b845 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
kipp%netscape.com 284d8dc4af Stop linking with other libraries to avoid finding symbols with dlsym that we don't want to find 1999-03-05 04:35:49 +00:00
hyatt%netscape.com 3b73ee04e2 Fixes to layout to allow nsHTMLCSSStyleSheet to be instantiable from outside
the layout DLL.
1999-03-05 00:06:31 +00:00
kipp%netscape.com c345798dcc Removed dependency on static constructor 1999-02-26 17:03:45 +00:00
warren%netscape.com 97781f4c14 Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
cyeh%netscape.com fe763fea21 Remove mozilla/layout/config and use mozilla/config instead. 1999-02-18 18:16:21 +00:00
jfrancis%netscape.com bce33616de ground work for new content subtree iterator 1999-02-14 09:15:13 +00:00
jfrancis%netscape.com 1e5b102dee XPCOMified nsContentIterator; added it to layout factory CreateInstance code 1999-02-12 05:28:12 +00:00
jfrancis%netscape.com d0ed92cf54 added contentIterator cid 1999-02-12 04:42:14 +00:00
akkana%netscape.com bf0baf8027 Rename nsISelection to nsIFrameSelection 1999-02-11 23:12:28 +00:00
mjudge%netscape.com bca382f43e Keyboard navigation, removing nsICollection(not used) adding PeekOffset to have the nsIFrame tell us where to go when moving a character ect. adding nsFrameTraversal to traverse frames, based on nsIEnumerator. mjudge x4661 1999-02-10 18:55:25 +00:00
waterson%netscape.com fde72c45e6 Exposed NS_CreateHTMLContent() as a temporary hack to get HTML-in-RDF/XUL working. Will re-visit when Vidur comes back. 1999-02-09 00:26:50 +00:00
kipp%netscape.com b5cdae63eb Build library more carefully 1999-02-02 17:40:37 +00:00
waterson%netscape.com 08e44a454d Exposed EventListenerManager. 1999-01-27 00:58:49 +00:00
sudu%netscape.com 6624efe2b9 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
hyatt%netscape.com f0564799a5 Adding linkage for the XUL base library. 1999-01-22 04:15:29 +00:00
hyatt%netscape.com 5b677c8b4b Tweak to make the XUL base library build. 1999-01-22 03:34:41 +00:00
danm%netscape.com e3d9a440ab build xul 1999-01-21 03:41:43 +00:00
vidur%netscape.com d6d3d60d57 Moved text and comment code out of HTML-specific directories. Completed CloneNode for elements. Completed factory methods for intersection of XML and HTML. 1999-01-14 23:14:02 +00:00
akkana%netscape.com 63fc2e2964 Fix Linux build 1999-01-06 21:18:47 +00:00
brade%netscape.com 47569bc7f9 added #include and removed extra copy of prototype 1999-01-06 19:58:01 +00:00
jfrancis%netscape.com 2c0c5828a4 Adding Range to repository & layout factory 1998-12-31 02:32:28 +00:00
vidur%netscape.com 70f9d6e96d Separated class intialization from name registration in namespace management code 1998-12-30 21:35:35 +00:00
vidur%netscape.com 8e4b6bd3d1 Added script namespace management mechanism. This allows external native code to add symbols and constructors to the script global namespace. Added IID() static method generation to IDL generator. 1998-12-22 22:03:20 +00:00
troy%netscape.com 900f469395 Renamed NS_NewHTMLFrame() to NS_NewRootFrame() 1998-12-21 18:22:44 +00:00
shaver%netscape.com 2e1488cb9a Add --enable-debug=module1,module2 to selective turn on debugging.
Remove --enable-dom, because Mariner is dead (sob).
Rename some MODULE= lines to make the afore-mentioned --enable-debug
technique actually useful.  Feel free to recategorize.
Fix libraptorhtml.so link bogosity by disabling shared lib generation for the
sub-archives (libraptor*_s.a), so that we can put bin before lib in the
library path and still get the right effect.  We could disable static-lib
generation in most other places and cut the build time down a fair bit, too.
[NOTE: I'm getting on a train...msw@gimp.org has agreed to be my tinderbox
buddy.  Thanks, Matt!]
1998-12-15 16:32:37 +00:00
kipp%netscape.com d0e597cb85 Repaired frame-util CID 1998-12-11 15:47:23 +00:00
peterl%netscape.com 940987f3a4 added namespace manager 1998-12-11 02:35:54 +00:00
kipp%netscape.com 31256ba526 Added factory CID and impl to create instances of nsIFrameUtil 1998-12-10 18:04:37 +00:00
mjudge%netscape.com f4b7dee737 changes to selection 1998-12-08 18:25:47 +00:00
ramiro%netscape.com 2009b728de Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
mjudge%netscape.com 4c0bf0cf66 changing exports of new CIDs for selection 1998-12-03 21:44:12 +00:00
waterson%netscape.com 652b6c228b Export style sheets, nsPresShell, and nsTextNode via the factory. 1998-12-03 20:21:40 +00:00
troy%netscape.com d97a31f115 Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
troy%netscape.com 988844fd68 Added PrintContext class and changed document viewer impl to use it instead
of a galley mode context
1998-12-02 03:21:55 +00:00
waterson%netscape.com fdffef1329 Exposed nsCSSParser via layout factory. 1998-12-01 23:29:16 +00:00
mjudge%netscape.com 2cd1f3fb95 changing nsIRangeList to nsICollection 1998-12-01 17:57:42 +00:00
beard%netscape.com c62b49cafc Mac shared library migration. 1998-11-30 22:15:00 +00:00
mjudge%netscape.com 19b1ae60eb new rangelist factory needs to be registered 1998-11-29 22:11:06 +00:00
cyeh%netscape.com e9d3c67427 Removing static makefiles as a part of the transition to Autoconf. I have taken great
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.

If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com.
1998-11-21 00:34:32 +00:00
jfrancis%netscape.com bcc46f0f0f shared lib conversion, phase 1 1998-11-18 06:36:44 +00:00
vidur%netscape.com c068c96a00 Added XML display support. Split nsGenericHTMLElement into generic and HTML-specific components. Minor style modification. New XML classes and interfaces. 1998-11-11 22:06:16 +00:00
troy%netscape.com 2868c31d7c Make sure Linux links okay 1998-11-05 06:16:24 +00:00
shaver%netscape.com a326735b23 need to reorder libs to make it link correctly 1998-11-04 00:26:44 +00:00
cls%seawood.org f50c938b76 Removed classic build Makefiles from configure.in
Changed --enable-fe to --enable-toolkit which takes a single argument.
Changed MOZ_FE to MOZ_TOOLKIT.
Removed USE_NGLAYOUT and USE_NGLAYOUT_GTK.
Removed FULL_STATIC_BUILD and --enable-min-shared.
Removed checks for gnome and qt.
1998-11-03 15:48:45 +00:00
akkana%netscape.com 0dd8772526 Changes over the weekend broke the IRIX build by removing the LD_ALL
and LD_NONE directives which enable the linker to combine dynamic
and static objects.
This puts them back.
1998-11-02 20:19:30 +00:00
ramiro%netscape.com 4481349d0d Add support for GTK base timer. Rename the 'unix' timer lib to 'motif' 1998-11-02 14:32:12 +00:00
msw%gimp.org 0f6cd7a49a Fix build bustage. 1998-11-02 13:34:51 +00:00
ramiro%netscape.com ffd97fa403 Use -lfoo for libs instead of hardcoding to $(DIST)/bin/libfoo.so. This
makes more unix linker happy.
1998-11-02 11:58:23 +00:00
akkana%netscape.com 0f568a12b6 Put back the part of the old IRIX clause that doesn't break gcc/egcs 1998-10-30 23:35:01 +00:00
akkana%netscape.com bd7903f63f Remove nonworking IRIX compile segments; these should be in IRIX.mk anyway, if they're really needed 1998-10-29 20:08:22 +00:00
cls%seawood.org 609f087498 New autoconf files for nglayout 1998-10-28 03:53:57 +00:00
troy%netscape.com 7e738b27c5 Added reference to NS_NewScrollFrame() 1998-10-13 03:32:49 +00:00
kmcclusk%netscape.com 3b43cecee1 Fix for Linux build. Moved form lib to come after style lib. 1998-09-23 20:08:14 +00:00
mcafee%netscape.com 772086d6c4 Adding support for non-Linux OS's 1998-09-19 08:25:04 +00:00
troy%netscape.com 64f5b685e0 Attempt number three... 1998-09-18 22:54:16 +00:00
troy%netscape.com ba6ee75682 Attempt number two... 1998-09-18 22:51:36 +00:00
troy%netscape.com cf69676e32 Attempt number one to fix Linux builds... 1998-09-18 22:49:15 +00:00
vidur%netscape.com 5875cb774f Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry. 1998-09-17 01:53:52 +00:00
kmcclusk%netscape.com 976f9a610f Moved libraptorhtmltable down below libraptorhtmlstyle to try and resolve
a link error.
1998-09-16 23:38:59 +00:00
kipp%netscape.com 46acb2313a Removed css/layout directory 1998-09-15 00:19:49 +00:00
karnaze%netscape.com 1141b63fe6 converted frame/iframe/frameset to new layout/content separation 1998-09-09 23:30:30 +00:00
kipp%netscape.com 317a9ff089 Use flexible library naming 1998-08-05 01:40:20 +00:00
kipp%netscape.com 4e12d99db1 Fix windows build to use js3250.dll 1998-08-05 01:33:07 +00:00
kipp%netscape.com 6a56bb504d REference NS_NewImageDocument too 1998-07-27 17:51:56 +00:00
troy%netscape.com ef1dfe9b6c Combined raptorgfx.dll and raptorgfxwin.dll into one DLL 1998-07-26 23:52:36 +00:00
joki%netscape.com 1b3eefccdb Adding new DOM stuff to handle JS event handlers 1998-07-17 04:52:12 +00:00
kmcclusk 7509d63de0 Modified the order of the source shareables so all of the symbols
are in the single destination shareable for Linux.
1998-07-08 21:11:09 +00:00
kipp 92e7d9f215 Updated for irix 1998-06-26 15:31:45 +00:00
kipp 76229f342c Link new content library in 1998-06-26 15:12:06 +00:00
vidur ebd644e8a3 Hooked up SCRIPT tag evaluation. Added the nsIScriptContextOwner interface. 1998-06-25 22:26:52 +00:00
kipp 5922d1bfa1 Link html .so properly 1998-06-25 18:38:59 +00:00
kipp 4b8864ebbc New and improved (?) line layout 1998-06-25 16:33:10 +00:00
joki ad7c15864e Event handling additions for DOM suport. Adding additional event pathway through HandleDOMEvent 1998-06-23 21:53:02 +00:00
joki 7aad810a2f Adding new event handling mechanism into raptor. 1998-06-08 00:57:15 +00:00
kipp 8bf7b6c6ab Fixed windows cvpack problem 1998-05-22 18:41:08 +00:00
rpotts eec2c87f98 added the netlib import library... 1998-05-01 05:00:44 +00:00
kipp 4717009d75 moved to pub 1998-04-13 20:24:54 +00:00