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

7580 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 6f79899a9f Fix bustage on Linux/Motif 2.0 with reflow. 1998-09-11 22:12:47 +00:00
jsun%netscape.com 9cd2c96abe non quoted-printable multiline should work now. 1998-09-11 22:07:13 +00:00
pinkerton%netscape.com a86e3213cf Fix bug in drag and drop where we were passing parent folder and any selected children to HT, which would cause it to die. Affects drag feedback in that selected children are not displayed when their parent container is selected as well. 1998-09-11 21:52:42 +00:00
ramiro%netscape.com 56c03e1ade Fix the stupid toolbox assertions cause the editor toolbar dont have logos. 1998-09-11 20:52:24 +00:00
jband%netscape.com aed9fecc0f added CRT_CALL decoration to callback typedefs in jsprvtd.h (it had only been used in jspubtd.h) and moved the last remaining callback typedef (JSTrapHandler) out of jsdbgapi.h and into jsprvtd.h along with the others 1998-09-11 19:58:15 +00:00
brendan%netscape.com eac532ad80 - Use 8 space hard tabstops like god and IBM intended, but indent-tabs-mode:nil
should eliminate hard tabs anyway (so 8 is just in case one gets thru -- LXR
  was not displaying this source well with 4).
- Don't nest jsapi.h outside the idempotent-include #ifndef in dom.h.
- Include xp.h to get this code working on Windows (to cope with some kind of
  compiled header problem).
- Fix bad JS_GetEmptyStringValue calls that were treated as returning JSString*
  rather than jsval, and fed into STRING_TO_JSVAL.
- Avoid tagging and untagging a jsval to test for a null JSString* return.
- Fiddle formatting in a couple of places.
- Avoid leaving cdata->data null after realloc failure.  Use of a local temp
  (data2) also improves generated code by eliminating memory ambiguity.
