Commit Graph

1907 Commits

Author SHA1 Message Date
rods%netscape.com
c42fa2528c 1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings object. The items not saved are those used during the printing process and it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings. If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS. Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define "back stop" prefs for picking up first. Then the printer specific prefs can override those settings. For example, we may define in prefs that the default paper size 8.5x11, then if if the "save PS prefs" is turned on, for a given printer it might save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read or written.
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 13:08:45 +00:00
rods%netscape.com
9e6a587a72 Backing out changes - just as well, I forgot to but the bug # and r/sr/a anyway 2002-03-15 14:49:09 +00:00
rods%netscape.com
20d6c55150 1) Removes most all the unneeded data from nsPrintOptions service. All data
should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings
   object. The items not saved are those used during the printing process and
   it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings.
   If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS.
   Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific
   set of prefs. Then if a printer name is available in the PS then it tries
   to initialize itself from the printer specific prefs. This enables to define
   "back stop" prefs for picking up first. Then the printer specific prefs
   can override those settings.
   For example, we may define in prefs that the default paper size 8.5x11,
   then if if the "save PS prefs" is turned on, for a given printer it might
   save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read
   or written.
2002-03-15 13:55:54 +00:00
andreww%netscape.com
d2bc38bc28 bugzilla 129140 r=hwaara, sr=hewitt, a=asa - updating skinversion to 1.0 2002-03-14 21:20:51 +00:00
varga%utcru.sk
9cdc3a8504 Checking in for Neil <neil@parkwaycc.co.uk>
Fix for bug 109651. The [X] cross in tab bar should be disabled when there is only one tab.
r=timeless, sr=jag, a=asa

Fix for bug 109651
2002-03-14 11:46:40 +00:00
seawood%netscape.com
b2070d23cd Autoregister chrome contents.rdf entries (like we do on the Mac) except when NO_JAR_AUTO_REG is set in the makefiles. Add add-chrome.pl code to make-jars.pl.
Bug #129456 r=bryner a=asa
2002-03-14 05:03:04 +00:00
bryner%netscape.com
a34c68fa0b Changing XUL menus to use a :-moz-menuactive pseudoclass rather than a menuactive attribute for styling the active item. This will allow XBL select widgets to not modify the HTML DOM. Bug 128947, r=dbaron, sr=hyatt, a=asa. 2002-03-12 21:49:23 +00:00
rods%netscape.com
b04e03e883 The document viewer was only clamping on values above 100%, the Front-end UI
was doing the clamping on 50-100%, I have changed the back-end to do no
clamping and the front will now allow values between 10 and 500%, these seem
reasonable.
Bug 127508 r=sgehani sr=alecf a=asa
2002-03-10 15:23:54 +00:00
andreww%netscape.com
2a5a094dd4 68961 (r=varada, sr=ben/alecf, a=asa) "sort" options on view menu of history should have mnemonics 2002-03-08 20:46:30 +00:00
varga%utcru.sk
bb5b574f68 Fix for bu 127005. Page-down in outliner changes the selection.
r=bryner, sr=blake, a=asa
2002-03-08 05:17:30 +00:00
sspitzer%netscape.com
39c459115b fix for bug #128766. "Go Ahead" button should be "Finish" on the mac.
r=hwaara, sr=bienvenu, a=asa
2002-03-08 02:48:51 +00:00
bryner%netscape.com
8b898b481f Adding some missing .cvsignore files. a=leaf. 2002-03-08 00:00:05 +00:00
bzbarsky%mit.edu
f1c1c03e0a Add a pref observer for the "hide tab bar with only one tab" pref. Bug
112699, patch by caillon@returnzero.com (Christopher Aillon),
r=bzbarsky, sr=jag, a=asa
2002-03-06 22:48:41 +00:00
cbiesinger%web.de
532cef2c10 bug 127252 patch partially by mstoltz r=bbaetz/me sr=darin a=asa
make about:config work again
2002-03-06 22:11:02 +00:00
rjc%netscape.com
8c3f3ca6b7 Fix bug # 128678: Mac OS X window toolbar widget regression. r=brade sr=hewitt a=asa 2002-03-05 23:49:39 +00:00
bryner%netscape.com
43c343c801 Bug 128749 - fix shortcut keys when a select/outliner has focus. r=pinkerton, sr=blake, a=asa. 2002-03-04 23:36:38 +00:00
varga%utcru.sk
7d1d162f6e Fix for bug 116484. column picker in outliner: I have to click twice to show / hide columns.
r=varga, sr=sspitzer, a=asa, patch=neil
2002-03-04 15:13:40 +00:00
yokoyama%netscape.com
e263f7d7f4 Bug:127946
Add remaining accept-languages from Mozilla L10n projects
Files changed:
  language.properties
  languageNames.properties
/r=yokoyama, /a=asa
2002-03-02 00:58:27 +00:00
law%netscape.com
76a54876d6 Bug 113727; improved UI for Page Setup dialog; r=sgehani, sr=blake, a=asa/drivers 2002-03-01 00:51:47 +00:00
law%netscape.com
ae0aaa7f30 Bug 126850; delay focusing of first dialog element till after onload (workaround for bug 103197); r=jag, sr=hewitt, a=asa/drivers 2002-03-01 00:38:26 +00:00
law%netscape.com
5ace3fa051 Bug 127915; make textbox's html:input inherit tabindex; r=sgehani, sr=blake, a=asa/drivers 2002-03-01 00:34:01 +00:00
pinkerton%netscape.com
b259f044cb api for overriding aspects of content-area drag&drop. r=ccarlen/sr=sfraser/a=shaver. bug# 126069 2002-02-28 22:19:04 +00:00
bryner%netscape.com
9534995ca2 bug 127189 - changing the sizetopopup attribute to have two valid "on" modes: "pref", which sets the preferred size to the popup size, and "always", which sets both the preferred and min size to the popup size. Converting all current users of sizetopopup=true to sizetopopup=pref. r=saari, sr=hyatt, s=shaver. 2002-02-28 07:28:39 +00:00
varga%utcru.sk
7d809a39b6 Fix for bug 123868. Drag in History drags entire outliner frame.
r=bryner,sr=blake,a=asa
2002-02-27 04:01:32 +00:00
racham%netscape.com
3bc6d9518e Fixing bug 125060. Using setTimeout(), set the focus on the first element that can be focussed on a given wizardpage. Fixes mailnews account wizard problem. r=law, sr=jag, a=asa 2002-02-27 00:44:35 +00:00
blakeross%telocity.com
06d9a7a120 53496 - no urlbar when using window.open and only 'location=yes'. r=hewitt sr=ben a=asa 2002-02-27 00:40:11 +00:00
ftang%netscape.com
f23b7d87e7 fix bug 107731. r=ftang sr=alecf a=shaver
add some more language names and region name to the property file
2002-02-22 22:14:18 +00:00
aaronl%netscape.com
d26c4ef621 Bug 115686. F4 to open menulist popups. Incorrect of original checkin, checking it in correctly. r=blake, sr=hewitt 2002-02-20 07:14:13 +00:00
sgehani%netscape.com
4ff1572cca Landing print preview toolbar and UI.
b=111235; r=law; sr=hewitt
2002-02-20 06:19:39 +00:00
hewitt%netscape.com
810382505e another missing file, is my brain missing as well? 2002-02-20 04:45:22 +00:00
blakeross%telocity.com
11c4275fcc 66321 - prevent arrow key toggling in radiobuttons from bubbling. r=ben sr=hewitt 2002-02-20 04:06:23 +00:00
hewitt%netscape.com
5c354e81e6 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:33:52 +00:00
dbragg%netscape.com
c7478fbb13 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
hewitt%netscape.com
99b488075a 121955 - implement checkbox listitems, r=hyatt, sr=blake 2002-02-20 02:20:27 +00:00
timeless%mac.com
1f0a883e6c Bug 125078 Implement InitPrintSettingsFromPrinter for GTK+/Xlib
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=attinasi
2002-02-19 22:47:35 +00:00
rods%netscape.com
ae0b7240a9 1) In DocumentViewer: I did rearrange some of the data members for PrintData
and PrintObject and their initialization order
2) In DocumentViewer: Implemented the shrink to fit feature by calc'ing the
ratios in the first reflow and then reflowing a second time to shrink them
3) In nsPageFrame: This is somewhat unrelated to this bug, but I found where
continuing frame content was being parented to the PageFrame instead of the
PageContentFrame.
4) Although at this time I am not using DumpFrames for debugging I may want to
switch back to it while debugging at anytime.
Bug 100967 r=dcone sr=attinasi
2002-02-19 11:49:27 +00:00
akkana%netscape.com
2b3641c229 80805: old patch, should have been checked in earlier. r=cmanske sr=hewitt 2002-02-19 02:06:41 +00:00
dbragg%netscape.com
ab8874ce15 More fix for bug 91721. The contents-region.rdf and contents.rdf files are used
to evaluate whether a language or content pack is obsolete.  If so they display
(needs update) next to the pack and prevent the user from selecting it. The dtd
files are used for the same purpose.
r=tao, sr=alecf
2002-02-18 23:24:40 +00:00
jgaunt%netscape.com
c5488d8591 bug 109223 - XUL listbox Accessibility support r=aaronl sr=hewitt 2002-02-18 07:35:10 +00:00
pinkerton%netscape.com
1dc8ab7ecd pulling content-area drag&drop out of JS and into C++ so it is available to embedding. Now built-in to <browser> tag. r=brade/sr=ben. bug#45605 2002-02-17 19:32:08 +00:00
aaronl%netscape.com
26f23e3c82 Bug 115686: support F4 in dropdowns - XUL <menulist>, HTML combobox and URL bar. r=dean_tessman, sr=hewitt 2002-02-16 01:35:09 +00:00
sgehani%netscape.com
822b346828 Make cancel button show even when progress text (%ge complete) is
dynamically shown.
b=124203; r=morse; sr=alecf
(original patch by Andreas Premstaller <andreas.premstaller@uibk.ac.at>)
2002-02-16 01:18:22 +00:00
timeless%mac.com
08498f93a8 Bug 102551 Close tab does nothing if wait too much between opening the menu and clicking close
patch by neil@parkwaycc.co.uk r=bzbarsky sr=jag
2002-02-15 14:18:14 +00:00
timeless%mac.com
b72dd8831f Bug 124835 Tabbed browser doesn't use pref variables correctly
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-02-13 15:45:25 +00:00
jaggernaut%netscape.com
9b532330ef Bug 107669: tab buttons do not resize themselves correctly [with large screen size]. Patch by Smaug <smaug@jippii.fi>. r=bryner, sr=ben. 2002-02-12 23:43:36 +00:00
blakeross%telocity.com
c3dbc75eb4 81061 - implement folder deletion in history.
73927 - use batch deleting for history (a speedup of 30000% for a few hundred items!).

