Commit Graph

43418 Commits

Author SHA1 Message Date
akkana%netscape.com
918cb332cf 15712: Fix gtk double-click events. r=pavlov 1999-10-06 22:57:00 +00:00
vidur%netscape.com
a7de12ea66 Added window.scrollBy/scrollTo/scrollX/scrollY. Scopus bug 361046. R=troy 1999-10-06 22:07:42 +00:00
sspitzer%netscape.com
1bed00905f remove references to xul.css, as it is no longer needed. 1999-10-06 22:07:29 +00:00
troy%netscape.com
cdf2c77595 Moved space manager to block frame and changed it the space manager is
temporary only during the reflow process
r=kipp@netscape.com
1999-10-06 22:05:23 +00:00
kmcclusk%netscape.com
d2d24c96ac r=rods; bug=15478; Added WS_EX_TOOLWINDOW extended style for popup windows
to prevent popups from creating empty task bar buttons.
bug=6061; NS_DISPLAYCHANGE event is now generated when the display depth changes
on WIN32.
1999-10-06 21:54:49 +00:00
norris%netscape.com
032b7f4436 More license wrangling: fix the release date (1999, not 1998). 1999-10-06 21:52:17 +00:00
sspitzer%netscape.com
d883133813 remove unused code, now that CreateNewProfile() takes two arguments 1999-10-06 21:52:02 +00:00
rpotts%netscape.com
8bd067892e Removed dead code inside of #if 0 blocks... 1999-10-06 21:43:21 +00:00
sspitzer%netscape.com
5123dfc1be fix the create profile wizard ui.
this work was done by the almighty Ben Goodger <rgoodger@ihug.co.nz>
r=sspitzer
I did a little clean up, and made it so show the native file path
1999-10-06 21:36:59 +00:00
jband%netscape.com
0da203c7c3 - the rest of the fix for bug 14738 - detect JSErrors with
JSErrorReports when thrown as exceptions. Extract JSErrorReport
and convert to an xpcexception. This restores functionality that
was whacked when JS errors-as-exceptions was enabled in the JS
engine.
- add conversion support for string-with-length as part of array
support mentioned in bug 13420. All the array stuff is basically
in with minimal testcases. More comprehensive tests need to be
written to verify and tune the code.
- fix a broken #undef
- switch to using PR_Alloc/PR_Free internally in nsjsid where we
were using new/delete before. This is prompted by warren's change
to nsID::ToString that uses PR_Alloc were before it used new.
This fixes an alloc/delete mismatch detected by Purify.
r=mccabe
1999-10-06 21:35:27 +00:00
sspitzer%netscape.com
295700338f fix for #15197 (and a whole bunch of duplicates).
fix by vidur, r=rogerl
1999-10-06 21:31:34 +00:00
neeti%netscape.com
cdc1178594 updating status. Not part of the build 1999-10-06 21:13:38 +00:00
norris%netscape.com
93538eafc8 Fix another portion of 13192 Mozilla is "oversecured" and does not allow access to documents in the same domain
Reviewed by vidur.
1999-10-06 21:13:37 +00:00
norris%netscape.com
ef04da8809 Fix 15618 [CRASH] JS assertion on table regression test
Reviewed by rogerl@netscape.com.
1999-10-06 21:12:21 +00:00
waterson%netscape.com
3a996ae835 Bug 13910. Fix flash panel style rules, XUL, and JS so that flashes start to display again. r=slamm. 1999-10-06 21:08:50 +00:00
neeti%netscape.com
c476d618f3 updating status. Not part of the build 1999-10-06 21:07:30 +00:00
beard%netscape.com
5eebed5f4a added EcmaError.java, NativeError.java 1999-10-06 21:07:04 +00:00
neeti%netscape.com
55abe613fe updating status. Not part of the build 1999-10-06 21:05:25 +00:00
neeti%netscape.com
1ccae7b9ca updating status. Not part of the build 1999-10-06 20:58:41 +00:00
sspitzer%netscape.com
c837c78a4e make sure we save the prefs when we exit. will fix a bunch of problems, including #15705. r=alecf, a=leaf 1999-10-06 20:52:50 +00:00
gagan%netscape.com
38b76fb99f Partial checkins for fixing bug # 10333. Added the nsIStatusCodeEventSink for conveying status codes to the UI thread from the socket ones. r=mscott,a=don 1999-10-06 20:50:12 +00:00
norris%netscape.com
55b6742fed Update contributors, add some license text. 1999-10-06 20:50:04 +00:00
cbegle%netscape.com
27ff0f3d29 tests for javascript errors as exceptions, a feature that was recently
added to the javascript engine.

