sspitzer%netscape.com
018aa93a10
fix for #138826 . context menu (for images and in general) is broken in the stand alone mail message window. r=sspitzer, sr=blake. thanks to antonio.xu@sun.com for the initial patch.
2002-05-23 21:39:34 +00:00
racham%netscape.com
ed84382132
Fixing bugscape 15562. Removing duplicate entries from pageInfo.dtd file. r=ftang, sr=sspitzer
2002-05-23 07:18:31 +00:00
dveditz%netscape.com
e6d903de2f
bug 144704 make sure view image context menu item doesn't inherit the wrong context, r=bryner,sr=brendan,a=chofmann,adt1.0.0+
2002-05-22 04:56:05 +00:00
dveditz%netscape.com
1903ea093b
bug 143420 make sure showOnlyThisFrame option doesn't inherit the wrong context r=bryner,sr=scc,a=brendan,adt1.0.0+
2002-05-22 04:54:50 +00:00
mkaply%us.ibm.com
98865b4fee
#145764
...
a=brendan
OS/2 only - fix broken icon
2002-05-22 02:30:48 +00:00
ben%netscape.com
1e548ad046
Fix for bug 86501 - bookmarks.html file is truncated to 0-length when shutting down with a full profile disk. Write bookmarks to a temporary file, and rename that to 'bookmarks.html' only if the write operation succeeded. r=bryner, sr=jag.
2002-05-22 00:07:14 +00:00
morse%netscape.com
3853698057
bug 98673, reduce turbo mode memory usage, r=law, sr=jag
2002-05-21 21:10:48 +00:00
cbiesinger%web.de
1d881e00c0
bug 92947 r=timeless sr=jag
...
Better feedback when components of a page do not download
2002-05-21 21:05:11 +00:00
jst%netscape.com
5ef2ac2f34
Fixing bug 134278. Die kNameSpaceID_HTML, die! r=sicking@bigfoot.com, sr=heikki@netscape.com
2002-05-20 22:47:02 +00:00
sspitzer%netscape.com
3762b2c50c
fix for #145532 . (selection is moved when using a keyboard shortcut with focus on left pane). this regression caused by fix for #133366 . thanks to kyle.yuan@sun.com for the fix. r=varga, sr=jst
2002-05-20 19:22:55 +00:00
mkaply%us.ibm.com
2d47e7fd7b
#109464
...
r=gerv, sr=alecf, a=chofmann,brendan
OS/2 only if statement - Os/2 has different default DPI values
2002-05-18 04:01:00 +00:00
rpotts%netscape.com
a6f881943c
bug #145181 (r=bryner, sr=jst). Fix tab browsing after the patch for bug #46856
2002-05-18 00:26:45 +00:00
yokoyama%netscape.com
a147caac78
Bug 139248
...
Patch to stop fontdownload dlg in mail/news
r=nhotta; sr=mscott checking in for smontagu
2002-05-17 22:58:46 +00:00
nhotta%netscape.com
58387296ac
Use "sourceTextEncoding" to convert search name and description,
...
bug 92314, r=rjc, sr=alecf.
2002-05-17 22:30:50 +00:00
kyle.yuan%sun.com
0ca3f17d17
Bug 133366 Type letters to navigate XUL tree
...
Enhanced the event handler for keypress.
Disabled keypress navigation in mailnews' thread pane.
2002-05-17 00:54:38 +00:00
kyle.yuan%sun.com
1516396ed5
Bug 133365 Type letters to navigate XUL listbox
...
Adde new event handler for keypress event
2002-05-17 00:50:01 +00:00
law%netscape.com
54781df812
Bugs 129614/129604/137676; ensure all download errors are shown to user (and fix download manager quirk so it doesn't think all downloads are 0kb of 0kb); r=bzbarsky, sr=blake
2002-05-17 00:31:53 +00:00
rpotts%netscape.com
4d4116d281
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
rods%netscape.com
3126531a7d
Adds a new arg to the PP call. The new arg is not being used, it is
...
for future and is needed for the API freeze.
Bug 144716 r=dcone sr=attinasi
2002-05-16 13:51:54 +00:00
oeschger%netscape.com
824f2783fd
adding a help button to page info, bug=140466, r=racham, sr=alecf
2002-05-16 05:40:57 +00:00
mkaply%us.ibm.com
2b10bab17d
#143674
...
r=me, sr=blizzard
OS/2 - change splash from Warpzilla to Mozilla
2002-05-16 03:24:07 +00:00
stephend%netscape.com
6e748db80d
Bug 141678. Aligning the text on the colorpickers. Patch by Stephen Walker <walk84@yahoo.com> r=me, sr=hewitt
2002-05-16 03:09:41 +00:00
stephend%netscape.com
b2e3c3341d
Bug 127337. Restore Default for Home Page button in Navigator. Patch by Stephen Walker <walk84@yahoo.com> r=samir, sr=alecf.
2002-05-16 02:56:26 +00:00
law%netscape.com
f119c0b7a3
Bug 14807; handle WM_QUERYENDSESSION (Windows logoff/session) using -killAll; r=sgehani@netscape.com, sr=blaker@netscape.com
2002-05-16 01:02:15 +00:00
bzbarsky%mit.edu
dc98a125cf
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
c02187f562
#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
e96df2ad1b
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
2b773ceb9e
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
5767ffb021
135204 - rearranging search menus. r=sspitzer,sr=hewitt.
2002-05-14 23:18:52 +00:00
rods%netscape.com
b45d33216e
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
39c1a814d5
death to remaining compiler warnings. removed a dead function. inspired by bug 126488
2002-05-13 22:00:21 +00:00
danm%netscape.com
60a39f5dc1
death to compiler warnings. bug 126488 code=ayn2@cornell.edu r=jag,rjc
2002-05-13 21:46:24 +00:00
danm%netscape.com
1489a3ec71
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
608529eb7f
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
f188cb379c
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
417a040e07
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
ed7e3f7fe7
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
9008b653d2
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
eae1de0251
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
678e5a7cea
Missed these from checkin for
...
Bug 143248 r=dcone,conrad sr=attinasi
2002-05-10 17:58:41 +00:00
rods%netscape.com
46af700acc
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
2ef3e636bf
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
4150750cd6
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
89ed9cdfe1
142767 - download manager default size is far too big. r=ben sr=hewitt
2002-05-09 01:34:23 +00:00
blakeross%telocity.com
c1b516e7e0
142422 - pressing delete should highlight/select next item in list. r/sr=hewitt
2002-05-09 00:50:39 +00:00
bryner%netscape.com
9a2a690f2e
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
eede7d2910
bug 141158 r=timeless sr=alecf
...
JS Strict warnings in utilityOverlay.js
2002-05-08 19:00:35 +00:00
cbiesinger%web.de
e57ffb2335
bug 139044 r=doron sr=alecf
...
js strict warnings in filepicker.js
2002-05-08 18:58:53 +00:00
cbiesinger%web.de
76265d39ac
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
203d08284f
Add GB18030 to mail compose charset menu,
...
bug 136498, r=yokoyama, sr=alecf.
2002-05-08 18:36:26 +00:00