Commit Graph

7613 Commits

Author SHA1 Message Date
rjc%netscape.com
5c86eb38ab Control the autoupdate via rdf. Changes from raman. Reviewed by rjc 1998-09-12 02:37:57 +00:00
rjc%netscape.com
ac638a9651 Control the autoupdate via prefereneces. Changes from raman. Reviewed by rjc 1998-09-12 02:37:24 +00:00
rjc%netscape.com
fe5ec96fd6 Moved autoupdt code out od MOZ_SMARTUPDATE. Changes from raman. Reviewed by rjc 1998-09-12 02:37:01 +00:00
cmanske%netscape.com
ae2510c50c Fixed table editing bugs. Ctrl key now needed to size table with mouse 1998-09-12 01:46:12 +00:00
cmanske%netscape.com
325434815f Fixed Composer bugs, changed image drag behavior in Composer window - must select image first 1998-09-12 01:44:20 +00:00
cmanske%netscape.com
c1d7846d18 Added strings for mouse-over image feedback and changed drag table data struct 1998-09-12 01:40:46 +00:00
kmcclusk%netscape.com
014baf696e Fix for Irix build bustage. 1998-09-12 00:53:57 +00:00
joki%netscape.com
91f1b2a0de Add SetProgess method to nsIBrowserWindow interface 1998-09-12 00:22:27 +00:00
joki%netscape.com
74921f5501 Add SetProgess method 1998-09-12 00:21:46 +00:00
mcafee%netscape.com
3839d522cd comment: warning not to pile anything else on the obsolete fe_globalPrefs structure 1998-09-12 00:11:32 +00:00
thom%netscape.com
054b76f8f1 Added return value to GetHints method to make compiler happy 1998-09-12 00:08:31 +00:00
thom%netscape.com
0adf838257 Added code to load menus 1998-09-12 00:06:05 +00:00
thom%netscape.com
45e27c6264 Added code to handle Menu events 1998-09-12 00:05:39 +00:00
thom%netscape.com
6217da456d Added resource file for menu definitions 1998-09-12 00:05:11 +00:00
vidur%netscape.com
67406f8fe7 Fixed document.writeln problem from http://www.legomindspring.com 1998-09-12 00:04:22 +00:00
sman%netscape.com
6b961a05d4 fixes to x400 parsing 1998-09-11 23:44:36 +00:00
sman%netscape.com
be3057ddea better use of x400 parser 1998-09-11 23:44:14 +00:00
kmcclusk%netscape.com
ef16b5c2da Added 8bit visual support. 1998-09-11 23:27:22 +00:00
sman%netscape.com
8cf7e8caac use x400 parser for capi urls 1998-09-11 23:22:43 +00:00
jsun%netscape.com
0644a6080b Remove some unnecessary comments. 1998-09-11 23:22:39 +00:00
sman%netscape.com
9b067c0484 bug fixes 1998-09-11 23:20:34 +00:00
jsun%netscape.com
60a5ffbbf5 Fixed CAPI_DestroyStreams. 1998-09-11 23:17:13 +00:00
pinkerton%netscape.com
9f777defdb fix frames and property dialogs by adding back PPob 1005 that I overeagerly pruned last week. 1998-09-11 22:36:02 +00:00
clu%netscape.com
cdc7a2e069 tweaks to the encoding dialog box. also added the page title dialog box for #123601. 1998-09-11 22:26:13 +00:00
hyatt%netscape.com
e7b5de92d2 Fixes for Aurora custom icons. 1998-09-11 22:25:21 +00:00
hyatt%netscape.com
7a983a5745 Fix for Aurora custom icons. Reviewed by Nisheeth and DP. 1998-09-11 22:24:27 +00:00
jsun%netscape.com
b36b38d00b FetchEventsByID now calls callback one more time to send finished message. 1998-09-11 22:22:26 +00:00
clu%netscape.com
e006da407e #123601 - headers for CPageTitle. 1998-09-11 22:19:47 +00:00
clu%netscape.com
469ee4c017 implmented CPageTitle for #123601. 1998-09-11 22:19:44 +00:00
clu%netscape.com
ace5660645 #123601 - ask users for page title before saving. Also tweaked at the composer encoding dialog code so the menu item would reflect encoding changes correctly 1998-09-11 22:19:39 +00:00
clu%netscape.com
40b4fddc9a #123601 - added resource number 1522 for CPageTitle. 1998-09-11 22:19:36 +00:00
waterson%netscape.com
3f5fa7ca9f Fix bustage on Linux/Motif 2.0 with reflow. 1998-09-11 22:12:47 +00:00
jsun%netscape.com
0184b0f537 non quoted-printable multiline should work now. 1998-09-11 22:07:13 +00:00
pinkerton%netscape.com
f66d587b32 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
ebf95825c4 Fix the stupid toolbox assertions cause the editor toolbar dont have logos. 1998-09-11 20:52:24 +00:00
jband%netscape.com
2fb80359da 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
8db71997f5 - 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
dc6d93e494 Fix resources for RDF Toolbars. 1998-09-11 19:33:49 +00:00
pinkerton%netscape.com
e741455b55 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
dc56d0edf8 Initializing new member vars for bug#309770 1998-09-11 19:04:59 +00:00
pinkerton%netscape.com
d5a7f83d67 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
00b5917970 Back out some changes. Accidentally check 'em in. 1998-09-11 19:04:21 +00:00
pinkerton%netscape.com
f42b78cb52 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
869e01d031 export XP_GetURLForView for HTMLpane stuff. 1998-09-11 19:02:10 +00:00
pinkerton%netscape.com
a467eb01c2 turn on html area code for mac (now ifdef'd mac/win). 1998-09-11 19:01:48 +00:00
pinkerton%netscape.com
c3f5140b9f turn on QAP flag and define some methods so things will link. 1998-09-11 19:01:09 +00:00
pinkerton%netscape.com
defa444e48 adding QA_Partner support. 1998-09-11 19:00:41 +00:00
pinkerton%netscape.com
382be4fc9a added CTextColumn.cp for QAP support 1998-09-11 18:59:31 +00:00
slamm%netscape.com
ff6af0bd69 Add a dependency for resources-translations 1998-09-11 18:59:16 +00:00
slamm%netscape.com
9828e8d8f5 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