63292 - session additions to global history are lost on a crash.

112308 - 2M history.dat file adds 30% to startup time.

96753 - changing history grouping doesn't update open sidebar panels.

98776 - support context menus on folders in global history.

124665 - can't clear global history after startup if you don't have a homepage.

93233 - with large history, clear history appears to hang.

92613 - shouldn't store chrome uris in global history.

59816 - clear history button should be disabled if history is empty; add count attr to nsIBrowserHistory.

104231 - last typed web location remains after clearing all history.

r=ben sr=alecf
2002-02-12 20:59:43 +00:00
stephend%netscape.com
bb7174103f Bug 124854. Typo in this DTD file 'prnit' to 'print' r=me. Patch by Giacomo Magnini <prometeo@flashnet.it> sr=blake 2002-02-12 00:38:12 +00:00
blakeross%telocity.com
f068c5f3fd 112520 - accept originating images radio gets stuck on. r=morse sr=hewitt 2002-02-11 23:12:38 +00:00
varga%utcru.sk
81099a6ee1 Fix for bugs:
91154 - threadpane / outliner autoscroll when clicking on last visible row
103243 - xul file picker: Ctrl+click moves focus ring, but not highlight
r=bryner, sr=hyatt
2002-02-09 04:17:23 +00:00
jst%netscape.com
f8e111bab0 Checking in Fabian Guisset's <hidday@geocities.com> fix for bug 30529. Implement window.minimize(), .maximize() and .restore() for chrome windows, and split chrome specific window methods/attributes into its own nsIDOMChromeWindow interface. r=heikki@netscape.com, sr=jst@netscape.com 2002-02-09 03:36:55 +00:00
blakeross%telocity.com
cc7382fd55 86237 - pressing esc wihle dragging throws exception. r/sr=hewitt 2002-02-09 01:45:10 +00:00
hewitt%netscape.com
c205c00552 123216 - no caret in password dialogs, patch=jag, r=bryner, sr=hewitt 2002-02-08 00:16:02 +00:00
cbiesinger%web.de
127ce038c1 bug 102838 r=walk84@yahoo.com sr=hewitt@netscape.com
Fix strict warning in dialog.xml
2002-02-07 09:45:07 +00:00
stephend%netscape.com
6e490b4112 Bug 123189. JS strict warning. (redeclaration). Patch by Stephen Walker <walk84@yahoo.com> r=stephend@netscape.com, sr=hewitt@netscape.com 2002-02-07 06:48:06 +00:00
andreww%netscape.com
5bf91273ec bugzilla 123412 r=bryner sr=hewitt - adding support for wrap attribute in multiline textboxes. 2002-02-07 04:02:48 +00:00
rods%netscape.com
276eba6850 Wrong patch checked in, print and file radios will now work correctly.
Bug 122530 r=dcone sr=hyatt
2002-02-06 13:58:48 +00:00
rods%netscape.com
c4d51c97c2 Remove checking for numeric input from header/footer input
part of fix to 120062 r=dcone sr=hyatt
2002-02-04 13:38:13 +00:00
blakeross%telocity.com
eb3438a11e 123285 - columns aren't correctly persisted in history and other outliners. r=ben sr=hewitt 2002-02-04 03:44:51 +00:00
hewitt%netscape.com
025a681e2b 110001 - onpagehide should not fire events when traversing back in the wizard, r=racham, sr=blake 2002-02-01 23:09:42 +00:00
hewitt%netscape.com
7ca4a270af 114580 - commonDialog is slow as molasses, r=jag, sr=bryner 2002-02-01 22:18:59 +00:00
rods%netscape.com
1c90bef427 enable a margin like gap specification for printing on unix
make it settable via the joboptions dialog
Bug 102596 r=roland sr=kin
2002-02-01 15:31:15 +00:00
heikki%netscape.com
55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
rods%netscape.com
f2c2102329 This does the following:
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2002-01-31 14:30:22 +00:00
varga%utcru.sk
4e0d2195d1 Fix for bug 120579. Dragging a bookmark draws frame of entire window.
r=pinkerton, sr=blake
2002-01-31 04:31:22 +00:00
morse%netscape.com
1a9d3917b7 bug 113089, doubleclick in chose-user screen should close window, r=sgehani, sr=alecf 2002-01-30 04:21:51 +00:00
timeless%mac.com
30694439f6 Bug 115636 javascript strict warnings in nsOutlinerSorting.js
patch by alexey@ihug.com.au r=timeless sr=jst
2002-01-28 08:46:13 +00:00
rchen%netscape.com
6e5961b218 Fix for bug 119279. Force mailnews to reload the page after user turns on the auto detector. r=nhotta,sr=alecf. 2002-01-24 23:32:42 +00:00
waterson%netscape.com
be398efa70 Bug 99691. nsBoxToBlockAdaptor shouldn't be creating space managers; instead, fix XUL <label> and <description> elements to create area frames. r=dbaron, sr=hyatt 2002-01-24 22:34:25 +00:00
pinkerton%netscape.com
7180e5e8d1 allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
timeless%mac.com
d8d1417669 Bug 120766�"radio-check" should not inherit="checked"
patch by neil@parkwaycc.co.uk r=jag sr=hewitt
2002-01-24 14:46:11 +00:00
bzbarsky%mit.edu
fd68f4f1a9 Update the "get new themes" link to point to XULPlanet, which actually
has themes.  Bug 120985, patch by Christopher Aillon
<caillon@returnzero.com>, r=hixie, sr=hyatt
2002-01-24 05:27:55 +00:00
hewitt%netscape.com
6af6c38289 121278 - Okay &amp; Cancel buttons missing from various dialogs, r=pinkerton, sr=smfr 2002-01-24 04:21:56 +00:00
bzbarsky%mit.edu
3f1e512564 Make "Open in new Window" and "Open in new Tab" set referrer correctly.
Bug 48902, r=doron, sr=hyatt
2002-01-24 02:35:16 +00:00
hewitt%netscape.com
e91f00e308 114580 - dialog alignment issues, r=jag, sr=bryner, a=blizzard 2002-01-18 23:11:54 +00:00
timeless%mac.com
57c97ae858 Bug 120397 "about:" should be updated to say "Copyright 1998-2002"
patch by caillon@returnzero.com r=choess@stwing.upenn.edu sr=jst a=blizzard
2002-01-17 23:07:14 +00:00
yokoyama%netscape.com
5f9a6dd108 Bug 120275
Redeclaration of contentArea strict warning in charsetOverlay.js
checking in for Alex Vincent
sr/a=brendan
2002-01-17 22:36:38 +00:00
rods%netscape.com
46c7c6ad9e Backing out inadvertent checkin of changes for a different bug. 2002-01-16 20:43:33 +00:00
jaggernaut%netscape.com
7895e64934 Bug 113722: add moveToAlertPosition() and centerWindowOnScreen() to <dialog/>.r=hyatt, sr=hewitt. This will also fix bug 110459. 2002-01-16 06:42:39 +00:00
mkaply%us.ibm.com
f6b4c94d4c #73206
rs=darin
Add copies of MPL and NPL to chrome
2002-01-16 06:24:13 +00:00
rods%netscape.com
52e7e0deba Move Paper size from XP Page Setup dialog to Linux PrintJobOptions dialog.
Bug 120062 r=roland,dcone sr=hyatt
2002-01-16 03:21:09 +00:00
rods%netscape.com
503c37671e turns on scaling and fixes it
Bug 120075 r=dcone sr=attinasi
2002-01-16 03:11:28 +00:00
varga%utcru.sk
ff7ad62083 Fixes for:
94653  - can't right align text in outliner cell
95730  - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.

- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
  and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
  element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable

r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes

sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
mkaply%us.ibm.com
1187514cf8 #73206
rs=darin
Add copies of MPL and NPL to chrome
2002-01-15 23:45:09 +00:00
dbragg%netscape.com
4563bf5291 Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com 2002-01-15 23:11:03 +00:00
hewitt%netscape.com
0b7a3e29e4 110001 - onpagehide should not fire events when traversing back in the wizard, r=blake, sr=hyatt 2002-01-15 22:51:29 +00:00
pinkerton%netscape.com
82e94c147d nsITheme impl on mac. r=sfraser/sr=hyatt. bugs 115731, 115733, 115735, 115737, 115740, 115749, 115760, 115763 2002-01-15 14:59:21 +00:00
rjc%netscape.com
69240dd619 Fix bug # 119876: <menu> needs to inherit "src=image". sr=ben sr=hyatt 2002-01-14 22:24:25 +00:00
jgaunt%netscape.com
cc5fb98518 bug 110422 optimize XBL accessible code
r=aaronl,rginda
sr=jag
2002-01-14 20:56:49 +00:00
hewitt%netscape.com
6a9212cec2 116366 - js error in tabbrowser, r=blake, sr=hyatt 2002-01-12 02:12:54 +00:00
hewitt%netscape.com
21d32da152 116341 - asking the column picker column for cell text, r=sspitzer, sr=blake 2002-01-12 01:26:17 +00:00
hewitt%netscape.com
7f0e98bdd5 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
hewitt%netscape.com
43cda34734 70858 - [XUL 1.0] Implement <listbox>, r=evaugahn, sr=hyatt 2002-01-12 01:18:10 +00:00
hwaara%chello.se
08934782e1 #105842, "Empty or no <title> or image does not update title in tabbed browsing"
Patch by neil@parkwaycc.co.uk

