Commit Graph

60929 Commits

Author SHA1 Message Date
saari%netscape.com
ada77060c4 fix for bug 38619, make MacOS menus respect the "hidden" attribute. 2000-05-09 06:15:33 +00:00
alecf%netscape.com
04ad1ba807 remove the last of the extern symbols! 2000-05-09 06:07:02 +00:00
alecf%netscape.com
92e461aa21 trim the pref DLL by removing lots of exported symbols 2000-05-09 05:58:29 +00:00
beard%netscape.com
7a09fcc4cd map::find() works just fine on all platforms. 2000-05-09 05:55:30 +00:00
beard%netscape.com
a2f5fc24f7 generating code rather than showing tokens, printing generic result rather than assuming it's a float64. 2000-05-09 05:46:26 +00:00
sspitzer%netscape.com
8c54649d77 rename method names so they make more sense. 2000-05-09 05:41:45 +00:00
beard%netscape.com
1c816f64a6 LoadString now has JSString* as second operand 2000-05-09 05:38:48 +00:00
beard%netscape.com
6f85ea39ec Added JSString(const String&) and operator<<(Formatter&, const JSString&) 2000-05-09 05:37:58 +00:00
alecf%netscape.com
7263eabcce remove some dead code 2000-05-09 05:37:39 +00:00
sspitzer%netscape.com
9d928c4542 fix some subscribe bugs. performance tweaks. more to come. 2000-05-09 05:36:02 +00:00
buster%netscape.com
2d8ef163b2 (forgot to check this in)
effectively removed area frame
work troy was holding in his tree
r=buster
2000-05-09 05:28:08 +00:00
putterman%netscape.com
df8a74d27b Fix for 38592. Don't show twisties if there are no children. 2000-05-09 05:27:30 +00:00
beard%netscape.com
c7c46e062f LOAD_STRING now has String as second operand rather than String* 2000-05-09 05:18:16 +00:00
rhp%netscape.com
281072483c NOT PART OF THE BUILD 2000-05-09 05:14:26 +00:00
rhp%netscape.com
7e2ca4e698 ADDING FILES NOT PART OF THE BUILD!!! 2000-05-09 05:12:23 +00:00
buster%netscape.com
c1c9bfa09b effectively removed area frame
work troy was holding in his tree
r=buster
2000-05-09 05:11:12 +00:00
buster%netscape.com
0e193a8fad fixed bug 24770 2000-05-09 05:09:55 +00:00
buster%netscape.com
d421f31ce4 just removed a warning 2000-05-09 05:08:27 +00:00
buster%netscape.com
a57c2f071c fixed bugs 26952, 30944, 36022
r=troy
2000-05-09 05:08:02 +00:00
buster%netscape.com
bc9197fc27 effectively removed area frame
work troy was holding in his tree
r=buster

also fixed bugs 26952, 30944, 36022
r=troy
2000-05-09 05:06:16 +00:00
buster%netscape.com
d89e651db7 bug 37171
r=kin
2000-05-09 05:02:09 +00:00
alecf%netscape.com
7abd68a450 switch to onkeypress for ftang 2000-05-09 04:48:59 +00:00
beard%netscape.com
8647206526 VC6 bustage: can't initialize refs using construction form 2000-05-09 04:29:32 +00:00
beard%netscape.com
7b293d0e75 std::numeric_limits isn't working... 2000-05-09 04:26:44 +00:00
rhp%netscape.com
dd7eebdfff JUST ADDING CODE - NOT PART OF THE BUILD 2000-05-09 04:11:11 +00:00
mccabe%netscape.com
7ec100ab59 Add -jsconsole to Mac command-line-caller-thingie.
Thanks to Seth Spitzer for the pointer.
2000-05-09 04:03:03 +00:00
beard%netscape.com
3f60dde90e JSNativeFunction::mCode returns JSValue now to avoid leaking 2000-05-09 03:57:28 +00:00
beard%netscape.com
3553a3b540 print now returns JSValue, added space between args when printing 2000-05-09 03:56:56 +00:00
beard%netscape.com
d0c644149e CASE(string) 2000-05-09 03:56:08 +00:00
beard%netscape.com
e0725293d9 g++ basic_string annoyances 2000-05-09 03:55:43 +00:00
beard%netscape.com
7f3d0eee51 needed deallocate(void*, size_type) on XP_UNIX for basic_string. 2000-05-09 03:46:03 +00:00
beard%netscape.com
5e272eaaf9 Fixed leaks by changing JSValue::toString()/toNumber() to return JSValue rather than JSValue*. LOAD_STRING now creates a JSString from a String*. 2000-05-09 03:11:54 +00:00
beard%netscape.com
0327df07be Added JSString for gc-able UNICODE strings, changed toString(), toNumber() to return JSValue rather than JSValue*. 2000-05-09 03:10:04 +00:00
beard%netscape.com
f97cc95de0 make wchar_t an atomic type, for JSString. 2000-05-09 03:06:49 +00:00
blizzard%redhat.com
e97ef02b1d better test program for testing embedding widget. 2000-05-09 03:02:11 +00:00
blizzard%redhat.com
73c394b953 fix bug where we were returning the js status string instead of the location. remove the toplevel window handling code for now. reverse the cur + max totals for progress updates since it makes more sense that way. fix signal marshallers to assume that int != int32. fix wrong marshaler for net_status and progress signals. change prototypes from GtkWidget * to GtkMozEmbed * since that's the Gtk way. make sure to actually pass the flags during a net_status signal. 2000-05-09 03:01:41 +00:00
sspitzer%netscape.com
3dd758d1b9 make it so the throbber stops when you try to build the subscribe datasource for imap. 2000-05-09 02:48:25 +00:00
ddrinan%netscape.com
2d72f7886b Added newline to end of file 2000-05-09 02:20:54 +00:00
ducarroz%netscape.com
8478f836bf Fix for bug 38319. Check return key only onkeypressed to avoid conflict with Ja input. 2000-05-09 02:13:57 +00:00
ducarroz%netscape.com
b1405f6fcb Fix for bug 28501. Remove implemented buttons. 2000-05-09 02:09:11 +00:00
wtc%netscape.com
14a77dfbe4 Fixed indentation. 2000-05-09 02:04:24 +00:00
locka%iol.ie
d60cc8ac22 Added some explanatory error messages for common problems 2000-05-09 01:54:23 +00:00
sfraser%netscape.com
e9ed87d342 Fix the paste as quotation command for mailnews. 2000-05-09 01:49:11 +00:00
ddrinan%netscape.com
8dad32f248 Fix up manifest 2000-05-09 01:36:43 +00:00
ddrinan%netscape.com
16a1d0a19a Adding Makefile to build in Mozilla 2000-05-09 01:35:54 +00:00
ddrinan%netscape.com
ff30abf69c Fixed up manifest 2000-05-09 01:31:07 +00:00
thayes%netscape.com
007c2f07b7 Add makefile to the tip 2000-05-09 01:30:38 +00:00
ddrinan%netscape.com
ff32de2c09 Adding Makefile to build this in Mozilla 2000-05-09 01:30:31 +00:00
jefft%netscape.com
98efe11ade fixed bug 20878 - IMAP: UW - supporting root folder 2000-05-09 01:26:55 +00:00
ducarroz%netscape.com
1b8746adf7 We need to hide the Insert menu as well in plain text mode. 2000-05-09 01:17:33 +00:00