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
bzbarsky%mit.edu
abe192dbf6
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
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
bienvenu%netscape.com
c73c79ca5e
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
8b898b481f
Adding some missing .cvsignore files. a=leaf.
2002-03-08 00:00:05 +00:00
rods%netscape.com
4192ff3428
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
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
locka%iol.ie
f99481c757
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
047518c83a
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
a313452081
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
76a54876d6
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
2158ffd754
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
3a104c3c74
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
95c6440fc5
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
3c189ab83d
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
b2412d8006
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
19b9e3ce32
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
4ff1572cca
Landing print preview toolbar and UI.
...
b=111235; r=law; sr=hewitt
2002-02-20 06:19:39 +00:00
timeless%mac.com
95da47977f
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
bdc87e0fa7
Land update notifications.
...
b=120201; r=law,pavlov; sr=dveditz
2002-02-20 04:01:34 +00:00
dbragg%netscape.com
c7478fbb13
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
1f0a883e6c
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
ae0b7240a9
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
98f0f7a503
41526 - implement 'Set As Wallpaper' on windows, r=pavlov, sr=blake
2002-02-19 08:12:22 +00:00
endico%mozilla.org
a130db0fba
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
1dc8ab7ecd
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
20f66d9ddb
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
baa95a6b51
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
c0e50c228c
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
82521cf5de
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
659aab86ac
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
2ed9e42372
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
53494d3eb3
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
3e0b8d4c3e
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
7d8f199a9c
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
35b7d80554
123504 - menuitem/tooltip conflict. r/sr=hewitt
2002-02-11 22:56:47 +00:00
blakeross%telocity.com
9dde4a920a
112071 - timebomb not working. r=hewitt sr=ben
2002-02-09 03:18:53 +00:00
blakeross%telocity.com
882cccf833
78023 - js error in nsTransferable.js r/sr=hewitt
2002-02-09 01:37:27 +00:00
bzbarsky%mit.edu
72bb1acaa4
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
19dbb1404c
bug 62199 r=bzbarsky sr=blake
...
JS Strict warning in tasksOverlay.js
2002-02-07 22:36:37 +00:00
dcone%netscape.com
c34cb2647d
b=118889 r=rods sr=sfraser Fixed app. so printSettings dialogs will work
2002-02-07 05:32:59 +00:00
hwaara%chello.se
6c9d73d8c5
#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
8748e52c3b
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
c4d51c97c2
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
56bf4e83af
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
ea8f66fcf6
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
cd8e813edf
39070 - can't dnd images or <areas>. r=ben sr=hewitt
2002-02-03 00:06:12 +00:00
cmanske%netscape.com
579da0040d
Fixed Open Location dialog for Composer, b=122933, r=brade, sr=hewitt
2002-02-01 23:53:30 +00:00
bzbarsky%mit.edu
967b747f73
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
dbfdd172a4
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