wtc%netscape.com
edc95ebad9
Bugzilla bug #15906 : add support for the GC leak detector. Contributed
...
by Patrick Beard <beard@netscape.com>.
1999-11-03 01:37:19 +00:00
kmcclusk%netscape.com
851297a2ac
nsIScriptableRegion instances can now be created on WIN32.
...
nsbug=12465; r=beard@netscape.com
1999-11-03 01:37:12 +00:00
wtc%netscape.com
21e5833c6a
Bugzilla bug #15906 : use the GC leak detector. Contributed by
...
Patrick Beard <beard@netscape.com>.
1999-11-03 01:33:03 +00:00
jj%netscape.com
b1d0ba493f
Added 'Component Registry' + removed 14 xpi engine files from [core] + renamed modules [xpiengine]->[install] and [core]->[browser]
1999-11-03 01:31:35 +00:00
gordon%netscape.com
67c770c6b8
Basic Mac implementation of async DNS. r=warren, patrick; part of bug:10731.
1999-11-03 01:24:51 +00:00
gordon%netscape.com
122fb95337
Mac specific interrupt<->thread synchronization mechanism, required for async Mac dns.
r=warren, patrick, wtc, srinivas, larryh; part of bug:10731.
1999-11-03 01:22:58 +00:00
rods%netscape.com
757136f521
put quotes around all button i.e. type="button"
...
rearranged all focus,hover & active rules and put them in that order.
r=kmcclusk, part of 14951
1999-11-03 01:01:55 +00:00
cmanske%netscape.com
a941d68b6e
Fixed bugs 17098, 17808, and a lot of UI cleanup. Rewrote Image Properties dialog so More/Fewer works and layout is better. Moved image URLs from DTD to CSS files. r=brade
1999-11-03 00:48:26 +00:00
terry%mozilla.org
27e39bfe08
Whoops! Was reporting ASSIGNED bugs as being closed. Also, changed
...
it to report the resolution of the bug instead of the word "closed".
Many thanks to dbaron@fas.harvard.edu for suggesting this change, and
reporting the bug.
1999-11-03 00:44:29 +00:00
kipp%netscape.com
ef6a9e0b86
r=troy; remove another 4 bytes from each block frame for a total of 10% today :-)
1999-11-03 00:42:12 +00:00
kipp%netscape.com
3a943654b4
r=troy; Removed old garbage code that referred to an unused symbol from nsHTMLParts.h
1999-11-03 00:41:42 +00:00
mstoltz%netscape.com
1a3e4d06d0
Fixed windows breakage in standalone by adding a typedef
1999-11-03 00:41:20 +00:00
rogerl%netscape.com
b951635f77
Not a part of SeaMonkey Build
...
- added lnker option for server folks
1999-11-03 00:28:51 +00:00
mjudge%netscape.com
cb31827195
small fix from pierre on use of the style system. pierre reviewed.
1999-11-03 00:11:49 +00:00
kmcclusk%netscape.com
b73baec438
Removed call to mWebShell->Repaint in nsHTMLFrameInnerFrame::Reflow. This eliminates
...
multiple repaints of the content area in Mozilla when the content area is resized.
The mWebShell->SetBounds is sufficient since it invalidates the webshell window.
bug 16270; r= rods@netscape.com
1999-11-03 00:11:40 +00:00
jfrancis%netscape.com
1e84beb217
fix for 17673;r=sfraser
1999-11-03 00:07:37 +00:00
rods%netscape.com
3f9ff89e9b
Add CountAllChild to count all the option and optgroup elements so lists
...
get sized correctly when no rows are specified
r=kmcclusk, bug=4050
1999-11-03 00:07:01 +00:00
rods%netscape.com
4dc1d549b0
Added code to size the button appropriately when style sets the size and
...
make it clip for drawing.
NOTE: This is a temporary fix for bug #17474
1999-11-03 00:05:30 +00:00
rods%netscape.com
0848659bb9
Combos now size correctly when the size is specified via style
...
r=kmcclusk, b=16317
1999-11-03 00:03:32 +00:00
kmcclusk%netscape.com
7872e769f6
Fixed places where SetProperty and Reset were missing the nsIPresContext argument.
...
This fixed 6 warnings and cases where reset and set property where not working properly for
all form elements. r = rods@netscape.com .
1999-11-03 00:01:13 +00:00
rods%netscape.com
e673e2cab5
removed a line that wasn't needed and caused a warning r=kmcclusk
1999-11-02 23:54:40 +00:00
bienvenu%netscape.com
5cb10311c3
turn meteors back off, per mscott's request and review
1999-11-02 23:46:54 +00:00
mstoltz%netscape.com
54b6d77584
Created helper class nsZipRead to hold read state information. That way
...
one nsJAR can support multiple input streams. r=norris
1999-11-02 23:46:09 +00:00
norris%netscape.com
0871585c3d
Fix
...
10194 Possible security vulnerability in "chrome:" protocol - acce
14979 "chrome" protocol allows accessing arbitrary files on the lo
r=vidur
1999-11-02 23:44:27 +00:00
kipp%netscape.com
e2bb12a0bf
Fixed up comments in test file list
1999-11-02 23:43:25 +00:00
kipp%netscape.com
f6d66c6b92
r=troy; Shrink block frames by 4 bytes per instance by making the overflow-lines instance variable a frame property
1999-11-02 23:42:52 +00:00
robinf%netscape.com
f09b3d841a
fixing M11 bug 15335
1999-11-02 23:42:48 +00:00
pinkerton%netscape.com
ad446fb109
rewrote item detection code to handle the case where the toolbar isn't in a frame that is at 0,0 (like windows with the menu bar above the personal toolbar). (r=saari, bug #17800 ).
1999-11-02 23:42:16 +00:00
kipp%netscape.com
8d5f3c2d2d
r=troy; Added a new frame property atom
1999-11-02 23:42:13 +00:00
pollmann%netscape.com
056ef7fb35
Bug 7554: HTML Labels now pass JS events to form element the label is for
...
r=harishd
1999-11-02 23:38:17 +00:00
jband%netscape.com
4c95be4d6a
r=mccabe use NS_NewTimer stuff only on Win32 in this test code. This avoids Unix build order problems that were keeping the xpconnect test components from working at all.
1999-11-02 23:35:54 +00:00
cls%seawood.org
bee74e223b
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
jband%netscape.com
57657db2fc
r=mccabe make output from xpcshell's new 'dump' method go to the same place as output of 'print': stdout rather than stderr
1999-11-02 23:31:09 +00:00
alecf%netscape.com
4033a6f681
fix for #12703 - don't hold onto XULElements after they have been removed from the tree - don't bother checking mDocument because it will be null when the content has been removed from the document
...
r=hyatt
1999-11-02 23:30:33 +00:00
ducarroz%netscape.com
2e20cb2819
Fix for bug 17768. Set ProgID to soemething else than an empty string. R=rhp
1999-11-02 23:29:51 +00:00
nisheeth%netscape.com
2c9d4de6e6
Fix bug 15304. Added a flag to bscmake.exe. Only executed when the browse_info target is used.
1999-11-02 23:29:48 +00:00
sspitzer%netscape.com
dea1c4efdb
fix #16457 , r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
...
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert. define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.
1999-11-02 23:27:46 +00:00
cls%seawood.org
8160ac8c7c
No need to generate obsolete network Makefiles
1999-11-02 23:27:45 +00:00
selmer%netscape.com
6dd45f7c31
New Makefile system for builds
1999-11-02 23:25:41 +00:00
nhotta%netscape.com
9fd8c5a424
Added a call to encoder finish, this allows encoder to write out remaining data such as escape sequences of ISO-2022-JP, bug 17805, r=ftang.
1999-11-02 23:24:10 +00:00
valeski%netscape.com
9f26a5bfba
r=cyeh, forcing PR_LOGGING for ftp in release builds
1999-11-02 23:24:06 +00:00
bienvenu%netscape.com
67dc096258
remove the imap channel from the load group when finished running r=mscott
1999-11-02 23:22:29 +00:00
akhil.arora%sun.com
fae6e4dc39
17802 r=drapeau@eng.sun.com Workshop C++ 5.0 needs a cast
1999-11-02 22:57:58 +00:00
rogerl%netscape.com
20d55df771
Added Kurt Westerfeld's fix for 'undefined is not a function' message.
1999-11-02 22:52:10 +00:00
dmose%mozilla.org
e840235a7e
updated license boilerplate to xPL v1.1
1999-11-02 22:43:10 +00:00
cls%seawood.org
a2f7e7231c
Use #elif not #elseif
1999-11-02 22:36:59 +00:00
dmose%mozilla.org
82caef06fd
updated license boilerplate to xPL v1.1
1999-11-02 22:23:59 +00:00
petitta%netscape.com
223375338f
initailizes the dist directory
1999-11-02 22:21:05 +00:00
petitta%netscape.com
ae36b22187
add include file InitDist.win
1999-11-02 22:15:36 +00:00
terry%mozilla.org
1fc0f060c6
Due to popular request, "bug changed" mail will only report changes in
...
state on dependent bugs if they move from an 'open' to a 'closed'
state, or visa-versa. Also, if there are more than 5 bugs on the
list, then we won't even try to generate the details (doing so only
generates lots of extra mail that is too hard to parse anyway.)
1999-11-02 22:14:11 +00:00