Граф коммитов

51403 Коммитов

Автор SHA1 Сообщение Дата
dcone%netscape.com e6d4980d54 put the revised print command. 2000-01-26 16:01:40 +00:00
vidur%netscape.com bc7a946fe0 Fix for bug 19212. HTMLTableElement::InsertRow was creating a TR instead of a TBODY if one was necessary. r=joki 2000-01-26 15:52:41 +00:00
norris%netscape.com 7ec9655d07 Fix 23227 Document object vulnerability
r=mstoltz
2000-01-26 15:33:57 +00:00
norris%netscape.com 71c03dd87a Fix 24563 Can not change window size with changing window innerHeight
r=mstoltz
2000-01-26 15:30:48 +00:00
norris%netscape.com 02dc22bf2f Fix 24217 Access to functions in chrome: protocol using IFRAME
r=pollmann
2000-01-26 15:29:43 +00:00
bienvenu%netscape.com 200958b425 fall back on uri if online name not set, r=sspitzer 2000-01-26 15:27:04 +00:00
dcone%netscape.com e31204f271 support for regression testing. r=rods 2000-01-26 15:14:41 +00:00
cmanske%netscape.com 1a85d5b775 Table editing (bug 20973): added support for rowspan/colspan=0, Rewrote Spelling Dictionary dialog (bug 24264), removed beep from forceInteger filter, r=akkana 2000-01-26 14:57:43 +00:00
cmanske%netscape.com acb4eb592c Table editing (bug 20973): return reported and actual rowspan and colspan values from GetCellDataAt(), r=karnaze 2000-01-26 14:56:06 +00:00
briano%netscape.com 4a4ad7f289 Automated update 2000-01-26 13:15:13 +00:00
jim_nance%yahoo.com 8b31123315 Fix description of --enable-jprof
r=Pavlov
2000-01-26 13:01:31 +00:00
hyatt%netscape.com 090ab3e74d More event handler fun. 2000-01-26 11:43:31 +00:00
pavlov%netscape.com 695cd53ae6 remove round trips to the X server when we create rendering contexts. only set font and color info on the GC when a draw is going to happen. 2000-01-26 11:37:58 +00:00
sspitzer%netscape.com 05fc021d09 changes for mac and windows 2000-01-26 11:18:11 +00:00
sspitzer%netscape.com 584a1b2bda make it so when you click on an account that has a server but no identities in the account setup dialog, it shows the
new panel "am-serverwithnoidentities.xul" panel.

now "Local Folders" works!
2000-01-26 11:16:38 +00:00
jband%netscape.com 80c44359ef trivial fixes to get rid of warnings 2000-01-26 11:08:24 +00:00
hyatt%netscape.com e72db55f0c In theory events can be executed now. 2000-01-26 11:05:44 +00:00
hyatt%netscape.com 1f92d13290 More goodness. 2000-01-26 10:37:13 +00:00
hyatt%netscape.com ff21609316 More. 2000-01-26 10:25:55 +00:00
sspitzer%netscape.com 56d8a45bd8 fix crasher. now that there are no identities associated with
"local folders", we have to plug this hole.
2000-01-26 10:18:23 +00:00
hyatt%netscape.com ba54aca4c1 More tweaks 2000-01-26 10:08:49 +00:00
hyatt%netscape.com 33e2d24ab7 added files: mozilla/layout/xbl/src/nsXBLEventHandler.cpp 2000-01-26 10:07:13 +00:00
hyatt%netscape.com 19ed7e4f27 Landing initial XBL event handling code. 2000-01-26 10:06:30 +00:00
sspitzer%netscape.com b18624d734 clean up nsIMsgFolder.idl and break it apart. r=alecf 2000-01-26 10:00:00 +00:00
sspitzer%netscape.com 947621f16a added files: mozilla/mailnews/news/public/nsIMsgNewsFolder.idl 2000-01-26 09:59:20 +00:00
sspitzer%netscape.com e8a066873d added files: mozilla/mailnews/local/public/nsIMsgLocalMailFolder.idl 2000-01-26 09:59:09 +00:00
sspitzer%netscape.com 39b8bcbe3e added files: mozilla/mailnews/imap/public/nsIMsgImapMailFolder.idl 2000-01-26 09:58:57 +00:00
sspitzer%netscape.com d6ed37c13f I'm taking this out of nsIMsgFolder. not part of build yet. 2000-01-26 09:50:06 +00:00
jband%netscape.com eef6de8432 Lots of xpconnect bug fixes...
- fix bug 12954 "should throw when setting non-settable props".

- fix bug 13418 "xpconnect needs to be threadsafe".
I think I filled in the cracks. Tests would be nice :)

- fix bug 22802 "[MLK] XPConnect Leaks".

- fix bug 24119 "[MLK] Reminder about cleaning up maps".

