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

3449 Коммитов

Автор SHA1 Сообщение Дата
vidur a0ae9ecc55 Added window.navigator and Navigator interface 1998-07-01 23:55:40 +00:00
pinkerton 78c2ebdcb4 Columns now work again, after Normandy added mLastShowableColumn field. (bug #243547, appr don). 1998-07-01 23:47:06 +00:00
ricardob c3f1288510 added missing glyph 02070 1998-07-01 23:46:53 +00:00
ricardob 2b688fb486 Fixed mozilla call parametrs to compose new msg 1998-07-01 23:35:51 +00:00
thom d0581f7b04 Mac linux fix. 1998-07-01 23:31:42 +00:00
thom b1d61c37de Fixes for mac linux 1998-07-01 23:29:55 +00:00
blythe fbb93dc211 aprvd don, transparency fixes, dithering improvements, submitted by martin.nilsson@bigfoot.com 1998-07-01 23:10:18 +00:00
blythe fc8a07116d aprvd don, fix 95 print scale problem, submitted by ajtal@ezlink.com 1998-07-01 22:50:42 +00:00
atotic 0bd5d91ab3 Fixed the for (PRInt32 i=) problem 1998-07-01 22:40:00 +00:00
atotic 07d2229162 Added a new export 1998-07-01 22:39:00 +00:00
valeski 5f7c91d4d1 fixed cookies reset by server bug. 241770, approved by don 1998-07-01 22:36:44 +00:00
atotic 12ef69f175 Added nsDocLoader to theproject 1998-07-01 22:29:53 +00:00
troy 34efb1dd5a Eliminated some usage of ChildAt() 1998-07-01 22:22:28 +00:00
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