r=jag, sr=hyatt
2002-01-11 19:37:20 +00:00
aaronl%netscape.com
682aa6f2ff Bug 119067. Add nsIDOMXULMenuListElement.idl, implement open property. r=jgaunt, sr=hyatt. Bug 119251 - Active Accessibility status bar shouldn't act like a leaf - need the ability to have children. r=jgaunt, sr=waterson 2002-01-11 03:48:02 +00:00
andreww%netscape.com
7529fcb2aa Bugzilla bug 105801 fixes to modal about dialog. sr=ben, r=timeless 2002-01-11 00:29:06 +00:00
rchen%netscape.com
0641fa44bd Fix for bug 96759. Add composercharsetLoadListener function to listen to the page and SetForcedEditorCharset function to solve
the menu selection problem. r=nhotta,sr=alecf.
2002-01-10 21:55:26 +00:00
alecf%netscape.com
c5869c2865 some leftover files that I forgot to checkin to bug 100212, converting nsIFile.URL over to nsIIOService
r=dougt, sr=darin
2002-01-10 21:36:17 +00:00
varga%utcru.sk
728727cafd Fix for 116739. Many assertions when moving over the blank area of outliners.
Fix for 118632. file picker can display all column arrows.
r=bryner, sr=hyatt

- getCellAt() now checks for correct mouse coordinates and sets row value
  to -1 for invalid coordinates.
- added bail out checks to all callers.
2002-01-10 04:47:52 +00:00
jgaunt%netscape.com
39c50d6e53 bug 116796 crash with immersion desktop running, qi'd to an interface that wasn't defined in the xbl
r=aaronl,hewitt
sr=waterson
2002-01-09 19:15:14 +00:00
cmanske%netscape.com
50e8df151a Fixed getting checkbox checked state, part of fix by hewitt to bug 114668, r=cmanske, sr=ben 2002-01-09 15:04:42 +00:00
aaronl%netscape.com
60d7064439 Active accessibility fixes. Bug 118633 - null frame checks, bug 118761 - support STATE_SYSTEM_INVISIBLE, bug 118759 - support statusbar, bug 114109 - support dropmarker, bug 118858 and bug 118020 - text nodes shouldn't get focusable state. r's=jgaunt, sr's=hewitt, waterson 2002-01-09 10:02:29 +00:00
dean_tessman%hotmail.com
0cbf4497da Fix for 109824
Patch by slate@gwu.edu
r=cmanske,me sr=jag
2002-01-09 00:01:23 +00:00
blakeross%telocity.com
2ece01368f 44032 - apply themes on ok, cleanup panel, add link to themepark. r=ben sr=hewitt 2002-01-06 19:57:00 +00:00
hyatt%netscape.com
e3f61bf44f Checking in 115757, enabling of Windows XP Theme Support under Classic skin.,r=bryner,sr=hewitt 2002-01-04 00:28:01 +00:00
varga%utcru.sk
6673fe6131 80834 - [outliner scrollbar] if inbox has less than one page of messages, it will come up with a box where the scroll bar is
80548 - outliner scroll bar "disappears" in 3 stages

111101 - No scrollbox / slider / thumb in thread pane scrollbar

116269 - white scrollbars briefly show up in folder pane

116432 - Sometimes the twisty won't update after a click

116855 - Modify outliner builder syntax to match outliner content model
r=waterson, sspitzer, blake
sr=hyatt

