bzbarsky%mit.edu
c085393f3b
Fix appearance of filter extensions twice in filepicker. Bug 115670,
...
r=bryner, sr=jag.
2002-02-04 16:12:18 +00:00
rods%netscape.com
272729f967
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
d45a99e96c
67139 - title of active window should be checked in tasks menu. r=ben sr=hewitt
2002-02-04 05:15:47 +00:00
blakeross%telocity.com
9fb6ff72eb
92749 - "view background image" context menu item doesn't always appear when it should. r=bz sr=hewitt
2002-02-03 00:58:38 +00:00
blakeross%telocity.com
ea0e77b279
39070 - can't dnd images or <areas>. r=ben sr=hewitt
2002-02-03 00:06:12 +00:00
cmanske%netscape.com
1cf9d82501
Fixed Open Location dialog for Composer, b=122933, r=brade, sr=hewitt
2002-02-01 23:53:30 +00:00
bzbarsky%mit.edu
a5af138909
Don't use "(null)" for the image filename if there is no filename in the
...
url. Bug 121504, r=doron, sr=blake
2002-01-31 22:30:50 +00:00
bzbarsky%mit.edu
e1227ae662
Fix blocker bug 122217. Use a contractid instead of the classid (which
...
is no longer registered) for the mime service. r=brade, sr=jag.
2002-01-28 18:24:31 +00:00
jaggernaut%netscape.com
52f3ea1de4
Bug 117015: Text Zoom dialog should round value, not truncate it. r=stephend, sr=smfr
2002-01-28 12:46:31 +00:00
timeless%mac.com
a203f2e46c
Bug 121720 Save Dialog should be able to be minimized
...
patch by Matti@epost.de r=caillon@returnzero.com sr=blake
2002-01-28 09:57:12 +00:00
ben%netscape.com
0c9ebe44c0
checking back in code by andreww accidentally backed out with my changes last night... see 1.43 comment on this file for details.
2002-01-24 19:52:47 +00:00
cmanske%netscape.com
3f7aca0abf
Support Edit Frame in Composer, simplify Save Frame for browser, and move editor methods in editorApplicationOverlay.js, b=89975, r=hewitt, sr=hewitt
2002-01-24 15:36:36 +00:00
pinkerton%netscape.com
30c642c36e
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
bzbarsky%mit.edu
384a956f74
Make "shift" always toggle the sense of the
...
"browser.tabs.loadInBackground" pref. Bug 113072, patch by Christopher
Aillon <caillon@returnzero.com>, r=doron, sr=jag
2002-01-24 07:51:58 +00:00
ben%netscape.com
8e0b20706c
backing out earlier changes to fix 121054, to address pageload spike
2002-01-24 07:23:21 +00:00
bzbarsky%mit.edu
cc6df92d27
Make content-disposition parsing more forgiving. Fixes bug 121509 and a
...
few existing evang bugs. r=law, sr=mscott
2002-01-24 05:14:49 +00:00
ben%netscape.com
d4b9a22b92
bug 121054 - adding history to go menu.
...
r=jag, sr=hewitt
2002-01-24 04:02:35 +00:00
bzbarsky%mit.edu
fa6198d91f
Ignore anchors without href attrs in contentAreaClick. Bug 120973,
...
r=caillon, sr=blake
2002-01-24 02:54:18 +00:00
bzbarsky%mit.edu
224730fe27
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
andreww%netscape.com
6e9b014822
bug 44892 - mnemonics for tasks menu window items. r=alecf sr=hewitt
2002-01-24 01:52:18 +00:00
bzbarsky%mit.edu
a99f03c5ba
Make sure we always use "browser.download.dir" for the download dir
...
pref. Bug 120997, r=timeless, sr=hyatt, a=asa
2002-01-21 21:38:35 +00:00
bzbarsky%mit.edu
6f15edeb2b
Fix Content-Disposition parsing not to include "filename=" in the
...
filename for Save Link As. Bug 120409, r=sballard@netreach.net , sr=ben,
a=brendan.
2002-01-17 15:51:59 +00:00
ben%netscape.com
8d73f2ab99
Fix .9.8 bugs:
...
115180 - saving a complete page on top of an existing complete page messes up
116167 - "Save Image" uses POST method
116445 - gzip files expanded when downloaded via "save link as"
115181 - saving a file sometimes results in an unpopulated progress dialog that does not go away
42441 - Save as Plain Text
115148 - save as dialog does not remember last directory used
115440 - File/Save Page does not work for PDF files
116263 - "File Type" selection in Save Page dialog is not remembered
115395 - Save Page as full page mpg does not work
115210 - Save Page as for plain text is not intelligent
115087 - Doing save page on an image Document should not save image document HTML
Nature of fixes described here:
http://bugzilla.mozilla.org/show_bug.cgi?id=120174
r=law, sr=hewitt
2002-01-16 04:00:28 +00:00
rods%netscape.com
2cac03a429
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
30512f5d7f
turns on scaling and fixes it
...
Bug 120075 r=dcone sr=attinasi
2002-01-16 03:11:28 +00:00
dbragg%netscape.com
b3ce95e541
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
dougt%netscape.com
abc5636c19
Backing out ben. this change cause 120118
2002-01-15 22:06:42 +00:00
bbaetz%student.usyd.edu.au
62d2f80118
Bug 117805 - context menus don't work in XML documents
...
Patch by caillon@returnzero.com , r=heikki, sr=jag
2002-01-15 06:30:49 +00:00
ben%netscape.com
eb4723e789
115440 (r=law@netscape.com, sr=brendan@mozilla.org) saving full page plugin does not work
...
along with some other bugs but I forget the #s. Full patch attached to 115440.
includes:
- persisting last directory saved to
- persisting last conversion type specified when saving a document
- ensuring that content-disposition is favored when choosing a default filename for a file
(r=blake, sr=brendan)
- null checking document in call to saveInternal before accessing properties on it.
2002-01-15 01:38:16 +00:00
bryner%netscape.com
6a1f72eaf5
bug 90254 - blank menu item under privacy and security on mac. r=stephend, sr=sfraser.
2002-01-11 03:17:36 +00:00
alecf%netscape.com
fa0cc7676b
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
stephend%netscape.com
98c2974f6d
Bug 114543. Error in Javascript console on using 'Open in New Tab' on a link. Patch by John Morrison <jrgm@netscape.com> r=jag, sr=brendan
2002-01-10 04:16:22 +00:00
cavin%netscape.com
eed5e2370b
Bug #81295 : In extractFileNameFromUrl(), extract value associated with "filename="
...
keyword if present. r=naving/ben@netscape.com , sr=sspitzer.
2002-01-09 02:41:36 +00:00
dean_tessman%hotmail.com
99d17c4c73
Fix for 109824
...
Patch by slate@gwu.edu
r=cmanske,me sr=jag
2002-01-09 00:01:23 +00:00
stephend%netscape.com
4eef2ddcec
Bug 79336. Javascript strict warnings in findUtils.js. Patch by Stephen Walker <walk84@usa.net) r=sgehani@netscape.com, sr=alecf@netscape.com
2002-01-03 00:56:52 +00:00
jaggernaut%netscape.com
6d49518cb6
Bug 102155: javascript error in contentAreaUtils.js. Patch by Mike Young <youngfam@nni.com>, r=caillon@returnzero.com, sr=jag
2002-01-02 11:56:07 +00:00
rods%netscape.com
1fde5f13f3
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
jaggernaut%netscape.com
877139bf08
Bug 117013: in View -> Text Zoom -> Other... dialog, buttons are hidden on Mac. r=Fabian, sr=blake
2001-12-29 04:52:39 +00:00
mcafee%netscape.com
6f3c443e50
Ignore generated files.
2001-12-29 04:19:36 +00:00
sgehani%netscape.com
6c95fe17c0
Make search engine context menu item match spec.
...
b=15176; r=morse; sr=dveditz
2001-12-21 00:43:58 +00:00
heikki%netscape.com
a0d1b14819
Bug 92172, bookmarking image map links should get something for name. r=timeless@mac.com, sr=blakeross@telocity.com.
2001-12-20 02:08:50 +00:00
hewitt%netscape.com
1dc8b67ef1
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
seawood%netscape.com
874c54280c
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
ben%netscape.com
f24c1d1b0a
115440 - File/Save Page doesn't work for PDF files
...
refactor code to always sniff for content-type when saving a document,
and show the text/html options only when there is a document and
the content type is one of the supported types (e.g. text/html)
sr=hyatt/blake
2001-12-17 22:50:07 +00:00
rods%netscape.com
f5fd7a82a2
Initial checkin for Bug 113917 not in the build
2001-12-15 23:50:48 +00:00
stephend%netscape.com
00b277113b
Bug 115401. chrome: should be chrome:// in utilityOverlay.js r=jrgm@netscape.com, sr=hewitt@netscape.com
2001-12-15 08:14:30 +00:00
dbragg%netscape.com
8b33e8cf0b
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
ben%netscape.com
325566603b
this is part of the previous checkin to fix blocker bug 114874. change code to open correct xul file
2001-12-12 22:43:17 +00:00
ben%netscape.com
43b170cc65
bug 11632 - save page with images, stylesheets, objects and applets.
...
r=hewitt, brade, sr=hyatt
2001-12-12 05:05:12 +00:00
morse%netscape.com
ce1cb08843
bug 110471, fix js warning, r=morse, sr=alecf
2001-12-08 16:28:02 +00:00