Граф коммитов

527 Коммитов

Автор SHA1 Сообщение Дата
akkana%netscape.com e1a079436f 83017: Fix title of the page info window. Fix from Daniel Brooks db48x@yahoo.com, sr=alecf, a=asa 2002-03-16 05:17:19 +00:00
bzbarsky%mit.edu 05df5a0e6e Bug 129535 -- get filenames from the right places in some edge cases.
r=law, sr=alecf, a=asa
2002-03-15 03:50:53 +00:00
timeless%mac.com d101253693 Bug 127699 Disable UI for zoom, print, and landscape/postscript on Unix
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bzbarsky sr=attinasi a=asa
2002-03-14 22:56:16 +00:00
andreww%netscape.com 9401f96236 bugzilla 129140 r=hwaara, sr=hewitt, a=asa - updating skinversion to 1.0 2002-03-14 21:20:51 +00:00
seawood%netscape.com fd158d0f6f 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
bzbarsky%mit.edu 9f728780d5 Do not apply content decoding if the url ends in .gz or .zip. The
content-encoding battle never ends...  Bug 128199, r=law, sr=darin,
a=asa
2002-03-14 00:51:28 +00:00
rods%netscape.com 7dcdb2dd9c 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
bienvenu%netscape.com 53a6e89771 fix problem saving inline attachments (e.g., images) from mail and news messages with right click context menu r=law, sr=darin, a=dbaron 116234 2002-03-09 15:33:27 +00:00
bryner%netscape.com f3b840d0cd Adding some missing .cvsignore files. a=leaf. 2002-03-08 00:00:05 +00:00
rods%netscape.com dd36cb51d0 1) Added a new method to nsIWebBrowserPrint iface that enables you to get the current PS being used to print or PP
2) Change the PP toolbar code to use the current PS instead of the global
Bug 127969 r=dcone sr=attinasi a=asa
2002-03-07 12:57:33 +00:00
darin%netscape.com 026dda9f95 fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
locka%iol.ie 65718827b7 Display an authorization prompt when shift-click to save password protected URIs. b=116279 r=brade@netscape.com sr=darin@netscape.com a=asa@mozilla.org 2002-03-05 22:45:20 +00:00
bzbarsky%mit.edu ae5d3d90a6 Don't show bogus "save as text" option when doing "save link as". Bug
127912, r=law, sr=blake, a=asa
2002-03-04 22:12:14 +00:00
blakeross%telocity.com ada2752b69 55686 - option-click doesn't save link on mac. r=sdagley sr=hewitt a=shaver 2002-03-02 17:59:12 +00:00
law%netscape.com 154f537ff1 Bug 113727; improved UI for Page Setup dialog; r=sgehani, sr=blake, a=asa/drivers 2002-03-01 00:51:47 +00:00
bzbarsky%mit.edu 457afd2aa6 make "save as" offer the "web page, complete" option on ebay and on
other such pages where the server sends no content type.

