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

14475 Коммитов

Автор SHA1 Сообщение Дата
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
mjudge%netscape.com d52a50ae45 fiximg text selection for frames in frames 1999-01-19 23:36:06 +00:00
dougt%netscape.com 1cb7fd6153 Adding silentdl to the build directories. 1999-01-19 23:35:21 +00:00
karnaze%netscape.com 29d75b2c52 content sink uses nsWebShell::GetIsFrame to set scrolling on nsWebShell 1999-01-19 23:16:02 +00:00
karnaze%netscape.com 44d24e235a added GetIsFrame, SetIsFrame to distinguish <frame> documents 1999-01-19 23:14:31 +00:00
vidur%netscape.com 8ff9eaa54b Completion of document as node - specifically, the childNodes array. Completion of nodeName, nodeValue and attributes properties for different types of nodes. 1999-01-19 23:07:33 +00:00
rpotts%netscape.com 5a21fff729 fixed bug when firing the OnConnectionsComplete() notification. If one of the listeners initiated a new URL load then state in the doc loader became inconsistent... 1999-01-19 22:48:05 +00:00
pierre%netscape.com 1892e8e3e5 display the AppearanceMgr frame around edit fields 1999-01-19 22:34:43 +00:00
sfraser%netscape.com 951addb80e File Removed. 1999-01-19 22:34:36 +00:00
pierre%netscape.com 23fc632663 fixed Scroll() in case the caller passes a null clipRect 1999-01-19 19:29:43 +00:00
donm%netscape.com 6fd212cfbf adding the smoke test build script 1999-01-19 18:54:41 +00:00
mjudge%netscape.com f6b3ddb015 fixing selection a little 1999-01-19 17:41:08 +00:00
rods%netscape.com 941a7a59f9 Added new Method for Querying System Fonts 1999-01-19 17:36:19 +00:00
karnaze%netscape.com d29710743f <form> inside <table> submits; marginwidth, marginheight in <frame> working; scrolling in <frame>, <iframe> working 1999-01-19 17:26:06 +00:00