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

14638 Коммитов

Автор SHA1 Сообщение Дата
fur%netscape.com ba8baa29ab Added do-nothing stub for registerNatives(). 1999-01-21 00:16:40 +00:00
fur%netscape.com a45dd92751 Implement doPrivileged() method in a trivial way, such that privileges are
not actually checked or set.
1999-01-21 00:15:55 +00:00
fur%netscape.com 21d5ff5438 Don't add a thread-id or a newline to each logfile output line, at least not
in the default case.
1999-01-21 00:12:46 +00:00
fur%netscape.com e6989dcc0d Ensure that log-file flushing occurs even if the default log file is being used. 1999-01-21 00:11:55 +00:00
briano%netscape.com 93c0443a78 Automated update 1999-01-20 23:37:59 +00:00
briano%netscape.com 65895a88df Fixes provided by kstailey@disclosure.com. Unfortunately, I don't have a machine to test them on.... 1999-01-20 23:30:52 +00:00
briano%netscape.com f0bfb6efc8 Automated update 1999-01-20 23:30:31 +00:00
buster%netscape.com c0c0ab4bbb put in Mike's change to Clear the selection when we take focus
this fixes the bug that the collection of ranges was monotonically increasing to infinity
as you clicked around in the document.
1999-01-20 23:23:28 +00:00
shaver%netscape.com b21598248c added libxpt/tests 1999-01-20 23:18:27 +00:00
shaver%netscape.com 5ee98f8ade added some tests (we don't pass yet =) ), wrote some primitives 1999-01-20 23:17:05 +00:00
buster%netscape.com 9b95f1cd87 added IID static method so nsIEnumerator can be used with nsCOMPtr 1999-01-20 23:16:28 +00:00
srinivas%netscape.com 189e007e02 Suspended local threads should be moved to the suspend queue after I/O
completion or timeout.
1999-01-20 23:13:06 +00:00
dougt%netscape.com 4a32a3822e Added real IID's 1999-01-20 19:59:16 +00:00
waterson%netscape.com 2a59b0efd3 Backed out bogus checking. 1999-01-20 19:56:34 +00:00
waterson%netscape.com bd92c90bfd Obsolete. 1999-01-20 19:53:07 +00:00
terry%netscape.com ee05e36d9f Simple script to show some build bustage stats. 1999-01-20 19:38:13 +00:00
akkana%netscape.com e44e6a5256 Handle alphanumeric characters properly 1999-01-20 18:43:59 +00:00
coop%netscape.com 4fe4d500ab NOT YET PART OF SEAMONKEY:
* added looping to read/write InterfaceDirectoryEntrys
* InterfaceDescriptors are no longer DECODEd as part of the IDE DECODEing process
* added skeleton for XPT_GetDescriptorByOffset
1999-01-20 17:58:14 +00:00
kipp%netscape.com 562c3ea105 allocated an IID 1999-01-20 17:53:09 +00:00
rods%netscape.com 1e60f385e8 Fixed scrollbar rendering problem by commenting out the WM_CTLCOLORSCROLLBAR
message in switch statement. (fix thanks to Michael Lowe)
1999-01-20 15:42:51 +00:00
grail%cafebabe.org ab042e0e61 GridBagContraints.WEST is somehow an illegal argument. I have no
idea. Most problems with "New Folder ..."  is solved now up to
runtime. Nothing viewable is available yet. It can't find the resource
bundle "grendel.ui.Labels".
1999-01-20 09:56:13 +00:00
grail%cafebabe.org 834458b4fa Stupid stupid stupid. JComboBox.removeAllItems() NullExceptions if
there's a zero count. The safe way to call it is by:

if (combobox.getItemCount() > 0) {
  combobox.removeAllItems();
}

This is stupid.
1999-01-20 09:53:28 +00:00
rickg%netscape.com 60a1c9c1c5 tiny debugging improvements 1999-01-20 08:51:34 +00:00
rickg%netscape.com d2a8733e93 fixed nearly 20 parser bugs 1999-01-20 07:29:33 +00:00
buster%netscape.com fc8952dd64 fixed bug 2516. The InitChildList code needed to check display types before
assigning the mCaptionFrame member variable.
1999-01-20 07:27:06 +00:00
rickg%netscape.com 0829ef23e1 fixed nearly 20 parser bugs 1999-01-20 06:56:07 +00:00
grail%cafebabe.org db3db3e5f8 Added action mapping to menus. Trimming is still missing. 1999-01-20 06:40:16 +00:00
grail%cafebabe.org 9aef759598 Added action mapping to menus. 1999-01-20 06:40:01 +00:00
jband%netscape.com 0bca9c8b0f NOT PART OF SEAMONKEY. Workingon dealing with more types. Added access to WrappedNative from JSObject 1999-01-20 06:38:00 +00:00
troy%netscape.com 0f8e34e2e2 Added additional parameter to GetNext() that specifies whether the frame is
removed from the path. This allows peeking at the next frame in the reflow
chain
1999-01-20 05:11:17 +00:00
troy%netscape.com e875904fe9 Added additional parameter to GetNext() that allows peeking at the next
frame in the reflow command
1999-01-20 05:10:12 +00:00
troy%netscape.com 4dd1d39c67 Added XXX reminder for myself 1999-01-20 04:50:35 +00:00
sar%netscape.com c140b13e34 try realtime quotes. the # should work, if not, it will get backed out. 1999-01-20 04:21:18 +00:00
troy%netscape.com 174494f84c Removed some scroll related logic that was causing computed widths to be
computed incorrectly. Now the scroll frame handles it
1999-01-20 03:43:33 +00:00
briano%netscape.com e4dd546ab0 Automated update 1999-01-20 02:23:00 +00:00
briano%netscape.com 33abc94eff Automated update 1999-01-20 02:18:12 +00:00
briano%netscape.com 315f60f9df Pre-generated configure script for platforms that don't have autoconf and GNU m4, and for people who don't want to waste time downloading and building them. 1999-01-20 01:49:03 +00:00
waterson%netscape.com 15b8b4b414 Renamed 'stream data source' to 'RDF/XML data source'; renamed 'data base' to 'composite data source'. 1999-01-20 01:43:39 +00:00
waterson%netscape.com 3628dde43d Removed unnecessary #includes. 1999-01-20 01:42:34 +00:00
waterson%netscape.com 3e6fc2b0ad Changed 'data base' to 'composite data source'. Merged RDF/XML document and stream data source into one big happy interface. 1999-01-20 01:42:13 +00:00
akkana%netscape.com a595610833 Fix pierre's silentdl build bustage 1999-01-20 01:39:08 +00:00
leaf%mozilla.org 9c71419835 changing pull of nsprpub to pull from the tip. 1999-01-20 01:05:02 +00:00
vidur%netscape.com 6748215978 Fixing build bustage 1999-01-20 00:50:07 +00:00
donm%netscape.com 075ab8a53f making change to include Doug Turner's silentdl 1999-01-20 00:37:17 +00:00
pierre%netscape.com 67b663242d added silentdl to the list of manifest files 1999-01-20 00:36:13 +00:00
pierre%netscape.com 8b867bb42f First Checked In. 1999-01-20 00:29:40 +00:00
dougt%netscape.com f86734ba3a Adding Makefile.in to export headers. 1999-01-20 00:25:52 +00:00
coop%netscape.com 7d3c473417 NOT YET PART OF SEAMONKEY:
* added offset management code in the form of calls to shaver's macros
1999-01-19 23:46:20 +00:00
wtc%netscape.com 37cbd0cad7 Merged the pthreads patches for BSD/OS 4.0 contributed by
Bert Driehuis <bert_driehuis@nl.compuware.com>.
Modified files: BSD_OS.mk, _pth.h, bsdi.c, ptio.c, and pr/tests/Makefile.
1999-01-19 23:38:54 +00:00
dougt%netscape.com 9e8fd3d208 Adding SilentDownload startup and shutdown to the viewer application. 1999-01-19 23:37:17 +00:00