- fix bug 24453 "xpconnect needs default security manager".
I also changed the code in DOM and caps to just install a default secman and
not install a secman for each JSContext.

- fix bug 24687 "xpconect should avoid resolve performance suckage".
Added (modified) patch from shaver to create my JSObjects with the
global object as the temporary proto to avoid losing lookup.

- hack for bug 24688 "runtime errors in wrapped JS are not made obvious"
Added a debug only printf. We still need a JSErrorConsole service for this.

- fix bug 16130 "createInstanace and getService can create wrappers around wrappers"
Fixing this one really entailed changing the semantics of nsIXPConnect::wrapNative
and nsIXPConnect::wrapJS to use common code in xpcconvert that deals with existing
wrappers and DOM objects (with their own schemes for wrapping and unwrapping).
So, I changed the callers because the params changed slightly and some callers
were doing more work than necessary given the new semantics.

- Continued in the crusade to replace manaual refcounting with nsCOMPtrs whenever
touching old code.

- Added myself as first contributor to xpconnect files (vanity prevails!)

- Added new copyright header on some files that were missing it.

- Added some API comments.

- Converted nsXPCWrappedJS to implement nsIXPConnectWrappedJS via MI rather than
the old loser scheme of the nsIXPConnectWrappedJSMethods tearoff object.

- added DumpJSStack as globals to xpconnect and DOM dlls to be callable from
debuggers. I have ideas on how to improve and expand this support soon.

r=mccabe
2000-01-26 08:38:10 +00:00
alecf%netscape.com c0c5561c87 remove some dead/redundant code
r=sspitzer
2000-01-26 08:28:16 +00:00
alecf%netscape.com 7a4fc3038e oops, comment out netscape-specific stuff for now 2000-01-26 08:22:11 +00:00
sspitzer%netscape.com 9343668fc1 remove the old method, it's gone now. 2000-01-26 08:19:56 +00:00
alecf%netscape.com a7308970d4 reduce dependancies
r=sspitzer
2000-01-26 08:17:07 +00:00
alecf%netscape.com 434b892bbb reduce unnecessary dependancies
r=sspitzer
2000-01-26 08:15:55 +00:00
rbs%maths.uq.edu.au 84a5501198 [MathML] A simplification of the code 2000-01-26 08:11:27 +00:00
wtc%netscape.com 0213d7efe2 Added plevent.c and plevent.h back. 2000-01-26 07:56:02 +00:00
wtc%netscape.com fb397e72be Added plevent.h and plevent.c back. 2000-01-26 07:54:25 +00:00
wtc%netscape.com b03b2a9aaa Added plevent.h back. 2000-01-26 07:53:08 +00:00
blizzard%redhat.com 2111707af0 re-add plevent.c 2000-01-26 07:45:58 +00:00
morse%netscape.com b4639bca0c one more attempt to fix bug 24907, r=dp 2000-01-26 07:45:37 +00:00
blizzard%redhat.com cd7aa844d1 re-add plevent.h 2000-01-26 07:41:59 +00:00
sfraser%netscape.com edf0de8c3e Um, really fix that name this time. 2000-01-26 07:36:35 +00:00
blizzard%redhat.com d395269ede hrm 2000-01-26 07:25:57 +00:00
rbs%maths.uq.edu.au bdab93b4ec [MathML] Added support for CSS units on numeric attributes and updated code to make use of the support 2000-01-26 06:49:38 +00:00
sspitzer%netscape.com cc0d62ff60 fix warning (on the mac) that sfraser pointed out, by renaming
nsNewsFolder::AddSubfolder to nsNewsFolder::AddNewsgroup

implement cross-session newsgroup username / password by using prefs.
this will get re-written to use wallet, eventually.

remove cruft, where possible.

r=mscott
2000-01-26 06:46:01 +00:00
rbs%maths.uq.edu.au 4a29116c64 [MathML] Added four atoms (lspace, rspace, maxsize, minsize) and two operator flags. 2000-01-26 06:43:36 +00:00
sspitzer%netscape.com 10dd4bd9d3 clean up / simplify how we determine if two folders are on the same server.
instead of comparing the username / hostname, we use the Equal method
of nsIMsgIncomingServer and compare the servers of the folders.

also, use nsXPIDLCString to clean things up.

r=mscott
2000-01-26 06:40:05 +00:00
alecf%netscape.com acc15eac51 oops, only answer GetTarget() for servers, not everything! (followup fix for an earlier checkin)
reviewed,discovered=scottip
2000-01-26 06:36:03 +00:00
sspitzer%netscape.com f5e688903b fix my printf. 2000-01-26 06:30:35 +00:00
morse%netscape.com bf0ed27371 fix bug 24907 again, require old password when changing password, r=dp 2000-01-26 06:28:59 +00:00