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

468 Коммитов

Автор SHA1 Сообщение Дата
pierre%netscape.com 66d46171b7 Making nsMacRepository.h obsolete: the shared lib conversion is done. 1998-12-03 01:06:00 +00:00
akkana%netscape.com ecfa37cfe8 For mjudge: Remove NGEDITOR defines 1998-12-02 17:20:54 +00:00
wtc%netscape.com c2728eedff Added extern "C" for XP_ReBuffer(). 1998-12-02 16:52:08 +00:00
wtc%netscape.com fb3f1a80eb Link with -lpwcac -ldbm on all platforms, not just on FreeBSD, Linux,
and SunOS.
1998-12-02 16:49:27 +00:00
waterson%netscape.com 5c4c04d4da #ifdef out XP_MAC stuff for now. 1998-12-02 01:42:17 +00:00
waterson%netscape.com 5a192c4fd9 Added CIDs and register factory hacks for RDF classes. 1998-12-02 00:28:58 +00:00
beard%netscape.com b5911bf1ef Fixed non-debug target to build in mozilla/dist/viewer. 1998-12-01 04:03:47 +00:00
beard%netscape.com c62b49cafc Mac shared library migration. 1998-11-30 22:15:00 +00:00
cls%seawood.org 20042ee187 Tweaks to allow building SeaMonkeyBrowser w/o the editor. 1998-11-30 10:39:37 +00:00
jfrancis%netscape.com 6957c5e7a0 [sfraser checking in as jfrancis] Temporarily comment out EDITOR_DLL-related stuff until Mac is building editor, to fix build bustage. 1998-11-30 03:04:00 +00:00
mjudge%netscape.com 217e888e50 adding editor to the build 1998-11-29 22:13:27 +00:00
ramiro%netscape.com 4833051066 Renamed the viewer from 'main' to 'viewer' 1998-11-28 22:18:24 +00:00
rickg%netscape.com 229bd67cb3 removed unnecessary API's 1998-11-26 03:21:55 +00:00
rickg%netscape.com 6f1bb88c36 changed top 100 sites to Test Sites 1998-11-25 20:28:27 +00:00
kipp%netscape.com 802e024e3b Removed related-links menu from windows 1998-11-25 18:42:47 +00:00
rickg%netscape.com 6d55e1e86a changed the default start page, yet again 1998-11-25 02:19:58 +00:00
rickg%netscape.com 5cf0c21c7f changed start page per chofmann's request 1998-11-23 23:22:34 +00:00
mcafee%netscape.com 20e21011da Printing out FCInitialize status for debugging, hope that's Ok. 1998-11-23 23:04:04 +00:00
buster%netscape.com fc7dc0be69 #ifdef NS_DEUG references to _CrtSetDbgFlag 1998-11-23 04:09:06 +00:00
michaelp%netscape.com aaf7c2ce32 made the stars 'n comets animation the default for the throbber. 1998-11-23 03:30:24 +00:00
rickg%netscape.com ed8ae3a94e changed start page to netcenter 1998-11-22 08:19:56 +00:00
jevering%netscape.com 480ab58452 fixed fullsoft lib name 1998-11-22 01:20:32 +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
michaelp%netscape.com 46e5f3abd9 fixed build bustage. 1998-11-20 23:54:29 +00:00
mcafee%netscape.com eb9528fd70 Adding Talkback initialization & include/link stuff. Wrapped in MOZ_FULLCIRCLE=1 1998-11-20 23:14:22 +00:00
kipp%netscape.com 544f9eec75 Use proper calls to refresh the display (however, at this time the view manager is busted so it won't work) 1998-11-20 18:53:48 +00:00
kipp%netscape.com f831de7784 Removed the url comparison test that's no longer needed now that crawling is hooked to the EndLoadURL notification 1998-11-20 18:35:21 +00:00
kipp%netscape.com b95a501667 Fixed QueryInterface to do the right thing 1998-11-20 18:27:47 +00:00
kipp%netscape.com 055c57aa80 Moved crawling code into EndLoadURL; eliminated bogus cast that hid the fact that the class wasn't implementing nsIStreamObserver 1998-11-20 18:27:14 +00:00
kipp%netscape.com afdd177714 Added EndLoadURL and fixed interface bogosity 1998-11-20 18:26:41 +00:00
kipp%netscape.com a887ee3dc1 pass on EndLoadURL to the crawler 1998-11-20 18:26:16 +00:00
kipp%netscape.com 7954cb7d94 Added -v argument to log crawler behavior 1998-11-20 18:25:55 +00:00
kipp%netscape.com f563e0077e Pass on EndLoadURL to the app 1998-11-20 18:25:29 +00:00
jfrancis%netscape.com 172d9cc83d moved view code to view project, included view lib here 1998-11-20 05:15:24 +00:00
akkana%netscape.com 43df61c24a more fixes for the irix autoconf build 1998-11-20 02:00:14 +00:00
kipp%netscape.com b86fb23719 Fixed up the web-crawler to only trigger crawls on a document being loaded, not on one of it's images; support -o even w/o a filter; use the regression dump for -o instead of list 1998-11-19 17:24:13 +00:00
joki%netscape.com 238e8425ef Fire button on every click as opposed to every other. 1998-11-19 01:31:22 +00:00
troy%netscape.com d3648bb299 Changed Init() to addref mAppShell and mPrefs, because that's what the other
overloaded Init() does and because the destructor will do a release
1998-11-18 05:31:03 +00:00
morse%netscape.com b9bbbccca0 updates for single signon 1998-11-18 04:35:47 +00:00
pinkerton%netscape.com 3cd09a74b2 moving default imps of message pump and app shell back into widget. This once again uses those instead of providing its own. 1998-11-17 17:20:57 +00:00
michaelp%netscape.com d7d8293d07 changes to support printing. 1998-11-14 01:58:34 +00:00
troy%netscape.com 79405a8e86 Fixed a crash when using File|Exit from the print preview window 1998-11-13 05:53:47 +00:00
joki%netscape.com 98a9d15317 Get rid of old comment. 1998-11-12 21:35:46 +00:00
pinkerton%netscape.com 1e2e8250b2 moving message pump and app shell into "client" code because they should not be a part of the widget library. 1998-11-12 21:24:53 +00:00
pinkerton%netscape.com 09e30b49d9 First Checked In. 1998-11-12 21:20:36 +00:00
karnaze%netscape.com 7c4b14707f dump content/frames/views traverses web shells 1998-11-11 22:22:18 +00:00
vidur%netscape.com f0f05ab336 Added XML display support. Creation of XML document for text/xml and application/xml 1998-11-11 22:07:03 +00:00
rickg%netscape.com c16dd335a5 enabled view-source 1998-11-11 20:31:45 +00:00
cls%seawood.org db99ef2696 Moved PNG_LIBS after libimg for final link. 1998-11-11 06:12:10 +00:00
cls%seawood.org 92dbfec844 Fixes to resource install for xpfe. Fixes to make MOZ_NATIVE_* work again. Thanks to Jeremy Lea <reg@shale.csir.co.za> for the diffs. 1998-11-11 01:53:49 +00:00