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

165473 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de 8b8551ca0d Bug 236627 getReferrer should create uris using the io service
r=neil sr=darin
2006-07-29 05:42:36 +00:00
cbiesinger%web.de 04c853c95d bug 196871, make "save link target as" and friends send a referrer
r=neil sr=bz
2006-07-29 05:42:35 +00:00
cbiesinger%web.de c132bfce16 Bug 232369
remove the unused function makeProgressDialog
r=neil.parkwaycc.co.uk sr=bzbarsky
2006-07-29 05:42:34 +00:00
neil%parkwaycc.co.uk 6f7488cf21 Supplementary patch to bug 228619 p=gautheri@noos.fr r=me sr=bz 2006-07-29 05:42:33 +00:00
timeless%mozdev.org 1728e7f4fa Bug 228619 Warning ``assignment to undeclared variable entry'' [xs] in file ``chrome://communicator/content/contentAreaUtils.js'', line 667, character 0.
r=neil sr=bz
2006-07-29 05:42:32 +00:00
timeless%mozdev.org ae1149fef9 Bug 228398 Warning ``reference to undefined property this.mContentDisposition'' [xs] in file ``chrome://communicator/content/contentAreaUtils.js'', line 559, character 0.
r=neil sr=bz
2006-07-29 05:42:31 +00:00
cbiesinger%web.de c401d8b4d2 bug 228321. content-encoding: gzip page gets saved gzipped when no extension
present in the url

r=bzbarsky sr=darin a=chofman
2006-07-29 05:42:30 +00:00
jshin%mailaps.org 2b4d70c407 bug 213337: validate file name before presenting it as a suggested filename (2nd part) : r=cbiesinger, sr=jag, a1.6=asa 2006-07-29 05:42:29 +00:00
jshin%mailaps.org 1ad7a300e9 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2006-07-29 05:42:28 +00:00
cbiesinger%web.de 6d45f8684e 213877 r=neil.parkwaycc.co.uk sr=bzbarsky a=asa
update contentAreaUtils.js callers to pass type and extension to mimeservice
this should greatly reduce the extension fixup bugs, especially .html.htm, .mp3.mp2 and similar should no longer happen.
2006-07-29 05:42:27 +00:00
cbiesinger%web.de 0b1b2c72ba bug 223990. Should have a getPrimaryExtensionForType function
r=bzbarsky sr=darin
also changes nsIMIMEService functions to start with a lowercase letter (only affects JS Callers)
2006-07-29 05:42:26 +00:00
darin%meer.net 5ec1065a6f fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky 2006-07-29 05:42:25 +00:00
cbiesinger%web.de 80335c8195 Bug 223998
contentAreaUtils.js: getMIMEInfoForExtension should be getTypeFromURI
r=neil.parkwaycc.co.uk sr=bz
2006-07-29 05:42:24 +00:00
neil%parkwaycc.co.uk 57a315c38a Bug 223549 GenerateValidFilename should use validateFileName p=ian@arlen.demon.co.uk r=me sr=bienvenu 2006-07-29 05:42:23 +00:00
jshin%mailaps.org f499d12d71 bug 195093 : modernize nsILocale (r=smontagu, sr=darin) 2006-07-29 05:42:22 +00:00
bzbarsky%mit.edu 98b1f565bf Gunzip things with content-encoding:gzip whose file extension is .zip when
saving or running helpers.  The idea here is to decompress unless the encoding
and extension match up.  If they do, then don't decompress.  Bug 152275,
r=biesi, sr=darin
2006-07-29 05:42:21 +00:00
cbiesinger%web.de 62dade3c5d 220672. r=darin sr=bzbarsky
Convert nsIEncodedChannel::contentEncodings to nsIUTF8StringEnumerator.

Previously, it used nsISimpleEnumerator, and returned an nsISupportsCString with it.
2006-07-29 05:42:20 +00:00
timeless%mozdev.org 2309f1d0d7 Checking in one-line, fix for 219029
patch from Ian Neal <bugzilla@arlen.demon.co.uk>, r=caillon, sr=jst
2006-07-29 05:42:19 +00:00
cbiesinger%web.de edbb3570be 213337 Saving PDF different from viewing PDF
jag: review+
bz-vacation: superreview+
asa: approval1.5b+
2006-07-29 05:42:18 +00:00
jshin%mailaps.org 1f75a8a902 bug 199237 : fix the rendering of the non-ASCII title of a non-text doc(image, media) opened in a new tab/window (r=bryner, sr=bz) 2006-07-29 05:42:17 +00:00
cbiesinger%web.de 4a6995a348 147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
this merges nsIMIMEService::GetFromType and GetFromExtension
2006-07-29 05:42:16 +00:00
cbiesinger%web.de 8d82165217 addressing reviewer comments for 118621 2006-07-29 05:42:15 +00:00
cbiesinger%web.de c367bbd6de 118621 r=jag sr=bz http://foo/bar/ default save name should be bar.html 2006-07-29 05:42:14 +00:00
jshin%mailaps.org a3e1ff439e bug 158006 : properly handle 'non-ASCII' filename in 'save as, save link
target as, save image as' by using nsIMIMEHeaderParam to decipher
'filename' parameter of Content-Disposition header. (r=neil, sr=jag)
2006-07-29 05:42:13 +00:00
alecf%flett.org 94e749354a fix for bug 205895 - make nsIMIMEInfo.getFileExtensions use a string enumerator, to avoid excess allocation at startup
r=bz, sr=darin
2006-07-29 05:42:12 +00:00
mstoltz%netscape.com 7c46f5edf0 Bug 204902 - add URL loading security check to link click handler function for mailnews. r=sspitzer, sr=heikki 2006-07-29 05:42:11 +00:00
timeless%mozdev.org 80b135e4ac Bug 184108 Save As <<filename>> without <<.html>> extention result is a html file <<filename>> and a directory <<_files>>
Patches by timeless/biesi r=biesi/timeless sr=bz
2006-07-29 05:42:10 +00:00
rbs%maths.uq.edu.au 3e3b7a15e6 Output basic entities such as &nbsp; during 'Save As' of HTML documents (there is another option/flag to output more entities such as accented letters if needed), r=adamlock, sr=heikki, a=asa 2006-07-29 05:42:09 +00:00
sspitzer%netscape.com a3d9dda35b fix for bug #203716
unable to scroll page after [left-]clicking on link in mail (existing browser window)
sr=jag, a=sspitzer
2006-07-29 05:42:08 +00:00
sspitzer%netscape.com 10cb3f8d9a fix for regression bug #201652, caused by my fix for bug #199360
when opening a link in an existing browser window, focus it
to bring it to front, or if minimized, to show it.
r/sr=bryner, a=sspitzer
2006-07-29 05:42:07 +00:00
sspitzer%netscape.com 0fbeb9c985 fix for bug #199360
for simple left clicks of urls in mail messages that we know should open a browser window
(or load in the top most browser window), do it right away.