99715 - convert category tree to use outliner
r=hixie
sr=blake
2002-01-03 22:58:23 +00:00
timeless%mac.com
dbfdc210fb Bug 90888�Wrong key shortcut in Go->Home menu.
r=rchen sr=jag
2002-01-02 22:34:27 +00:00
rods%netscape.com
7929b953f5 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
timeless%mac.com
d9ac2cfec9 Bug 43675�Download alert shouldn't say "Netscape"
r=tao sr=jst
2001-12-27 22:58:23 +00:00
ftang%netscape.com
379c95d705 fix bug 112382
Change the name of the language to the new standard
r=nhotta rs=ftang
2001-12-26 21:06:31 +00:00
timeless%mac.com
61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
hewitt%netscape.com
7f6ba9a292 116198 - remove progressbar tag to simplify progressmeter, r=ben, sr=hyatt 2001-12-21 01:41:32 +00:00
jgaunt%netscape.com
0da7904541 bug 115159, fix event firing for radiogroups
r=brendan
sr=blake
a=asa
2001-12-20 04:35:52 +00:00
hewitt%netscape.com
49b3625282 more xul simplification changes 2001-12-19 15:05:02 +00:00
hewitt%netscape.com
f32fcc2066 more changes from xul simplification landing 2001-12-19 14:02:40 +00:00
hewitt%netscape.com
5018ded512 whoops, this is what I really meant to do for 115447 2001-12-19 13:41:09 +00:00
hewitt%netscape.com
434501c27e 115447 - default tooltip alignment, r=ben, sr=hyatt 2001-12-19 12:28:30 +00:00
hewitt%netscape.com
7b10439c40 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2001-12-19 12:04:11 +00:00
varga%utcru.sk
949278c0fe Fix for 113477. Group outlinercols. r=bryner sr=hyatt 2001-12-18 13:42:28 +00:00
seawood%netscape.com
45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
aaronl%netscape.com
ab93285bed Bug 62423. Alt+down now opens history list in URL bar. r=ben, sr=hewitt 2001-12-17 07:44:57 +00:00
jgaunt%netscape.com
3cb166bf1c bug 102021, xul menulist accessibility support for aaronl
r=jgaunt, sr=hyatt
bug 109227, xul tabbox accessibility support
r=aaronl, sr=hewitt
bug 110800, improper event firing in selects
r=dcone, sr=attinasi
2001-12-17 01:21:29 +00:00
rods%netscape.com
053ca7cb23 Initial checkin for Bug 113917 not in the build 2001-12-15 23:50:48 +00:00
rods%netscape.com
3d5a3d84d0 Initial check in for BUg 113917 (not in the build yet) 2001-12-15 02:31:20 +00:00
dbragg%netscape.com
ebcf51de4d Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
r=tao, sr=dveditz, a=asa for drivers@mozilla.org
2001-12-14 00:18:54 +00:00
aaronl%netscape.com
e5f14b70c3 Bug 109164. Active Accessibility: state change events for checkboxes. r=jgaunt, sr=hyatt 2001-12-11 21:28:11 +00:00
jgaunt%netscape.com
8d406a8900 bug 98598 Xul radiobutton accessibility support
r=aaronl
sr=hyatt
2001-12-11 20:49:49 +00:00
nhotta%netscape.com
e968aad6a6 Changed not to use the cached value in the checkmark update code.
The cache is needed for the load listener, using it in the checkmark code will cause the inconsistency for tab browser.
bug 110424, r=ftang, sr=alecf.
2001-12-11 20:10:24 +00:00
blakeross%telocity.com
53d4045126 Fix inefficiency that alec spotted. r/sr=alecf 2001-12-09 23:20:20 +00:00
blakeross%telocity.com
1edb6b5d97 114258 - pref panel header binding, dialogoverlay.css shouldn't have to be included in each panel. r=ben sr=hewitt
114268 - unnecessarily setting localname attribute on all pref-based elements when loading pref panels. r=ben sr=hewitt
2001-12-09 20:49:22 +00:00
blakeross%telocity.com
ff79685c46 Adding missing |return|. r/sr=no one 2001-12-08 23:48:54 +00:00
blakeross%telocity.com
3c85079e72 114169 - Use hasAttribute (which will be optimized even further soon) to avoid excessive string copying. r=ben sr=hewitt
113582 - put global xbl widgets on a diet. r=ben sr=hewitt
2001-12-08 08:06:48 +00:00
blakeross%telocity.com
81fb73e39b 114169 - Use hasAttribute (which will be optimized even further soon) to avoid excessive string copying. r=ben sr=hewitt
113582 - put global xbl widgets on a diet. r=ben sr=hewitt
2001-12-08 07:52:11 +00:00
andreww%netscape.com
6ae91ba6fc bugzilla 98415 sr=mscott r=andreww colorpicker problems. Patch from Brad Tiffany <btiffany@usermail.com> 2001-12-07 05:10:07 +00:00
jaggernaut%netscape.com
704f5f5fc1 Bug 102184: js strict warnings in tabbrowser.xml. Patch by bugzilla@gemal.dk (Henrik Gemal), r=jag, sr=hewitt 2001-12-07 00:51:35 +00:00
blakeross%telocity.com
7f7c1c711c Deletion of discontiguous selection in history doesn't work properly (108302). r=hewitt sr=ben 2001-12-06 03:20:51 +00:00
hwaara%chello.se
ac048e9ec5 #84910, split up navigator.js.
Checking in for Doron Rosenberg <doronr@naboonline.com>.
r=jag, sr=alecf
2001-12-06 00:20:33 +00:00
hewitt%netscape.com
e6c49925ef 93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt 2001-12-04 22:38:40 +00:00
hewitt%netscape.com
422e6ee0f3 112999 - Built-in Accept button closes dialog even when not used in dialog, r=cmanske, sr=hyatt 2001-12-04 05:01:19 +00:00
ben%netscape.com
e8a459a5c3 104485 - remove duplicate platformGlobalOverlays, move code into better location and use a better name (platformCommunicatorOverlay). sr=hewitt. 2001-12-03 08:25:21 +00:00
blakeross%telocity.com
01659549d4 112954 - tasksOverlay.css is loaded twice on nav startup, mail startup and msg compose opening. sr=ben 2001-12-03 06:01:24 +00:00
rjc%netscape.com
e1f24c6ab1 Fix bug #108809. r=ben sr=hyatt 2001-12-01 07:23:21 +00:00
hewitt%netscape.com
f1e43d5019 101958 - outliner drag-n-drop without changing columns sorts on that column, r=jag, sr=blake 2001-12-01 06:38:42 +00:00
jaggernaut%netscape.com
dfdd46cc9e Bug 99501: JS error in viewZoomOverlay.js at startup. r=sfraser, sr=hewitt 2001-12-01 00:43:22 +00:00
hewitt%netscape.com
91ae0b8bc3 97253 - XBL Default Content Bug in LocateInstance, r=jag, sr=hyatt 2001-12-01 00:32:07 +00:00
rpotts%netscape.com
1f0cc6e6b9 bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes... 2001-11-30 22:35:33 +00:00
gordon%netscape.com
8b769b6c5b Fix bug 110405. Removing anachronistic assertion, added condition to respect STORE_ON_DISK policy. Changed fav icon cache policy to STORE_ANYWHERE. r/sr = darin, hyatt, sfraser. 2001-11-29 23:04:58 +00:00
bnesse%netscape.com
6fd0039b81 Fix for bug 108236. "intl.charset.detector" should not be treated as both a char pref and a unichar pref. Also whitespace cleanup. r=yokoyama, sr=alecf. 2001-11-29 22:46:42 +00:00
bzbarsky%mit.edu
113ab7d95d Fixing line endings to avoid all the "^M"s on Unix. Bug 112642,
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=brendan
2001-11-29 22:41:59 +00:00
morse%netscape.com
d449c7f61a backing out patch for bug 111396 because it caused smoketest blocker bug 112643 2001-11-29 20:52:48 +00:00
rods%netscape.com
1cf55daac6 Removed un-used first/last page option
Bug 102009 r=kmcclusk sr=attinasi
2001-11-29 09:46:15 +00:00
morse%netscape.com
731878504b bug 111396, tabbing in dialogs give incorrect results, r=jag, sr=hewitt 2001-11-29 09:27:19 +00:00
danm%netscape.com
3dbaaa6cbe reinstate rev 1.38 without breaking testgtkembed: focus and notify all common dialogs. somewhat experimental fix for bug 53345. r=pinkerton,sfraser 2001-11-29 01:52:25 +00:00
ben%netscape.com
b4f45bc3c1 back out unapproved changes to Navigator context menus. See bug 70830. 2001-11-29 01:40:21 +00:00
rjc%netscape.com
fe5d808f73 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00
nhotta%netscape.com
be656290c2 Added charset submenu to the context menu, written by jbetak, bug 70830, r=nhotta, sr=alecf. 2001-11-27 00:54:01 +00:00
hewitt%netscape.com
5bdf085a1c 111396 - tabbing in dialogs gives incorrect results, r=morse, sr=hyatt 2001-11-27 00:00:12 +00:00
blakeross%telocity.com
bdd42ddbae Rest of fix for 98782. 2001-11-25 05:14:28 +00:00
varga%utcru.sk
d2947ec035 Fix for 109478. Add view, contentView and builderView properties to the outliner binding. r=hewitt sr=hyatt 2001-11-24 12:33:07 +00:00
kaie%netscape.com
3e80341582 b=84947 New print dialog for Unix and OS/2
r=cls/rods/mkaply/pchen sr=roc+moz
Checking in for Roland.Mainz@informatik.med.uni-giessen.de
2001-11-22 10:00:44 +00:00
cmanske%netscape.com
7e1ff981c6 Add Print Setup menuitem from platform-specific overlay, b=106374, r=syd, sr=sfraser 2001-11-22 00:12:01 +00:00
hewitt%netscape.com
06c4e526e8 110033 - outliner not invalidating outliner when the columns get hidden or shown, patch=varga@utcru.sk, r=blake, sr=hyatt 2001-11-21 10:38:40 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
hewitt%netscape.com
86bb69d835 107276 - Sometimes the Close Tab contextual menu operation has no effect., r=ben, sr=hyatt 2001-11-21 07:34:46 +00:00
hewitt%netscape.com
50f94e5513 104993 - unable to select item in xul menulist [popup list/combobox] in dialogs, r=ben, sr=hyatt 2001-11-21 07:23:21 +00:00
aaronl%netscape.com
6f28df0916 Bug 109851, bug 108629, bug 109921, bug 109977, bug 109153, bug 109187, bug 109213, bug 109221. Check in latest XUL accessibility support - menus, <colorpicker>, <progressmeter>, <groupbox>, mixed states for checkboxes, buttons that can be 'checked' ie pressed down, fixes extra MSAA events being generated, couldn't see HTML content 2001-11-20 02:05:26 +00:00
bzbarsky%mit.edu
3519c2e7fd Update 'Get New Theme' link in View menu. Bug 102632, patch by David
Hallowell <dave532@uklinux.net>, r=doron, sr=ben
2001-11-17 16:27:23 +00:00
danm%netscape.com
76ab0a965f backing out last change, which seems, on fifteenth approach, to fix smoketest blocker bug 110494 r=jst 2001-11-17 01:51:22 +00:00
danm%netscape.com
21194421a2 focus and notify all common dialogs. somewhat experimental (people wanted to try it) fix for bug 53345, r=pinkerton,syd 2001-11-16 01:55:44 +00:00
hewitt%netscape.com
bff3581521 108543 - urlbar autocomplete isn't showing search, r=jag, sr=hyatt 2001-11-15 04:19:32 +00:00
hewitt%netscape.com
76b5876544 108757 - dispatch DOM events for mouse wheel scrolling, r=?, sr=? 2001-11-14 10:06:21 +00:00
hewitt%netscape.com
744b010b23 108579 - hiding first column causes empty outliner, r=jag, sr=sspitzer 2001-11-14 07:02:06 +00:00
hewitt%netscape.com
33afd372bd 109169 - dialog should support custom dialog buttons, r=ben, sr=hyatt 2001-11-14 06:48:44 +00:00
hewitt%netscape.com
a609bd6e28 109190 - Editable menulists no longer show dropmarker, r=ben, sr=hyatt 2001-11-14 06:46:03 +00:00
dbaron%fas.harvard.edu
ddaf46e70e FizillaMach: Further refine the XP_MACOSX / MOZ_WIDGET_TOOLKIT=mac ifdefs. b=109165 r=pinkerton sr=sfraser 2001-11-14 01:48:17 +00:00
timeless%mac.com
b7461f87ad Bugzilla Bug 87792 Fix accesskeys based on new flexibility
patch by slate@gwu.edu r=aaronl sr=ben
2001-11-14 01:37:35 +00:00
hyatt%netscape.com
d6f8a36508 Fix to convert property to field. 106153. r=hixie, sr=hewitt 2001-11-12 07:28:30 +00:00
blakeross%telocity.com
43873c78c9 73748 - Stop loading nsJSSupportsUtils.js and nsJSComponentManager.js on startup. r=hewitt sr=ben 2001-11-11 04:20:01 +00:00
gerv%gerv.net
5011281b28 Bug 108177 - change Henrik Gemal's email address to mozilla@gemal.dk . r=gerv, auto-sr=brendan. Comment changes only. 2001-11-10 19:10:40 +00:00
mscott%netscape.com
666d0a6d3e Bug #108635 --> add ability to disable global and session history.
r=jag/mscott
sr=hewitt
2001-11-09 23:39:56 +00:00
hyatt%netscape.com
70660d7fa3 Turn off favicon.ico and remove support for turning it on from the UI. r=hixie, sr=ben, a=asa 2001-11-08 05:06:48 +00:00
hyatt%netscape.com
8ca82532f6 Fix for 32087, custom icon support in tabs and url bar. r=andreww, sr=hewitt 2001-11-07 06:40:04 +00:00
morse%netscape.com
35720e9017 bug 108762, select-user dialog (used in password manager) broken, r=cmankse+bryner,sr=brendan 2001-11-07 06:26:33 +00:00
hewitt%netscape.com
1aa1e3a190 108778 - dialog should fire ondialogcancel when native window close button clicked, r=cmanske, sr=hyatt 2001-11-07 05:43:03 +00:00
loadrunner%betak.net
350d156358 bug 102026 Charset menu misplacing (.), r=nhotta, rs=kin 2001-11-07 00:13:18 +00:00
blakeross%telocity.com
768e0e25a4 minor optimization in radio.xml. r/sr=hewitt 2001-11-06 01:22:48 +00:00
blakeross%telocity.com
86e028d79d one brace too many in radio.xml. r/sr=hewitt 2001-11-06 01:16:28 +00:00
hewitt%netscape.com
5694718575 107415 - navigation problems in randomly ordered wizards, r=kerz, sr=blake 2001-11-06 01:07:35 +00:00
blakeross%telocity.com
d0c397fc37 Backing out for now because unimplemented parts of xbl are causing problems. 2001-11-04 07:44:35 +00:00
blakeross%telocity.com
59f7584834 smoketest blocker 108198, patch by jkeiser. r=ben sr=blake 2001-11-04 07:15:53 +00:00
blakeross%telocity.com
22c1ae3baf Missed a line in Asko's patch. 2001-11-04 03:39:03 +00:00
blakeross%telocity.com
05fd0df07a 108382 - fix by Asko Tontti (atontti@cc.hut.fi). r=hewitt sr=blake 2001-11-04 02:59:03 +00:00
hewitt%netscape.com
20311b8044 fixing various fun regressions from blake's earlier landing, rs=hyatt 2001-11-03 11:27:04 +00:00
hewitt%netscape.com
764ac7809e 63728 - Per-platform behavior of Enter key when a button is focused in a dialog, r=ben, sr=blake 2001-11-03 07:10:48 +00:00
blakeross%telocity.com
6c769e76e9 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:17:02 +00:00
loadrunner%betak.net
d158dba04b bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan, alecf
these files didn't make it the other day and caused this blocker:
bug 107786 - The subsets of Character coding menus are not working
2001-11-02 17:30:58 +00:00
tao%netscape.com
f8fa28ae88 107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk.
(r=jbetak,sr=dveditz)
2001-11-01 01:11:57 +00:00
bnesse%netscape.com
aa65825ca9 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
hwaara%chello.se
b2adfa7e50 #107094, "Error: mBlank is not defined".
Patch by Andrews <simm0@ii.net>

