fur%netscape.com
65fec7605c
Allow class CharToByteConverter to be initialized, since the codegen limitations
...
that didn't allow it to be compiled have been remedied.
1999-01-21 00:41:09 +00:00
fur%netscape.com
d84ca63910
Unicode characters are uint16, not int16.
1999-01-21 00:39:17 +00:00
fur%netscape.com
366b96e226
Added routines to handle conversion of Java strings between UTF8 and UCS2
...
representations.
1999-01-21 00:38:34 +00:00
fur%netscape.com
8294dd6711
Frame::getCallingJavaMethod() now takes a stack depth parameter which indicates
...
the number of levels to pop the stack.
1999-01-21 00:37:14 +00:00
fur%netscape.com
3ea48d26a2
Flush the log file after entry into a method is traced.
1999-01-21 00:22:22 +00:00
fur%netscape.com
6c7512d748
Unicode characters are uint16's not int16's.
1999-01-21 00:20:41 +00:00
fur%netscape.com
78937749e8
Fixes to newInstance0() method:
...
When checking to see if a calling method has permission to access a
class/constructor with package-level scope, walk two levels up the
stack, instead of one, since the immediate caller is always
java.lang.newInstance().
In addition to creating the object, invoke it's zero-argument constructor.
1999-01-21 00:19:56 +00:00
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