Commit Graph

53979 Commits

Author SHA1 Message Date
german%netscape.com
be6aea458c cosmetic sidebar changes, yield better look and better font inheriting from window
git-svn-id: svn://10.0.0.236/trunk@43599 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 14:08:56 +00:00
ramiro%netscape.com
dc44837325 Fix dumb mistake that was breaking BEOS.
git-svn-id: svn://10.0.0.236/trunk@43598 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 14:07:29 +00:00
rods%netscape.com
2bb86ad135 Now takes into account suggested size in the size calculation
git-svn-id: svn://10.0.0.236/trunk@43597 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 14:07:05 +00:00
rods%netscape.com
92543253ec Now, check to see if it is disabled or whether the control it cantains is disabled and then does the right thinik with the events
git-svn-id: svn://10.0.0.236/trunk@43596 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 14:05:36 +00:00
rods%netscape.com
affac488d7 It now loks at the "disabled" property when initialized and looks for an attribute changed notification to disable itself
git-svn-id: svn://10.0.0.236/trunk@43595 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 14:03:53 +00:00
rods%netscape.com
9ab642bbe5 It now takes into account the suggested size in the calculation
git-svn-id: svn://10.0.0.236/trunk@43594 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 14:02:20 +00:00
rods%netscape.com
8aa3f445f1 The button was being sized wrong, so the computed border padding needed to be removed beforehand and then is added back in later by layout
git-svn-id: svn://10.0.0.236/trunk@43593 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 14:00:09 +00:00
buster%netscape.com
4b7d68686a added the ability to set content in a readonly or disabled control via DOM.
fixed some error checking


git-svn-id: svn://10.0.0.236/trunk@43592 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:43:33 +00:00
buster%netscape.com
9d94630564 fixed some documentation
git-svn-id: svn://10.0.0.236/trunk@43591 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:33:49 +00:00
buster%netscape.com
d1193affa0 Fixed a ton of errors where we were not handling error results correctly.
Added some comments of the form "// XXX: ERROR_HANDLING <explanation>"
wherever I saw a potential error but wasn't 100% sure of the intention of the code.
Fixed a few bugs along the way.


git-svn-id: svn://10.0.0.236/trunk@43590 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:30:48 +00:00
kin%netscape.com
a6b30f6bce Re-enabling Editor API Logging on Mac.
git-svn-id: svn://10.0.0.236/trunk@43589 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:27:57 +00:00
brade%netscape.com
4d940dc518 modal dialogs
git-svn-id: svn://10.0.0.236/trunk@43588 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:27:29 +00:00
kin%netscape.com
549b2c9000 added files: mozilla/editor/base/nsEditorTxnLog.cpp, mozilla/editor/base/nsHTMLEditorLog.cpp
git-svn-id: svn://10.0.0.236/trunk@43587 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:25:14 +00:00
kin%netscape.com
bf9c485fd3 Added ScrollRectIntoView() method and other utility methods
to fix several bugs related to scrolling the selection into view.


git-svn-id: svn://10.0.0.236/trunk@43586 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:20:11 +00:00
kin%netscape.com
11de802b21 Modifications to re-enable Editor API Logging which was broken after the last editor source reorg.
editor/base/Makefile.in
  editor/base/makefile.win
    - Modified makefiles build files that were
      renamed, and use new define to build the
      API Logging code.

  editor/base/nsEditor.cpp
  editor/base/nsEditor.h
  editor/base/nsHTMLEditor.cpp
    - Removed all ENABLE_JS_EDITOR_LOG ifdef'd code.
    - Removed all references to nsVector.h.

  editor/base/nsEditorFactory.cpp
    - Added ENABLE_EDITOR_API_LOG ifdef'd code
      that will create an instance of nsHTMLEditorLog
      instead of nsHTMLEditor.

  editor/base/nsEditorTxnLog.cpp
    - Initial checkin of file. File was originally named nsJSTxnLog.cpp.

  editor/base/nsEditorTxnLog.h
    - Initial checkin of file. File was originally named nsJSTxnLog.h.

  editor/base/nsHTMLEditorLog.cpp
    - Initial checkin of file. File was originally named nsJSEditorLog.cpp.
    - nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only
      overrides methods that modify the content tree and are publicly
      available via XPIDL.

  editor/base/nsHTMLEditorLog.h
    - Initial checkin of file. File was originally named nsJSEditorLog.h.
    - nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only
      overrides methods that modify the content tree and are publicly
      available via XPIDL.