1998-09-11 19:46:23 +00:00
slamm%netscape.com 41da07107a Fix resources for RDF Toolbars. 1998-09-11 19:33:49 +00:00
pinkerton%netscape.com 318d053b9b Docked coordinator is now smart enough to show/hide htmlpane as appropriate. Remove (again!) the logic from here. 1998-09-11 19:05:51 +00:00
pinkerton%netscape.com af9d6102d4 Initializing new member vars for bug#309770 1998-09-11 19:04:59 +00:00
pinkerton%netscape.com 9aa3f982d1 More htmlpane work. Should now appear when it is there and load the url. 1998-09-11 19:04:22 +00:00
slamm%netscape.com e1641e6e04 Back out some changes. Accidentally check 'em in. 1998-09-11 19:04:21 +00:00
pinkerton%netscape.com 8619b1a40b Fix things to work with first or second shelf being the one that can be closed. 1998-09-11 19:03:44 +00:00
pinkerton%netscape.com 58aa82c6bd export XP_GetURLForView for HTMLpane stuff. 1998-09-11 19:02:10 +00:00
pinkerton%netscape.com 1d09550b47 turn on html area code for mac (now ifdef'd mac/win). 1998-09-11 19:01:48 +00:00
pinkerton%netscape.com e233b468bb turn on QAP flag and define some methods so things will link. 1998-09-11 19:01:09 +00:00
pinkerton%netscape.com b37e88adc6 adding QA_Partner support. 1998-09-11 19:00:41 +00:00
pinkerton%netscape.com fe10c89fb6 added CTextColumn.cp for QAP support 1998-09-11 18:59:31 +00:00
slamm%netscape.com 8f8ef114d2 Add a dependency for resources-translations 1998-09-11 18:59:16 +00:00
slamm%netscape.com e5652b0033 Have the popup update when it's first posted. Fix a selection problem caused by improper if-statement grouping. 1998-09-11 18:58:58 +00:00
slamm%netscape.com 5af4399443 Pull hackTranslations members. 1998-09-11 18:58:50 +00:00
slamm%netscape.com e9f416fbe1 Delete some unused member variables. 1998-09-11 18:58:46 +00:00
slamm%netscape.com 6097a66850 Load bookmarks for docked view. Later this will be hooked up with the toolbars. 1998-09-11 18:58:43 +00:00
slamm%netscape.com b1aca3942d Remove unused function prototype. 1998-09-11 18:58:39 +00:00
slamm%netscape.com aa1924528f Don't require focus for a copy. Allows copy in view source window. 1998-09-11 18:58:32 +00:00
slamm%netscape.com 11b17d6407 Fix some comments that were missing '!' at the beginning of the line 1998-09-11 18:58:29 +00:00
slamm%netscape.com d88d9515eb Retire the bookmarks and history translation and add navcenter translations 1998-09-11 18:58:18 +00:00
slamm%netscape.com 91d0735e77 Fixing close window bug for html dialogs. Make html dialogs have the same translations as the browser. This may be overkill. We can trim back the list later. Kill some long dead code. 1998-09-11 18:58:12 +00:00
slamm%netscape.com 5ad93893f5 Compress consecutive spaces and tabs down to one space. Saves about 40k bytes. 1998-09-11 18:58:09 +00:00
troy%netscape.com 21eebef753 Fixed leak of reflow command 1998-09-11 18:57:54 +00:00
vidur%netscape.com 28dd43b25c Added stopgap code for aliased constructors 1998-09-11 18:31:38 +00:00
sman%netscape.com 99dd5a7339 more updates 1998-09-11 18:23:31 +00:00
jsun%netscape.com a511360848 Reads from CAPI much faster 1998-09-11 18:21:56 +00:00
spider%netscape.com 257101c8e0 Remove ref to calnetwork 1998-09-11 18:12:07 +00:00
vidur%netscape.com 6093f9899e Added stopgap code for aliased constructors 1998-09-11 18:05:11 +00:00
dcone%netscape.com befa47f746 fixed some focus bugs 1998-09-11 17:49:49 +00:00
dcone%netscape.com a14cbbbd10 fixed focus bugs 1998-09-11 17:49:32 +00:00
dcone%netscape.com df3bf704d1 focus bug fixes 1998-09-11 17:47:50 +00:00
sman%netscape.com 8b50a8d0ac bumped maxrepeat up to 17 1998-09-11 17:39:46 +00:00
sman%netscape.com a552dab9a8 need to add x400 parsing to deal with cst server login 1998-09-11 17:35:45 +00:00
spider%netscape.com 1d4bc93369 Fix for html 1998-09-11 17:24:08 +00:00
terry%netscape.com 7393c9b12a Added new "Layout" component to NGLayout. 1998-09-11 16:59:02 +00:00
spider%netscape.com 8d64547ca3 Remove calnetwork lib 1998-09-11 16:27:02 +00:00
ramiro%netscape.com 8897538b4a Split MOZILLA_MOTIF_SEARCH_PATH into two: MOZILLA_MOTIF_INCLUDE_SEARCH_PATH
and MOZILLA_MOTIF_LIB_SEARCH_PATH to deal with "smart" oses like hpux
which place motif headers and libraries in different places.
1998-09-11 13:27:04 +00:00
rjc%netscape.com ed08097a21 More polling mechanism testing. 1998-09-11 11:05:50 +00:00
pierre%netscape.com 3e4ba6d9e6 fix crash when GetFontMetrics() returns nil, which should never happen of course 1998-09-11 10:45:26 +00:00
pierre%netscape.com 913d8ebc65 fix SetClipRegion + FillRect / added a temp SetFont / dispose mMainRegion 1998-09-11 10:37:36 +00:00
pierre%netscape.com 5a98727f27 fix crash on update 1998-09-11 10:19:26 +00:00
pierre%netscape.com c61f6bdb05 fix uninitialized mWindowRegion / make the window title bar visible 1998-09-11 10:17:02 +00:00
brendan%netscape.com db6f030682 - Fix js_AllocTryNotes to track how much space has been allocated from tempPool
for trynotes in the current code generator, and grow that space as needed.
- Avoid dividing by a multiple of 3 (JSTryNote is 3 ptrdiff_t's) via (char *)
  arithmetic.
1998-09-11 09:25:15 +00:00
pierre%netscape.com 170f02692b initialize member variables to 0 1998-09-11 09:13:02 +00:00