r=jag, sr=hyatt
2001-10-30 14:24:58 +00:00
sspitzer%netscape.com
3cd4563bd8 fix for #98559. implement sorting on about:config results, add color to about:config results,
clean up about:config xul and js.  r=chipc,sr=ben

wasting time on about:config is not a total waste, since it's an
implementation of nsIOutlinerView in js, and it's useful for QA (when debugging.)
2001-10-30 01:00:12 +00:00
bnesse%netscape.com
faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
timeless%mac.com
495b1b3563 Bug 106832 seperatorUri is misspelled, separatorUri => SEPARATOR_URI
r=dbradley sr=brendan
2001-10-26 17:39:36 +00:00
hyatt%netscape.com
0c3c674339 Fix for tabbrowser not being localizable as well as fixes to expose Closing of tabs via CTRL+W and the top-level menus. r=jag, sr=jst 2001-10-26 09:26:13 +00:00
hyatt%netscape.com
65c1a51c18 Fix for tabbrowser not being localizable as well as fixes to expose Closing of tabs via CTRL+W and the top-level menus. r=jag, sr=jst 2001-10-26 09:26:03 +00:00
bryner%netscape.com
eafaa97158 Bug 103796 -- implement ctrl+pgup/pgdn to switch tabs (these will work in tabbrowser where ctrl+tab is reversed for switching frames). r=pchen, sr=hyatt. 2001-10-26 06:28:37 +00:00
hyatt%netscape.com
810457555c Make middle-click close a tab in tab browser, r=bryner, sr=waterson 2001-10-26 06:17:08 +00:00
hyatt%netscape.com
41a37365ad Support for basic drag and drop in tabbrowser, r=ben, sr=hewitt 2001-10-25 09:43:23 +00:00
seawood%netscape.com
0f535e7061 Land the simple OSX Mach-O build changes.
Bug #75653 r=cls
2001-10-25 08:55:53 +00:00
hyatt%netscape.com
8464a3cb7c Fix for 105587, tabs should support autohide, also other tabbrowser fixes. r=bryner, sr=hewitt 2001-10-25 08:33:12 +00:00
hyatt%netscape.com
06238bb6f1 Fix for 105587, tabs should support autohide, also other tabbrowser fixes. r=bryner, sr=hewitt 2001-10-25 08:22:43 +00:00
timeless%mac.com
068a93665c Bugzilla Bug 104244 [RFE] add reload this/all tab(s) to context menu
patch by simm0@ii.net r=hyatt sr=blake
2001-10-24 23:49:54 +00:00
hewitt%netscape.com
9b73164144 101876 - polish wizard implementation, r=blake, sr=hyatt 2001-10-23 23:04:49 +00:00
darin%netscape.com
1d34863f10 NOT PART OF THE BUILD: adding Makefile.in for MachO build 2001-10-23 22:51:09 +00:00
hewitt%netscape.com
120df3dd71 106131 - hitting enter on focused OK button in dialog fires onaccept 2x, r=blake, sr=hyatt 2001-10-23 00:16:15 +00:00
bryner%netscape.com
03cd3c194e Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt. 2001-10-22 22:43:52 +00:00
hewitt%netscape.com
2aa34311b8 105995 - Tabs don't work in first window., sr=hyatt 2001-10-22 20:59:14 +00:00
peterv%netscape.com
4a0f18a76b Fix for bug 81506 (JS error on browser startup). r=glazman@netscape.com, sr=ben@netscape.com. 2001-10-22 11:39:02 +00:00
hewitt%netscape.com
7e10018204 102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt 2001-10-21 03:59:20 +00:00
hewitt%netscape.com
47c604d7e4 102239 - [XUL 1.0] implement new control element methods, r=blake, sr=hyatt 2001-10-21 03:58:21 +00:00
ben%netscape.com
a794fe1b5d 75825 - View|Show Columns menuitem is always disabled in bookmarks view menu.
Prevent the disabling code from disabling any items outside its range of intended
operation.
r=pchen, sr=hyatt
2001-10-20 11:11:58 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
pinkerton%netscape.com
6630d79543 remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098 2001-10-19 14:13:20 +00:00
jaggernaut%netscape.com
63d476ff7e Bug 95786: ``about: services should be converted to XHTML 1.1'', patch by Delicates (Alexey Chernyak <alexey@ihug.com.au>), r=cbiesinger@web.de, sr=jst 2001-10-19 03:16:16 +00:00
hyatt%netscape.com
626b60a24e Fix for 102120, ability to load tabs in background, r=bryner, sr=hewitt 2001-10-19 01:25:51 +00:00
timeless%mac.com
c5b94af898 Bugzilla Bug 102762 Cancel does nothing in find dialog when no search text is provided
patch by simm0@ii.net r=hyatt sr=hewitt
2001-10-18 03:07:25 +00:00
ben%netscape.com
433c447b7b 94239, remove empty file from jar file. r=dveditz, rs=hyatt 2001-10-16 07:20:00 +00:00
sfraser%netscape.com
7ee6ab59a7 Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake 2001-10-13 02:28:44 +00:00
cmanske%netscape.com
60867fd4da Fixed not checking for child nodes in menulist constructor, b=103310, r=brade, sr=sfraser 2001-10-10 21:34:12 +00:00
jaggernaut%netscape.com
adffdc1563 Bug 103548: Unicode chars in chrome properties must be four digits. Patch by Lynggaard@netscape.net (Henrik Lynggaard Hansen), r=lordpixel@mac.com, sr=alecf 2001-10-10 04:36:22 +00:00
sgehani%netscape.com
2620f158e4 Make OK button label all uppercase.
b = 102892
r = ssu
sr = dveditz
2001-10-09 23:31:52 +00:00
stephend%netscape.com
7b87e49eae Bug 92457. Plugins page refers to 'Netcenter', but should read, 'Netscape.com'. r=av@netscape.com, sr=alecf@netscape.com 2001-10-09 07:10:20 +00:00
hyatt%netscape.com
cb5621615f Backing out changes to commonDialog.xul. That checkin was unintentional. 2001-10-08 23:50:29 +00:00
hyatt%netscape.com
536f8d1d00 Fix for initial focus problems with dialog binding, bug #103739, r=aaronl, sr=shaver 2001-10-08 23:49:45 +00:00
bzbarsky%mit.edu
71405e70d7 Make tabs crop title on "end", not in center. Bug 103450, patch from
Andrew <simm0@ii.net>, r=me, sr=hyatt
2001-10-07 04:26:08 +00:00
jaggernaut%netscape.com
501b5033c4 Bug 73064: Doh, should teach me to pay more attention while copying old checkin comments ;-) We've decided to check this in on the trunk anyway till we can come up with the right fix (which is hard and gonna take long). 2001-10-05 10:29:25 +00:00
jaggernaut%netscape.com
59b9ed55fe Bug 73064: If your navigation bar is in a collapsed state when you closed your browser, its "collapsed" grippy wouldn't show up upon the next browser startup. Work-around which happens to work, only to be checked in on the branch, we'll figure out something better for the trunk. r=hixie, sr=ben, a=drivers 2001-10-05 10:22:39 +00:00
sfraser%netscape.com
aebb4423a9 Fix for blocker bug 103036 -- crash when opening prefs dialog in Mac classic skin. Bullet-proof nsDocShell::FocusAvailable() against recursion, and fix the XBL to set focus later on. r=adamlock, sr=hyatt 2001-10-05 00:05:15 +00:00
hewitt%netscape.com
d1f43e0eb6 63728 - Per-platform behavior of Enter key when a button is focused in a dialog, r=blake, sr=hyatt 2001-10-03 03:29:17 +00:00
ccarlen%netscape.com
cf1abf69eb Bug 92750 - Fizilla doesn't ask to save changes when quitting with Cmd-Q. r=brade/sr=sfraser 2001-10-02 14:50:29 +00:00
hyatt%netscape.com
08c8ea6c99 fix for 101796, make tabs static width. r=bryner, sr=shaver 2001-10-02 06:28:23 +00:00
hewitt%netscape.com
b4973f2855 95876 - Support <button type='checkbox'/>, r=blake, sr=hyatt 2001-10-02 03:06:51 +00:00
hewitt%netscape.com
ccceaa31cf 70750 - new dialog xbl bindings, r=ben, sr=hyatt 2001-10-02 00:57:32 +00:00
gerv%gerv.net
500af5dcfb Turn of Internet Keywords in Mozilla builds by default to permit debugging of DNS and other issues. Bug 100412. r=doron, sr=shaver. 2001-10-02 00:01:59 +00:00
blakeross%telocity.com
c37e88a297 Fixing js strict warning about redeclaration of vars. sr=ben 2001-10-01 03:41:14 +00:00
blakeross%telocity.com
b4d8387acc Fix js strict warning about redeclaration of variable. sr=ben 2001-10-01 02:50:52 +00:00
blakeross%telocity.com
60096be1fb Fix js strict warning about redeclaration of variable. sr=ben 2001-10-01 02:50:18 +00:00
blakeross%telocity.com
d8f95525f5 Fix js strict warning about redeclaration of variable. sr=ben 2001-10-01 02:49:54 +00:00
mstoltz%netscape.com
79c1d3b73f bug 90386 - escape HTML tags before writing the useragent string to the document
on the "about:" page. Written by jruderman, r=mstoltz, sr=blake
2001-10-01 02:29:05 +00:00
jaggernaut%netscape.com
07f2c03ad4 Fix strict warning by making the setter always return the |val|, which it should always do anyway. r=caillon 2001-09-30 13:48:03 +00:00
jaggernaut%netscape.com
1442b9ff13 Bug 102154: browser.xml refers to bogus property nsIWebNavigation.LOAD_FLAGS_BYPASS_NONE (I thought I had fixed this a few months ago). r=rginda. 2001-09-30 08:33:31 +00:00
cmanske%netscape.com
349ade3d49 Fix duplicate colors in colorpicker, b=100323, r=brade, sr=hewitt 2001-09-29 04:28:15 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
hyatt%netscape.com
e75f328954 Fix for 102060, enable New Tab in the UI and implement tabbrowser context menus for closing and creating tabs, add CTRL+f4 for closing tabs. r=bryner, sr=brendan 2001-09-28 00:10:48 +00:00
hewitt%netscape.com
ec80db1df2 101775 - column reordering doesn't work right, r=blake, sr=hyatt 2001-09-27 02:22:27 +00:00
darin%netscape.com
086bff5446 fixes bug 95768 "about: services should be converted to XHTML 1.1"
patch=alexey@ihug.com.au, r=cbiesinger@web.de, sr=darin,jst
2001-09-27 01:42:06 +00:00
hyatt%netscape.com
56238f4d7c Fix for 101554. r/sr=jag,blake 2001-09-27 00:27:26 +00:00
jgaunt%netscape.com
398fff2476 bug 100772 bug 98777 accessible support for XUL
Description, Label, Button
r=aaronl sr=hyatt
2001-09-25 22:59:55 +00:00
loadrunner%betak.net
5034ba3850 bug 97541, r=cmanske, sr=kin, Enable multiple spellcheckers in mail/composer 2001-09-25 22:41:49 +00:00
aaronl%netscape.com
2cddb7e586 Bug 98781. Active Accessibility: XUL <image> element support. sr=hyatt, r=jgaunt 2001-09-25 22:32:32 +00:00
hewitt%netscape.com
989692bdd6 9656 - outliner column drag and drop rearranging, r=sspitzer, sr=hyatt 2001-09-25 22:17:47 +00:00
hyatt%netscape.com
67241b3ae6 100706. Tabbrowser stuff. r=jag, sr=blake 2001-09-24 04:38:41 +00:00
hyatt%netscape.com
23e9648fff More 100706 fun. r/sr=jst,jag 2001-09-23 09:30:02 +00:00
blakeross%telocity.com
35953fea85 removing attr's that are now unnecessary due to default orientation. r=hewitt sr=hyatt 2001-09-23 07:16:02 +00:00
blakeross%telocity.com
393a2959d1 tabbrowser looks like crap in classic. set default orientation of vertical for radiogroup, tabbox and horizontal for tabs for xul1.0 (101133). r=hewitt sr=hyatt 2001-09-23 06:58:34 +00:00
blakeross%telocity.com
8a8ae460e0 composer is unusable (101142). r/sr=hyatt 2001-09-23 06:56:23 +00:00
hwaara%chello.se
19cbf2a87e #100542, JavaScript strict warning in printdialog.js.
Patch by Christopher Aillon <caillon@returnzero.com>

