Commit Graph

617 Commits

Author SHA1 Message Date
alecf%netscape.com
14539e2d9f fix strres js so that the string bundle service is retrieved via getService, not createInstance()
(otherwise there were 2 createinstances for every creation of a stringbundle!)
2000-04-24 08:04:06 +00:00
cata%netscape.com
25a9d04253 Menu code moved on new API. 2000-04-24 02:18:16 +00:00
sspitzer%netscape.com
63cfd0c545 missing the </RDF:RDF> tag. this was causing me to crash on exit. 2000-04-23 05:30:37 +00:00
tao%netscape.com
fcf44711b1 35397: "Make Taskbar localizable". Move menu hierarchy to taskbar.rdf. (r=waterson,a=ben) 2000-04-21 22:04:02 +00:00
tao%netscape.com
305359871d 35397: "Make Taskbar localizable". Move menu hierarchy to taskbar.rdf. 2000-04-21 22:02:38 +00:00
hyatt%netscape.com
ef7fd3b7cd Fix tree selection color. 2000-04-21 10:00:37 +00:00
hyatt%netscape.com
e6af40b333 Fix mac. 2000-04-21 09:58:32 +00:00
hyatt%netscape.com
ed7eedafdf Beginning the process of massaging the CSS and XUL to conform to the new
directory org.
2000-04-21 09:40:38 +00:00
ducarroz%netscape.com
2b4f305183 Fix problem where you cannot set or remove the focus on a textfield using JS call focus() or blur(). Now with this fix, we may have another bug showing up that don't let you tab outside the field. hyatt has a bug filed for that. R=hyatt. 2000-04-21 01:16:58 +00:00
granrose%netscape.com
4f53903ddc changed Milestone from static M14 to dynamically generated value of whatever's between the last ; and ) in the user agent string. r=leaf. bug 36027. 2000-04-20 22:49:09 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
hyatt%netscape.com
4310ed181b Switching name to id in XBL.: 2000-04-19 08:19:47 +00:00
cmanske%netscape.com
f10ff59ec4 Fixed 20938: added 'Blank Page to Edit' to 'New' submenus in all primary module windows. a=german 2000-04-15 03:16:43 +00:00
morse%netscape.com
6b0428948f remove image blocking 2000-04-13 05:16:10 +00:00
ducarroz%netscape.com
8506e067ce Add CSS binding for new XBL autocomplete widget. R=alecf. 2000-04-13 04:49:28 +00:00
brade%netscape.com
2eb6432471 use platform-specific keybindings for previous/next word (with and without extending selection) 2000-04-12 13:08:51 +00:00
brade%netscape.com
260fe488ca move windows-specific keybindings out of general editor file and into window-specific file 2000-04-12 13:07:44 +00:00
hyatt%netscape.com
2b53d72d4e Cuddling mailnews and giving it some of my sweet sweet love. 2000-04-12 00:25:05 +00:00
evaughan%netscape.com
227679761c Grid fixes.
Memory leak fixes.
box cleanup.

-a ftang
2000-04-11 23:55:15 +00:00
putterman%netscape.com
8cbb6c9e43 Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer. 2000-04-11 20:19:32 +00:00
hyatt%netscape.com
553dd52ec9 Backing out some global changes that cause sidebar horkage. 2000-04-07 18:38:04 +00:00
hyatt%netscape.com
710c01ed6a Fixing the XBL event handler bug and the menu accelerator bug (plus getting menus
looking normal again). r=brendan, ben a=leaf
2000-04-06 22:33:41 +00:00
pavlov%netscape.com
bc6bde6f27 fix for colorpicker not working r=ben a=leaf 2000-04-06 06:49:10 +00:00
sfraser%netscape.com
6e352cbf0a Add a Redo menu item, for future use. r=ben 2000-04-05 02:35:15 +00:00
sfraser%netscape.com
824b772d47 Fix for bug 29811 -- srGetStrBundle error on Mac. r=ben 2000-04-05 02:34:25 +00:00
sfraser%netscape.com
6609958d0b Fix for bug 29807; JS error from hidden window on Mac. r=ben 2000-04-05 02:33:03 +00:00
hyatt%netscape.com
ea2d786aaa Eliminating nsIFocusableContent 2000-04-04 23:54:06 +00:00
morse%netscape.com
e9e2380bbb add log-out ability to password manager 2000-03-31 15:41:04 +00:00
mccabe%netscape.com
817398ee13 Point to the JS Console page from the UI; from tasksOverlay, for now.
Tweak js console javascript, with many added notes

add 'categories I know about so far' to nsIScriptError.idl, as some attempt at documentation.
2000-03-31 10:51:13 +00:00
evaughan%netscape.com
53b00e50f0 box skinnablility changes.
-r Hyatt
2000-03-31 07:02:06 +00:00
ben%netscape.com
516c3bbdb3 some new widget styles, XBL API conversion for XUL widgets, remove evil style rules to regain menu performance 2000-03-30 07:53:42 +00:00
ben%netscape.com
31007cdd07 removing invalid binding link to avoid crash 2000-03-30 03:19:08 +00:00
ben%netscape.com
eebaf04faf fix typo 2000-03-29 23:42:39 +00:00
ben%netscape.com
774c4a2cbb fixing kbd navigation problem in menus (accidentally checked in a little too much last night ;) 2000-03-29 23:39:51 +00:00
ben%netscape.com
748b10becf new widget styles 2000-03-29 03:21:13 +00:00
morse%netscape.com
b7037df20d Create image-manager and form-manager submenus 2000-03-26 21:34:49 +00:00
morse%netscape.com
92c9dbbe00 Create image-manager and form-menu submenus 2000-03-26 21:33:05 +00:00
mjudge%netscape.com
c5ca8182ed r=saari stop scrollbars from being selected 2000-03-25 01:12:51 +00:00
dougt%netscape.com
34737ea99b Setting the param based on the value of the checkbox. r=morse@netscape.com
There is still some discussion regarding this fix.  It does unblock my feature
and does not cause any harm to the dialog I tested.  With that said, I am checking
it in.
2000-03-24 05:06:45 +00:00
ben%netscape.com
7962beb043 forgot these rules with yesterday's button tweaks, hence horked mailnews/editor toolbars. 2000-03-24 00:32:19 +00:00
hyatt%netscape.com
37dbdefabc XUL <textfield> lives. 2000-03-23 22:18:17 +00:00
hyatt%netscape.com
8b93c0cfcc More textarea/textfield goodness 2000-03-23 10:12:14 +00:00
hyatt%netscape.com
9702e7d0b2 More textarea/textfield goodness 2000-03-23 10:11:09 +00:00
hyatt%netscape.com
20ae9f7e3c Adding support for new XUL widgets. 2000-03-23 09:58:49 +00:00
ben%netscape.com
62deb982dc more new widget styles 2000-03-23 02:09:03 +00:00
sford3%swbell.net
db6b6e90d5 removing the offending, file, 31307 2000-03-22 07:25:05 +00:00
sford3%swbell.net
4c43ddcc27 more 31307, r=ben 2000-03-22 07:18:32 +00:00
sford3%swbell.net
1767efe557 bug 31307, moving globalBindings.xml to content 2000-03-22 07:13:17 +00:00
ben%netscape.com
8fa92b6283 some more style rules for the new widgets, checkmark images, etc. 2000-03-22 05:55:02 +00:00
dougt%netscape.com
14a97a3f18 removing PSMTaskMenu.xul. This file comes from /extensions/psm-glue. 2000-03-22 02:41:10 +00:00