Commit Graph

13738 Commits

Author SHA1 Message Date
waterson%netscape.com
9fd3cd02fd Added LXR comments. 1999-01-05 21:22:20 +00:00
dougt%netscape.com
250a4716f8 Exposing AreThereActiveConnections() from the nsNetServices class. This is
so that we can tell if netlib is busy without having to be compiled with it.
1999-01-05 21:11:42 +00:00
scc%netscape.com
03af84c93b defined NSCAP_NEED_UNUSED_VIRTUAL_IMPLEMENTATIONS for GNU 2.7 under linux. Fixed URL leading to the user manual. Noted that ramiro is working on getting all these special #defines handled by the configuration system instead. 1999-01-05 21:07:57 +00:00
waterson%netscape.com
d081ee028c Updated to use the new event queue service that Rick landed last night. 1999-01-05 21:07:41 +00:00
waterson%netscape.com
73f5ef14b2 Added comments for LXR. 1999-01-05 21:07:09 +00:00
waterson%netscape.com
d3edcef901 Fixed the last bug with my namespace hack. Added a bunch of comments. 1999-01-05 21:06:54 +00:00
brade%netscape.com
69dfa66909 fix build bustage...(bad #include) 1999-01-05 19:51:59 +00:00
troy%netscape.com
a423353676 Initial check-in 1999-01-05 19:44:41 +00:00
amusil%netscape.com
286e3206ba Fixing build bustage. 1999-01-05 18:48:03 +00:00
brade%netscape.com
9306b3dba8 comment out line to get tree green again (amusil@netscape.com to fix in long run) 1999-01-05 18:32:29 +00:00
donm%netscape.com
9b2666a111 backing out changes against a long red tree. would like to clear
the hook.  -donm
1999-01-05 18:16:05 +00:00
donm%netscape.com
ab03d73254 fixing tree bustage due to #ifdef NSPR20 and missing prmacos.h.
This should be looked at again.  -donm
1999-01-05 18:08:23 +00:00
kipp%netscape.com
e29f665a91 Fix handling of removed-child incremental reflow to no longer crash (bug #1941); also disabled incremental behavior for remove and inserted for now so that layout looks correct 1999-01-05 17:50:41 +00:00
kipp%netscape.com
3a981f0215 Removed aPrevSibling from DoRemoveFrame's arg list 1999-01-05 17:49:44 +00:00
rpotts%netscape.com
daae6dd80c Include the implementation of NS_SetupRegistry(...) from mozilla/webshell/tests/viewer/nsSetupRegistry.cpp rather than duplicating the code... 1999-01-05 10:39:04 +00:00
rpotts%netscape.com
6037b8f2c5 use the new EventQueueService to obtain the event queue used for marshalling data over to the UI thread... 1999-01-05 09:51:28 +00:00
rpotts%netscape.com
4ac04e8dae Use the EventQueueService to get the event queue for the UI thread... 1999-01-05 09:46:33 +00:00
rpotts%netscape.com
d24a5c8c3d On windows call PL_InitializeEventsLib(...) until the new PL_event apis are available... 1999-01-05 09:44:28 +00:00
rpotts%netscape.com
a7dc847b39 do not call PL_InitializeEventsLib(...) any more. nsIEventQueueService::CreateThreadEventQueue(...) has this functionality now... 1999-01-05 09:42:22 +00:00
amusil%netscape.com
ebcc40208c Removed plugin .cpp files - plugin functionality now exists in the plugin.mcp project. 1999-01-05 09:35:29 +00:00
amusil%netscape.com
440e32a530 Added plugin.shlb 1999-01-05 09:34:54 +00:00
amusil%netscape.com
4e71c6f53c Added plugin.mcp project to the Mac build. plugin.shlb is now included in layout.mcp and plugin-related cpp files have been removed from viewer.mcp 1999-01-05 09:34:27 +00:00
amusil%netscape.com
14a4634795 First Checked In. 1999-01-05 09:10:46 +00:00
waterson%netscape.com
990c0bfb05 Bug fixes and enhancements to nsRDFStreamData source. Can almost round-trip RDF/XML now... 1999-01-05 08:44:40 +00:00
cls%seawood.org
78722f5693 Fixed problem in fullcircle detection that was causing configure to break when using autoconf-19981231. 1999-01-05 07:16:18 +00:00
rpotts%netscape.com
ac138a435c Create an event queue via the EventQueueService for the UI thread... 1999-01-05 05:58:08 +00:00
rpotts%netscape.com
40169ef712 Add the EventQueueService to the repository... 1999-01-05 05:51:30 +00:00
troy%netscape.com
3d957f5d86 Improved GetAbsoluteContainingBlock() a bit. It still needs to handle scrolled
elements
1999-01-05 05:51:22 +00:00
rpotts%netscape.com
2e0ca1df56 On windows only, ignore the eventQ kept by the eventQ service... Until the event Q is created with PL_CreateNativeEventQueue(...) only the main event Q can be used... 1999-01-05 05:43:53 +00:00
rpotts%netscape.com
c3592ae57d Added nsXPComFactory.cpp and nsEventQueueService.cpp to the windows build 1999-01-05 05:42:38 +00:00
waterson%netscape.com
bc038776f5 Added docs on what this file is for. 1999-01-05 05:38:45 +00:00
waterson%netscape.com
7f08d375d9 Merge from RDF_122898_BRANCH. (This is not in the main build.) 1999-01-05 05:36:40 +00:00
pierre%netscape.com
2a1a1341f0 removed the handle locking/unlocking in Init() 1999-01-05 04:07:23 +00:00
waterson%netscape.com
78fa98a324 Landed RDF_122898_BRANCH onto the trunk. 1999-01-05 03:53:15 +00:00
val4%cornell.edu
acbc22f218 Some more changes, there's not that much left. Need to figure out a
model for error reporting and security.
1999-01-05 03:51:30 +00:00
pierre%netscape.com
ac05cfa842 commented out an annoying assert 1999-01-05 03:51:17 +00:00
pierre%netscape.com
8c9cbb39bc Fixing the xpfeViewer build (which is now obsolete) just for the sake of it 1999-01-05 03:48:54 +00:00
pavlov%pavlov.net
3d01f1583c we now underline things. 1999-01-05 03:25:55 +00:00
val4%cornell.edu
0a93877838 I am half way through changing the file object error handling code and
generally cleaning everything up.
1999-01-05 02:18:26 +00:00
larryh%netscape.com
2525421a80 BugZilla 2131. Plus, fix undef symbol in Mac 1999-01-05 01:38:41 +00:00
val4%cornell.edu
a9de497de7 Netscape licence added 1999-01-05 01:08:45 +00:00
troy%netscape.com
850f9b5598 Cleaned up some old references to margins which aren't applicable to row group
frames and row frames (because internal table elements don't have margins)
1999-01-05 00:41:40 +00:00
briano%netscape.com
b1042e2183 Fix for bugzilla#1316 in which both debug and optimization flags were being passed to the compiler when MOZ_DEBUG was defined. 1999-01-05 00:37:34 +00:00
larryh%netscape.com
087449a67e BugZilla: 2131. BugSplat: 337698.
Thanks to "Adam Lock" <locka@iol.ie> for suggestions.
Thanks to Rick Potts for suggestions and critique of the design.
1999-01-05 00:08:28 +00:00
mscott%netscape.com
b4defa6f71 First checked in. These files are the foundation for our nntp protocol implementation. 1999-01-04 23:59:59 +00:00
amusil%netscape.com
0adb3694fe Temporary workaround so that plugins display correctly. This will change after support for
CSS borders and padding are added.
1999-01-04 23:45:38 +00:00
val4%cornell.edu
7aea7d38db Extended shell. Previously was part of the ns tree. See README.html for
more details.
1999-01-04 23:45:08 +00:00
amusil%netscape.com
1264d07426 Added NPN_NewStream() functionality. Currently uses a temp file between the plugin stream and the target.
I will remove this file in-between as soon as I get a little more stream help from netlib.
1999-01-04 23:43:41 +00:00
briano%netscape.com
2c08bd6f0f First attempt at building on HP-UX again. Thanks to rkl@connect.org.uk for the patch, and for his amazing patience.... 1999-01-04 23:17:01 +00:00
rpotts%netscape.com
a5606ccdd6 Added new headers to the EXPORT rule... 1999-01-04 23:08:44 +00:00