Commit Graph

1575 Commits

Author SHA1 Message Date
aaronl%netscape.com
a8f99cc832 Bug 128025. Confirm dialog for caret browsing. r=akkana, bryner, sr=hewitt, a=asa 2002-04-02 01:56:12 +00:00
jaggernaut%netscape.com
3257826323 Bug 119599: add UI for bookmark groups in the File Bookmark dialog. r=bryner, sr=hewitt, a=asa 2002-04-01 08:47:17 +00:00
pinkerton%netscape.com
a76c660801 turn on building of native scrollbars from xbl, on for mac classic skin. r=sdagley/sr=beard/a=valeski. bug# 121440 2002-03-31 18:36:55 +00:00
pinkerton%netscape.com
d369202c6a new files for a native scrollbar frame via xbl. r=sdagley/sr=beard/a=valeski. bug#121440 2002-03-31 18:32:35 +00:00
hewitt%netscape.com
d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
cbiesinger%web.de
a27ac8f7c4 bug 124242 r=timeless sr=alecf a=asa
about.html doesn't handle empty useragent
2002-03-28 21:17:18 +00:00
bryner%netscape.com
653df3043e Revert to using an attribute for menuactive (bug 133610). r=ben/jkeiser, sr=jst, a=asa. 2002-03-27 07:01:26 +00:00
shliang%netscape.com
66f1ea932b bug 129879 - removing menu accel from menulist menuitem binding. r=andreww,sr=hewitt,a=asa 2002-03-27 02:27:47 +00:00
seawood%netscape.com
6da36f8962 Update .cvsignore to ignore generated Makefiles.
Bug #131909 r=pavlov a=asa
2002-03-26 15:42:05 +00:00
cbiesinger%web.de
e41446ba72 bug 132563 ("Print job options dialog should use paper name instead of paper size to set/get the selected paper size"), r=rods, sr=attinasi, a=asa
patch by Roland.Mainz@informatik.med.uni-giessen.de
2002-03-25 23:57:40 +00:00
bryner%netscape.com
54e3bd6266 Second try at fixing bug 130778. Create a new content interface, nsIMenuElement, which is implemeneted on nsHTMLSelectElement, nsHTMLOptGroupElement, and the newly-created nsXULMenuElement. Create a nsXULMenuElement instance for XUL menubar and menupopup tags. Use this interface to set and get the active item from the XUL menuframe code and the :-moz-menuactive pseudoclass matching code. Should eliminate the Txul slowdown resulting from fetching the active item through js from the pseudoclass matching code. r=jkeiser, sr=jst, a=scc. 2002-03-24 22:38:21 +00:00
jaggernaut%netscape.com
88848ef677 Bug 131976: When only one tab open, some items on context menu should be hidden/disabled. Patch by Gilles Durys <mozbug@durys.net>, r=neil@parkwaycc.co.uk, sr=jag, a=scc 2002-03-23 20:36:49 +00:00
cmanske%netscape.com
edb94adb74 Exception error in Spelling Dictionary dialog and XUL1.0 fixup, b=132697, r=andreww, sr=hewitt, a=asa 2002-03-23 01:28:49 +00:00
bryner%netscape.com
2a55a8bbfb Backing out my checkin from earlier (bug 130778), it seems to be the culprit for the Tp increase. 2002-03-21 07:33:51 +00:00
bryner%netscape.com
65ba075a1d Bug 130778 - fixing Txul regression from changing 'menuactive' attribute to :-moz-menuactive pseudoclass. Get the menuactive state from the frame instead of the content node so that we don't have to call through xpconnect and js. r=dbaron, sr=hyatt, a=asa. 2002-03-20 22:48:24 +00:00
locka%iol.ie
5f0cdb2992 Append [JavaScript Application] to the title of alert/confirm/prompt dialogs posed by ordinary JS. b=31573 r=danm@netscape.com sr=blaker@netscape.com a=asa@mozilla.org 2002-03-20 11:23:13 +00:00
jaggernaut%netscape.com
8f26b59dcb Bug 101723: security icon only works for the first tab
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
blakeross%telocity.com
1feaa926c2 112921 - popup windows without chrome should not display tabbar. r=hixie sr=jag a=asa 2002-03-18 02:54:44 +00:00
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