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

1456 Коммитов

Автор SHA1 Сообщение Дата
brade%netscape.com adb847611d force stream closure when for uploading (bug 121314; r=adamlock; sr=darin; a=shaver) 2002-02-25 18:47:47 +00:00
akkana%netscape.com 0862357036 126651,126909: Fix some glitches in the find algorithm. r=cmanske sr=kin a=asa 2002-02-23 01:12:26 +00:00
locka%iol.ie 5fd0404567 NOT PART OF BUILD. Allow plugin to read name/value PARAMs when embedded by an OBJECT tag. b=126492 2002-02-22 11:08:55 +00:00
blythe%netscape.com 44fc496a23 Fix bug 127069.
Reclaim .75 MB of VM on Win32.
r=dp sr=brendan a=shaver
2002-02-22 02:55:08 +00:00
law%netscape.com c292c09c27 Bug 27609; make webbrowserpersist work properly with new progress dialog and report errors better; r=adamlock, sr=mscott 2002-02-20 07:57:33 +00:00
law%netscape.com 73527532c9 Bug 27609; final changes for new progress dialog, r=ben, sr=jag 2002-02-20 07:54:37 +00:00
jst%netscape.com 8fd2822bf1 Checking in Boris Zbarsky's <bzbarsky@mit.edu> fix for bug 117269. Making mozilla not invent silly file extensions when saving files. r=law@netscape.com, rs=jaggernaut@netscape.com, jst@netscape.com 2002-02-20 07:50:52 +00:00
law%netscape.com 8cbed37964 Bug 27609; add new progress dialog to win32/linux builds; r=bryner, sr=jag 2002-02-20 07:48:15 +00:00
law%netscape.com 51c08473ed Bug 27609; mac build system changes to build new progress dialog; r=sdagley, sr=jag 2002-02-20 07:31:09 +00:00
rods%netscape.com 83b93d55d9 1) Makes sure that when a PrintSettings is created it is initialized from the
default printer.
2) Mail now uses the nsIWebBrowserPrint interface to create the PrintSettings
object it caches and uses
3) Editor now creates and caches a PrintSettings object.
Bug 123554 r=dcone sr=attinasi
2002-02-20 03:18:33 +00:00
timeless%mac.com 51703c5d8f Bug 114166 rewrite nsDeque
r=akkana sr=alecf
rs=alecf for TestDeque.cpp
2002-02-20 03:08:32 +00:00
alecf%netscape.com 5ec5cd62b2 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
akkana%netscape.com db0f3373a2 97157: turn off debug messages 2002-02-19 22:18:34 +00:00
brade%netscape.com 884a39aa21 check if src/dest are equals and don't rewrite file; fix NS_LITERAL_STRING; bug 124625 (r=adamlock; sr=darin) 2002-02-19 22:11:59 +00:00
seawood%netscape.com 2c68203869 Move build logic for static builds into separate .mk so that it doesn't have to be duplicated across Makefiles. Use slightly more generic name for _getModuleInfo function so that it can be used for multiple binaries.
Bug #88038 r=bryner
2002-02-19 10:01:05 +00:00
cathleen%netscape.com 93709bacaa eliminate nsCRT::strlen for char* strings (part 1), bug 124536 r=dp sr=brendan 2002-02-19 07:36:56 +00:00
akkana%netscape.com ca69a3a59b 126232: Fix some problems in new find. r=brade sr=kin 2002-02-18 23:28:32 +00:00
law%netscape.com 56ddca869b Bug 27609; changes to progress window title; NOT PART OF THE BUILD 2002-02-18 23:19:20 +00:00
mjudge%netscape.com 3f2ef8e134 new editor funcionality in embedding only. mfc test embed only 2002-02-18 09:57:08 +00:00
pinkerton%netscape.com 6f1ac94599 pulling content-area drag&drop out of JS and into C++ so it is available to embedding. Now built-in to <browser> tag. r=brade/sr=ben. bug#45605 2002-02-17 19:32:08 +00:00
akkana%netscape.com 1f4c66da53 more 123087 -- find API rewrite, r=brade, sr=kin 2002-02-16 04:26:49 +00:00
akkana%netscape.com fc56f3baa6 123087: Redesign Find API, rewrite new find algorithm.
Not yet enabled by default; needs testing.  r=brade sr=kin.
2002-02-16 04:17:07 +00:00
law%netscape.com 230f62f1b4 Bug 27609; new unix makefile stuff (from bryner); NOT PART OF THE BUILD 2002-02-16 01:31:41 +00:00
law%netscape.com 9f4d9bdfa7 Bug 27609; new nsIProgressDialog implementation; NOT PART OF THE BUILD 2002-02-16 01:22:44 +00:00
locka%iol.ie 1851ed20a2 Fix for real and potential crashes in prompt impl when out params are nsnull. b=124025 r=chak 2002-02-15 10:21:39 +00:00
rods%netscape.com f2fb963fac 1) Enables the PageSeq frame to specify the "gap" of gray space around
it in Print Preview
2) It now positions the page in the window with the gray "gap" showing.
3) factors out code for calc'ing the number of pages
4) Adds the methods to get the number of page while in PP
Bug 125151 r=sgehanisr=attinasi
2002-02-14 23:18:09 +00:00
locka%iol.ie 2bd3893827 Add readme.html to embedding dist b=125356 r=chak sr=rpotts 2002-02-14 13:38:01 +00:00
locka%iol.ie 7b4784e95d Calculate document content type rather than assume text/html. b=118251 r=brade sr=kin 2002-02-13 21:45:02 +00:00
rods%netscape.com f7189b3cfd 1) On windows and OS/2 it implements IDL attr of "defaultPrinterName" (like Bug 118152)
2) Stubs this out on al other platforms
3) On Windows implmenets new method "InitPrintSettingsFromPrinter" which sets certain key values from the native devmode into the print settings
4) Stubs this out on all other platforms
5) It also cleans up the nsDeviceContextSpecWin interface a little bit:
   It now has a single GetDevMode method that must be paired with a UnlockDevMode  method.
