Commit Graph

9886 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
d606de2ade Add a "new directory" button to the XP filepicker. Bug 58311, patch by
johann@ai.univie.ac.at, r=bzbarsky, sr=jag
2002-05-15 20:19:12 +00:00
mkaply%us.ibm.com
cbcd06ca9e #142619
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=attinasi
Initial num copies from queried value, don't just use 1
2002-05-15 20:03:28 +00:00
dougt%netscape.com
c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
seawood%netscape.com
4293400e69 Because js uses static data structures and is linked into other shared libraries, js must be built as a shared library.
Thanks to Colin Blake <colin@theblakes.com> for the original patch.
Bug #127442 r=bryner
2002-05-15 01:37:07 +00:00
shliang%netscape.com
5901b79635 135204 - rearranging search menus. r=sspitzer,sr=hewitt. 2002-05-14 23:18:52 +00:00
rods%netscape.com
0c5c90b638 This patch does the following:
1) Introduces a new public interface nsIPrintSettingService which emables consumers to create PS objects whithout a nsIWebBrowserPrint interface
2) The implementation is nsPrintOptionsImpl which now impls the private interface nsIPrintOptions and the public iface nsIPrintSettingsService
3) Several methods/attrs have been moved from nsIWebBrowserPrint iface to nsIPrintSettingsService
4) The CIDs for nsIPrintOptions and nsIPrinSettingsService are now the same.
5) There is no longer a CID "@mozilla.org/gfx/printoptions;1"
6) nsIWebBrowserPrint still has the "globalPrintSettings" attr so if you already have an nsIWebBrowserPrint you don't have to create the PS Service to get it.
7) A bug has been filed to rename the imlp of nsPrintOptionsImpl to nsPrintSettingsService.
Bug 144128 r=dcone sr=attinasi
2002-05-14 12:05:00 +00:00
danm%netscape.com
b461b80d58 death to remaining compiler warnings. removed a dead function. inspired by bug 126488 2002-05-13 22:00:21 +00:00
danm%netscape.com
b23402bc6b death to compiler warnings. bug 126488 code=ayn2@cornell.edu r=jag,rjc 2002-05-13 21:46:24 +00:00
danm%netscape.com
903c626348 death to compiler warnings. bug 126488 code=ayn2@cornell.edu r=me,scc 2002-05-13 21:43:15 +00:00
pete.zha%sun.com
7932a7441b bug 109217:Active Accessibility: implement support for <tree>
r=aaronl, sr=jst
Check in for Kyle Yuan(kyle.yuan@sun.com)'s fix
Check in other files.
2002-05-13 07:19:43 +00:00
caillon%returnzero.com
a94b230d9e Bug 139026, Removing strict warnings. Patch by walk84@yahoo.com, r=cbiesinger@web.de, sr=jaggernaut@netscape.com 2002-05-12 19:13:22 +00:00
caillon%returnzero.com
eecabacd44 Bug 143582, Text in the New Helper App dialog should be centered. Patch by walk84@yahoo.com, r=doron@netscape.com, sr=alecf@netscape.com 2002-05-12 19:11:54 +00:00
rbs%maths.uq.edu.au
9c7db2e47f Whitespace to correct the typo in the bug number, b=49721,122524 (rather than 1222524) 2002-05-10 22:31:03 +00:00
darin%netscape.com
69b1d474fb fixes bug 142874 "Remove Accept-Encoding from Networking prefs panel"
patch=walk84 r=caillon sr=darin
2002-05-10 22:23:54 +00:00
rbs%maths.uq.edu.au
5a252db08d Add 'View Selection/MathML Source' to the context menu & the support for that to work, namely: enlist MathML entity names, break viewSource.xul into a sharable XUL overlay, and implement the necessary logic to automatically re-select a selection into the inflated view-source display. b=49721,1222524, r=bzbarsky, sr=alecf 2002-05-10 22:05:59 +00:00
rods%netscape.com
4a063c4227 Missed these from checkin for
Bug 143248 r=dcone,conrad sr=attinasi
2002-05-10 17:58:41 +00:00
rods%netscape.com
bc2e23fdcf set the UI accordingly after doing PP from the combobox
Bug 143309 r=sgehani sr=alecf
2002-05-09 22:39:57 +00:00
rods%netscape.com
1d956bc3a5 making a few adjustments to the APIs before the freeze
Bug 143248 r=conrad sr=attinasi
2002-05-09 22:02:44 +00:00
blakeross%telocity.com
00bf1dbf58 142766 - download manager should not take focus when downloads start. r=ben sr=hewitt 2002-05-09 01:38:55 +00:00
blakeross%telocity.com
70b8485b42 142767 - download manager default size is far too big. r=ben sr=hewitt 2002-05-09 01:34:23 +00:00
blakeross%telocity.com
0c4e80698a 142422 - pressing delete should highlight/select next item in list. r/sr=hewitt 2002-05-09 00:50:39 +00:00
bryner%netscape.com
a0c2bcbc3a Make Enter/Return always activate the default button on mac, even if a different button is focused. Bug 132720, r=hewitt, sr=ben. 2002-05-09 00:04:37 +00:00
cbiesinger%web.de
2fe7e39653 bug 141158 r=timeless sr=alecf
JS Strict warnings in utilityOverlay.js
2002-05-08 19:00:35 +00:00
cbiesinger%web.de
1c2fe3822a bug 139044 r=doron sr=alecf
js strict warnings in filepicker.js
2002-05-08 18:58:53 +00:00
cbiesinger%web.de
5c6076febe bug 111404 patch by smaug@jippii.fi r=biesi sr=alecf
js strict warning in tabbrowser.xml
2002-05-08 18:53:43 +00:00
nhotta%netscape.com
a721125e17 Add GB18030 to mail compose charset menu,
bug 136498, r=yokoyama, sr=alecf.
2002-05-08 18:36:26 +00:00
rods%netscape.com
3d5fdd437f change printpreview toolbar over to a combobox with discrete values
Bug 127857 r=sgehani sr=alecf
2002-05-08 14:16:44 +00:00
darin%netscape.com
61a6f2f985 fixing XP_WIN bookmarks bustage 2002-05-08 01:28:08 +00:00
darin%netscape.com
6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
sgehani%netscape.com
00b0d1d832 Complete backing out sidebar personal toolbar button.
b=142261; r=law; sr=jag
2002-05-07 20:29:16 +00:00
rods%netscape.com
15a673155f Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
Bug 115136 r=dcone sr=attinasi
2002-05-07 12:03:37 +00:00
bbaetz%student.usyd.edu.au
b1436714d2 Bug 139782 - raw directory listing format is confusing
r=dougt, sr=darin
2002-05-07 08:40:09 +00:00
timeless%mac.com
750386e28f Bug 125450 "Typeface" should be aligned to the left not center in font prefs
patch by walk84@yahoo.com r=timeless sr=alecf
2002-05-07 01:00:58 +00:00
jaggernaut%netscape.com
ce7d0353fc Bug 129428: Paste doesn't work in bookmark manager. Patch by ben@netscape.com, r=pierrechanial@netscape.net, sr=jag 2002-05-06 21:10:51 +00:00
bzbarsky%mit.edu
4df804badc Bug 139624 (minor fixes to view-source menus). Patch by
gregvalure@yahoo.com (Greg Valure), r=bzbarsky, sr=alecf
2002-05-06 20:19:54 +00:00
blakeross%telocity.com
52e1024e3a 132013 - remove from list should be batched. r=hewitt sr=ben 2002-05-06 01:14:27 +00:00
blakeross%telocity.com
85db8f1863 140262 - context menu for input type=password should include paste. patch by bz. r=biesi sr=me 2002-05-05 20:39:50 +00:00
mscott%netscape.com
0c08e54233 Bug #121583 --> work around the infinite reflow loop in various windows that use tree widgets by
forcing a min height and min width on the the tree. This fixes the famous 100 % CPU hang.

