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

34994 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 0a5c62641f Updating the sample menu file. 1999-07-26 01:20:06 +00:00
hyatt%netscape.com 1972b6d379 Using "accesskey" instead of "shortcut". 1999-07-26 01:19:49 +00:00
rickg%netscape.com f938d114ea replaced calls to deprecated string API 1999-07-26 01:05:31 +00:00
rickg%netscape.com 418cac6b88 replaced call to deprecated nsString API 1999-07-26 01:01:10 +00:00
rickg%netscape.com 4880a6da67 replaced calls to deprecated string API 1999-07-26 00:53:46 +00:00
rickg%netscape.com 5669f40143 replaced call to deprecated string API 1999-07-26 00:51:00 +00:00
rickg%netscape.com 65fcb776bb replaced call to deprecated nsString API 1999-07-26 00:47:36 +00:00
rickg%netscape.com 89911e8db8 replaced call to deprecated string API 1999-07-26 00:40:34 +00:00
rickg%netscape.com f4902b78bc replaced calls to deprecated nsString API 1999-07-26 00:37:24 +00:00
rickg%netscape.com cf36fcda1a substitute calls to deprecated string API 1999-07-26 00:24:02 +00:00
sspitzer%netscape.com e56aff5e4a fix for #10412. zero out the tm struct before using. also, so nsCOMPtr, NS_WITH_SERVICE, and str* -> PL_strn* changes for safety. 1999-07-26 00:20:50 +00:00
sspitzer%netscape.com f2c02f64c5 temporary changes to use a pref to switch between localized date code and non-localized date code, so QA can test my fix for #10412 in a release build. also, some nsCOMPtr changes 1999-07-26 00:15:22 +00:00
hoa.nguyen%intel.com d96a2d2641 Within SetupRegistry, intialize the metacharacter service so that the charset field in the http content-type header is recognized and acted upon correctly. 1999-07-25 23:28:13 +00:00
hoa.nguyen%intel.com 68927ced05 Changed SetUpPluginInstance to use NS_INLINE_PLUGIN_PROGID_PREFIX to instantiate plugins. 1999-07-25 23:20:03 +00:00
putterman%netscape.com 975936cba9 Always return a value. 1999-07-25 23:07:18 +00:00
rjc%netscape.com a5cc8544b9 Support importing of NetPositive bookmarks under the BeOS. Current disabled (via a #undef XP_BEOS) until linkage issue is resolved. 1999-07-25 19:53:15 +00:00
rjc%netscape.com 6ce744dcaf Support importing of NetPositive bookmarks under the BeOS. 1999-07-25 19:52:08 +00:00
Jerry.Kirk%Nexwarecorp.com 00ad4167a9 Fix problem with viewer under Photon, if you opened multiple windows
it would send the menu events only to the first window/browser
1999-07-25 19:51:19 +00:00
Jerry.Kirk%Nexwarecorp.com 856479746a Photon fix for NULL parented top level windows 1999-07-25 19:49:58 +00:00
bryce-mozilla%nextbus.com 6b5fa1a2ee Not really having time to really finish this, I'll put it up for others to work with.
This is a login-centric view of the database.  It is very slow for systems
ith large numbers of logins.
1999-07-25 19:45:55 +00:00
troy%netscape.com bc9ccffd53 Added 'm' prefix to structs defined in nsISpaceManager 1999-07-25 19:01:13 +00:00
beard%netscape.com a0521b8805 Makes resource URLs work, by special-casing "/usr/local/netscape/bin" on the Mac. This should probably be moved elsewhere, but works for now. 1999-07-25 18:39:41 +00:00
beard%netscape.com edf11af6ff First Checked In. 1999-07-25 18:35:34 +00:00
buster%netscape.com cc49e3182a Clean-up
1) fixed unit tests
2) fixed a bunch of leaks having to do with using enumerators.  Thanks for noticing these, Simon.
3) fixed a tiny problem in nsTextEditRules::WillDoAction().
This method was overly aggressive in checking input args, sel can be null for some operations.
1999-07-25 18:14:44 +00:00
buster%netscape.com cc193da91f With this checkin, ender-based gfx rendered text controls now work properly both as HTML text controls and XUL text fields.
GFX text controls are not enabled by default.  The primary goal of the next few days is to stabilize the tree, so I thought it would be inappropriate to enable the new
feature by default. But you can still set your nglayout.widget.mode pref to enable them.