6) It moved GetDataFromPrinter into the public interface
7) Created a simple helper function for getting the default printer name.
Bug 123554 r=dcone sr=attinasi
2002-02-13 13:58:41 +00:00
chak%netscape.com 4d0236ac89 Fix for #123981 - Add missing editor functionality to MfcEmbed
r=adamlock, sr=sfraser
2002-02-13 01:49:48 +00:00
locka%iol.ie 89bdb023f1 NOT PART OF BUILD. Readme file for embedding dist 2002-02-12 13:14:37 +00:00
bzbarsky%mit.edu 31c3d14c7c Opening the "Advanced" dialog and cancelling it should not change the
helper app dialog contents.  Bug 124723, r=law, sr=jag
2002-02-12 03:52:03 +00:00
bzbarsky%mit.edu e3b541a10c Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00
depstein%netscape.com cfa7ad79f8 updated PurgeHistory() method with PR_TRUE boolean 2002-02-10 06:24:45 +00:00
bzbarsky%mit.edu 260814c5be Testing performance impact of backout of what's left of the patch from
bug 115289.  See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
ccarlen%netscape.com 23d6e3761b Bug 113538 - embedding depends on wallet. Removing obsolete files. r=morse/sr=darin 2002-02-08 15:24:03 +00:00
ccarlen%netscape.com 2b1a86b866 Bug 113538 - embedding depends on wallet. Rename nsISingleSignonPrompt to nsIAuthPromptWrapper and into embedding. r=morse/sr=darin 2002-02-08 15:21:26 +00:00
brade%netscape.com c9ba8ad97e enable upload saving, use PRPackedBool (bug 120659; r=adamlock, sr=darin) 2002-02-08 14:40:51 +00:00
brade%netscape.com ca3be94cc4 support upload saving, remove remaining diskDocument usage (bug 120659; r=adamlock, sr=darin) 2002-02-08 14:40:35 +00:00
cathleen%netscape.com 31f584b51c eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan 2002-02-08 01:11:33 +00:00
danm%netscape.com c2d73b78ad stifle infinite focus/activation recursion. bug 124299 r=hyatt,jst 2002-02-08 01:01:21 +00:00
locka%iol.ie 27d2201580 Embedding package manifest fallout from nss 3.4 landing. b=123918 r=adamlock sr=attinasi a=karnaze 2002-02-07 21:50:19 +00:00
ccarlen%netscape.com dca471f970 New file for bug 113538 - embedding depends on wallet. Not yet part of build. r=morse@netscape.com/sr=darin@netscape.com 2002-02-07 15:56:35 +00:00
law%netscape.com f27da28321 More updates. NOT PART OF THE BUILD 2002-02-07 06:52:58 +00:00
law%netscape.com a0b5190c5b Updates to new progress dialog code; NOT PART OF THE BUILD 2002-02-07 03:22:27 +00:00
alecf%netscape.com 2600020d23 dependency update 2002-02-06 22:52:53 +00:00
law%netscape.com 04368e4bd4 New files for proper progress dialog component; needed for fix for bugs 27609, et al. NOT BUILT YET 2002-02-06 21:53:30 +00:00
seawood%netscape.com c7f24abb31 Fixing win32 gmake bustage 2002-02-06 09:38:23 +00:00
bryner%netscape.com f3a02bb95f Fixing a dependency problem that was happening in win32 gmake builds outside of the srcdir. r=cls. 2002-02-06 09:14:39 +00:00
chak%netscape.com fc9c1cc246 Fix for #123570 - Rearrange the editor embedding code in MfcEmbed
r=adamlock, sr=alecf
2002-02-06 05:13:44 +00:00