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

51282 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com a5e28d66d6 Remove redundant, unused toolkitcore variable. r=law 2000-01-26 00:51:54 +00:00
akkana%netscape.com c56eb0eb69 Add nsHTMLEditUtils 2000-01-26 00:48:12 +00:00
slamm%netscape.com 64c4ec960b Remove extra perl test. Move nspr option down in the list for the configurator page (http://cvs-mirror.mozilla.org/webtools/build/config.cgi). r=pavlov. 2000-01-26 00:45:58 +00:00
akkana%netscape.com 7b5b06b014 Utilities for use by editor and edit rules. r=jfrancis 2000-01-26 00:36:18 +00:00
valeski%netscape.com ca2cad6ac6 r=gordon. 24985. 24837. we now error out if we confront an ftp server that has reached it's connection limit. we also start the throbber (add our selves to the load group) when an FTP transaction begins 2000-01-26 00:36:01 +00:00
akkana%netscape.com 3a0b48ab82 Remove a debug printf 2000-01-26 00:34:49 +00:00
rhp%netscape.com b8baaf67ea Fix for start page in non UTF-8 charset - Bug #: 20344 - r: alecf 2000-01-26 00:32:01 +00:00
rhp%netscape.com 2a0f4bb604 Fix for changing View Headers option - Bug #: 17001 - r: jefft 2000-01-26 00:31:29 +00:00
rhp%netscape.com 70170ee19f Fix for forwarding naming bug - Bug #: 25027 - r: jefft 2000-01-26 00:30:57 +00:00
morse%netscape.com f106f08b8f new wallet editor, r=ben 2000-01-26 00:29:15 +00:00
tbogard%aol.net 2cec9a9f7b Implmemented ContentShellAdded(), the parent widget/ window functions as well as some of the init functions. [Not part of the build]. 2000-01-26 00:10:59 +00:00
karnaze%netscape.com 4e780bc179 changed file notation so regression tests run again. Does not affect the build. 2000-01-25 23:33:32 +00:00
idk%eng.sun.com 9c922a7363 Fixed problem with awt on Solaris.
Start using XmNvisual, XmNcolormap, XmNdepth values from awt for shell createing
2000-01-25 23:28:17 +00:00
waldemar%netscape.com fb81779831 Rearranged link order 2000-01-25 23:00:19 +00:00
waldemar%netscape.com 131c15eedd Added constructor 2000-01-25 22:59:28 +00:00
waldemar%netscape.com 599c4a7106 Added char16 and uchar16 2000-01-25 22:58:55 +00:00
waldemar%netscape.com 99a8490c0a Added string, character, and exception utilities 2000-01-25 22:58:34 +00:00
waldemar%netscape.com 0f9dbf7003 Continuing to implement 2000-01-25 22:57:32 +00:00
waldemar%netscape.com b79a5dc2ab Switched to using appendChars 2000-01-25 22:56:48 +00:00
waldemar%netscape.com ca9231c255 Fixed syntax error 2000-01-25 22:56:14 +00:00
valeski%netscape.com ebef130835 a=leaf. 24996. We were not able to download files via save as because the destination file did not exist 2000-01-25 22:44:39 +00:00
beard%netscape.com 19afa18999 bustage fix. r=dougt 2000-01-25 22:35:47 +00:00
pollmann%netscape.com 47d773f8d9 Bug 18649: non FormControlFrame derived form elements also only scroll when not at all visible r=rods 2000-01-25 22:19:39 +00:00
tbogard%aol.net 24c747b937 Implemented FindItemWithName(). [Not Hooked to the build] 2000-01-25 22:00:59 +00:00
tbogard%aol.net 20e3a15454 nsXULWindow now maintains a list of content shells. Implemented GetPrimaryContentShell() and GetContentShellById(). [Not hooked to the build] 2000-01-25 21:59:31 +00:00
mscott%netscape.com 52e7ef4deb filesize bustage. dougt's fix, r=shaver@mozilla.org 2000-01-25 21:41:00 +00:00
ssu%netscape.com ad510b294a Change the name of the current process directory to match that of the
directory service.  dougt's change r=ssu a=granrose
2000-01-25 20:46:02 +00:00
ssu%netscape.com 3928747b1e Windows needs to use the CWD not the directory passed to the stub.
dougt's change r=ssu a=granrose.
2000-01-25 20:44:55 +00:00
ssu%netscape.com cbeb05e698 Fixing up directory service so that the current process will be looked up
before being calculated.

Changed this GetProcessDirectory to return an allocated nsIFile.

Making sure that object stored in the nsHashtable are not muteable.

dougt's changes.  r=ssu.  a=granrose.
2000-01-25 20:43:47 +00:00
ssu%netscape.com 00d1875007 A few problems with nsJar:
1.  When opening a file via the OpenArchiveWithFileDesc() you can not
    delete the file descriptor.
2.  Mode was wrong for the extract routine.
2000-01-25 20:41:47 +00:00
rods%netscape.com 970f05bca6 impls the new flag to only scroll when not visible
b 18649 r=troy
2000-01-25 20:36:24 +00:00
rogerl%netscape.com c9ad5fa0b2 !! Not a part of the build !!
r=norris. Updated license contents (continuing bug#15529)
2000-01-25 18:42:55 +00:00
putterman%netscape.com 2434ead87e Turn on multiple selection in thread pane again. r=sspitzer, a=granrose. 2000-01-25 18:08:11 +00:00
brade%netscape.com a8a021b461 File Removed. 2000-01-25 16:08:18 +00:00
brade%netscape.com 1a58f4104e remove copy.gif, cut.gif, paste.gif, redo.gif, undo.gif, and preview.gif; add hover-teal.gif 2000-01-25 16:06:49 +00:00
nisheeth%netscape.com 9c6617b147 r=vidur. Add support for a new pref "layout.reflow.async.afterDocLoad" that enables async reflow in the pres shell only after the document is done loading. Cleaned up ExitReflowLock() so that it uses preferences to decide whether to do async reflow, not a parameter. 2000-01-25 16:00:44 +00:00
brade%netscape.com b96fe68560 File Removed. 2000-01-25 15:55:16 +00:00
brade%netscape.com 7445653811 File Removed. 2000-01-25 15:48:44 +00:00
dcone%netscape.com 55240d6d23 Added flags so selection button does not come up and print to file is hidden. Put in support for quiet
printing (no dialog) r=rods
2000-01-25 15:45:09 +00:00
brade%netscape.com 31654c9388 submitted by Dan Haddix and Brian King 2000-01-25 15:44:28 +00:00
rhp%netscape.com eba6bcc409 Adding new files to the tree for AppleDouble support - NOT PART OF THE BUILD YET! 2000-01-25 15:42:32 +00:00
rods%netscape.com 8cfebc4bd7 changed align to work and reworked event process for click click hold and move off
b=14353 r=kmcclusk
2000-01-25 15:38:49 +00:00
brade%netscape.com 63177c3b99 remove unused images 2000-01-25 15:36:54 +00:00
brade%netscape.com 38af146ae9 removing unused images 2000-01-25 15:35:36 +00:00
brade%netscape.com c2eb332ef0 File Removed. 2000-01-25 15:34:41 +00:00
brade%netscape.com ad5146d3d5 First Checked In. 2000-01-25 15:34:18 +00:00
rods%netscape.com b6cc395d48 added assertion for the creation of native widgets r=dcone b=17027 2000-01-25 15:26:09 +00:00
rods%netscape.com 364d22bb8c changed signature of GetFont b=905 r=dcone 2000-01-25 15:25:46 +00:00
rods%netscape.com 4fb1d3ba7e changed signature of GetFont, chanhe when the webshell gets shown to reduce flicker b=905,24497 r=dcone 2000-01-25 15:25:19 +00:00
rods%netscape.com cb8300c754 changed to use new signature of GetFont r=dcone b=905 2000-01-25 15:25:07 +00:00