git-svn-id: svn://10.0.0.236/trunk@43585 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:19:10 +00:00
brade%netscape.com
4c2e814ec1 add license
git-svn-id: svn://10.0.0.236/trunk@43584 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:17:22 +00:00
mccabe%netscape.com
9604bce82d Changes to the xpidl compiler to support generating an 'NS_DECL_NSIFOO' macro when generating the nsIFoo interface, which provides a shorthand to declare all of the methods of that interface.
Also included are various architectural changes to support this, (which required descending the interface and method subtree of the IDL parse tree an extra time) including abstracting out the write_method_signature and write_attr_accessor methods so that they can be called both when generating the interface and when generating the macro.

Purged passing the single TreeState parameter from several leaf functions, and broke it out into parameters foo_tree and output file.  This saved a lot of tree->state twiddling when calling tree-descent functions.

This checkin will cause depend builds to rebuild most of the tree, so be patient...


git-svn-id: svn://10.0.0.236/trunk@43583 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 13:02:08 +00:00
sgehani%netscape.com
df4b050bbc Turn on building of static zlib and static libjar.
git-svn-id: svn://10.0.0.236/trunk@43582 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 11:08:19 +00:00
sgehani%netscape.com
9c526022a1 Adjusted static lib targets in anticipation of adding them to the build.
git-svn-id: svn://10.0.0.236/trunk@43581 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 10:52:58 +00:00
jband%netscape.com
a14de7a2e8 Fixing xptinfo bug with getting information about the type of an interface pointer parameter of a method when the method is inherited from another interface in another typelib file. The api needs to also pass along the method index in order to convey enough information to always give the right answer. Got that? :) Fixing users of this modified api also.
git-svn-id: svn://10.0.0.236/trunk@43580 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 10:12:30 +00:00
sgehani%netscape.com
a3f2d065cd Fix for Mac specific bug: 10421.
git-svn-id: svn://10.0.0.236/trunk@43579 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 09:48:53 +00:00
mscott%netscape.com
db1cdff9b1 Fix build breakage for alecf. Be sure to build a header file for nsIUrlListenerManager.idl
git-svn-id: svn://10.0.0.236/trunk@43575 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 07:59:40 +00:00
alecf%netscape.com
c205a99eb9 add servertype attribute so that folders show up correctly
git-svn-id: svn://10.0.0.236/trunk@43574 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 07:31:48 +00:00
sspitzer%netscape.com
26cbe114dc fix #8515, #11815. I was failing to send QUIT to the nntp server. this would leave all nntp connections open. eventually the nntp server would stop respond to us. (probably a denial-of-service prevention mechanism). the second side effect is the throbber would spin and spin. now, both are fixed. eventually, I'll need to implement a nntp connection pool...but that's not necessary yet.
git-svn-id: svn://10.0.0.236/trunk@43573 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 07:08:19 +00:00
mscott%netscape.com
52a854167d Add local string bundle. Note: I haven't checked in the makefile changes to build these yet.
git-svn-id: svn://10.0.0.236/trunk@43572 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:57:49 +00:00
tbogard%aol.net
3c6757d1a8 Fixed Mac..
git-svn-id: svn://10.0.0.236/trunk@43571 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:29:05 +00:00
sspitzer%netscape.com
674e1d96bd remove my old, temporary code to generate a prefs.js file with some default mail-news prefs. we don't need this anymore. fixes #12064
git-svn-id: svn://10.0.0.236/trunk@43570 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:28:39 +00:00
sspitzer%netscape.com
1b949e4c3c fix warning
git-svn-id: svn://10.0.0.236/trunk@43569 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:27:24 +00:00
mscott%netscape.com
053b57a9cd export the local properties file.
git-svn-id: svn://10.0.0.236/trunk@43567 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:23:21 +00:00
mscott%netscape.com
5bf83255a5 Properties file for local mail strings.
git-svn-id: svn://10.0.0.236/trunk@43566 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:22:40 +00:00
mscott%netscape.com
8954acaa43 Adding to the repository. Makefiles for the locale\en-US directory for local mail.
git-svn-id: svn://10.0.0.236/trunk@43565 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:21:59 +00:00
mscott%netscape.com
f8172da02e Adding to CVS.
git-svn-id: svn://10.0.0.236/trunk@43564 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:21:24 +00:00
mscott%netscape.com
49ad8424bd Bug #11980 --> fix a crash after entering a bogus password for pop.
git-svn-id: svn://10.0.0.236/trunk@43563 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:20:19 +00:00
rhp%netscape.com
93d08595b0 Turning on new message header display using XUL
git-svn-id: svn://10.0.0.236/trunk@43562 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:18:22 +00:00
alecf%netscape.com
608e21640e oops, didn't mean to remove this file
git-svn-id: svn://10.0.0.236/trunk@43561 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:09:50 +00:00
alecf%netscape.com
004e096177 add nsIUrlListenerManager.idl to the mac build and remove the old header once and for all
git-svn-id: svn://10.0.0.236/trunk@43560 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:07:33 +00:00
ftang%netscape.com
bed550f28d implement word jump for non Ascii
git-svn-id: svn://10.0.0.236/trunk@43559 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 06:06:57 +00:00
ducarroz%netscape.com
95bf1356a9 First Checked In.
git-svn-id: svn://10.0.0.236/trunk@43558 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 05:49:48 +00:00
tbogard%aol.net
0e15bab13a XPCOM Cleanup: Fixed error checking on AggregatedQueryInterface agruments.
git-svn-id: svn://10.0.0.236/trunk@43557 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 05:48:10 +00:00
tbogard%aol.net
a74ab35457 XPCOM Cleanup: Fixed Aggregation macros in nsAgg.h to do aggregation correctly. Fixed usages and implementation of aggregation using these macros through out the tree.
git-svn-id: svn://10.0.0.236/trunk@43556 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 05:36:30 +00:00
tbogard%aol.net
591757e319 XPCOM Cleanup: Added macros to make checking arguments and state upon entering interface boundaries easier.
git-svn-id: svn://10.0.0.236/trunk@43555 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 05:32:15 +00:00
mcafee%netscape.com
ccddb55d5e Compiler warnings.
git-svn-id: svn://10.0.0.236/trunk@43554 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 05:21:34 +00:00
mcafee%netscape.com
ca6f475694 Compiler warning.
git-svn-id: svn://10.0.0.236/trunk@43553 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 05:15:59 +00:00
waterson%netscape.com
116be48690 Bug 11819. Create delegate object to implement drag listener events; frames CANNOT be refcounted like normal XPCOM objects.
git-svn-id: svn://10.0.0.236/trunk@43552 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 05:12:07 +00:00
morse%netscape.com
0a363787eb remove most compilation warnings
git-svn-id: svn://10.0.0.236/trunk@43551 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 05:04:36 +00:00
rhp%netscape.com
4867f5d7d9 Adding new sample code
NOT PART OF THE BUILD


git-svn-id: svn://10.0.0.236/trunk@43550 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 04:20:55 +00:00
rhp%netscape.com
dabd15e5e7 Adding sample component
THESE ARE NOT PART OF THE BUILD


git-svn-id: svn://10.0.0.236/trunk@43549 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 04:15:42 +00:00
troy%netscape.com
8a85938908 Changed to table incremental reflow
git-svn-id: svn://10.0.0.236/trunk@43548 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 03:51:25 +00:00
davidm%netscape.com
0cdf1a13e7 File Removed.
git-svn-id: svn://10.0.0.236/trunk@43547 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 03:32:51 +00:00
davidm%netscape.com
b06fa4a343 remove custom button names
git-svn-id: svn://10.0.0.236/trunk@43545 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-19 03:26:37 +00:00