27535 Commits

Author SHA1 Message Date
peterl%netscape.com
0f7452cec5 fixed change hint for border style 1999-05-18 23:03:29 +00:00
peterl%netscape.com
c5e8d8d634 added insert style sheet
fixed some observer notifications
1999-05-18 23:03:04 +00:00
peterl%netscape.com
3a5019cbfb added insert style sheet method 1999-05-18 23:02:25 +00:00
peterl%netscape.com
3faa8b3b5c added css loader support
fixed document observer calls
1999-05-18 23:02:00 +00:00
norris%netscape.com
0f406008cb Fix formatting. 1999-05-18 22:55:11 +00:00
norris%netscape.com
f3a98b7eaf Clearer formatting. 1999-05-18 22:54:15 +00:00
rogerl%netscape.com
d9eebdf83f New functionality 1999-05-18 22:50:53 +00:00
rogerl%netscape.com
1104cb60f0 New stuff - better handle on breaks etc, started try/catch 1999-05-18 22:49:59 +00:00
cata%netscape.com
568eac6dff Modified UTF-7 converters added. 1999-05-18 22:43:57 +00:00
slamm%netscape.com
ade3d6f8b6 Ignore missing files (i.e. the dist directory is missing). General cleanup 1999-05-18 22:42:44 +00:00
jefft%netscape.com
ea25bc066e call load url from imap incoming server 1999-05-18 22:39:32 +00:00
cata%netscape.com
fff5fd32df Modified UTF-7 converers added to the buid. 1999-05-18 22:38:26 +00:00
jefft%netscape.com
9bd44c06b5 more on cached connections work -- urlQueue now implemented on nsImapIncomingServer instead of nsImapService; LoadNextQueuedUrl() will be triggered when finishing a running url 1999-05-18 22:38:25 +00:00
cata%netscape.com
7b3ef9ea03 added files: mozilla/intl/uconv/ucvlatin/nsUnicodeToMUTF7.cpp, mozilla/intl/uconv/ucvlatin/nsMUTF7ToUnicode.cpp 1999-05-18 22:37:47 +00:00
cata%netscape.com
8fd1458a72 Created. 1999-05-18 22:36:25 +00:00
jefft%netscape.com
d3d218c7c3 more on cached connections - removed CreateImapConnection(), LoadNextQueuedUrl() method 1999-05-18 22:34:41 +00:00
jefft%netscape.com
538dcb2446 more on cached connections - added TellThreadToDie() method 1999-05-18 22:33:49 +00:00
jefft%netscape.com
ada08534f2 more on cached imap connections work - added Get/SetMaximumConnectionsNumber(), GetImapConnectionAndLoadUrl(), LoadNextQueuedUrl(), RemoveConnection() method 1999-05-18 22:32:46 +00:00
norris%netscape.com
e2e412bdb1 Add submission:
Subject:
            Re: Modified Context.java
       Date:
            Sat, 15 May 1999 08:01:37 +0000
      From:
            "Ian D. Stewart" <idstewart@softhome.net>
        To:
            Norris Boyd <norris@netscape.com>
 References:
            1 , 2 , 3 , 4 , 5




Ian D. Stewart wrote:

  Norris Boyd wrote:




    Can I help with EventListener collector?

  Actually, I have a working implementation complete (attatched), but by all means, feel free to add any functionality you feel
  may be missing, or to tweak the code .

Norris,

After I sent I my last e-mail, I noticed some potential issues using Object[] in ListenerCollection.getListeners(Class iface).
I'm attatching a new version, which uses a Vector object.  This should resolve those issues.


