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

409 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com a19b89816e Touch down progress bar changes from PROGRESS_19981006_BRANCH. 1998-10-09 01:10:05 +00:00
waterson%netscape.com 0740548be6 Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=law. 1998-10-09 01:09:18 +00:00
cyeh%netscape.com 2e6ea5286d ooops. backout previous change to remove NSRP defines. It's defined
everywhere on UNIX, Mac, and Win32 backend, but not the WinFE.
Try again later.
1998-10-08 23:29:28 +00:00
cyeh%netscape.com 195001a347 remove #ifdef NSPR in preparation for turning off NSPR and NSPR20 compile defines 1998-10-08 21:24:44 +00:00
law%netscape.com dd5f0c296e Fix for bug #308996; get mime-type to fe_URLToLocalName so file is saved with proper extension 1998-10-08 21:14:01 +00:00
hyatt%netscape.com 9212b2aa4e Backing out change to make bookmarks top-level menu. It's beyond me. 1998-10-08 21:06:36 +00:00
hyatt%netscape.com a36d2422aa Backing out Bookmarks top-level menu change. I have no idea what went wrong. 1998-10-08 21:04:00 +00:00
cmanske%netscape.com dcf53bdd44 Fixed bug in new Open URL dialog (unitinialized list pointers) 1998-10-07 05:31:05 +00:00
cmanske%netscape.com 23bdaa76bb Changed 'Preview' to 'Browse' in toolbar and removed 'Navigator' reference 1998-10-07 05:07:14 +00:00
cmanske%netscape.com 105c2edd79 Fixed right-mouse popup memu bugs, added Insert object submenu and jump to internal target 1998-10-07 04:55:11 +00:00
cmanske%netscape.com 875e67a9cf Fixed problem with Composer's right mouse popup menu when over a link 1998-10-07 00:57:35 +00:00
cmanske%netscape.com 998d204c2e Composer Publishing improvements 1998-10-07 00:32:42 +00:00
law%netscape.com ba02942b75 Fix for bug #105440; handle multiple file extensions in fe_NewFileType 1998-10-06 23:45:58 +00:00
hyatt%netscape.com 65c20c1169 Tweaks to top-level menus to move bookmarks back to where it BELONGS!!! 1998-10-06 23:23:26 +00:00
danm%netscape.com 379e11f44b individual toolbar buttons now respond to RDF display mode overrides. r:hyatt. 1998-10-06 22:26:40 +00:00
cmanske%netscape.com c829094207 Fixed problem with Open Page dialog not loading URL 1998-10-06 21:45:33 +00:00
racham%netscape.com 206bcb2d46 Adding RunTimeSwitch -reg_mode 1998-10-06 21:08:39 +00:00
cmanske%netscape.com 1a7fc1c3e5 Fixed Composer bugs in Publishing. Added history lists to Open Page dialog 1998-10-06 20:29:52 +00:00
hyatt%netscape.com 69e51b8366 WinFE now understands buttonBorderStyle on toolbars. 1998-10-06 03:41:14 +00:00
hyatt%netscape.com 220791ba00 Changes to support the toolbar icons (in their four different states). 1998-10-06 02:31:01 +00:00
cyeh%netscape.com 201cfbe4cc removing -DMOCHA from Windows build. 1998-10-05 22:15:43 +00:00
ftang%netscape.com 4fc3594489 add menu csid selector 1998-10-05 14:56:00 +00:00
cmanske%netscape.com 11eba68756 More Composer publishing improvements. Change cursor when Ctrl is pressed over a link in Composer 1998-10-03 02:23:39 +00:00
cmanske%netscape.com b3f38bd294 Modified Composer Publishing dialog 1998-10-02 22:20:37 +00:00
cmanske%netscape.com 5e1feade32 Changes to use SingleSignon for password rememembering 1998-10-02 22:18:45 +00:00
ftang%netscape.com e403ea96a6 convert from/to EDIT control CSID to/from UTF8 to make the inline edit work correctly for HyperTree Widget 1998-10-02 12:10:22 +00:00
ftang%netscape.com 91f3ca8e5a fix the non UTF8 HT_AddToContainer problem by using the UTF8 title from the history entry instead of the non UTF8 title from MWContext 1998-10-02 12:08:54 +00:00
ftang%netscape.com 9b1184297f fix UTF8 html drawing problem problem introduced yesterday when remove cuv stuff 1998-10-02 12:03:28 +00:00
blythe%netscape.com 654c9e3c0b Fix win95 build problems that do not show up as build errors, revd danm 1998-10-01 21:39:18 +00:00
ftang%netscape.com ad4ccf3732 removed reference to empty header file 1998-10-01 14:33:17 +00:00
ftang%netscape.com ed2193cda5 remove unused win16 code 1998-10-01 13:36:11 +00:00
ftang%netscape.com ab5190b72c remove a lot of unused win16 and AWT1.0 support stuff 1998-10-01 13:27:12 +00:00
cmanske%netscape.com 9e92ffbd7c Fixed handling of Blockquote and fixed strings for this as well 1998-10-01 01:00:00 +00:00
ftang%netscape.com 73adaf687c check in Vietnamese cp1258 winfe changes . Thanks for Van Le from the net 1998-09-30 10:48:13 +00:00
ftang%netscape.com a86a59d3b7 check in winfe changes for Vietnamese cp1258 work . Thanks Van Le from the net 1998-09-30 10:42:12 +00:00
rjc%netscape.com ad937a9814 Finish Shack reflection into JavaScript for Win32 by setting HT_Pane reference in lo_builtin struct. 1998-09-30 06:12:35 +00:00
shaver%netscape.com 09e94791bb only build lm_dom.c if DOM set 1998-09-30 04:47:55 +00:00
brendan%netscape.com 7f2ef26145 - Need JS_THREADSAFE in mozilla.mak and config.mak (and because of the latter,
don't need it in js/src/makefile.win).
- Added DOM support.
- Break up really long lines in mozilla.mak using backslashes.
- Added /I../../lib/libdom to several places (ugh).
- factor some mime.lib stuff better, but still not consistent in how SMART_MAIL
  and MOZ_MAIL_NEWS select it.
- Include spans and transclusion stuff, shaver and toshok to clean up later.
- Use ?: instead of if/else in layout.c to minimize source and generated code.
- Use strong typing for struct DOM_foo * types without including domstyle.h,
  by using mighty struct tags.
- Fix doc_id signedness in lm_dom.h (also eliminate tabs, but use 8 for
  tab-width).
1998-09-30 02:07:26 +00:00
rjc%netscape.com 0abaf1fe8f Reflect Shack into JavaScript. New file: lm_tree.c 1998-09-30 00:55:11 +00:00
cmanske%netscape.com 7e94cd9e3a More Composer bug fixes: Removed password remembering from Publish dialog and removed pixel to % conversion for table and cell widths 1998-09-29 23:50:44 +00:00
cyeh%netscape.com 7dae289923 Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:35:57 +00:00
cyeh%netscape.com 04c778c9f7 If NSPR20 isn't defined, the makefile wouldn't look in the NSPR header directory. 1998-09-29 21:32:29 +00:00
cmanske%netscape.com 11b28d798d Added question mark to save file prompt 1998-09-29 07:12:13 +00:00
cmanske%netscape.com 31730d04c3 Fixed Delete command inactive when it should be active 1998-09-29 05:26:13 +00:00
cmanske%netscape.com 53c162fe20 Fixed bug 123391 1998-09-29 05:10:58 +00:00
cmanske%netscape.com 73bdd62cea Fixed problem with displaying borders in Navigator when we shouldn't 1998-09-29 00:02:29 +00:00
cmanske%netscape.com 794faca1bb Fixed problem with font list 1998-09-28 23:07:42 +00:00
cmanske%netscape.com 3fea544079 Fixed lots and lots of Composer bugs. Implemented more feedback for mouse-over cursors 1998-09-28 22:51:56 +00:00
hyatt%netscape.com b5e0bc8b81 Fixing a bug in the SHACK widget. 1998-09-28 21:43:34 +00:00
mlm%netscape.com 061c840379 Branch landing: Multithreading in mozilla.
- Add -DJS_THREADSAFE and new file lm_wngrp.c.
1998-09-25 21:59:47 +00:00
wtc%netscape.com 8ce18d82a4 Removed references to the unused libmsgc21 library.
Reviewed and approved by David Hyatt and Daniel Matejka.
1998-09-25 04:35:40 +00:00
hyatt%netscape.com 5b029660da Bug fix for dialogs popping up out of popup windows. 1998-09-24 23:35:03 +00:00
cyeh%netscape.com 6e01046280 removing old NSPR20 #ifdefs 1998-09-24 21:13:36 +00:00
cyeh%netscape.com 7b3014ba6f remove old MOCHA and NSPR20 #ifdef 1998-09-24 21:09:58 +00:00
hyatt%netscape.com 5d7c894ce7 Fix to the title bar drawing code so that the Win98 gradient fill is used. 1998-09-24 20:54:52 +00:00
av%netscape.com 5566894a07 Changed URL for plugin finder page -- approved by amusil 1998-09-24 19:46:07 +00:00
hyatt%netscape.com d6000fc8ca Fixing a crash when the HTML pane in Aurora is deleted. 1998-09-24 02:00:44 +00:00
hyatt%netscape.com dd21916bb8 Really fix the problem with undocking. :) 1998-09-24 01:43:12 +00:00
hyatt%netscape.com 2e5b39219e Fixing a problem with undocking the NavCenter window. 1998-09-24 01:40:22 +00:00
hyatt%netscape.com 6b74e9dbe4 Making the toolbars add/remove properly. 1998-09-24 01:33:20 +00:00
hyatt%netscape.com 43b9e28c0e Tweaking the notification handler for the toolbars. 1998-09-24 00:38:53 +00:00
hyatt%netscape.com 0746fceacf Making the HTML pane work again. 1998-09-24 00:06:54 +00:00
wtc%netscape.com 3b8cb781fb NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
hyatt%netscape.com 9594fd2d58 Support for templates added to SHACK. More properties added to front end. 1998-09-22 00:24:26 +00:00
nisheeth%netscape.com d0b12b2efb Added code submitted by Ori Kravitz (orik@mercury.co.il) that informs listeners
that all network connections have completed for the current page.  This is part
of the Layout Probe project that is trying to add test automation interfaces to
the layout engine.
1998-09-21 23:58:14 +00:00
nisheeth%netscape.com ac4f5eb633 Add LAYPROBE_API to compiler defines if MOZ_LIBTEST is set. 1998-09-21 21:46:38 +00:00
ftang%netscape.com 4a4ddbb815 Fix the DrawText problem 1998-09-19 00:27:03 +00:00
cmanske%netscape.com 5aff25e99d Fixed Composer bugs, changed image drag behavior in Composer window - must select image first 1998-09-12 01:44:20 +00:00
hyatt%netscape.com 03dbdd68c6 Fixes for Aurora custom icons. 1998-09-11 22:25:21 +00:00
gagan%netscape.com 5a7d7c5b46 Added cachelib for Nu_cache. Should not affect the builds. 1998-09-11 02:44:07 +00:00
law%netscape.com d6fea3ea2d Completing work on Win98 integration feature 1998-09-11 01:14:08 +00:00
law%netscape.com ebb32eddb3 Fix for Bugzilla bug #489; thanks to Klaus Malorny (Klaus.Malorny@knipp.de) for reporting it and for providing the fix! 1998-09-11 00:53:29 +00:00
law%netscape.com 01468d31e3 Debug stuff 1998-09-11 00:49:00 +00:00
law%netscape.com d7997eee6b Completing check-in of Win98 integration feature 1998-09-11 00:46:05 +00:00
law%netscape.com 7860b47d57 Fix for 4.5 bug; enable -P to be ignored on second launch 1998-09-11 00:41:53 +00:00
mjudge%netscape.com fe96c3d27c IDIOT!! sorry. added 2 of 4 files 1998-09-10 22:25:05 +00:00
mjudge%netscape.com 9e6c68e561 Checks for ender only in #ifdef ENDERS mjudge 1998-09-10 21:15:28 +00:00
morse%netscape.com 698b3df5e6 Change 'About Site' to 'Display Site Info' 1998-09-10 20:06:27 +00:00
hyatt%netscape.com 9d1933c0cc Fixes for docking/undocking behavior. 1998-09-10 02:35:27 +00:00
waterson%netscape.com 423f4dff62 Added a call to reflow when all connections complete if the context contains unsized images. r=law 1998-09-10 01:19:49 +00:00
hyatt%netscape.com 0d56ed3c3c Fixing Related Links. 1998-09-10 00:24:54 +00:00
hyatt%netscape.com 7cedf4de91 Docked and popup windows can now co-exist. 1998-09-10 00:01:00 +00:00
hyatt%netscape.com fd1122307f Moving the control strip underneath the title strip. 1998-09-09 23:18:38 +00:00
hyatt%netscape.com bd486175a7 Fixing damage caused by internationalization. Making it use the right UI font (MS Sans Serif). 1998-09-09 23:11:20 +00:00
hyatt%netscape.com 5d6d92e2f4 Removed CIntlWins drawtext call. When they get it working on Windows 95, then
we can hook it back up.
1998-09-09 23:05:01 +00:00
hyatt%netscape.com 1d1f57886b Fixes to the toolbar code. 1998-09-09 21:30:28 +00:00
hyatt%netscape.com a620a80600 Fixes and improvements to NavCenter. 1998-09-09 20:26:33 +00:00
pnunn%netscape.com 60552edf32 fix for bug#309770. Porting "RefreshURLTimer" fix from 4.06 to Moz. 1998-09-09 19:06:55 +00:00
ftang%netscape.com fdab6a48b2 add new selector for oldbookmark 1998-09-04 23:12:45 +00:00
ftang%netscape.com 34ea9d0962 add FE_GetCharSetID from 4.5 tree 1998-09-04 03:45:51 +00:00
cmanske%netscape.com a64d156a10 Added dialog for changing encoding in Composer 1998-09-03 21:33:18 +00:00
danm%netscape.com 55d5d6fda6 about: wasn't working. is now. 1998-09-03 01:02:27 +00:00
cyeh%netscape.com df6c067a29 change version number to reflect reality 1998-09-02 19:12:26 +00:00
raman%netscape.com b1e638c987 Merging 4.5 SmartUpdate changes 1998-09-02 19:05:33 +00:00
raman%netscape.com 8ab946d6d2 Build SmartUpdate when MOZ_SMARTUPDATE is defined 1998-09-02 19:05:13 +00:00
cmanske%netscape.com b3671f82b9 Fixed comflicts with mjudge changes for Ender toolbar 1998-09-02 13:22:13 +00:00
cmanske%netscape.com 89bebf4ded Composer work: Menus, paste style, paragraph properties dialog improvements, remove P_MENU, P_DIRECTORY 1998-09-02 13:12:58 +00:00
mcafee%netscape.com e79aa722c4 Moving getBuiltInAttribute() from winfe to layout, it's now LO_GetBuiltInAttribute(). a+r=nisheeth 1998-09-02 09:13:50 +00:00
danm%netscape.com 26f89f9d7b save/restore toolbar collapsed state from RDF 1998-09-01 22:48:17 +00:00
cmanske%netscape.com a7aaeaacf7 Added FE_EncodingDialog stub necessary for futher encoding work (and build won't crash!) 1998-09-01 21:09:30 +00:00