Here's what I did:
1) backed out a small part of Simon & Kin's fix to nsGFXTextControlFrame that was mistakenly setting up the text control's webshell as a frame.  It still (correctly)
isn't doing that, but it does not set the webshell's prefs from the outer webshell.
2) for output, I now ask for format="text/plain" rather than "text/html", since (for now) these are all plain text edit controls.  Soon, this will depend on the type of
edit control
3) fixed some ownership issues between the frame, the editor, and the subdocument being edited.  This fixes an assertion on dialog destruction if the dialog included
a GFX-rendered text widget, and some memory leaks.
4) set up DOM key listeners on the editor to propogate events from the editor to the parent document, so things like form submission on Enter, and onKeyUp
handlers work.  More work is needed here for other kinds of events.
1999-07-25 18:04:51 +00:00
rickg%netscape.com 340a605bf5 remove warnings, bug fixes, API enhancements 1999-07-25 17:23:24 +00:00
rickg%netscape.com d9e840013c odd 'n' ends 1999-07-25 17:21:34 +00:00
rickg%netscape.com b396c554b0 added optional arg validation to improve safety 1999-07-25 17:21:14 +00:00
rickg%netscape.com 0c9e33a09b narrowed the nsCString API's for safety 1999-07-25 17:20:37 +00:00
rickg%netscape.com 22d68c4060 removed old debug code 1999-07-25 17:18:41 +00:00
valeski%netscape.com 748a1853fe necko - we now set the user agent by default 1999-07-25 13:54:47 +00:00
valeski%netscape.com ad4cdd8e64 mem leak - rev'd by dp 1999-07-25 13:37:16 +00:00
jfrancis%netscape.com ab73427f9c default to setting selection _after_ a created element 1999-07-25 09:25:02 +00:00
jfrancis%netscape.com 250bfcbd91 fix for bug 9842 (aka 8227) plus some thread safety improvements 1999-07-25 08:41:42 +00:00
hyatt%netscape.com ae72792dee Form needs to be explicitly inserted, since I need the frame to be made. 1999-07-25 06:55:22 +00:00
jfrancis%netscape.com 491557ab29 making plaintext flag force a "white-space: pre" style on the body. this is a fix for bug 9153 1999-07-25 05:34:02 +00:00
jfrancis%netscape.com 205e3e3fec fix for bug 9935 1999-07-25 05:31:05 +00:00
jfrancis%netscape.com 4b1939dc92 fix for bug: subtree iterator had bug in init code that could cause iter to be empty. 1999-07-25 05:30:15 +00:00
hyatt%netscape.com 52037238fa Fixing the problem where a blank space appears at the top of every XUL file. 1999-07-25 04:38:57 +00:00
morse%netscape.com 71fa6a532d minor cleanup 1999-07-25 04:31:09 +00:00
evaughan%netscape.com 3f22211568 Fixed a clipping bug. 1999-07-25 01:56:26 +00:00
sdagley%netscape.com 8291c87cd2 Necko specific change. The IOService component is self registering so it doesn't belong here any more. 1999-07-25 01:55:26 +00:00
sdagley%netscape.com b9dceaf433 Necko change specific to Mac - don't bail if cookie manager component can't be found as it doesn't exist yet for Mac. 1999-07-25 01:50:02 +00:00
sdagley%netscape.com bd8a1ebb92 Necko only change to add building of mime.mcp which was broken out from netwerk.mcp. 1999-07-25 01:46:09 +00:00
sdagley%netscape.com f2f9874640 Removed mime component from main newterk and put it into its own project. 1999-07-25 01:39:44 +00:00
sdagley%netscape.com 83177199fa First Checked In. 1999-07-25 01:37:42 +00:00
evaughan%netscape.com dbbf62f5a7 Adding to manifest to fix mac build. 1999-07-25 01:33:38 +00:00
cmanske%netscape.com e5db866b55 Link dialog will select entire link 1999-07-25 01:24:51 +00:00
cmanske%netscape.com 556c28ed92 Fixed GetSelectedElement to detect caret or selection inside link text. Link dialog will select entire link. Added GetParentLinkElement. 1999-07-25 01:24:12 +00:00
evaughan%netscape.com f97d9c4df1 1) added .gif for horizontal scrollbar
2) added cropping to titledbuttons
3) fixed bugs in navigator.xul and navigator.css
1999-07-25 01:15:14 +00:00