syd%netscape.com
0a7860dcef
Fix nsSound to work on Linux again. Needed for IM prefs work. r=pavlov, a=amusil
2000-05-27 10:56:23 +00:00
ben%netscape.com
8c0c7ea965
remove redundant stylesheet reference
2000-05-27 09:25:32 +00:00
hyatt%netscape.com
55d7f2a285
Brutal sharing of XBL classes implemented.
2000-05-27 08:20:04 +00:00
leaf%mozilla.org
addcbe3a6a
Automated update
2000-05-27 06:00:10 +00:00
waterson%netscape.com
0bf691600f
Bug 39424. Fix Sun Workshop compiler bustage by conditioning NS_READABLE_CAST's funkiness on NEED_CPP_TEMPLATE_CAST_TO_BASE. r=scc
2000-05-27 05:51:56 +00:00
waterson%netscape.com
a42389ae29
Add NEED_CPP_TEMPLATE_CAST_TO_BASE.
2000-05-27 05:50:16 +00:00
waterson%netscape.com
f81bed14d2
Oops. I didn't need to do that.
2000-05-27 05:49:34 +00:00
waterson%netscape.com
941531aa6e
#if 0 out mstoltz's changes, which seem to cause tinderbox to hang on test #2
2000-05-27 05:48:40 +00:00
waterson%netscape.com
b787e27fe2
#if-0 out mstoltz's changes to fix tinderbox.
2000-05-27 05:22:39 +00:00
ben%netscape.com
717693c5f5
fix bustage ('Load of URL 'chrome://global/content/content.css' failed')
2000-05-27 05:15:53 +00:00
ben%netscape.com
d9d993d967
fix for 40473, Preferences Fonts panel font size menulists do not display selected value.
2000-05-27 03:44:07 +00:00
ben%netscape.com
ad25f4837c
even more classic skin stuff...
2000-05-27 03:41:51 +00:00
ben%netscape.com
ac34dbc6ac
more classic skin stuff [not part of build]
2000-05-27 03:40:28 +00:00
ben%netscape.com
aac89f8950
Scrollbar skinnability work (remove essential behaviour from skin), convert lock button from titledbutton to statusbarpanel
2000-05-27 03:39:50 +00:00
ben%netscape.com
9a0aca8b71
Convert lock button titledbutton to statusbarpanel.
2000-05-27 03:39:10 +00:00
ben%netscape.com
8e69dddc0e
Fix for 15805, mis-spellings, duplicate accesskeys and 'save frame as' work.
2000-05-27 03:38:29 +00:00
ben%netscape.com
1d157bef59
Skinnable navigator/toolkit work. Moved essential focus behaviour from scrollbar skin to xul.css so that all skin providers do not need to duplicate this.
2000-05-27 03:37:42 +00:00
thayes%netscape.com
33002364e2
Initial version of header for SDR wrappers
2000-05-27 03:31:51 +00:00
dveditz%netscape.com
4b288f9ca9
add chatzilla to Mozilla mac install
2000-05-27 03:07:32 +00:00
dveditz%netscape.com
68e76a8b40
Chatzilla install script template, not part of build
2000-05-27 03:01:26 +00:00
ben%netscape.com
622f5c9a04
forgot to check this in the other day with SSL update to proxy pref panel.
2000-05-27 02:44:22 +00:00
rods%netscape.com
1a153fe6ac
Moved the localization methods to the helper class
...
the file control is now localizable (*.*, "All Files")
b=32666, r=pollmann
2000-05-27 02:27:47 +00:00
leaf%mozilla.org
a6903810d7
i give up, backing myself out.
2000-05-27 01:53:36 +00:00
sfraser%netscape.com
8c77f3f42f
Fix for nsbeta2+ bug 38673 - editor UI elements get disabled if you use a dialog to insert the first element in composer.
2000-05-27 01:51:31 +00:00
nelsonb%netscape.com
d68b6b26e5
Fix build on NT. Correct link order in PKCS11 directory.
2000-05-27 01:30:29 +00:00
nelsonb%netscape.com
bab15254dd
Add new implementation of the algorithm from RFC 2268. Fix some comments.
2000-05-27 01:29:35 +00:00
dveditz%netscape.com
84182e9f7d
bug 40654, chrome not registered during Mac install
2000-05-27 01:26:22 +00:00
leaf%mozilla.org
adecf49b84
fixing mac bustage
2000-05-27 01:18:07 +00:00
edburns%acm.org
3d7b682c98
r=brendan
...
a=brendan
bug: 27362
This fix makes it so nsCLiveconnect.cpp doesn't #include
files within an extern "C" {} block. To make this work, I
simply moved the extern "C" {} to the minimum necessary
range. This required placing an "ifdef __cplusplus extern "C""
block in jsj_private.h, since nsCLiveconnect.cpp is the only
c++ file that includes jsj_private.h.
2000-05-27 01:12:40 +00:00
cmanske%netscape.com
623fa4575e
Changed CSS to make height of tag icons match image height. b=28498, r,a=beppe
2000-05-27 00:18:33 +00:00
waterson%netscape.com
494618c088
Back out changes that I didn't mean to check in.
2000-05-27 00:17:36 +00:00
waterson%netscape.com
1415b703eb
Fix boneheaded mistake: I left the return type of NS_ConvertUCS2toUTF8::Init().
2000-05-27 00:17:10 +00:00
rods%netscape.com
51407b6fe3
adding padding to disabled radio buttons
...
set font for html buttons
removed some unneeded rules
commnted out and "disabled" the label property for options
b 40065,39998 r=ekrock,self
2000-05-26 23:42:27 +00:00
sfraser%netscape.com
b858f72037
Fix nsbeta2+ bug 28973 -- only allow editing of text/html and text/plain files. r=jfrancis
2000-05-26 23:42:25 +00:00
leaf%mozilla.org
759cf896c6
Fix for 35196, mlk. Free the C strings! r=bruce,hyatt a=waterson
2000-05-26 23:37:23 +00:00
rods%netscape.com
4b203e621f
removed some uneeded code
...
made view so it was resized in SyncFrame
fixed the returning of the -1 for width
make sure combinedarea was set correctly for tables
b 39755,36321 r=buster,evaughan
2000-05-26 23:34:59 +00:00
rods%netscape.com
9161f31f32
set the clickCoubt appropriately on MouseUp so onclicks are sent or disabled correctly
...
b=40382 , r=joki
2000-05-26 23:31:25 +00:00
mstoltz%netscape.com
c54ae2cb3c
Fixed bug in DOM security checks, fixes bug 37907, 23516. Added security check for htmlelement.innerhtml, fixes 39083. Added location check to BASE HREF=, fixes 35859. r=vidur. Added check to style= tag, fixes 16858, r=pierre.
2000-05-26 23:28:40 +00:00
mcgreer%netscape.com
05e4df1b47
fix up file handling.
2000-05-26 23:19:17 +00:00
wtc%netscape.com
9ca7f62db3
Bugzilla bug #34920 : added new test acceptreademu.c to test
...
PR_EmulateAcceptRead.
Added file: acceptreademu.c
Modified files: Makefile, Makefile.in, runtests.ksh
2000-05-26 23:14:23 +00:00
mcgreer%netscape.com
7013421ee8
break off mode list when next option is reached
2000-05-26 23:09:09 +00:00
mcgreer%netscape.com
cee709350d
fix dsa self-test
2000-05-26 23:05:05 +00:00
mcgreer%netscape.com
dcd1804c81
* allow a directory for tests to be specified
...
* separate pqg generation for dsa test
* fix dsa self-test
2000-05-26 23:04:47 +00:00
waterson%netscape.com
7ab0e529b0
Bug 40601. Properly UTF-8 encode a URL that's been handed to us as UCS-2.
2000-05-26 22:57:04 +00:00
neeti%netscape.com
8dee343685
fix for bug 40581. a=leaf. Turning off netscape.cfg feature.
2000-05-26 22:47:39 +00:00
hyatt%netscape.com
3064160cb5
Adding anonymous content getter. r=waterson, a=waterson
2000-05-26 22:45:26 +00:00
thayes%netscape.com
47aab8f287
Cut over to PSM based secure storage component.
2000-05-26 22:37:13 +00:00
rogerl%netscape.com
6e0db88822
Removed old branches, changed offset printing to handle NULL operand.
2000-05-26 22:35:36 +00:00
rogerl%netscape.com
7535f22230
Update to new icg constructor etc.
2000-05-26 22:34:42 +00:00
thayes%netscape.com
c42f89a0e3
Put SDR changes on the tip. These changes include:
...
+ support for generic handling of messages on threads (msgthread.*)
+ add set_db_password form handling to control connection (temporary)
+ add SDR functions (Encrypt and Decrypt) and Changepassword to MISC category
+ checkin prototypes for trigger.js and install.js (parts of PSM installation)
2000-05-26 22:34:36 +00:00