Commit Graph

956 Commits

Author SHA1 Message Date
hyatt%netscape.com
a16af811db Fix for docshell regression. bug#41090, r=law 2000-06-02 22:13:51 +00:00
ben%netscape.com
1b5355a16b [perf] Reduce the number of webshells used to load a simple alert/confirm dialog 2000-06-02 13:06:39 +00:00
alecf%netscape.com
db076a41cf just adding default access key for view menu so we can see it in mail 2000-06-02 08:55:26 +00:00
ben%netscape.com
86e241e348 d&d tweaks 2000-06-02 07:10:47 +00:00
ben%netscape.com
b6f876900b fix draggable scrollbars on mac 2000-06-02 05:28:11 +00:00
kin%netscape.com
b940c4a89e Fix for bug #41186: Drag & drop code is interfering with scrollbar operations
Modifed nsDragAndDrop.startDrag() so that it checks to see if it has
a list of flavours before it invokes a drag session.

r=mjudge@netscape.com  a=beppe@netscape.com
2000-06-02 05:19:39 +00:00
ben%netscape.com
16947092cd adding nsIPref utility wrapper 2000-06-01 06:35:57 +00:00
ben%netscape.com
8c0cf89fe9 partial fix for 29403 2000-06-01 03:56:00 +00:00
hyatt%netscape.com
4c05a32b66 New grid tree bindings. 2000-06-01 01:49:14 +00:00
ben%netscape.com
4411705c4b Add wrapper libraries for clipboard and drag and drop. 2000-05-31 12:18:10 +00:00
hyatt%netscape.com
bc5cc7c6d0 Adding listbox bindings. Not used. 2000-05-31 09:33:45 +00:00
hyatt%netscape.com
aea9d743ad Turning on XBL tree event bindings. 2000-05-31 08:32:14 +00:00
hyatt%netscape.com
32ec99ef86 New bindings for removed content elements. 2000-05-31 07:42:06 +00:00
morse%netscape.com
1bb7b10eee doing the right thing to fix bug 40656, r=cmanske 2000-05-31 03:28:57 +00:00
hyatt%netscape.com
a651922bfc Patch anonymousContent 2000-05-30 09:06:08 +00:00
ben%netscape.com
a7a1209f80 fix for radio group 2000-05-30 08:57:10 +00:00
ben%netscape.com
8902babe9a typo 2000-05-29 03:50:58 +00:00
ben%netscape.com
ef0ed9fe77 fix build bustage 2000-05-29 03:26:53 +00:00
ben%netscape.com
3e5ae815f1 disconnect global/resources/skin/ from build 2000-05-29 02:54:52 +00:00
ben%netscape.com
04ba1fec08 move core toolkit XBL bindings into chrome://global/content/ 2000-05-29 02:54:03 +00:00
ben%netscape.com
46f4dfa7ae fix assertion due to deprecated getter/setter usage 2000-05-28 09:34:18 +00:00
ben%netscape.com
85e9bf3015 skin switching fix, r=hyatt 2000-05-28 09:14:44 +00:00
ben%netscape.com
5bd6af574f advanced print button functionality 2000-05-28 06:10:26 +00:00
ben%netscape.com
a4b0be2051 fix for non-cropping statusbar 2000-05-28 00:52:18 +00:00
ben%netscape.com
0b0191d919 fix bustage ('Load of URL 'chrome://global/content/content.css' failed') 2000-05-27 05:15:53 +00:00
ben%netscape.com
1b1872fdb1 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
evaughan%netscape.com
55816643f1 fix for [beta2] bugs:
37835
39085
32920

-r pinkerton, rods, hyatt
2000-05-26 06:42:29 +00:00
mkaply%us.ibm.com
c599e744f3 # 37239
r = mkaply@us.ibm.com, a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only
2000-05-25 14:23:27 +00:00
ben%netscape.com
40a585fcd7 skinnability cleanup 2000-05-25 05:54:47 +00:00
sfraser%netscape.com
2c410e27a0 Fix for 40444; don't allow buttons to steal focus willy-nilly, because this breaks toolbar buttons. What really needs to happen is that every kind of toolbar buttons needs user-focus: none style. r=hyatt, a=leaf 2000-05-24 20:52:26 +00:00
ben%netscape.com
42c8c842cd widget lovin', r=hyatt 2000-05-24 09:45:04 +00:00
mkaply%us.ibm.com
677613d5be # 37239
r = mkaply@us.ibm.com, a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only!
2000-05-22 19:38:22 +00:00
hyatt%netscape.com
55915394d7 adding a file with bindings that aren't used. harmless. r=ben 2000-05-22 08:22:43 +00:00
ben%netscape.com
85bbfefbe7 second attempt at 19557, skinnable sidebar. r=hyatt 2000-05-22 04:14:49 +00:00
hyatt%netscape.com
f87999942a New bindings for XUL trees. Not used. 2000-05-21 07:03:05 +00:00
cata%netscape.com
27c39f5a90 Charset override work: add API to force charset. 2000-05-17 06:06:02 +00:00
ducarroz%netscape.com
fa1e55f310 Fix for bug 39005 & 39008. Remove word show from menu items under view/toolbars. 2000-05-17 05:45:07 +00:00
alecf%netscape.com
d1b9811d17 fix radiogroup.selectedItem - was referencing some aRadioGroup which should have been "this" 2000-05-16 23:29:02 +00:00
morse%netscape.com
5acc6a7f35 fix incorrect component for wallet 2000-05-16 23:13:57 +00:00
cata%netscape.com
016ab6f616 Dynamic charset menu in Composer. Bug #38079 2000-05-16 22:20:18 +00:00
joki%netscape.com
a5837f5784 Second part of fix for 7404, allow left right keyboard scrolling, patch from Matt Bissiri and John Morrison 2000-05-16 14:28:09 +00:00
ben%netscape.com
2ac2d64e02 some more sidebar skin/CSS tweaks 2000-05-16 13:28:37 +00:00
ben%netscape.com
ba8ef35728 making sidebar panels not suck appearance wise. 2000-05-16 12:43:43 +00:00
ben%netscape.com
a849595f80 XUL <radiogroup> and <radio> are now implemented completely in JS/XBL,
deprecate 'iconic' classes of <checkbox> and <radio>
2000-05-16 12:08:35 +00:00
jbetak%netscape.com
321460b6c5 27646 Need to "inherit" charset info when opening a new browser window,
addressing some issues reported by ftang, recreating missing appCore in
mailnews context
2000-05-15 21:26:56 +00:00
brendan%mozilla.org
44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
evaughan%netscape.com
2316308130 1) Scrolling menus
2) many bug fixes
3) box debuging flags
2000-05-15 04:12:31 +00:00
morse%netscape.com
0fa194fa0f give feedback when allowing/blocking cookies/images 2000-05-14 21:22:31 +00:00
morse%netscape.com
43f3d2ce85 fix bug 27247, OK/Cancel buttons getting clipped on cookie/signon viewer 2000-05-14 20:25:30 +00:00
morse%netscape.com
f9e877487a fix bug 34200, dialogs are badly sized 2000-05-14 19:48:34 +00:00
mcafee%netscape.com
1823171144 Cleaning up about:credits link (32009) 2000-05-14 08:18:19 +00:00
mcafee%netscape.com
83ce4d28a3 Fixing resource URL to match danm's chrome restructuring. r=danm 2000-05-14 07:11:20 +00:00
danm%netscape.com
359703f889 correct display name 2000-05-14 05:30:00 +00:00
mcafee%netscape.com
a5e3d8c1b0 Fixing missing mozilla logo in about: page (38573) 2000-05-13 22:36:57 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
danm%netscape.com
49d1c9fe22 no longer used 2000-05-13 21:25:36 +00:00
mcafee%netscape.com
a47c632404 Adding copyright symbol to about: page (37691) 2000-05-13 21:16:16 +00:00
morse%netscape.com
835bf5d898 improve UI for selecting between encrypting and obscurring 2000-05-13 18:22:13 +00:00
morse%netscape.com
02b6af7439 improve UI for selecting between encrypting and obscurring 2000-05-13 18:08:46 +00:00
ben%netscape.com
94b682b963 skinnable taskbar 2000-05-13 00:40:39 +00:00
jbetak%netscape.com
e1db5c4c67 32591 View source page is displayed as ISO-8859-1 in no meta tag page
r=ftang
2000-05-12 23:33:37 +00:00
tao%netscape.com
8ecb361185 34954: need a mechanism to convert from accpet-lang to locale name and
vice verse.
2000-05-12 22:17:49 +00:00
alecf%netscape.com
c682dc2392 fix multi-line common dialogs by using <html> tag 2000-05-12 21:32:18 +00:00
jbetak%netscape.com
ceaef62f27 39089 Changed - 2nd browser window is tiny
fixing *two* browser window issue
2000-05-12 19:27:07 +00:00
jbetak%netscape.com
8372f0861f 32591 View source page is displayed as ISO-8859-1 when meta tag is missing
36136 [regression]View source with meta charset info can't be displayed properly
27646 Need to "inherit" charset info when opening a new browser widow
r=ftang
2000-05-12 04:17:06 +00:00
jbetak%netscape.com
2bcfa46cc6 37130 Implement "Customize..." of Mail Composer charset menu 2000-05-12 03:16:56 +00:00
morse%netscape.com
0db532ec53 minor wording change 2000-05-11 14:39:55 +00:00
tao%netscape.com
8264f1f968 restore the font size 5mm->3mm. 2000-05-11 04:52:57 +00:00
sspitzer%netscape.com
4555415922 gone. 2000-05-11 04:36:35 +00:00
sspitzer%netscape.com
193aaa7a9d these skin files have moved. 2000-05-11 04:36:24 +00:00
ben%netscape.com
6ec8006b8c removing redundant skins directories 2000-05-11 04:19:28 +00:00
sfraser%netscape.com
34a7da98c8 Fix for 38819 -- bad CSS causes button movement on mousedown. 2000-05-11 03:40:22 +00:00
sfraser%netscape.com
a4670dedd6 Fix 38302 -- add binding magic for additional textfield attribute and methods. r=ben 2000-05-11 03:05:48 +00:00
tao%netscape.com
7405162cf6 Move localizable css settings to locale/intl.css. r=hyatt. 2000-05-10 23:03:54 +00:00
morse%netscape.com
909cbe6953 perpare for having change-password and logout commands in the UI again 2000-05-10 22:25:09 +00:00
jbetak%netscape.com
302c33deee 32477 Implement accept-language UI 2000-05-10 20:20:21 +00:00
cata%netscape.com
5a13204c66 Fixing JS error bug. 2000-05-10 08:19:46 +00:00
jbetak%netscape.com
f030e5a795 32477 Accept-Language UI 2000-05-10 03:36:03 +00:00
jbetak%netscape.com
eed1039a44 32477 Implement accept-language UI 2000-05-10 03:27:25 +00:00
jbetak%netscape.com
6f89f0eaac 32477 Implement accept-language UI 2000-05-10 03:21:58 +00:00
cmanske%netscape.com
a69d61903a Added another case for rule that supresses borders on plain buttons a=ben 2000-05-10 02:23:09 +00:00
danm%netscape.com
f116f169ed more chrome registration rearrangement 2000-05-10 02:17:03 +00:00
danm%netscape.com
6073141fbd chrome installation manifests 2000-05-10 02:02:13 +00:00
ben%netscape.com
0c84c1addc moving loading.gif into global from res/ 2000-05-09 23:00:22 +00:00
tao%netscape.com
9e03346dbf 1. move global vars into funciton blocks; 2. delay initialization of vars
until they are needed. 3. clen up. r=jbetak
2000-05-09 22:49:52 +00:00
cata%netscape.com
ae39534206 Dynamic charset menu for Mailview. 2000-05-09 07:18:49 +00:00
pinkerton%netscape.com
35f27e9461 fix for 38132, assert when mouse was over html element and a tooltip was registered. two things: make sure we always find the xul document using where the popup is registered not the event target, and try/catch around asking for the attribute since DOM Elements won't have attributes. 2000-05-08 23:21:57 +00:00
rjc%netscape.com
a337ae3ca5 Fix bug # 36716. 2000-05-08 04:21:23 +00:00
jbetak%netscape.com
a8fc71f792 32477 Accept Language UI 2000-05-08 02:47:43 +00:00
jbetak%netscape.com
2164b977d0 32477 Accept-Language UI,
changing location and name of the language name string bundle,
r=erik, ftang
2000-05-07 21:30:10 +00:00
jbetak%netscape.com
778e34b964 32477 Accept-Language UI,
changing location and name of the language name string bundle,
r=erik, ftang
2000-05-07 21:24:09 +00:00
bryner%uiuc.edu
d0962238b5 Fixing objdir build bustage. 2000-05-06 06:17:48 +00:00
danm%netscape.com
7cec3168f2 adding chrome registry update directives 2000-05-06 01:02:42 +00:00
slamm%netscape.com
cb44bf4286 Make text for sidebar-header-box and sidebar-header-splitter flexible so it can be collapsed. 2000-05-05 22:41:00 +00:00
danm%netscape.com
c30da52a01 adding chrome registry update directives 2000-05-05 01:43:24 +00:00
tao%netscape.com
c1007c6e93 Bug 35404: centralize all URLs into builtinURLs.rdf (a=don,r=jbetak) 2000-05-04 23:49:45 +00:00
tao%netscape.com
c4da25b7d6 Bug 35404: centralize all URLs into builtinURLs.rdf 2000-05-04 23:41:17 +00:00
ben%netscape.com
6dbe1821e5 tooltip infrastructure 2000-05-04 04:30:53 +00:00
evaughan%netscape.com
0e6613b889 Fixed 1st part of visibility collapse bug. 2000-05-03 22:30:09 +00:00
ben%netscape.com
f84630d2ac tweak 2000-05-03 07:12:37 +00:00
ben%netscape.com
1295fd8bac support sort column bg shading 2000-05-03 06:15:41 +00:00
ben%netscape.com
6195a44278 re-add tabcontrol styles 2000-05-03 03:38:26 +00:00
ben%netscape.com
f69b715087 dialog padding tweaks 2000-05-03 03:29:47 +00:00
jbetak%netscape.com
5e34875d78 37377 Page reloaded when you press Cancel in customize charset dialog, r=cata 2000-05-03 01:10:47 +00:00
ben%netscape.com
36171087b3 speeding up menus again (slowed them down yesterday) 2000-05-02 22:48:55 +00:00
ben%netscape.com
b88fc046b4 fix splitter problems 2000-05-02 05:00:03 +00:00
ben%netscape.com
dc53ed8772 fixing 37847: js error on keyverb selection 2000-05-02 04:10:05 +00:00
ben%netscape.com
bbbcbd2f0e fixing toolkit menus, making grey fgcolour only apply to disabled textfields 2000-05-02 04:01:38 +00:00
cls%seawood.org
04417332fe OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
mkaply%us.ibm.com
d41c17e2f8 # 37239
r= mkaply@us.ibm.com
OS/2 bring up continues - checking in files for the OS/2 team
2000-05-01 22:21:43 +00:00
sfraser%netscape.com
8b6fe118f7 Make the text of inputs non-grey 2000-05-01 21:54:26 +00:00
hyatt%netscape.com
fe98e16945 Fixing tree XBL. 2000-05-01 08:17:33 +00:00
ben%netscape.com
bfbdf4b798 fix XML error 2000-05-01 01:18:39 +00:00
ben%netscape.com
a4482a5173 skinnability fixes 2000-04-30 07:51:02 +00:00
sspitzer%netscape.com
b3b83e4e42 the confirm migration dialog (not the autoconfirm migration, but the other one)
was coming up with the icon all stretched.  this fixes that problem.
2000-04-30 07:22:29 +00:00
ben%netscape.com
ed5a4b5c67 skinnable preferences headers 2000-04-30 02:41:54 +00:00
ben%netscape.com
639b8bd1ef oops forgot to add this graphic 2000-04-30 02:41:11 +00:00
ben%netscape.com
c728a40fe8 global.css tidy up, some nicer menu arrow graphics, other tweaks. 2000-04-30 02:40:55 +00:00
hyatt%netscape.com
7742d5f229 Adding support for backstop style sheets 2000-04-28 23:34:12 +00:00
alecf%netscape.com
89933486b3 fix common dialogs where button3 and button4 are used, such as in editor 2000-04-28 20:55:44 +00:00
morse%netscape.com
5478643ae1 bug 37133, remove change-password from UI 2000-04-28 14:14:09 +00:00
alecf%netscape.com
783399c12e do ben a favor and make a bunch of shared stuff skinnable! 2000-04-28 08:20:11 +00:00
alecf%netscape.com
c411fa7a75 skinify the wizard overlays 2000-04-26 21:50:49 +00:00
cata%netscape.com
a7be9647e8 Label name changed. 2000-04-26 21:26:18 +00:00
cata%netscape.com
0284e64889 Fixes on the Charset Menu. 2000-04-26 21:25:00 +00:00
slamm%netscape.com
5154865dd3 Add bindings for sidebar header so it can be either a box or a splitter as needed. 2000-04-26 14:17:45 +00:00
slamm%netscape.com
e28ad67933 Add bindings for treecell-indented-leaf and treecell-indented-folder. Fixes twisties in trees. Checkin for hyatt. 2000-04-26 14:17:33 +00:00
brade%netscape.com
382b01ee17 insert function for FillInTooltip a=ben; remove duplicate function NewEditorFromDraft 2000-04-26 08:57:04 +00:00
brade%netscape.com
3ce380d3ae move popupset for tooltip out of navigator.xul into globalOverlay.xul 2000-04-26 08:54:42 +00:00
danm%netscape.com
2aeb01376b use preference for browser chrome url (aka navigator.xul). bug 31867 2000-04-26 02:25:28 +00:00
hyatt%netscape.com
2cb0f39094 making menus 30-40% faster. 2000-04-26 02:21:47 +00:00
hyatt%netscape.com
8328beb11c Tweak menulist. 2000-04-25 08:38:12 +00:00
hyatt%netscape.com
3ca119d9eb landing debug rules 2000-04-25 06:35:28 +00:00
ben%netscape.com
52f4791146 fix for gigantic personal toolbar 2000-04-25 04:20:18 +00:00
ben%netscape.com
e6e329fcd4 fix for XBL assertions on startup 2000-04-25 04:13:08 +00:00
pavlov%netscape.com
bb58b57e39 add rules for tree-cell-icon 2000-04-25 03:27:01 +00:00
ben%netscape.com
2b8ec2e0f4 PrefWindow IV landing 2000-04-25 02:17:38 +00:00
ben%netscape.com
447633c2c0 Prefwindow IV landing 2000-04-25 02:01:49 +00:00
ducarroz%netscape.com
d25ee9357e Fix for bug 36939. Autocomplete widget doesn't use anymore its own tag but instead, it's now a textfield with the attribute "autocomplete" set to true. 2000-04-25 01:21:56 +00:00
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
brade%netscape.com
7b0a90d231 fix bug #25779; alternate cut/copy/paste keybindings for Windows and Linux 2000-03-21 14:47:24 +00:00
brade%netscape.com
69fbffbdc1 fix bugs 28313 and 25779; alternate key bindings for cut/copy/paste and shift-word-select in textarea (wrong command) 2000-03-21 14:44:10 +00:00
brade%netscape.com
c2c2a3b1b5 fix for #25456; add keybindings for shift-home and shift-end 2000-03-21 14:26:08 +00:00
sfraser%netscape.com
2fa72ac8a2 Fix for 31669: get the right PSMTaskMenu.xul on Mac. r=ducarroz 2000-03-21 01:34:23 +00:00
ben%netscape.com
2235553379 adding modality pref for prefwindow, r=akkana 2000-03-20 23:58:39 +00:00
ben%netscape.com
5f49a3cf02 moved style rules for new widgets into separate files, added selected twisty images 2000-03-18 06:13:23 +00:00
matt%netscape.com
ecc44e7bcc Adding for international. Adding about str. name 2000-03-18 00:47:25 +00:00
ben%netscape.com
bfda7cc864 new twisties 2000-03-17 11:22:32 +00:00
ben%netscape.com
176bc8e6a2 set default="true" attribute on default dialog buttons on mac (forgot to check this in before) 2000-03-17 01:53:31 +00:00
ben%netscape.com
3271646559 updating global to support the 'default' look on <button>, some <radio> and <checkbox> tweaks (not used currently) 2000-03-17 01:48:54 +00:00
hyatt%netscape.com
3700a0f38f Patching checkbox and radio XBL. Does not affect build, since widgets aren't used yet. 2000-03-17 01:09:27 +00:00
ben%netscape.com
de0afc3e45 added brand.dtd to fix openLocation horkage 2000-03-17 00:36:32 +00:00
hangas%netscape.com
636c56a118 More checkins to support fix to 32015, r=ben/mscott 2000-03-16 23:08:22 +00:00
hangas%netscape.com
9699080d1e Adding new sort direction images to build. These will be used by the checkin that fixes 32015 images by ben, r=me. 2000-03-16 23:07:32 +00:00
hangas%netscape.com
99fa6274d5 First Checked In. 2000-03-16 23:05:33 +00:00
dougt%netscape.com
93ec940c64 removing PSMTaskMenu.dtd from being exported since it is now exported from
/extensions/psm-glue.
2000-03-16 06:52:30 +00:00
pavlov%netscape.com
36d4962ef1 remove PSMTaskMenu.dtd from the unix build here since it is exported from extentions/psm-glue now 2000-03-16 06:42:13 +00:00
pavlov%netscape.com
de56feaa33 remove PSMTaskMenu.xul from the files exported on unix since it is getting exported from extentions/psm-glue 2000-03-16 06:38:50 +00:00
dougt%netscape.com
d0e86d0fcc Adding an xul ID to a menupopup so that I can overlay it. 2000-03-16 06:29:13 +00:00
ben%netscape.com
4f9c01c7c6 convert dialogOverlay to use new button widgets, make skinnable 2000-03-16 01:21:55 +00:00
ben%netscape.com
33ca366ab2 styling the new widgets 2000-03-16 01:13:53 +00:00
hyatt%netscape.com
94b88b964a Landing the new progressmeter. 2000-03-15 03:06:46 +00:00
hyatt%netscape.com
4be33a20d3 Fixing build horkage. 2000-03-14 12:09:28 +00:00
ben%netscape.com
61203b2f72 fix prefwindow not coming up problem 2000-03-14 11:46:59 +00:00
hyatt%netscape.com
cc3cf630c3 Converting tabs 2000-03-14 11:40:02 +00:00
hyatt%netscape.com
6a78fcfac1 Moving scrollbars into separate file. Adding XBL for radios and tabs. 2000-03-14 11:17:11 +00:00
ben%netscape.com
216fd0885c forgot to add these files 2000-03-14 11:09:47 +00:00
ben%netscape.com
54958006d1 fixes for profile manager bugs 24851, 27526, 27595, 28283, 29139, 30246, 31472, 31473, 28185, 30094, 31151, 29633, 17721 2000-03-14 11:07:09 +00:00
putterman%netscape.com
040516ee3d r=ben. Add styles for button menus of buttons with other28 class. Used for File
button in mailnews thread pane.
2000-03-14 05:02:56 +00:00
akkana%netscape.com
fec2126d44 6085, middle mouse should load link in new window (r=alecf,puetzk@iastate.edu);
24571, middle-mouse paste should be pref-able (r=mcafee);
plus nonmodal pref window (r=pavlov).
2000-03-14 02:56:48 +00:00
hyatt%netscape.com
a33410c106 Making menus give feedback even when disabled. r=ben 2000-03-13 10:37:57 +00:00
morse%netscape.com
078082d8a9 hide wallet functions when not in browser, fixes bugs 29842, 29846, & 29848 2000-03-11 22:23:28 +00:00
hyatt%netscape.com
8819435c16 Patching scrollbar look 2000-03-11 11:10:41 +00:00
hyatt%netscape.com
f2b33a40cf style rules & xbl bindings for new widgets 2000-03-11 10:32:59 +00:00
pavlov%netscape.com
ff7a889382 adding crypto stuff to the tip 2000-03-11 04:33:39 +00:00
ben%netscape.com
aaa1772939 fixes for search panel appearance, 28103 r=german, a=jevering 2000-03-09 07:46:00 +00:00
hangas%netscape.com
e174cbd5d3 Fix 30786 (buttons and menus on taskbar wiggle if mouse over buttons) r=german a=phil 2000-03-09 01:39:50 +00:00
matt%netscape.com
4b0f150862 adding js to change release notes based on brand. 29885 2000-03-09 01:33:14 +00:00
slamm%netscape.com
c4a2e7615d Add rule to collapse splitter siblings when collapsed='true'. Eventually we may want to make this rule more general (by taking off 'box >'). Bug 29813. r=evaughan,mcafee a=jevering r=hyatt 2000-03-08 00:15:29 +00:00
pinkerton%netscape.com
d29cba4031 fix for 30911, don't show active state unless mouse is inside the button (changes :active to :hover:active). r=hyatt, a=jevering. 2000-03-07 23:58:48 +00:00
mcafee%netscape.com
8d9521f806 Using proper copyright date range (10980). r=slamm, btoring. a=jar 2000-03-07 22:46:29 +00:00
rods%netscape.com
c6496e7cb6 changes to select becuase the new display area is a block and text frame instead
of a button
fixes bugs 29544, 28835
a=jar
2000-03-07 15:56:14 +00:00
hangas%netscape.com
d1f6b630a1 Fix 29861 (Make throbber do the right thing for every window - mozilla and Netscape trees) r=scottip a=phil 2000-03-07 00:22:55 +00:00
matt%netscape.com
94db80804b adding hemp menu branding for bug 4689 was approved by jar 2000-03-04 00:20:32 +00:00
mcafee%netscape.com
cd52e3400b Minor HTML correctness change (10980) r=elig, a=jar 2000-03-03 23:45:44 +00:00
slamm%netscape.com
202b76e7e2 Checkin for german@netscape.com. Add styles new 'texttab' widget (based on boxes). Bug 28353. r=hyatt,slamm, a=jar. 2000-03-03 22:39:00 +00:00
slamm%netscape.com
6fc341c29f Checkin for german@netscape.com. Add globalBindings.xml and images for new 'texttab' widget (based on boxes). Bug 28353. r=hyatt,slamm, a=jar. 2000-03-03 22:38:42 +00:00
rods%netscape.com
4c24c7778b backing out earlier check
a=jar
2000-03-03 07:16:25 +00:00
rods%netscape.com
1ae427a132 changes for new combobox
b=28593, r=self, a=jar
2000-03-03 04:23:45 +00:00
ben%netscape.com
15174fa5e3 PDT+ b=26592, r=german (and other people in bug report), a=jevering 2000-03-03 03:46:50 +00:00
morse%netscape.com
0d404201e2 fix bugs 30043, 29842, 29846, 29848, wallet items reappeared on task menu, r=dp, a=jevering 2000-03-02 23:55:08 +00:00
saari%netscape.com
350e50b349 Fix for PDT+ 27784. r=joki, a=jevering 2000-03-02 22:57:45 +00:00
hyatt%netscape.com
ef422972c6 Same checkin. a=jar 2000-03-02 10:26:42 +00:00
hyatt%netscape.com
d6796e3c65 XUL RadioGroup element, not used in XUL. r=ben, a=jar 2000-03-02 10:00:09 +00:00
mcafee%netscape.com
0aad0e99ec Bumping Full Circle copyright (27477). r=leaf, a=jar 2000-03-02 08:57:52 +00:00
evaughan%netscape.com
cf0d42fc25 bugs fixes for: 28460, 27242, 29462
-r hyatt, -a jar
2000-03-02 03:01:30 +00:00
dougt%netscape.com
80c54427d9 removing update notifcation for beta1. r=ben, a=cathleen.
WONT AFFECT COMPILATION.
2000-03-02 00:29:14 +00:00
hangas%netscape.com
770560f733 Fix 29560 (Add a pixel of padding above and below every tree row) r=German, a=phil 2000-02-29 21:54:07 +00:00
valeski%netscape.com
1e6f5bf5e8 brand.properties is no longer used for milestone info, we now do this in prefs, 29164 2000-02-29 20:40:47 +00:00
mcafee%netscape.com
464ec850d4 Open taskbar URLs with openTopWin() function (29450). r=ben, a=chofmann 2000-02-29 09:27:29 +00:00
mcafee%netscape.com
6addcef044 First attempt at drawing a taskbar separator (24121) r=ben, a=chofmann 2000-02-29 08:55:47 +00:00