alecf%netscape.com
1b6a19010c
fix sizing - looks a little better this way
1999-08-11 00:43:23 +00:00
sspitzer%netscape.com
ddb0d4798a
add nsMimeXULEmitter.cpp to the projet for rhp.
1999-08-11 00:35:16 +00:00
dougt%netscape.com
33908161f3
Adding new .idl file to mac project
1999-08-11 00:33:34 +00:00
dbragg%netscape.com
952053a14e
xul version of pref-smartupdate.html
1999-08-11 00:32:22 +00:00
dveditz%netscape.com
1bc4237ff2
adding wizard hooks
1999-08-11 00:31:15 +00:00
rhp%netscape.com
caad5343cc
New XUL header display
1999-08-11 00:29:59 +00:00
jefft%netscape.com
d04209e2b8
enabled imap Delete Folder move to Trash and background work for Rename Folder & Subscription
1999-08-11 00:17:15 +00:00
mscott%netscape.com
604c822959
This file has been gathering dust! it's been an idl file for a while...remove it from the repository.
1999-08-11 00:16:31 +00:00
mscott%netscape.com
9b6eceb5cd
These files are all idl files and have been lying around gathering dust. removing them.
1999-08-11 00:15:26 +00:00
jefft%netscape.com
6fd52e96d6
enabled Delte Folder for Imap
1999-08-11 00:13:52 +00:00
mark.lin%eng.sun.com
60ff6cd136
Found a bug in the runem.unix script.
1999-08-11 00:12:59 +00:00
saari%netscape.com
0d22b54ded
Mac only change
Make Mac menu command symbol (clover leaf) show up in menus.
1999-08-11 00:00:55 +00:00
davidm%netscape.com
a5c70c2cc8
add nsCommonDialog.idl and nsDialogParamBloc.idl
1999-08-11 00:00:17 +00:00
mark.lin%eng.sun.com
07c7783444
Updated event loop stuff so that it's easier to read.
...
Also made it compilable with latest mozilla source.
Haven't tested yet on windows though.
1999-08-10 23:54:38 +00:00
troy%netscape.com
ba84089a26
Changed Paint() to leave the clip rect relative to the view's origin (and
...
not translate by the view's x and y-offset), because the view manager has already
translated into the view's local coodinate space before calling Paint()
1999-08-10 23:52:36 +00:00
sgehani%netscape.com
e592c76492
Added static lib targets (in prep for landing the Mac Install Wizard).
1999-08-10 23:45:46 +00:00
dp%netscape.com
91d112fad9
Fixing memory leak.
1999-08-10 23:45:12 +00:00
sgehani%netscape.com
c7877d612f
First Checked In.
1999-08-10 23:44:53 +00:00
davidm%netscape.com
730478b1da
changed url of dialog
1999-08-10 23:37:29 +00:00
davidm%netscape.com
571b0800d0
Add nsCommonDialogs.cpp and nsDialogParamBlock.cpp
1999-08-10 23:36:57 +00:00
rogerl%netscape.com
feb87ac66a
Fixed limit parameter interpretation to match ecma_2 spec.
1999-08-10 23:36:23 +00:00
davidm%netscape.com
028e4bc23a
add nsICommonDialogs.idl and nsIDialogParamBlock.idl
1999-08-10 23:35:44 +00:00
davidm%netscape.com
cac87fdec3
add nsICommonDialog and nsIDialogParamBlock
1999-08-10 23:34:25 +00:00
davidm%netscape.com
82cd734422
add nsCommonDialog.cpp and nsDialogParamBlock.cpp
1999-08-10 23:33:22 +00:00
davidm%netscape.com
f99dc3fde4
add commonDialog.dtd
1999-08-10 23:31:38 +00:00
davidm%netscape.com
210ea14c0d
Add commonDialog.js and commonDialog.xul
1999-08-10 23:30:52 +00:00
davidm%netscape.com
1d7198210c
First Checked In.
1999-08-10 23:29:43 +00:00
matt%netscape.com
76a962eeb6
Adding fix for 10275
1999-08-10 23:27:26 +00:00
scc%netscape.com
d8c88a29c9
fix for bug #10993 , can't destroy an unitialized arena
1999-08-10 23:24:21 +00:00
mscott%netscape.com
a7dd00b829
We weren't creating the socket transport from the correct thread. We were
...
doing it from LoadUrl which is in the ui thread. Necko makes assumptions
about what event queue to use for pumping notification messages based on
the current thread when you create the socket. So I moved this code
into ProcessCurrentUrl which lives in the imap connectoin thread.
Also fixed a big problem where we would wait on a monitor but waiting
was preventing messages from getting pumped which prevented ODA from
being called. So the monitor could never get notified. The fix is to
timeout of the PR_Wait and pump message events. We can then check a
flag to see if messages are being pumped.
1999-08-10 23:18:37 +00:00
slamm%netscape.com
0375e0b94d
Add a newline to the end of the file.
1999-08-10 23:17:10 +00:00
sfraser%netscape.com
669553a80b
Fix the list buttons to show state.
1999-08-10 23:16:43 +00:00
slamm%netscape.com
d09418b7bd
Add newline to end of file.
1999-08-10 23:14:21 +00:00
sfraser%netscape.com
b3336c69a6
Add an <OL>
1999-08-10 23:14:12 +00:00
sfraser%netscape.com
25d8e47dba
Fix the image URLs to use the appropriate chrome URLs.
1999-08-10 23:13:52 +00:00
dp%netscape.com
d82a873519
Fixing unix build bustage.
1999-08-10 23:13:46 +00:00
brade%netscape.com
6f6874d386
diffs from pete@postpagan.com
1999-08-10 23:09:22 +00:00
mscott%netscape.com
e2987a0982
Fix for Bug #11470 --> when prompting the user for a password (when getting new mail for pop), let's gracefully abort
...
the operation if the user hits cancel.
1999-08-10 23:08:50 +00:00
sgehani%netscape.com
b128b0fc9c
Adding Mac support to STANDALONE libjar.
1999-08-10 23:06:44 +00:00
dp%netscape.com
3370809f6a
Logging error from canunload
1999-08-10 23:06:33 +00:00
sgehani%netscape.com
e669e74fe5
Fixing Mac bustage in STANDALONE libjar.
1999-08-10 23:05:09 +00:00
dp%netscape.com
66b3bca04d
Performance improvement in enumerating registry.
1999-08-10 23:03:58 +00:00
dougt%netscape.com
a85217672a
Fix for bug 9007 submitted by david.gardiner@unisa.edu.au.
1999-08-10 23:00:53 +00:00
briano%netscape.com
17b668a78c
Automated update
1999-08-10 23:00:27 +00:00
cls%seawood.org
2e693417f9
Long overdue to bump up the version number of the libpng in the src tree
1999-08-10 22:58:59 +00:00
rhp%netscape.com
52c5a5071d
New files for attachment display - NOT PART OF THE BUILD!!!
1999-08-10 22:58:30 +00:00
brade%netscape.com
d5cf3b9156
diffs from pete@postpagan.com
1999-08-10 22:57:55 +00:00
dougt%netscape.com
980adec33f
Fix for bug 10838.
1999-08-10 22:53:02 +00:00
sspitzer%netscape.com
0a8bb17086
nsString(eOneByte) -> nsCString work
1999-08-10 22:45:44 +00:00
brade%netscape.com
260934892f
add some menu keybindings
1999-08-10 22:45:33 +00:00