r=cbiesinger@web.de, sr=alecf
2001-09-22 14:31:05 +00:00
hyatt%netscape.com
9203168ad3 Checking in tabbrowser prototype. r=jag, sr=brendan 2001-09-22 07:27:30 +00:00
hewitt%netscape.com
7b84625e46 93857 - Both 'To:' and 'Bcc:' options simultaneously checked in composition window, r=varada, sr=mscott 2001-09-21 02:02:11 +00:00
stephend%netscape.com
87c16bccb7 Bug 100656. about:config 'Prefs' column should read 'Preference Name' r=chipc@netscape.com, sr=sspitzer@netscape.com. Patch by Bradley Hart <bhart00@yahoo.com> 2001-09-21 01:39:59 +00:00
hewitt%netscape.com
f73dd9fabf 97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt 2001-09-20 07:08:29 +00:00
blakeross%telocity.com
6b2d78b3e6 editable menulists use wrong text size/font (96946). r/sr=ben 2001-09-19 00:06:39 +00:00
jaggernaut%netscape.com
f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
aaronl%netscape.com
43b42de673 Bug 82207. Beginning XUL MSAA support (checkboxes). r=jgaunt, sr=hyatt 2001-09-18 03:09:01 +00:00
hewitt%netscape.com
60f317c194 99102 - update skin versions in all contents.rdf, r=hyatt, sr=blake 2001-09-17 23:40:50 +00:00
bryner%netscape.com
bc427652a4 Bug 89998 - deprecate titledbox in favor of groupbox. This checkin moves the groupbox functionality to groupbox.* instead of titledbox.*. Patch from andersma@luther.edu, r=bryner, sr=hewitt. 2001-09-15 06:47:08 +00:00
mkaply%us.ibm.com
bf6cf05d06 #95642
r=cls
When given the win/mac/unix choice for chrome, OS/2 should use win, not define its own
2001-09-14 21:07:39 +00:00
mkaply%us.ibm.com
23ee0801ef #95642
r=cls
Because other platforms then Unix use the Unix build system, add Makefile.ins to some win
directories so platforms can choose to use the win versions of files
2001-09-13 23:01:14 +00:00
bnesse%netscape.com
7631bc8ecc Fixes for bug 98582 (add title to about:config window) and bug 99291 (correctness: use defines instead of hard coded numbers in switch statement). r=dveditz, sr=waterson (98582) and r=bnesse, sr=brendan (99291). Checking in for chipc. 2001-09-12 22:50:00 +00:00
blakeross%telocity.com
2252e1565b Quitting from Composer does not work correctly when in turbo (99318) and another non turbo-related quitting bug. r/sr=ben 2001-09-12 02:20:50 +00:00
dbaron%fas.harvard.edu
67ef0876cc Clean up nsIAppShellService.idl. b=98026 r=danm sr=alecf 2001-09-10 19:42:54 +00:00
ben%netscape.com
11fbfd06cc Add some more code to the prototype resizable popup binding. Not complete yet, but unused.
Part of fix for 95401 - implement resizable popups.
r=jag, sr=hyatt
2001-09-10 07:35:56 +00:00
aaronl%netscape.com
7404594d2f Reversing 82207 patch - mac problems. 2001-09-08 17:05:09 +00:00
aaronl%netscape.com
70d5ec6da2 Bug 82207. XUL Checkbox working with MSAA. r=jgaunt, sr=hyatt 2001-09-08 16:22:09 +00:00
jaggernaut%netscape.com
5b93c1d9fc Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt 2001-09-07 14:23:21 +00:00
hyatt%netscape.com
62648d1ce3 Fix for 93180. r-jag, sr=jst 2001-09-06 01:07:40 +00:00
hwaara%chello.se
96a370af69 #90774, "Up and Down should be 'Up Arrow' and 'Down Arrow'".
Patch by Neil <neil@parkwaycc.co.uk>.

r=rchen, sr=blizzard.
2001-09-05 22:59:15 +00:00
kaie%netscape.com
d52ef98bc5 b=24847 r=dcone sr=attinasi
Implement printing of Landscape in Unix.
Contact me at kai.engert@gmx.de
2001-09-05 14:30:16 +00:00
edburns%acm.org
c87e337f09 r=peterl
sr=waterson
a=asa


modules/plugin/base/src/nsIPluginInstanceOwner.h
modules/plugin/base/src/nsPluginHostImpl.cpp
modules/plugin/base/src/nsPluginHostImpl.h
modules/plugin/base/src/nsPluginViewer.cpp
modules/oji/src/nsJVMManager.cpp
modules/oji/src/nsJVMManager.h
layout/html/base/src/nsObjectFrame.cpp
xpfe/global/resources/locale/en-US/region.properties


Here's what I did to fix this bug.

I pestered Rick Potts about the problem of
nsIWebBrowserChrome->SetStatus() not being synchronous.  He fixed that
under bug 97227.

Taking advantage of Rick's fix to 97227, I modified
nsIPluginInstanceOwner to have new method, ShowStatus(const PRUnichar
*aStatusMsg).  This is necessary to allow for localized messages to be
posted from the plugin, such as "Starting plugin for type
application/x-java-vm" or "Beginnen steckbar f�r Art
application/x-java-vm".

I modified all the implementations of nsIPluginInstanceOwner:

  layout/html/base/src/nsObjectFrame.cpp
  modules/plugin/base/src/nsPluginViewer.cpp

I inserted a call to nsIPluginInstanceOwner->ShowStatus() at the part
just before the big "whole damn app freezes when starting java" thing
happens.