if the url is slow to load, switching messages can kill the load, and the window
never shows up.

play nice with stand alone mail, which doesn't need this trick.

r=bryner, sr=mscott
2006-07-29 05:42:06 +00:00
caillon%returnzero.com 57341f99db [Bug 182152] File picker should always offer a *.* filter
r=timeless sr=bzbarsky
2006-07-29 05:42:05 +00:00
locka%iol.ie c725e0a315 Add cache key, referrer and extra headers parameters to nsIWebBrowserPersist::saveURI b=170722 r=bzbarsky@mit.edu sr=darin@netscape.com 2006-07-29 05:42:04 +00:00
heikki%netscape.com cc6070f09c Bug 136717, enabled Save as Complete for XML and XHTML, r=jag, sr=bzbarsky. 2006-07-29 05:42:03 +00:00
shliang%netscape.com 1e7c8fc462 135210 - this frame flyout context menu has duplicate accesskeys. r=varga,sr=jag,a=sspitzer 2006-07-29 05:42:02 +00:00
stephend%netscape.com 56c63e07c8 Bug 202676. Change pop-up to popup in a popup window's context menu. r=robinf@netscape.com, sr=jaggernaut@netscape.com 2006-07-29 05:42:01 +00:00
neil%parkwaycc.co.uk 9632c50a88 Bug 92726 Save As should default to the message subject r=me moa=glazou sr=bienvenu a=asa 2006-07-29 05:42:00 +00:00
neil%parkwaycc.co.uk 92d4fc1892 Bug 179728 work offline not unchecked when toggled from status bar r=dean_tessman sr=rbs a=asa 2006-07-29 05:41:59 +00:00
neil%parkwaycc.co.uk 42c43c9e53 Bug 166219 offline load handler fires multiple times r=jag sr=sspitzer 2006-07-29 05:41:58 +00:00
aaronl%netscape.com b4201c06a4 Bug 187511. Add Find As You Type to menus. r=brade, sr=dveditz. 2006-07-29 05:41:57 +00:00
smontagu%netscape.com 9ec0833435 Force entry fields for URI elements to be left to right even in right-to-left chrome. Bug 157607, r=jag, sr=hewitt 2006-07-29 05:41:56 +00:00
timeless%mozdev.org a23e1480b3 backing out. this patch wasn't right 2006-07-29 05:41:55 +00:00
aaronl%netscape.com 5de9c5d9cb Backing out bug 187511. Add Find As You Type to menus 2006-07-29 05:41:54 +00:00
timeless%mozdev.org deb2b01432 Bug 135210 This Frame flyout context menu: duplicate "w" and "f" accesskeys
patch by pepperxn@netscape.net r=db48x sr=alecf
2006-07-29 05:41:53 +00:00
jst%netscape.com 65e24ddf8b Fixing bug 145888. Re-ordering the menu items 'Java Console' and 'JavaScript Console' so that the more commonly used one appears before the other one in the menu. r=walk84@yahoo.com, sr=blaker@netscape.com 2006-07-29 05:41:52 +00:00
aaronl%netscape.com 43920c024d Bug 187511. Add Find As You Type to menus. r=shliang, sr=jag 2006-07-29 05:41:51 +00:00
neil%parkwaycc.co.uk 507b1480d2 Bug 195878 "Open Link ..." in context menu does not work if "This Frame" submenu was opened r=jag sr=bz a=asa 2006-07-29 05:41:50 +00:00
neil%parkwaycc.co.uk 174c6f7b9f Bug 233721 Add confirmation for Set As Wallpaper p=stefan@borggraefe.com r=me sr=tor 2006-07-29 05:41:49 +00:00
neil%parkwaycc.co.uk c514661a28 Bug 228536 Fix JS strict warning undefined property this.onStandaloneImage r=timeless sr=bz 2006-07-29 05:41:48 +00:00
varga%nixcorp.com b3767e51ec Fix for bug 221361. right click context speed is very slow with large selections
r=jan,neil sr=alecf patch by gemal
2006-07-29 05:41:47 +00:00