cmanske%netscape.com
d63ebdf00e
Adding menu item to start Composer from Browser debug menu as workaround for bug 16789 (can't start editor on command line). Also removed editor init page from code that's not even run?
1999-10-20 01:03:39 +00:00
edburns%acm.org
e681c419cb
Added Swing webclient test code and windows makefile mods.
...
Author=Ann Sunhachawee
r=edburns@acm.org
Approver=edburns@acm.org
Bug=http://bugzilla.mozilla.org/show_bug.cgi?id=16842
1999-10-20 00:49:28 +00:00
waldemar%netscape.com
1178f50d75
Changed syntax of getters and setters to "get name" and "set name". Relaxed grammar constraints on definitions. Changed over to colon syntax for types. Added local visibility and block modifiers.
1999-10-20 00:46:31 +00:00
evaughan%netscape.com
a2bcc96c08
fixed numerous warnings. Reviewed by Hyatt.
1999-10-20 00:46:21 +00:00
waldemar%netscape.com
aab1c75cc8
Removed octal escapes. Replaced bottom by throw of syntax error.
1999-10-20 00:43:58 +00:00
waldemar%netscape.com
cf8b608c8c
Removed octals. Removed rational-to-integer, which was replaced by semantic subtyping. Replaced bottom by throw of syntax error.
1999-10-20 00:43:22 +00:00
waldemar%netscape.com
890dfc92af
Removed rational-to-integer and types in bottom calls, which were replaced by semantic subtyping
1999-10-20 00:42:17 +00:00
waldemar%netscape.com
20e07c2f9d
Removed rational-to-integer, which was replaced by semantic subtyping
1999-10-20 00:41:59 +00:00
waldemar%netscape.com
2588b24207
Added semantic subtyping, throw, and catch
1999-10-20 00:40:55 +00:00
waldemar%netscape.com
333e67f4e1
Fixed bug that would sometimes emit a newline between a backslash and its following escaped character
1999-10-20 00:40:04 +00:00
terry%mozilla.org
f3d48d098e
Fixed stupid perl warning.
1999-10-20 00:27:16 +00:00
alecf%netscape.com
3bfd243bc9
remove old gifs
1999-10-20 00:19:23 +00:00
alecf%netscape.com
8d0a17a28b
remove old gif
1999-10-20 00:18:32 +00:00
alecf%netscape.com
b8a68cd01f
remove unused images
1999-10-20 00:15:50 +00:00
mcafee%netscape.com
d6f936bac7
minor whitespace
1999-10-20 00:14:23 +00:00
larryh%netscape.com
8e27542a54
BugSplat 367096
1999-10-20 00:12:37 +00:00
norris%netscape.com
5c5ce76bfd
Work on 1646 [DOGFOOD] javascript: URLs aren't working
...
r=mstoltz
1999-10-20 00:12:04 +00:00
alecf%netscape.com
c20a3eb05c
remove old gifs
1999-10-20 00:11:46 +00:00
larryh%netscape.com
d18119c2c7
BugSplat 367096
1999-10-20 00:07:01 +00:00
terry%mozilla.org
a022fd1435
Fixed stupid perl warning.
1999-10-20 00:06:41 +00:00
kipp%netscape.com
84b50871b6
Removed some silly warnings
1999-10-20 00:06:12 +00:00
kipp%netscape.com
a02022ed21
Added new test
1999-10-19 23:53:31 +00:00
pollmann%netscape.com
bfbdf41a89
Bug 15729: Fall back to content when getting text value; r=vidur
1999-10-19 23:43:58 +00:00
selmer%netscape.com
d19a6067d1
fix for crash on cancel newconfig dialog
1999-10-19 23:43:13 +00:00
alecf%netscape.com
fb072adcaf
return null identity on null or empty key
...
no bug
r=sspitzer
1999-10-19 23:37:54 +00:00
dveditz%netscape.com
d27b05616a
reenabling 6986-fix for the mac, r-dougt
1999-10-19 23:17:54 +00:00
kipp%netscape.com
94ea102a2b
r=ftang; fixed off by one error that made return value oPrev inconsistent
1999-10-19 23:06:27 +00:00
kipp%netscape.com
c4dba8ca2e
Added more tests
1999-10-19 23:04:55 +00:00
kipp%netscape.com
0f9f609d96
new
1999-10-19 23:04:33 +00:00
kipp%netscape.com
a5c69dc5af
Fixed O(N^2) debug logic bug; speed up paint loop by avoiding painting too much now that we have combined-area (bug 7455, 12297)
1999-10-19 23:04:19 +00:00
kipp%netscape.com
a03246a1e0
update to new nsTextTransformer api
1999-10-19 23:01:58 +00:00
kipp%netscape.com
effbb5992f
r=ftang; rewrite to fix 16656, parts of 7455
1999-10-19 23:01:45 +00:00
kipp%netscape.com
19fd466554
Init text-transformer during module setup to save cycles (bug 7455)
1999-10-19 23:01:23 +00:00
amusil%netscape.com
a6fbc10df6
Fixed bug in editing anonymous attributes in database. Now all attributes get modified instead
...
of only the first.
1999-10-19 22:46:29 +00:00
tbogard%aol.net
41c7a79b5a
More documentation and clean-up of the interfaces.
1999-10-19 22:40:28 +00:00
tbogard%aol.net
a8960814f8
Added some documentation.
1999-10-19 22:39:57 +00:00
nisheeth%netscape.com
09b7bc5314
Checkin does not affect build. If MOZ_PERF is set to 1 define the compiler define MOZ_PERF_METRICS for the windows build.
1999-10-19 22:37:53 +00:00
valeski%netscape.com
42fee2aeb2
14659, r=gagan&warren&dougt
...
Misc. FTP changes:
*increased FTP buffer read/write size from 4k to 8k.
*removed un-needed (for now) SetPASV() for FTP connection thread
*string optimizations
*FTP Connection thread now uses the NS_IMPL_ISUPPORTS4 macro for addref, rel, and QI methods.
*connection cache key api consolidation (Get()/Remove() combo turned into Remove(key)).
Authentication dialog changes:
*Authentication dialog now includes host name the user is trying to connect to.
nsIRequest support:
*FTP Connection thread now maintains a member variable pointing to it's event queue. It also pumps the event queue in the main loop.
*FTP Connection thread now implemented the nsIRequest interface (never called directly; only via the nsFTPChannel api)
*FTP Channel now uses an xpcom proxy object to make the nsIRequest api calls on the FTP Connection thread.
FTP protocol interpretation changes:
*FTP now handles servers that send multi-line greetings in the first Read() (we blocked indefinately before)
*FTP now parses the parent working directory properly (used to always treat it as '/')
1999-10-19 22:37:47 +00:00
dougt%netscape.com
fd24e9df56
Fix for bug 16818. xpcom proxy does not handle classes with two or more
...
interfaces correctly. What happens is the real object is addref
incorrectly and will never be deleted.
r=jud
1999-10-19 22:35:54 +00:00
dp%netscape.com
cd3aff8be9
Fixed warnings. r=pam nunn
1999-10-19 22:28:38 +00:00
nisheeth%netscape.com
ef75c33b3c
Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.
1999-10-19 22:27:20 +00:00
dp%netscape.com
bbb8c21318
Converting implementations of QueryInterface() to the std one. This
...
fixes bugs in the previous implementation that caused unbalanced
refcounts and premature releases. Thanks for rpotts for the heads
up. r=pam nunn
1999-10-19 22:27:08 +00:00
cathleen%netscape.com
1058959404
add txmgr.xpt to core list, like the rest of the editor files.
...
also removed a couple of obsolete files from the list
1999-10-19 22:03:29 +00:00
pnunn%netscape.com
4d331ca1b1
clean up associated with bug#15817, gif decoder. r: dp@netscape.com.
...
Removing obsolete file.
1999-10-19 22:02:49 +00:00
warren%netscape.com
371d859b18
Added 'PageCycler' code so that we can iterate through URL loads (by calling mozilla.exe -f <file-of-urls>). We need this for adding bloat/leaks info to tinderbox. r=law
1999-10-19 22:01:28 +00:00
danm%netscape.com
2849f7a812
retire event queues even on Windows when they're no longer used. part of bug 15856. r:hyatt@netscape.com
1999-10-19 22:00:12 +00:00
rods%netscape.com
a915909a72
The code that checked to see whether it should explicitly set focus on the gfx's containing widget
...
now uget the new focused content's frame instead of using the mCurrentTarget. The mCurrentTarget
is correct for a mouse down but incorrect for a "tab". This is because the mCurrentTarget points at
the currently focused content for a tab event, instead of the new content.
r=joki, bug 11162
1999-10-19 21:57:43 +00:00
pnunn%netscape.com
caab8220a0
bug# 16785. r: dp, valeski, neeti. Send mimetype info from channel to imglib.
...
If no decoder, sniff data stream for mime info.
1999-10-19 21:49:20 +00:00
alla%lysator.liu.se
9436a61696
Update the GtkMozilla widget so it works. Also updated the streaming interface
...
so that it works with Necko. Small cleanups.
Fixes 16576 and 14975. r=shaver
1999-10-19 21:46:33 +00:00
norris%netscape.com
24633793d5
Remove references to unsupported JVM_ calls. Needed for bug 16577.
...
r=shaver
1999-10-19 21:45:29 +00:00