I also modifed nsJVMManager.cpp ShowJavaConsole() to do the same.  These
are the two places I know of now that can start java.
2001-09-05 03:58:34 +00:00
ftang%netscape.com
c81f507039 back out change of 56863 because it cause 98233 2001-09-05 01:21:27 +00:00
bnesse%netscape.com
db539cd196 Fix for bug 37592. Implement about:config. Checking in for chipc. r=darin, hewitt, mstoltz,srilatha. sr=waterson. a=brendan. 2001-09-01 06:01:25 +00:00
ftang%netscape.com
0a0ec605b8 fix bug 56863. r=blizzard sr=jst a=asa
make about:plugins localizable.
2001-08-31 22:47:53 +00:00
ftang%netscape.com
6e56d084cb fix 56863. r=blizzard sr=jst. add plugins.properties to the jar.mn 2001-08-31 22:46:28 +00:00
ftang%netscape.com
194d3dbc5e fix bug 56863. add plugins.properties to the list. r=blizzard sr=jst 2001-08-31 22:44:17 +00:00
ftang%netscape.com
5d5232ba94 fix bug 56863. r=blizzard sr=jst
not part of the build yet, won't break the tree
2001-08-31 22:43:11 +00:00
hewitt%netscape.com
292c232309 83222 - offline:Mac - GUI - offline indicator hidden in message window, r=ben, sr=hyatt, a=dbaron 2001-08-31 00:12:56 +00:00
hyatt%netscape.com
625cf7a212 Fix for 97544, r/sr=blake,ben, a=asa 2001-08-30 05:37:16 +00:00
jaggernaut%netscape.com
430862f98d Bug 96211: "Kill them darn js strict warnings", episode button.xml
Patch by Henrik Gemal <gemal@gemal.dk>, r=jag, sr=brendan, a=Asa
2001-08-24 18:54:28 +00:00
tao%netscape.com
f2190d1a41 91217: update locale version in package/locale provider registry.
r=jbetak,sr=sspitzer. 0.9.3 ->0.9.4
2001-08-22 01:52:23 +00:00
hyatt%netscape.com
614c49b79e Fix for 96179. r=sspitzer, sr=darin 2001-08-21 06:41:21 +00:00
blakeross%telocity.com
c4a9f265fc More fallout from xul syntax changes. r=ben sr=hyatt 2001-08-21 06:16:33 +00:00
hewitt%netscape.com
0e58f8d7f8 93936 - die, 'work offline' text, die!, r=blake, sr=hyatt 2001-08-21 03:11:54 +00:00
hyatt%netscape.com
8330834eb2 Fix for 96042. r=dbaron, sr=sspitzer 2001-08-20 21:42:14 +00:00
blakeross%telocity.com
3cf2cdea17 another missed case of renamed command method. rs=hyatt 2001-08-20 02:43:34 +00:00
hyatt%netscape.com
12da608239 Fix for 96017. r-bryner, sr-blake 2001-08-20 00:36:52 +00:00
varga%utcru.sk
cca7ae546f Fix for 94652.
allow for no multiple select in outliner.
r=bryner, sr=hyatt
2001-08-19 08:24:42 +00:00
hyatt%netscape.com
5583aaa00b Fix for 94943. r=jag, sr=blake 2001-08-18 01:04:47 +00:00
blakeross%telocity.com
0f3e3a87b9 hyatt changed the name of the command method without updating the one caller (95352). r=ben sr=hyatt 2001-08-16 03:14:18 +00:00
hyatt%netscape.com
94e3fe7d46 93177. 2001-08-15 04:24:56 +00:00
hyatt%netscape.com
26d91ba502 Fix for 93177, r/sr=pavlov,ben 2001-08-15 04:09:41 +00:00
hyatt%netscape.com
2fb3c000b1 Fix for smoketest blocker toolbar bug. r/sr=jst,blake 2001-08-15 00:17:21 +00:00
hyatt%netscape.com
40b27ba896 Fix for smoketest blocker toolbar bug. r/sr=jst,blake 2001-08-14 23:28:30 +00:00
rpotts%netscape.com
33bbd6972c bug #94205. Adding flags to nsIWebNavigation::Stop(). 2001-08-14 04:46:20 +00:00
blakeross%telocity.com
e9e8f88116 Reverting part of previous change which caused columnpicker funkiness. rs=sspitzer 2001-08-14 02:40:55 +00:00
sspitzer%netscape.com
efd3447de7 fix for #94767. when the column toggle state changes, invalidate the outliner.
sr=hyatt
2001-08-14 02:30:17 +00:00
hwaara%chello.se
bf6bec59e9 #86877, Buttons are never properly right-aligned on unix.
Patch tested and done by Mike Potter <mikep@oeone.com>

r=hwaara, sr=shaver
2001-08-14 00:19:25 +00:00
hyatt%netscape.com
5b2088b904 Fix for 94944. r=danm, sr=hewitt 2001-08-14 00:07:36 +00:00
sspitzer%netscape.com
d421e33a5c fix for #92366.
prevent the outliner onselect hanlder from firing twice when the size changes
in between mousedown and the click events.  r=varga@utcru.sk sr=hyatt
2001-08-14 00:04:00 +00:00
matt%netscape.com
720cfc6160 bug 94404 moving sidebar into branding. sr=ben r=pchen 2001-08-10 21:30:12 +00:00
dbragg%netscape.com
647d90a033 Checkin for smeredith@netscape.com
Fix for bug 92358: nested radio buttons in XUL.
r=jag, sr=blake
2001-08-10 19:31:45 +00:00
hewitt%netscape.com
51fa1fa04c 94231 - Setting value on progressmeter no longer causes visual update., r=blake, sr=hyatt 2001-08-10 18:28:53 +00:00
jaggernaut%netscape.com
56cd4b1ba1 Bug 94458: change dynamically registered listeners to "create" and "destroy" events to listen to "popupshowing" and "popuphiding". r=bryner, sr=hyatt 2001-08-10 01:32:12 +00:00
blakeross%telocity.com
cfa39c07dd Reinstating (already reviewed) changes that hewitt destroyed by accidentally checking in an old revision of outliner.xml in his autocomplete landing a few months back. rs=hewitt 2001-08-10 01:05:50 +00:00
hyatt%netscape.com
20b1b10d69 Fix for 93171. r=pink, sr=blake 2001-08-08 01:38:05 +00:00
varga%utcru.sk
3e1767a015 Fix for 75142.
When opening a bookmarks menu that needs scroll arrows, ALL parent menus get scroll arrows.
r=pink, sr=hyatt
2001-08-07 18:55:51 +00:00
sspitzer%netscape.com
a01c8e6ab6 relanding my fix for #74672 and #75603. this was sr=hyatt when it first landed.
but got lost when outlinerBindings.xml became bindings/outliner.xml.
this fixes regressions #94054 and #92815
2001-08-07 04:12:34 +00:00
hyatt%netscape.com
0c296a706a Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
hyatt%netscape.com
6c3f91a885 Fix for 93836. r=kerz, sr=ben 2001-08-06 01:14:39 +00:00
hyatt%netscape.com
976bf17bb4 More 93626. 2001-08-05 19:18:46 +00:00
hyatt%netscape.com
8cefb82095 Fix for 93626. r=aegis, sr=ben 2001-08-05 18:36:09 +00:00
hewitt%netscape.com
350e1dd1c3 93623 - Personal Toolbar bookmarks drawn on top each other, r=blake, sr=hyatt 2001-08-04 07:24:23 +00:00
hewitt%netscape.com
3203d18be2 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2001-08-04 06:21:59 +00:00
hyatt%netscape.com
e1abe2c919 Fix for 71471. r=blake, sr=hewitt 2001-08-02 00:09:27 +00:00
morse%netscape.com
d9e5ce95c2 bug 79673, navigate in select-user-dialog using arrow keys, r=vishy, sr=blake 2001-08-01 02:36:24 +00:00
hwaara%chello.se
7c72c258ca #90314, implement new <spinbuttons/> XUL widget.
Syntax:  <spinbuttons ondown="..." onup="..."/>

