Commit Graph

53979 Commits

Author SHA1 Message Date
karnaze%netscape.com
62a5f2770c new regression test not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@60191 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 03:30:37 +00:00
ssu%netscape.com
f5b6560575 Removed MFC dependencies from the native windows installer.
Rewrote nszip.exe to not require MFC to build.
Wrote TestXPI.exe to test xpinstall via xpistub to mimic a native windows
installer.
update makefile.win to not build nszip.exe and build the new tools:
  nsztool
  test
and to not require MOZ_MFC=1 to build these files anymore.

affects only windows platform.

r=dougt
r=dveditz


git-svn-id: svn://10.0.0.236/trunk@60190 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 03:25:49 +00:00
mscott%netscape.com
ab3615f8f3 Bug #26586 --> a work around for this bug. set the value for each titledbutton before we add it to the document
and again after we add it to the document. This forces the to/from/cc email address to show up. Sometimes it wasn't
showing up. The cause is related to bug #26741.

r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@60189 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 03:16:34 +00:00
hyatt%netscape.com
b95b01951b Fixing command dispatcher horkage. r=saari
git-svn-id: svn://10.0.0.236/trunk@60188 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 03:14:03 +00:00
ssu%netscape.com
c7e8612081 removed comment. not part of build yet
git-svn-id: svn://10.0.0.236/trunk@60187 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 03:12:34 +00:00
mscott%netscape.com
da6f5ee1c3 Bug #26741 --> set the oncommand handler for the attachment menu AFTER the element has been inserted
into the document. Do the same thing for the value and popup attributes on the titled buttons that correspond
to the email addresses.
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@60186 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 03:07:59 +00:00
beard%netscape.com
67e7f15ccb added blending logic
git-svn-id: svn://10.0.0.236/trunk@60185 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 02:53:09 +00:00
varada%netscape.com
559d7baa9a fix for bug #27032 changed the pointer to the executable from Comm\setup to Core\Seamonkey
git-svn-id: svn://10.0.0.236/trunk@60184 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 02:51:54 +00:00
dp%netscape.com
f7e553f434 Fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@60183 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 02:43:48 +00:00
varada%netscape.com
a4ed8c7ea6 fix for bug #26443 - included the combobox amongst the widget types that do not get written onto the cck.che for all the configs- but it gets written for the top level cck.che alone inorder to remember the last configuration used
git-svn-id: svn://10.0.0.236/trunk@60182 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 02:31:24 +00:00
dougt%netscape.com
a05ea03df6 Fix for bug 26732. r=danm. event queue need to be able to init a plevent
git-svn-id: svn://10.0.0.236/trunk@60181 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 02:28:51 +00:00
ssu%netscape.com
1a88a8d811 fixing up test code. not part of build system yet
git-svn-id: svn://10.0.0.236/trunk@60180 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 02:21:04 +00:00
matt%netscape.com
804dd1b45a This file was not supposed to get commited.
git-svn-id: svn://10.0.0.236/trunk@60179 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 02:12:33 +00:00
ssu%netscape.com
977bab0996 fixed compression bug and cleaned up code. Not part of build system yet.
git-svn-id: svn://10.0.0.236/trunk@60178 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 02:10:53 +00:00
matt%netscape.com
b3a8d44c04 fixes for bugs 24758 2456 (commenting out lines) 23355 (changed .js pref sting) r=jud r=matt
git-svn-id: svn://10.0.0.236/trunk@60176 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:56:11 +00:00
matt%netscape.com
2b7071ef69 fix for bug 11870 26458 r=ben
git-svn-id: svn://10.0.0.236/trunk@60175 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:44:49 +00:00
pavlov%netscape.com
b72403fef3 remove some code cruft and remove the code to do expose events on timers that wasn't working in modal dialogs and replace it with a more efficient, direct, and just better method. we're getting pretty fast now. r=bryner@uiuc.edu
git-svn-id: svn://10.0.0.236/trunk@60174 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:43:04 +00:00
cata%netscape.com
40b39fecdf Changer menu items sorting code. r=naoki, bug #26252 #24029
git-svn-id: svn://10.0.0.236/trunk@60173 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:35:14 +00:00
hyatt%netscape.com
5e6e9e2992 Fix for PDT+ bug #25280. r=saari
git-svn-id: svn://10.0.0.236/trunk@60172 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:33:22 +00:00
hyatt%netscape.com
93117561a9 Command dispatcher fix for PDT+ focus issues on Linux. r=saari
git-svn-id: svn://10.0.0.236/trunk@60171 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:32:42 +00:00
pinkerton%netscape.com
01e5181fab remove un-necessary stream stuff.
git-svn-id: svn://10.0.0.236/trunk@60170 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:29:10 +00:00
sfraser%netscape.com
e43f64294b Remove ICGlueCFM-PPC.lib, which is not needed. r=mozbot
git-svn-id: svn://10.0.0.236/trunk@60169 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:24:52 +00:00
granrose%netscape.com
1dafd4f399 fix typo: GLIB-CONFIG should be GLIB_CONFIG bug 18815. r=leaf.
git-svn-id: svn://10.0.0.236/trunk@60168 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:24:48 +00:00
morse%netscape.com
c46469ed0d protect against failure to get database key, r=travis
git-svn-id: svn://10.0.0.236/trunk@60167 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:18:22 +00:00
idk%eng.sun.com
818eb6a8db Fixed crasher bug.
Now PlugletEngine do not crache mozilla
in  case of missing jvm