Bug 128162, r=law, sr=jag, a=shaver.
2002-03-01 00:00:14 +00:00
sgehani%netscape.com 48b7bc0ad5 Hide print button, scaling widgets, and orientation widgets.
b=127699; r=law; sr=jag; a=asa
2002-02-28 23:54:27 +00:00
bzbarsky%mit.edu dd5a3ea31f Decode by default when saving, except for types on a "ban list". Bugs
69306, 120033, 121001, r=law, sr=darin, a=roc+moz
2002-02-27 00:43:46 +00:00
bzbarsky%mit.edu 2e0fabd589 Make "save as" succeed even without a mime info. Bug 127333, r=law,
sr=jag, a=brendan
2002-02-23 21:07:50 +00:00
law%netscape.com 4b9458e312 Bug 27609; use new progress dialog so errors are handled properly; r=bzbarsky, sr=ben 2002-02-20 08:03:21 +00:00
jst%netscape.com 8fd2822bf1 Checking in Boris Zbarsky's <bzbarsky@mit.edu> fix for bug 117269. Making mozilla not invent silly file extensions when saving files. r=law@netscape.com, rs=jaggernaut@netscape.com, jst@netscape.com 2002-02-20 07:50:52 +00:00
sgehani%netscape.com 3e6fee2041 Landing print preview toolbar and UI.
b=111235; r=law; sr=hewitt
2002-02-20 06:19:39 +00:00
timeless%mac.com 0b79f64db0 Bug 121922 JavaScript strict warning, cleanup of contentAreaClick
patch by caillon@returnzero.com r=walk84 sr=jag
2002-02-20 05:52:37 +00:00
sgehani%netscape.com 236293ae2b Land update notifications.
b=120201; r=law,pavlov; sr=dveditz
2002-02-20 04:01:34 +00:00
dbragg%netscape.com 9fd02ba450 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
timeless%mac.com c226e23422 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 fc04d22a1e 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
hewitt%netscape.com fcf8ad4c7b 41526 - implement 'Set As Wallpaper' on windows, r=pavlov, sr=blake 2002-02-19 08:12:22 +00:00
endico%mozilla.org 3fbb1198cd Change the default time bomb url to http://mozilla.org/time-bomb.html bug 126348 r=blake, sr=shaver 2002-02-19 05:50:17 +00:00
pinkerton%netscape.com 6f1ac94599 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
sgehani%netscape.com 3d29dbb4d6 Make context menu search item open results in a new window.
b=122162; r=morse; sr=dveditz
2002-02-17 00:26:54 +00:00
blakeross%telocity.com db7c083b8d 89389 - save as link should alert user if page doesn't exist (and not save the link). r=bz sr=hewitt 2002-02-16 03:31:59 +00:00
dean_tessman%hotmail.com cc69de13fc Bug 100760
Find Again should display Find dialog if no find string is specified
Change to findUtils.js to make it so.
r/sr=blake
2002-02-15 03:58:43 +00:00
law%netscape.com 339e1fa4ed Bug 50514; properly detect when right-clicking on a background image; r=bzbarsky, sr=hyatt 2002-02-14 06:05:16 +00:00
blakeross%telocity.com 91262f9cc4 122303 - right clicks originating on xul elts shouldn't show context menu. r=ben sr=hewitt 2002-02-14 01:36:58 +00:00
blakeross%telocity.com 866a912f2e 123667 - case where open web location open button can incorrectly remain disabled. r/sr=hewitt 2002-02-13 23:40:06 +00:00
bzbarsky%mit.edu e34097b144 Make it possible to save files of types for which we have mimeinfos but
no extensions.  Bug 68801, r=law, sr=jag
2002-02-12 02:22:39 +00:00
bzbarsky%mit.edu b97ab1c23a Make "save link as" work in the context menu on files in the XUL
dirviewer.  Bug 124762, r=bbaetz, sr=jag.
2002-02-12 00:41:22 +00:00
dbragg%netscape.com e571ac8e58 Moving the default search engine name from the language pack into the content (aka region) pack.
Fixes bug 91984. r=tao, sr=alecf
2002-02-12 00:37:45 +00:00
blakeross%telocity.com 9828714cf6 123504 - menuitem/tooltip conflict. r/sr=hewitt 2002-02-11 22:56:47 +00:00
blakeross%telocity.com de18189d8d 112071 - timebomb not working. r=hewitt sr=ben 2002-02-09 03:18:53 +00:00
blakeross%telocity.com b57cc85ba7 78023 - js error in nsTransferable.js r/sr=hewitt 2002-02-09 01:37:27 +00:00
bzbarsky%mit.edu 0f3179400d Use the URI Checker to get headers for Save As. Bug 118719,
r=law,akkana,cmanske, sr=darin
2002-02-08 00:10:55 +00:00
cbiesinger%web.de 349a7271a7 bug 62199 r=bzbarsky sr=blake
JS Strict warning in tasksOverlay.js
2002-02-07 22:36:37 +00:00
dcone%netscape.com cf3ce49d17 b=118889 r=rods sr=sfraser Fixed app. so printSettings dialogs will work 2002-02-07 05:32:59 +00:00
hwaara%chello.se f8de5de638 #109598, "tasks overlays should use insertbefore, insertafter instead of position"
#81237, "IRC Chat has bizarre menu position",

Patches by nnooiissee@yahoo.com

r=andreww, sr=jst
2002-02-06 15:29:39 +00:00
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
heikki%netscape.com 61913ac950 Fixed Ctrl+click on XLinks and LINK elements. Fixed keyboard activation of XLinks (ENTER when focus on link). r=harishd, sr=jst. 2001-12-06 23:04:19 +00:00
ben%netscape.com 137198fa5c fix bug bugscape 11251 - text missing from Exit menu item etc. on windows
due to file not being built because of invalid placement of DIRS variable in makefile. r=bryner, sr=hewitt
2001-12-05 01:47:05 +00:00
hewitt%netscape.com e16a5fce6d 93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt 2001-12-04 22:38:40 +00:00
mkaply%us.ibm.com d4809981a8 OS/2 bustage 2001-12-04 02:10:01 +00:00