r=aegis, hewitt, sr=hyatt, a=dbaron
2001-07-26 10:55:47 +00:00
blakeross%telocity.com
27763b6faf Radio focus handling not quite correct (91880). Patch by Neil <neil@parkwaycc.co.uk>. r=hwaara sr=blake 2001-07-25 06:14:25 +00:00
mkaply%us.ibm.com
bef87ebf22 OS/2 only - sync with windows 2001-07-25 04:47:33 +00:00
mkaply%us.ibm.com
16338f7355 No bug
OS/2 only - we are using en-win.jar - remove files that overlap - leave directory in case we do an en-os2.jar someday
2001-07-25 04:26:49 +00:00
jaggernaut%netscape.com
b62f7e4fe5 Bug 65412: Move browser xbl bindings into their own file and add functionality which we can later use from navigator.js et al. r=ben, sr=hyatt 2001-07-24 10:59:27 +00:00
mkaply%us.ibm.com
f298aaca68 #91650
r=cls
Have OS/2 uses en-win.jar, not en-unix.jar
2001-07-23 03:46:55 +00:00
mkaply%us.ibm.com
814dd100be #91331
r=cls
Enable building en-mac.jar and complete en-win.jar on Unix platforms
2001-07-23 02:08:26 +00:00
dcone%netscape.com
6917d1184c bug=88608 r=dcone sr=attinasi Put in UI for the A3 paper size for printing 2001-07-13 13:35:48 +00:00
dcone%netscape.com
a640b69754 bug=88608 r=dcone sr=attinasi support of A3 paper size 2001-07-12 14:27:20 +00:00
ccarlen%netscape.com
815ed97616 Bug 88630 - Themes and locales do not change when using turbo. r=vishy/sr=blake 2001-07-10 08:01:55 +00:00
timeless%mac.com
56daa55c11 Per blake, because mac doesn't hae that object. r=ben sr=blake 2001-07-10 05:37:04 +00:00
tao%netscape.com
a60ef23c40 86807: Some menu items are missing if you use incompatibly profle.
r=jbetak,sr=hyatt. Add locale version to all packages and their locale
providers.
2001-07-09 22:13:09 +00:00
blakeross%telocity.com
84e01d24e3 File | Exit should not kill turbo (89165). r=timeless sr=ben 2001-07-09 20:42:47 +00:00
timeless%mac.com
1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
cls%seawood.org
cfce8f4dcc Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
timeless%mac.com
f8a92c48de Bug 70857 [XUL Syntax]
Smaller CSS/JS/XBL patch, should allow XUL changes to go in easier
by andersma@luther.edu r=timeless sr=blake
2001-07-06 02:01:52 +00:00
blakeross%telocity.com
430832298b Removing line that snuck in. 2001-07-03 01:52:11 +00:00
blakeross%telocity.com
8fd0623da7 History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben 2001-07-03 01:46:22 +00:00
jaggernaut%netscape.com
9a22bef475 Bug 70048: ``Text of modifiers on accelerators can't be localized''. Attempt #2 :-)
Patch by lordpixel@mac.com, jag. r=jag, lordpixel, pinkerton, sr=ben, blake.
2001-07-03 00:26:41 +00:00
jaggernaut%netscape.com
02589dd8b8 Bug 70048: ``Text of modifiers on accelerators can't be localized''.
Patch by lordpixel@mac.com, jag. r=jag,lordpixel, sr=ben.
2001-06-30 06:54:44 +00:00
jgaunt%netscape.com
07868cf706 bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
r= lots, see bug
2001-06-30 00:25:09 +00:00
loadrunner%betak.net
53b2a6d407 bug 87535, r=nhotta, sr=alecf, adding chromeRegistry.selectlocale after its unintentional removal by Ben's previous checkin, minor clean-up as a bonus 2001-06-29 22:00:28 +00:00
oeschger%netscape.com
d7d55b6c06 adding help buttons to os2 dialogs to fix pref panel there, b=46226, rs=blizzard, r=mkaply 2001-06-28 14:29:26 +00:00
hewitt%netscape.com
d15d3fb519 83906 - Outliner crashes when columns are hidden by default, r=blake, sr=hyatt 2001-06-28 01:09:47 +00:00
blakeross%telocity.com
8116bf9163 Textboxes disabled via xbl properties don't have proper styling (86899). r=kerz sr=ben 2001-06-26 02:45:44 +00:00
ben%netscape.com
1b20b0db4f [FEATURE] Ability to switch content packs so that vendors can offer regional content.
Original patch from jbetak@netscape.com, r=ben@netscape.com, sr=hyatt@netscape.com,
a=blizzard@mozilla.org
brand.properties - remove unnecessary string
2001-06-22 04:15:34 +00:00
ben%netscape.com
79adaa9f53 [FEATURE] Ability to switch content packs so that vendors can offer regional content.
Original patch from jbetak@netscape.com, r=ben@netscape.com, sr=hyatt@netscape.com,
a=blizzard@mozilla.org
strres.js: tidy up locale switching code a little
2001-06-22 04:15:15 +00:00
timeless%mac.com
69d6ecb57b Bugzilla Bug 81406 "OK" button in Help->About Mozilla behaves strangely for keyboard input
patch by bhart00@yahoo.com r=bzbarsky@mit.edu, rs=darin, a=asa
2001-06-20 05:41:22 +00:00
blakeross%telocity.com
ec45468266 Cannot dismiss pref dialog by OK after visiting Advanced -> System (80946). r=jbetak sr=mscott a=asa 2001-06-20 02:23:29 +00:00
blakeross%telocity.com
be66649c77 Add command() method to nsIDOMXULElement, fixes bug 56137 and some other accessibility bugs (83614). r=kerz sr=ben a=asa 2001-06-20 02:02:57 +00:00
oeschger%netscape.com
bfdc2fc6ad context sensitive help, sr=blake, a=asa, r=sfraser, b=46226, part2 2001-06-19 22:40:56 +00:00
ben%netscape.com
fd187a2060 Roll back view/search/go menu changes (bug 85386) for now, as need to develop a strategy that is consistent across applications, do not have cycles to develop this strategy at the moment. 2001-06-16 11:19:50 +00:00
ben%netscape.com
b2385a11e4 85386 - Navigator menu cleanup.
Revise wording
r=jag, sr=blake, a=asa
2001-06-12 23:52:18 +00:00
law%netscape.com
2350eb1a95 Bug 81712; new turbo-mode implementation, removes old stuff and replaces it with code that no longer holds a browser window open; r=syd, sr=blake, a=asa 2001-06-12 22:33:34 +00:00
cmanske%netscape.com
6db56b0a88 Upgrade of editable menulist (b=82652) and colorpicker so Composer use has keyboard support (b=64160), r=kin, sr=hewitt, a=asa-drivers 2001-06-08 04:19:44 +00:00
jaggernaut%netscape.com
4262405be0 Add property "contentDocument" to the browser binding. bug=82823, r=jag, sr=hyatt, a=blizzard 2001-06-04 22:36:43 +00:00
blakeross%telocity.com
1f7b314191 Cleaning out the cruft (not part of build). 2001-05-28 03:10:57 +00:00
blakeross%telocity.com
9af2f30de2 Prevent the ability to drop a dragged node onto itself by default (fixes 74261 and one instance of 82457). r=hewitt sr=ben a=pdt 2001-05-27 03:16:53 +00:00
loadrunner%betak.net
65c67d4e3a bug 65253 Profile Creation: Need a user interface for Regional Content, r=nhotta, sr=alecf, a=blizzard 2001-05-25 23:54:38 +00:00
nhotta%netscape.com
6a7db91347 Delay menu check mark using setTimeout() to workaround the problem of checkmark not drawn, bug 73881, r=jbetak, sr=waterson. 2001-05-23 00:14:25 +00:00
gerv%gerv.net
0d3b54bee6 Clean up Properties window (right click on elements in Navigator and select "Properties".) Bug 74121. r=rbs, sr=alecf. 2001-05-22 21:15:37 +00:00
blakeross%telocity.com
41aa8119c3 Toolbar grippies should not trigger on right click. Exact same fix as before, checking in again because the stylesheet scoping landing regressed this. 2001-05-21 01:07:47 +00:00
gerv%gerv.net
ff74e11470 Remove hardwired "Mozilla" and "Netscape" strings from DTD files. Part of bug 80838. r=rchen, sr=blizzard. 2001-05-19 15:54:29 +00:00
cmanske%netscape.com
89993c6a77 Fixed editable menulist problems needed to make Composer's Advanced Edit dialog and some wallet dialogs work. Part of work for bug 71743, r=mjudge, sr=hewitt 2001-05-19 01:08:04 +00:00
hewitt%netscape.com
554f06506d 80600 - text following checkbox is not displayed. Just needed to extend the right xbl binding., r=blizzard, sr=alecf 2001-05-18 22:05:48 +00:00
andreww%netscape.com
a1549a4b44 bugzilla 73982 r=pinkerton sr=hewitt. Adding xbl-based image pre-caching of toolbar buttons. 2001-05-18 01:21:47 +00:00
pinkerton%netscape.com
54128d5bdc removed tasksOverlay.xul because it's already included from navigatorOverlay.xul. r=saari/brade, rs=hyatt. bug# 78322. 2001-05-17 23:21:56 +00:00
pinkerton%netscape.com
58f07837af added commandset binding point so navigator commands will get overlayed into document. must have gotten lost in the shuffle somewhere. all menus now work when no window is open on mac. r=saari,brade/rs=brendan. bug# 78807. 2001-05-17 23:05:40 +00:00
eddyk%netscape.com
1823c66831 Bug 70742: unable to focus, or enter text in some pref panel textfields if another pref panel is viewed
r=blake, sr=ben
2001-05-17 02:13:21 +00:00
yokoyama%netscape.com
d4b5577337 bug fix for 69121. 2001-05-15 18:00:14 +00:00
stephend%netscape.com
d4caa9568f Removing an annoying 'go' dump statement in the color picker. Bug 80869. Patch by Stephen Walker <walk84@usa.net) r=stephend/timeless sr=hewitt 2001-05-15 05:55:10 +00:00
hewitt%netscape.com
c222c09e51 80488 - page info dead, r=blake/andreww 2001-05-14 22:44:57 +00:00
blakeross%telocity.com
952f8974ea Stylesheet scoping caused radiogroup navigation regression in Classic. Fixing... r=kerz sr=hewitt 2001-05-14 04:09:47 +00:00
blakeross%telocity.com
a187f82e97 Stylesheet scoping caused scrollbars to have context menus yet again. Removing... r=kerz sr=ben 2001-05-14 04:08:59 +00:00
blakeross%telocity.com
ffc1194291 Upcoming outliner controller foo. Not yet part of build. 2001-05-14 03:46:51 +00:00
cls%seawood.org
74757e3db2 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
hewitt%netscape.com
154b1e86f9 75143 - new wizard bindings - part of build, but not yet used, sr=hyatt 2001-05-12 05:05:34 +00:00
hewitt%netscape.com
e4e8350056 63246 - global stylesheet scoping, r=jag/blake, sr=hyatt 2001-05-12 04:51:28 +00:00
loadrunner%betak.net
0b70dc0cc7 bug 79551, r=nhotta, sr=alecf 2001-05-12 03:55:46 +00:00
evaughan%netscape.com
94198ed5d8 Landing accessibility
-r aarol, jgaunt

-sr brendan
2001-05-11 21:11:38 +00:00
eddyk%netscape.com
0587aaf00f bug 70742: unable to focut or enter text in some pref panel textfields
r=blake, sr=ben
2001-05-11 07:03:06 +00:00
pinkerton%netscape.com
23936658d1 implement outliner drag/drop. r=ben/sr=hyatt. bugs 75404 and 74831. 2001-05-11 01:51:04 +00:00
ben%netscape.com
b58a221f2f Fix for 76502 and related bugs. some parts sr=alecf, tested by several people (andred, fabian) 2001-05-09 08:36:24 +00:00
timeless%mac.com
6e911222c9 Bugzilla Bug 54161 "about:plugins" should be proper HTML
fix by alexeyc@bigfoot.com r=hixie sr=alecf.
2001-05-09 07:56:23 +00:00
sspitzer%netscape.com
3b606300c3 #76316. clicking on a bad row creates bogus selection, leads bogus GetCount(). sr=hyatt 2001-05-08 00:23:32 +00:00
prass%netscape.com
df2d360723 fix for bugs 76256, 76927(also fixes 78063, 4668) . r=varada@netscape.com, sr=sspitzer2netscape.com 2001-05-07 23:33:21 +00:00
ccarlen%netscape.com
ac8ff4c8ea Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser 2001-05-06 15:03:55 +00:00
arik%netscape.com
48c7f5579c Added an AttributeChanged function to nsXULTreeFrame so that you can dynamically set the row count. Fixed bug 59511, r=danm, sr=hyatt. 2001-05-06 01:08:20 +00:00