Ian
1999-05-18 22:32:25 +00:00
jefft%netscape.com
4f2348070d use nsCOMPtr for m_listeners 1999-05-18 22:30:10 +00:00
mjudge%netscape.com
abf1f5225c oops fogot default boolean for non start or end node selection 1999-05-18 22:29:27 +00:00
sfraser%netscape.com
00c170c1f2 Implement nsCaret::GetWindowRelativeCoordinates for IME 1999-05-18 22:24:55 +00:00
law%netscape.com
f983b0b730 Fix bustage on Win95/Win98 1999-05-18 22:20:19 +00:00
law%netscape.com
b7b30bb136 Minor improvements 1999-05-18 22:18:16 +00:00
radha%netscape.com
6b4b4b84c4 Fix for bug # 5906. Update the URLbar with the url only if the page was loaded succesfully. 1999-05-18 22:14:33 +00:00
alecf%netscape.com
71eceea768 check return values when adding stuff to the history graph.
a=waterson
1999-05-18 22:11:35 +00:00
radha%netscape.com
9323d44f3e Hook up print button to BrowserPrint()
Give  a id to the "Stop" menuitem.
1999-05-18 22:11:20 +00:00
saari%netscape.com
eec708b9a6 fixing a release bug for Pavlov 1999-05-18 21:53:58 +00:00
karnaze%netscape.com
6a0197bf82 new frameset regression tests 1999-05-18 21:52:57 +00:00
sspitzer%netscape.com
a6f4d1bfbd cvs ignorage for the generated Makefiles 1999-05-18 21:50:31 +00:00
rods%netscape.com
ff7c3a4505 added nsFontRetrieverService 1999-05-18 21:49:47 +00:00
rods%netscape.com
231f178d4b Fixed up pointers to ref in params 1999-05-18 21:49:20 +00:00
rods%netscape.com
4d36da5b75 Adding nsFontRetrieverService and nsFontSizeIterator to build 1999-05-18 21:48:57 +00:00
rods%netscape.com
afba597828 adding nsIFontRetriverService and nsIFontName & Size iterator interfaces 1999-05-18 21:47:17 +00:00
sspitzer%netscape.com
704c5b3870 changes to get news to work at the same time as imap and pop. the news part of the fix for #6405 1999-05-18 21:46:56 +00:00
beard%netscape.com
725ab364f2 bug #5093: added call to Invalidate() when changing the position of scrollbar thumb. 1999-05-18 21:45:55 +00:00
beard%netscape.com
a4c669efd1 bug #5093: removed redundant calls to nsWidget::Invalidate(), fixed in nsScrollbar.cpp instead. 1999-05-18 21:45:46 +00:00
davidm%netscape.com
e353d1ae50 First Checked In. 1999-05-18 21:44:52 +00:00
rods%netscape.com
7e5e29032f Changed pointer to refs for name params 1999-05-18 21:43:22 +00:00
warren%netscape.com
0142cb7a14 Added 1999-05-18 21:43:13 +00:00
davidm%netscape.com
9c2fc96bb3 File Removed. 1999-05-18 21:42:21 +00:00
danm%netscape.com
74e0d43359 removing debugging cruft accidentally left in 1999-05-18 21:41:41 +00:00
davidm%netscape.com
eece072b2b Adding nsIWindowMediator.h 1999-05-18 21:41:13 +00:00
davidm%netscape.com
d27e3bdcdf removing nsIWindowMediator.h 1999-05-18 21:41:05 +00:00
rods%netscape.com
44e365bcf7 Added delete of array in destructor 1999-05-18 21:40:33 +00:00
danm%netscape.com
0baf560391 adding 'do not localize' comments 1999-05-18 21:39:23 +00:00
davidm%netscape.com
1b45f564e7 First Checked In. 1999-05-18 21:38:47 +00:00
mscott%netscape.com
42ca1bf61a Remove NS_RDF from this class declaration. This was giving us link warnings in every dll that linked with this library on windows. Why? When we link against the library, the macro is defining the class as an imported class; however because the library is statically linked, it really is a local declaration.
a=waterson
1999-05-18 21:28:43 +00:00
mscott%netscape.com
7417bf0a72 fix for bug #6219 -- send data every 2K so we don't fill up our internal buffer when sending a message. 1999-05-18 21:25:55 +00:00
mscott%netscape.com
624620ef89 Imap was removed from the build when the address book stuff was added yesterday!! re-add it back in. 1999-05-18 21:24:55 +00:00