kipp
dbadaed61b
Fixed up iframe layout (again)
1998-07-01 22:21:13 +00:00
thom
90f6109581
(scullin) fix for mac linux?
1998-07-01 21:16:14 +00:00
valeski
3dbbfcebff
fixed netlib debug trace messages, approved by don
1998-07-01 21:07:28 +00:00
karnaze
e1d5194abb
more nav4 compatibility, radio group bug fixes
1998-07-01 20:11:57 +00:00
shaver
749a0b5238
forgot the NPL
1998-07-01 19:59:06 +00:00
beard
58f464c1a2
Fixed unintended assignment warning in lookup_member_by_id.
1998-07-01 18:58:29 +00:00
beard
9a3929928e
Fixed unintended assignment warning in access_java_array_element.
1998-07-01 18:55:49 +00:00
atotic
ecbd6bd491
Trimmed out some dead code
1998-07-01 18:49:35 +00:00
beard
9aa7eabbba
Added prototype for jsj_ConvertJavaStringToJSString.
1998-07-01 18:48:12 +00:00
beard
111a471158
enter_js now static, since it had no external prototype.
1998-07-01 18:47:26 +00:00
beard
447cc5f8c3
define_JavaPackage now static since it had no external prototype.
1998-07-01 18:46:23 +00:00
beard
530433d35c
JavaObject_getObjectOps now static since it had no external prototype.
1998-07-01 18:45:32 +00:00
beard
dd15f11c8f
JavaClass_getObjectOps, jsj_new_JavaClass now static, since they had no external prototypes anyway.
1998-07-01 18:44:50 +00:00
gagan
5ae1c09481
Fixes the cache bug that was causing PR_ASSERTs to fire. (Fixes animated gifs too). See bug #226203 ,
...
#241297 (main) for details.
1998-07-01 18:44:28 +00:00
beard
11c6174e80
Made JavaArray_getObjectOps static to fix no prototype warning.
1998-07-01 18:43:16 +00:00
beard
4010b5a9bb
Fixed unintended assignment warnings, made default_map_java_object_to_js_object static to fix no prototype warning.
1998-07-01 18:42:27 +00:00
atotic
8f65658645
Ooops, forgot to check in full implementation
1998-07-01 18:40:46 +00:00
beard
42c8b526c8
Removed some dead code.
1998-07-01 18:37:43 +00:00
vidur
7dc575e7b6
Deal with NULL object case for parameters to methods
1998-07-01 18:36:59 +00:00
vidur
7b7ae17931
Deal with NULL object case before asking if its an object
1998-07-01 18:32:35 +00:00
shaver
ec8eaafa11
adding XPCOM interface support (non-functional) -- not part of Gromit
1998-07-01 18:18:00 +00:00
kipp
d22397f16f
Fixed a js-stub generating problem with null's vs's objects (vidur told me what to type)
1998-07-01 17:00:18 +00:00
terry
c3a66fb00e
Patch by Dawn Endico <dawn@cannibal.mi.org> -- add comment at top.
1998-07-01 13:53:28 +00:00
rpotts
b7387109b8
Changed PR_ASSERT to NS_ASSERTION...
1998-07-01 12:25:49 +00:00
rpotts
a1b92e105c
Changed nsIStreamListener to nsIStreamObserver... First pass of changes for the Document Loader...
1998-07-01 11:34:00 +00:00
rpotts
12a87f81d1
Changed to use the Document Loader instead of LoadURL(...)
1998-07-01 11:31:24 +00:00
rpotts
1a3018f046
Fixed up Post data to avoid leaks...
1998-07-01 11:30:35 +00:00
rpotts
f19f8d7f14
Added nsDocLoader.cpp...
1998-07-01 11:29:20 +00:00
rpotts
b4e420e11b
Changed some interface methods to use NS_IMETHOD for consistancy...
1998-07-01 11:28:05 +00:00
rpotts
1c6623bc25
Changed nsIStreamListener to nsIStreamOBserver. Added the BindToDocument(...) method which is used by the DocumentLoader.
1998-07-01 11:27:06 +00:00
rpotts
af2a7c1e86
Added nsIDocumentLoader.h
1998-07-01 11:25:55 +00:00
rpotts
c2ed0c04eb
Fixed up IID for nsIStreamListener
1998-07-01 11:24:10 +00:00
rpotts
701127bf7e
Split the nsIStreamListner interface into nsIStreamObserver and nsIStreamListener
1998-07-01 11:23:17 +00:00
rpotts
cea04c5729
Changed sprintf(...) to PR_snprintf(...)
1998-07-01 11:22:25 +00:00
rpotts
a0c53581a8
Changed LoadURL(...) to StartDocumentLoad(...) TestAttributes.cpp TestInlineFrame.cpp
1998-07-01 11:21:41 +00:00
rpotts
a3a7597795
Reworked Post data to avoid memory leaks...
1998-07-01 11:18:39 +00:00
rpotts
09cfa8359e
Now uses nsIViewerContainer interface and the Document Loader...
1998-07-01 11:17:41 +00:00
rpotts
1afdd4f963
Reworked Post data to avoid memory leaks... Removed nsIDocument::LoadURL(...). Added nsIDocument::StartDocumentLoad(...) as a callback method for the DocumentLoader...
1998-07-01 11:16:09 +00:00
rpotts
00765c5325
Fix crash by checking whether a link handler was returned bu GetLinkHandler(...)
1998-07-01 11:15:20 +00:00
rpotts
415ca2fc2a
Changed nsIStreamListener to nsIStreamObserver...
1998-07-01 11:11:44 +00:00
rpotts
2fc6e59047
Changed nsIStreamListener to nsIStreamObserver. Added BeginParse(...) method for the DocumentLoader...
1998-07-01 11:11:05 +00:00
rpotts
e4157d9a39
Fixed up IID for nsIStreamListener interface
1998-07-01 11:09:49 +00:00
fur
20d5f40cd0
If the same JSObject is reflected into Java more than once then we should
...
return the same Java object, both for efficiency and so that the '=='
operator works as expected in Java when comparing two JSObjects.
However, it is not possible to hold a reference to a Java object without
inhibiting GC of that object, at least not in a way that is portable
to all vendor's JVMs, i.e. a weak reference. So, for now, JSObject identity
is broken.
1998-07-01 06:11:39 +00:00
fur
c6cc90820d
Added equals() method to override java.lang.Object.equals(). This is
...
necessary because the '==' operator won't work with LC2.
1998-07-01 06:00:10 +00:00
wtc
d4699b0f80
In _PR_MD_OPEN_DIR, we append \*.* to the directory name,
...
but if the directory name ends in a slash or backslash,
we do not append the backslash.
Files changed: ntio.c and w95io.c.
1998-07-01 05:13:10 +00:00
troy
226119c0ab
Some work-in-progress for incremental reflow
1998-07-01 04:55:15 +00:00
troy
7c185eac84
Removed some vertical margin collapsing stuff that wasn't needed
1998-07-01 03:03:32 +00:00
brendan
f51f103f5f
- Remove duplicate error fprintf from js.c:Load.
...
- Revise exception handling runtime info (now called trynotes a la srcnotes)
for more efficient loop control under JSOP_THROW. Avoid all uses of catch
and throw while at it, to make C++ lusers happy.
- Combine JSStackFrame.exception with rval, and rename
JSStackFrame.exceptPending to be ...throwing.
- Optimize JS_TypeOfValue a bit.
- Name, control flow, whitespace, etc. cleanup.
1998-07-01 02:12:45 +00:00
kipp
c34f27c145
Keep view around so that it moves properly
1998-07-01 00:54:54 +00:00
beard
e77b637d38
Changed jsj_HashJavaObject to conform to JSJHashFunction.
1998-07-01 00:21:18 +00:00