git-svn-id: svn://10.0.0.236/trunk@60166 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 00:34:54 +00:00
sfraser%netscape.com
1cc83d0375 Some script magic to hopefully make the tinderboxen happier.
git-svn-id: svn://10.0.0.236/trunk@60165 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 00:07:47 +00:00
slamm%netscape.com
0635705169 Some tweaks for cygwin bash. Also a minor change to verify that a valid tree is found.
git-svn-id: svn://10.0.0.236/trunk@60164 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 23:05:24 +00:00
dp%netscape.com
da746d87ae bug 26937 The code was changing the component registry got from the
service to open the application registry. This causes asserts all
over. The registry we get from the service is always the component
registry. r=dveditz


git-svn-id: svn://10.0.0.236/trunk@60163 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 23:03:03 +00:00
tbogard%aol.net
1337516af1 Properly unregister the content listener when browser instance service goes away. This is a temporary fix until command service changes can be properly factored. r=mscott bug #26979
git-svn-id: svn://10.0.0.236/trunk@60162 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 22:47:51 +00:00
tbogard%aol.net
93c732fa6d Second part of sizing fix for alerts. WinHasOptions should not evaluate when options is null. This fixes a crash bringing up new windows with no options. SizeToContent now uses the implementation found in the contentViewer. r=mscott
git-svn-id: svn://10.0.0.236/trunk@60161 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 22:45:45 +00:00
dp%netscape.com
1729a32d27 bug 26937 The code was changing the component registry got from the service to open the application registry. This causes asserts all over. The registry we get from the service is always the component registry
git-svn-id: svn://10.0.0.236/trunk@60157 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 21:54:45 +00:00
dp%netscape.com
6cea6b2848 Bg 26937, bug 26759 Enforcing close of the registry before open of a
different registry file. r=dveditz


git-svn-id: svn://10.0.0.236/trunk@60156 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 21:50:54 +00:00
dp%netscape.com
e81e9e8280 Bug 26937 Added ApplicationRegistry. r=dveditz
git-svn-id: svn://10.0.0.236/trunk@60155 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 21:49:40 +00:00
tbogard%aol.net
255343d588 Clear the intrinsic sizing after we have already sized the window. Fixes bug #26976.
git-svn-id: svn://10.0.0.236/trunk@60154 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 21:29:00 +00:00
mkaply%us.ibm.com
ff0d343998 # 26537
r= momoi@netscape.com


git-svn-id: svn://10.0.0.236/trunk@60151 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 20:23:40 +00:00
tbogard%aol.net
606f758537 The XULWindow object can get destroyed during the closing of a window, thus our loop would not have access to the mContinueLoop. We internally bump the ref on ourselves to ensure that while in the loop the object stays valid. r=mscott.
git-svn-id: svn://10.0.0.236/trunk@60150 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 20:20:33 +00:00
tbogard%aol.net
f3dc4cb19e When creating a new COM C++ object the refcount starts out at 0. Though we will QI before we return it out, we need to ensure COMPtr's used during init don't take the count to 1 and then back to 0. So we temporarily locally bump the count to 1 to represent our ownership during the scope of the function. r=mscott
git-svn-id: svn://10.0.0.236/trunk@60149 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 20:19:00 +00:00
alecf%netscape.com
3ea45ca07a remove an assertion
a=granrose


git-svn-id: svn://10.0.0.236/trunk@60148 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 19:24:42 +00:00
tbogard%aol.net
56b415d734 Fixed crash when dismissing modal dialogs. r=mscott
git-svn-id: svn://10.0.0.236/trunk@60147 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 18:57:02 +00:00
tbogard%aol.net
b4ffd30485 We were checking against TRUE on the return rather than NS_SUCCEEDED(). Fix for bug #26974. Good catch by Putterman.
git-svn-id: svn://10.0.0.236/trunk@60146 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 18:45:55 +00:00
tbogard%aol.net
287b76905f Ooops, XULWindow doesn't implement nsIDocumentObserver. Commented it out for now and moved the removal of the observer back to webshellwindow. This should fix the mac build.
git-svn-id: svn://10.0.0.236/trunk@60144 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 16:14:55 +00:00
tbogard%aol.net
70bb9191f1 Fixed it so prompts could come up. Was missing the ability to QI properly.
git-svn-id: svn://10.0.0.236/trunk@60143 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 16:11:10 +00:00
tbogard%aol.net
ebf318da9b Now that the content viewer supports the SizeToContent, we can farm the work off onto it. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60142 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 15:55:46 +00:00
jefft%netscape.com
0ea61d7c46 fixed bug 23322 -- [IMAP] freeze on folder/ in .mailboxlist; r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@60141 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 15:49:52 +00:00
tbogard%aol.net
1f77bfa59f SizeToContent now works properly within the new DocShell API world. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60140 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 15:49:14 +00:00
jefft%netscape.com
f3528d8cff fixed bug 23089 -- selecting undo after delete cause trash folder to load; r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@60139 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 15:48:20 +00:00
brade%netscape.com
e05e97edb3 remove \n and <br> since they don't seem to be parsed correctly anymore (bug #25939)
git-svn-id: svn://10.0.0.236/trunk@60138 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 15:34:03 +00:00
tbogard%aol.net
ecd7636ff3 Removing forward declare of nsIBrowserWindow as that interface is on it's way out.
git-svn-id: svn://10.0.0.236/trunk@60137 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 15:13:47 +00:00
brade%netscape.com
e5cdfb2e83 add 2nd Composer pref panel
git-svn-id: svn://10.0.0.236/trunk@60136 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 15:03:09 +00:00
brade%netscape.com
06e136d520 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@60135 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-08 15:02:23 +00:00