Patch from kin@netscape.com
r=mscott
sr=hyatt
2002-05-04 00:04:39 +00:00
sicking%bigfoot.com
b4fccd9b86 Bug 119317. Drop support for non-namespaced "inherits" xbl-attribute and move over the last uses of the old syntax.
r=Hixie sr=hyatt
2002-05-03 17:51:44 +00:00
hyatt%netscape.com
044f972ac7 Fix for 121583. r=ben, sr=kin, adt=selmer 2002-05-03 07:03:27 +00:00
jaggernaut%netscape.com
0af0c3ac3c Bug 139321: forward button not working with pdf, r=biesi, sr=alecf 2002-05-03 06:37:32 +00:00
timeless%mac.com
6304148769 Bug 125449 "Fonts for" is vertical aligned top instead of middle in caption
patch by walk84@yahoo.com r=doron sr=alecf
2002-05-03 00:38:22 +00:00
mscott%netscape.com
90063c6aca Bug #141835 --> register the browser window to handle image/jpg (we already registered image/jpeg)
r=naving
sr=sspitzer
2002-05-02 21:56:19 +00:00
law%netscape.com
8a63c180da Bug 141647; make sure profile is selected if -turbo option is given with other command line options that trigger display of a window; r=jelwell, sr=jag 2002-05-02 03:18:19 +00:00
hewitt%netscape.com
08ccfac51d 123834 - no text in wizard buttons on mac, r=andreww, sr=ben 2002-05-01 03:03:58 +00:00
tor%cs.brown.edu
87024f886e Bug 22337: -install option to install private colormap. r=pavlov, sr=brendan 2002-04-30 22:34:34 +00:00
cbiesinger%web.de
a0b51664a8 bug 133675 patch by Morten@Nilsen.com r=biesi sr=alecf
javascript strict warnings in findUtils.js
2002-04-30 21:04:10 +00:00
alecf%netscape.com
c8907f3733 final part of patch for bug 138299 - converting consumers of nsIWindowMediator over to the non-RDF contractid
r=danm, sr=jag
2002-04-30 14:21:48 +00:00
alecf%netscape.com
58ad7ad612 Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
cbiesinger%web.de
013d816234 bug 67790 r=walk84 sr=alecf
js warning in bookmarksOverlay.js
2002-04-29 19:59:45 +00:00