Commit Graph

7311 Commits

Author SHA1 Message Date
kipp%netscape.com
081ea6d3e8 Revised API 1998-09-08 22:31:51 +00:00
kipp%netscape.com
eec208e30b Destroy font metrics before releasing it 1998-09-08 22:31:28 +00:00
akkana%netscape.com
56e9b75334 Register type converters for mail compose. This makes "Send Page" work.
Approved by gagan.
1998-09-08 22:14:51 +00:00
rods%netscape.com
1a4caf4bed Changed Find to use all nsIDOMxxx classes instead of nsIContent 1998-09-08 22:13:29 +00:00
dcone%netscape.com
7c2b0e72a1 added a routine gethints() needed by the interface. 1998-09-08 22:13:10 +00:00
terry%netscape.com
8e112ca533 Added 1998-09-04 version. 1998-09-08 22:06:33 +00:00
wtc%netscape.com
dda428f16b Backed out an accidental change of the setting of OBJDIR_NAME in the
previous revision.
1998-09-08 21:45:31 +00:00
briano%netscape.com
51de74345a Tried to make the differences/similarities between MOZ_LITE, MOZ_MEDIUM, and MOZ_DARK more obvious. 1998-09-08 21:40:13 +00:00
cyeh%netscape.com
bb8cc4132a *** empty log message *** 1998-09-08 21:34:22 +00:00
sdagley%netscape.com
4add78c3ba Implement real version of FE_CheckConfirm 1998-09-08 21:32:03 +00:00
briano%netscape.com
edee40ba5b Minor cleanup, and changed EDITOR to MOZ_EDITOR. 1998-09-08 21:24:12 +00:00
pinkerton%netscape.com
0feb41288d use IdenticalString instead of RelString to be more localizable. 1998-09-08 21:20:19 +00:00
pinkerton%netscape.com
3b01d80bd0 don't redraw caption when it doesn't change (avoids flashing). 1998-09-08 21:12:26 +00:00
raman%netscape.com
b730eb2e8c Added libsoftupdat.a to the link line when MOZ_SMARTUPDATE is defined. Made SmartUpdate independent of Java 1998-09-08 21:06:54 +00:00
raman%netscape.com
402336f936 Added building of autoupdt.c 1998-09-08 21:00:51 +00:00
shaver%netscape.com
2e4590ec47 ToBoolean behaviour for all non-ECMA versions, not just 1.2 1998-09-08 20:59:19 +00:00
rjc%netscape.com
ce08246bb9 Allow mixing/repositioning of local/remote items in the same container. 1998-09-08 20:55:41 +00:00
dcone%netscape.com
c5bd66523a added files to html/content area that vidor added to windows project 1998-09-08 20:55:14 +00:00
pinkerton%netscape.com
629a24f382 Since we are now weak-linked against AppearanceLib, make sure it is available and quit if it is not. We were also never initializing UEnvironment's feature set. Call RegisterAppearanceClient() since we are one (again). 1998-09-08 20:48:29 +00:00
pinkerton%netscape.com
8527e076d5 weak link against AppearanceLib. 1998-09-08 20:47:16 +00:00
pinkerton%netscape.com
bc522a729e add a new dialog to inform users how to get AppearanceLib. 1998-09-08 20:47:01 +00:00
spider%netscape.com
87cffc139c Removing LIBJULIAN to use julian as standalone dll.
Adding ViewManager on a per 'container' basis.
1998-09-08 20:34:42 +00:00
slamm%netscape.com
0d3361d534 Pass through 'nocrap' argument from express. 1998-09-08 20:33:28 +00:00
ftang%netscape.com
d0dce1c383 check in comment about history code may need to change later. No code change. 1998-09-08 20:21:23 +00:00
slamm%netscape.com
ba20e43386 Add toolbar deletion. 1998-09-08 20:14:23 +00:00
slamm%netscape.com
fa803b4af9 Avoid adding the wrong nodes to the toolbar 1998-09-08 20:14:15 +00:00
slamm%netscape.com
b7c2003912 Avoid opening nodes too soon. 1998-09-08 20:14:12 +00:00
slamm%netscape.com
fdd42e321d more support for pane creation/deletion. 1998-09-08 20:14:06 +00:00
slamm%netscape.com
88739906c7 Break up the constructor into more intelligible parts. Standadize some of the variable names. Massage some ht calls. 1998-09-08 20:13:59 +00:00
slamm%netscape.com
c42e12e0aa Hook up the bookmarks and history windows. Get rid of the unneeded command handing stuff. 1998-09-08 20:13:56 +00:00
slamm%netscape.com
24f113d8e7 change some extern 'C' functions to static members of the XFE_Image 1998-09-08 20:13:51 +00:00
slamm%netscape.com
0dd1841934 create the bookmarks pane in RDFBase. 1998-09-08 20:13:46 +00:00
slamm%netscape.com
9c92a2e0a5 Move bookmark frame creation to NavCenterFrame.cpp 1998-09-08 20:13:43 +00:00
slamm%netscape.com
6090d83c24 Re-commit the 'nocrap'. This time it's not crappy. 1998-09-08 19:48:29 +00:00
slamm%netscape.com
5324a2ce7c Oops, not ready yet. backout last change. 1998-09-08 19:36:56 +00:00
slamm%netscape.com
494a501fe1 Add a 'nocrap' flag so the top of the page has useful information (i.e. no image, no legend). 1998-09-08 19:34:51 +00:00
akkana%netscape.com
aa7876c8b8 Remove vcards from MOZ_MAIL_COMPOSE; fix unresolved symbols 1998-09-08 19:32:10 +00:00
akkana%netscape.com
d395ec1874 Remove vcards from MOZ_MAIL_COMPOSE 1998-09-08 19:30:41 +00:00
beard%netscape.com
103b9ddec6 Lazy LiveConnect fixes. 1998-09-08 19:11:50 +00:00
buster%netscape.com
65191223c4 fixed 2 small errors in computing table widths.
1) sometimes we were adding 1 too many pixels in constrained tables
2) sometimes we were using the wrong value for the max width as an input to constrained tables
1998-09-08 19:11:14 +00:00
beard%netscape.com
53ad88baba Changed JavaPackage_resolve, to remove a memory leak. 1998-09-08 19:08:09 +00:00
pinkerton%netscape.com
f808326b81 stupid RidL resources.... 1998-09-08 18:52:00 +00:00
brendan%netscape.com
89d641ff37 Don't emit two SRC_HIDDENs in a row. 1998-09-08 18:26:37 +00:00
norris%netscape.com
c6b299a84d Fix bug: space was not allocated for terminal '\0' in string.
Spell "JavaScript" correctly.
1998-09-08 18:18:52 +00:00
pinkerton%netscape.com
899616933a increase/decrease font size in html area. Fix column hiding bug in embedded tree. 1998-09-08 18:10:54 +00:00
pinkerton%netscape.com
ef46d8a0b5 increase/decrease font sizes in browser window. 1998-09-08 18:10:16 +00:00
pinkerton%netscape.com
51df0e1653 use LScrollerView and LScrollBar 1998-09-08 18:09:16 +00:00
pinkerton%netscape.com
8a6ebf136f Allow the user of the class to pass "" for the requested icon url. 1998-09-08 18:08:35 +00:00
pinkerton%netscape.com
789724c9d3 use LScrollerView. 1998-09-08 18:07:59 +00:00
pinkerton%netscape.com
50bf723d3c use LScrollerView 1998-09-08 18:07:48 +00:00