not part of the build.
1999-10-06 20:45:44 +00:00
gagan%netscape.com
a3cde5bf1a added files: mozilla/netwerk/base/public/nsIStatusCodeEventSink.idl 1999-10-06 20:44:23 +00:00
terry%mozilla.org
835c140e1a Wow. Turns out this stuff would only handle 10 products. Did the
cheap fix that lets it handle 1000 products.
1999-10-06 20:37:37 +00:00
neeti%netscape.com
cb1ade34e0 updating status. Not part of the build 1999-10-06 20:36:28 +00:00
vidur%netscape.com
0e75a67fe1 Added document.width/document.height to nsIDOMNSDocument. Bug 961. R: troy 1999-10-06 20:33:58 +00:00
vidur%netscape.com
5427f58b01 Implemented document.width/document.height by looking at the dimensions of the view of the frame of the document element. Bug 961. R: troy 1999-10-06 20:32:49 +00:00
putterman%netscape.com
d73cfc95db Added constructor/destructor counting macros for various mailnews
classes.  reviewed by bienvenu.  no bug.
1999-10-06 20:32:25 +00:00
buster%netscape.com
7a638a9c93 fixed some space leaks reported by kipp. no bug #, r=tague
added some assertions and error checking to nsEditor::Do, no bug #, r=kin
fixed bug 14898 (implemented type-in state for any context), r=jfrancis
1999-10-06 20:27:41 +00:00
ramiro%netscape.com
e483adce73 Take myself out of the "you suck" list. r=dp 1999-10-06 20:22:23 +00:00
mscott%netscape.com
157e5f2f6e No Bug #.......removing an obsolete file that isn't part of the build
r=valeski
1999-10-06 20:21:35 +00:00
bienvenu%netscape.com
3cbaa80735 fix leak of accounts, mail session r=scottip bug 000 1999-10-06 20:00:27 +00:00
jfrancis%netscape.com
c412022f4a revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com 1999-10-06 19:34:09 +00:00
srinivas%netscape.com
58f510bc61 Backed out previous checkin. 1999-10-06 19:33:52 +00:00
srinivas%netscape.com
b779877a78 Previous change backed out. 1999-10-06 19:31:17 +00:00
srinivas%netscape.com
7a3d189af5 Backout previous change. 1999-10-06 19:30:01 +00:00
dmose%mozilla.org
efd3a1173a removing obsolete doc file; a=leaf@mozilla.org 1999-10-06 19:17:56 +00:00
terry%mozilla.org
b49b2e40fd Missing some whitespace that may be vital. 1999-10-06 19:07:38 +00:00
srinivas%netscape.com
71d16537a7 Fixed bug in previous checkin - initialize variables before use. 1999-10-06 19:07:19 +00:00
harishd%netscape.com
21b3ba1b23 Fix for Bugs
13640, 13736 - Memory leaks - R=rickg
1312 - Hooked up XHTML DOCTYPE - R=rickg
7590 - Prematuredly closing <SCRIPT> on seeing </SCRIPTERR>
2749 - Strict comment handling for noquirks mode - R=rickg
14955 - LEGEND inside FIELDSET was causing infinite looping - R=rickg,pollmann
14952 - LABEL got closed on seeing SPAN (LABEL can contain SPAN ) - R=pollmann
15381 - comment handling for XIF and HTML - R=akkana
15346 - Stray end tag caused loading blank document - R=rickg,pollmann
1999-10-06 19:04:29 +00:00
neeti%netscape.com
72ce36baa9 updating status 1999-10-06 19:01:51 +00:00
mgleeson1%netscape.com
2e5a2e52e1 r=waterson enums used in structs must be public members for HPUX 1999-10-06 18:56:03 +00:00
mgleeson1%netscape.com
4200161bd1 r=kipp removed unnecessary include for dlfcn.h 1999-10-06 18:53:41 +00:00
waterson%netscape.com
c9fb61d225 Comment out '_dead' renaming to get context menus working again. r=law 1999-10-06 18:53:32 +00:00
srinivas%netscape.com
87a6ee86b3 Fixed typo in previous checkin. Also, the correct bug # is 15680. 1999-10-06 18:49:27 +00:00
rhp%netscape.com
d58e69e806 Changes for Bug #13512 - Reviewer: Bienvenu 1999-10-06 18:35:16 +00:00
srinivas%netscape.com
ebb8b5579a Add the SO_BROADCAST option. Bug #365862. 1999-10-06 18:31:22 +00:00
bienvenu%netscape.com
2e13f082fe use nsIModule for factory, r=rhp bug 000 1999-10-06 18:30:35 +00:00
norris%netscape.com
52141616b0 Make sure creation of class loader is inside a try block to handle security exceptions. 1999-10-06 17:39:48 +00:00