Commit Graph

7588 Commits

Author SHA1 Message Date
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
slamm%netscape.com
cc14d0c4e3 Pull hackTranslations members. 1998-09-11 18:58:50 +00:00
slamm%netscape.com
141cdbe026 Delete some unused member variables. 1998-09-11 18:58:46 +00:00
slamm%netscape.com
ddb2e3ae85 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
2eab56689b Remove unused function prototype. 1998-09-11 18:58:39 +00:00
slamm%netscape.com
5273e8d085 Don't require focus for a copy. Allows copy in view source window. 1998-09-11 18:58:32 +00:00
slamm%netscape.com
9b0cf55a2a Fix some comments that were missing '!' at the beginning of the line 1998-09-11 18:58:29 +00:00
slamm%netscape.com
983f4eef56 Retire the bookmarks and history translation and add navcenter translations 1998-09-11 18:58:18 +00:00
slamm%netscape.com
f7f120bd1b 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
5023a1aa40 Compress consecutive spaces and tabs down to one space. Saves about 40k bytes. 1998-09-11 18:58:09 +00:00
troy%netscape.com
f35125901c Fixed leak of reflow command 1998-09-11 18:57:54 +00:00
vidur%netscape.com
de174c314b Added stopgap code for aliased constructors 1998-09-11 18:31:38 +00:00
sman%netscape.com
ed6e8a73df more updates 1998-09-11 18:23:31 +00:00
jsun%netscape.com
64d6dac5b9 Reads from CAPI much faster 1998-09-11 18:21:56 +00:00
spider%netscape.com
f9ed320e6a Remove ref to calnetwork 1998-09-11 18:12:07 +00:00
vidur%netscape.com
19eefa54ce Added stopgap code for aliased constructors 1998-09-11 18:05:11 +00:00
dcone%netscape.com
2f4b7095a7 fixed some focus bugs 1998-09-11 17:49:49 +00:00
dcone%netscape.com
8bccd8d904 fixed focus bugs 1998-09-11 17:49:32 +00:00
dcone%netscape.com
0746233add focus bug fixes 1998-09-11 17:47:50 +00:00
sman%netscape.com
1842710844 bumped maxrepeat up to 17 1998-09-11 17:39:46 +00:00
sman%netscape.com
3798be6845 need to add x400 parsing to deal with cst server login 1998-09-11 17:35:45 +00:00
spider%netscape.com
9d3466cfcc Fix for html 1998-09-11 17:24:08 +00:00
terry%netscape.com
6b733aef2f Added new "Layout" component to NGLayout. 1998-09-11 16:59:02 +00:00
spider%netscape.com
c95f56e8ef Remove calnetwork lib 1998-09-11 16:27:02 +00:00
ramiro%netscape.com
9d20e4acea 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
6650ec876c More polling mechanism testing. 1998-09-11 11:05:50 +00:00