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

56 Коммитов

Автор SHA1 Сообщение Дата
hewitt%netscape.com f968a08700 41526 - implement 'Set As Wallpaper' on windows, r=pavlov, sr=blake 2006-07-29 05:39:30 +00:00
law%netscape.com 92ca023e5f Bug 50514; properly detect when right-clicking on a background image; r=bzbarsky, sr=hyatt 2006-07-29 05:39:29 +00:00
blakeross%telocity.com f69fc807d0 122303 - right clicks originating on xul elts shouldn't show context menu. r=ben sr=hewitt 2006-07-29 05:39:28 +00:00
bzbarsky%mit.edu 6921b200f8 Make "save link as" work in the context menu on files in the XUL
dirviewer.  Bug 124762, r=bbaetz, sr=jag.
2006-07-29 05:39:27 +00:00
blakeross%telocity.com 62069d5cd7 92749 - "view background image" context menu item doesn't always appear when it should. r=bz sr=hewitt 2006-07-29 05:39:26 +00:00
bzbarsky%mit.edu 32d92100af Don't use "(null)" for the image filename if there is no filename in the
url.  Bug 121504, r=doron, sr=blake
2006-07-29 05:39:25 +00:00
ben%netscape.com f237517280 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
2006-07-29 05:39:15 +00:00
bbaetz%student.usyd.edu.au 7fadd4238e Bug 117805 - context menus don't work in XML documents
Patch by caillon@returnzero.com, r=heikki, sr=jag
2006-07-29 05:39:14 +00:00
sgehani%netscape.com c93dd0a2f0 Make search engine context menu item match spec.
b=15176; r=morse; sr=dveditz
2006-07-29 05:39:13 +00:00
heikki%netscape.com 737e36c6c0 Bug 92172, bookmarking image map links should get something for name. r=timeless@mac.com, sr=blakeross@telocity.com. 2006-07-29 05:39:09 +00:00
ben%netscape.com 237ea52af9 bug 11632 - save page with images, stylesheets, objects and applets.
r=hewitt, brade, sr=hyatt
2006-07-29 05:39:02 +00:00
morse%netscape.com a900f454d0 bug 110471, fix js warning, r=morse, sr=alecf 2006-07-29 05:38:00 +00:00
kin%netscape.com 0cf2d3abbb Fix for bug 108666: No context menu when right clicking on form text widgets
getAttribute() now returns a null object instead of an empty string
  when an attribute does not exist, so expand shortcuts like
  getAttribute().toUpperCase() to the longer form to prevent errors.

r=blakeross@telocity.com  sr=jst@netscape.com
2006-07-29 05:37:59 +00:00
ben%netscape.com cf1bb483fd 108595 - Add a method for determining whether or not a context menu separator should be shown by determining if there are any items prior to the separator that are not hidden. r=kerz, sr=blake 2006-07-29 05:37:58 +00:00
ben%netscape.com 1c8a0749e0 107311 - add null check
r=jst, sr=sspitzer
2006-07-29 05:37:57 +00:00
ben%netscape.com 04f6ced58d 103064 - add "Edit Page/Link" and "Send Page/Link" to Navigator context menu.
Also includes some code tidy up, simplify show/hide code, removing editor UI dependencies
from Navigator. r=pchen, sr=hyatt
2006-07-29 05:37:56 +00:00
matt%netscape.com f11a74ea3b Adding context menu with search. Bug 15176. r=law sr=hyatt 2006-07-29 05:37:55 +00:00
timeless%mac.com e15a931053 Bugzilla Bug 102143 with multiple tabs open, View Page Info always shows info for the first tab
by doron, r=jag, sr=hyatt, a=asa. a=drivers,leaf
2006-07-29 05:37:44 +00:00
blakeross%telocity.com 7a1b49feaa Fixing js strict warning about assignment to undeclared variable. sr=ben 2006-07-29 05:37:43 +00:00
hyatt%netscape.com 92ce4a1b2e Checking in a patch for Antoine Labour, Open Link in New Tab, r=bryner, sr=hyatt, bug #101487 2006-07-29 05:37:42 +00:00
heikki%netscape.com bdbc77f65d Bug 78021, Copy Link Address context menu does not work for image maps (<area> elements), <link> elements or simple XLinks. r=harishd, sr=vidur. 2006-07-29 05:37:19 +00:00
bzbarsky%mit.edu 6f412f8e8f Getting rid of strict javascript warnings in nsContextMenu.js
Bug 58569, patch from Henrik Gemal <mailto:gemal@gemal.dk>, r=timeless,
sr=brendan
2006-07-29 05:37:18 +00:00
bzbarsky%mit.edu 91b9744e28 Ugh. Messed up that last checkin. Still bug 91539 2006-07-29 05:37:17 +00:00
bzbarsky%mit.edu 179622502f Fix context menu items using "[xpconnect wrapped nsIURI]" instead of the
actual URI text.  Bug 91539, r=heikki, sr=blake
2006-07-29 05:37:16 +00:00
heikki%netscape.com 310d041a19 Bug 89710, typo broke Save Link As Bookmark functionality. r=harishd, sr=blake. 2006-07-29 05:37:15 +00:00
bzbarsky%mit.edu 79a0a3bbb1 Fix for bug 89141. Do not have the "link" options in the context menu
for "A" elements without an href.  r=brade, sr=blake
2006-07-29 05:37:14 +00:00
vidur%netscape.com 82c3296550 Fix for bug 84106. Save As for a page with post data tries to get the page out of the cache using its cache key. If the page is not in the cache, it prompts before re-posting. r=adamlock, sr=rpotts 2006-07-29 05:37:13 +00:00
heikki%netscape.com fcf8a01589 Bug 86894, make context menu and metadata dialog work with non-default namespaces. r=blake,sicking@bigfoot.com, sr=jst. 2006-07-29 05:37:12 +00:00
dougt%netscape.com 91b26e8c0b Fixes 87289 - context menu bustage fix - r=gagan@netscape.com, sr=alecf@netscape.com, a=chofmann 2006-07-29 05:37:11 +00:00
pinkerton%netscape.com 8b3a011903 fix # of params that initMenu takes. r=pink/sr=blake/a=asa. bug#87109. from jg@cyberstorm.demon.co.uk. 2006-07-29 05:37:10 +00:00
mstoltz%netscape.com 86e43fa547 86019 - Change stack-walking code in caps to keep functions from inheriting privileges
from their caller. r=jesse@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org, PDT+

86982 - Add same-origin security check to XMLDocument::Load(). r,a=blizzard@mozilla.org,
sr=jst@netscape.com

84191 - Fixing regression in Open URL dialog by not calling CheckLoadURI when it isn't
needed. r=cmanske@netscape.com, sr=sfraser@netscape.com, a=asa@mozilla.org
2006-07-29 05:37:09 +00:00
dougt%netscape.com 118f66b12c Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2006-07-29 05:37:02 +00:00
bzbarsky%mit.edu fc96d248e7 Make "View Source of Frame" inherit the charset of the document in the
frame.  Bug 85346, r=ftang, sr=blizzard, a=asa
2006-07-29 05:36:50 +00:00
jst%netscape.com ff96a57d57 Checking in the change to use node.baseURI as tbe base wben computing absolute URI's again, this change was checked in, then removed since it required breaking the nsIDOMNode ABI which was unwanted. This change was made by heikki@netscape.com, r=blakeross@telocity.com, sr=alecf@netscape.com 2006-07-29 05:36:49 +00:00
dbaron%fas.harvard.edu 3b201e0164 Fix context menus on pages with background images. Patch from Mark Loiselle <mloiselle@yahoo.com>. r=dbaron sr=shaver b=80473 2006-07-29 05:36:48 +00:00
bbaetz%cs.mcgill.ca 65156f3d75 Bug 32359 - fix context menu for mailtos
patch by gerv, r=bz,dr sr=alecf
2006-07-29 05:36:47 +00:00
bbaetz%cs.mcgill.ca fc1d27c930 bug 25071 - add "view background image" to context menu
patch by gervase.markham@univ.ox.ac.uk
r=timeless, sr=blizzard
2006-07-29 05:36:45 +00:00
bbaetz%cs.mcgill.ca c459dcf714 Bug 74019 - r=jag, sr=ben
Bug 76587 - r=morse, sr=ben

Both bugs fix errors in the context menu js, which caused the context menu
to show all possible items.
2006-07-29 05:36:42 +00:00
heikki%netscape.com aabc14b376 Bug 76641, back out baseURI property in the Node interface to fix binary compatibility. baseURI property is implemented in a different way on the DOM conversion branch, so baseURI will get back when the branch lands. This fix by jst, r=heikki, sr=brendan, a=chofmann. 2006-07-29 05:36:41 +00:00
dr%netscape.com c0ede77ed1 64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson 2006-07-29 05:36:40 +00:00
heikki%netscape.com 98b202bf59 Bug 48217, clean up context menus by using DOM Level 3 baseURI node property, also fixes Show Link in New Window when XML Base has been used. r=blakeross@telocity.com, sr=alecf. 2006-07-29 05:36:34 +00:00
disttsc%bart.nl fe901e84cd Get postData from session history instead of BrowserInstance. bug=46200, r=law, sr=alecf 2006-07-29 05:36:33 +00:00
alecf%netscape.com 80a1014ec9 fix for but 1995, checking in for sicking@bigfoot.com, sr=alecf r=jag 2006-07-29 05:36:32 +00:00
morse%netscape.com df9d678ee3 bug 24533, view image should open in same window, coded by doronr@naboonline.com, r=bzbarsky@mit.edu, sr=alecf@netscape.com 2006-07-29 05:36:30 +00:00
timeless%mac.com 4d1057a922 fix Bugzilla Bug 25497 view source on image only brings unknown file type dialog
patch by gervase.markham@univ.ox.ac.uk
r=timeless sr=alecf
2006-07-29 05:36:29 +00:00
blakeross%telocity.com f17b66929d Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2006-07-29 05:36:28 +00:00
maolson%earthlink.net 3e09ae4aad fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2006-07-29 05:36:20 +00:00
blakeross%telocity.com c9699da8cd Fix 49934: gopher support, minor restructuring of directory viewer. necko: r=darin,dougt sr=rpotts other: r=waterson,mstoltz,jag sr=alecf
Fix 70404: assertionsf or datetime and finger. r=dougt, sr=rpotts

Both patches by Bradley Baetz (bbaetz@cs.mcgill.ca)
2006-07-29 05:35:57 +00:00
mcafee%netscape.com 57bec1e171 Adding view page info for pages, frames (41443). patch=matthew wilsom, r=mcafee, sr=ben 2006-07-29 05:35:56 +00:00
morse%netscape.com 1ca0ba46f1 bug 31967, wallet overlays, r=alecf@netscape.com, sr=ben@netscape.com 2006-07-29 05:35:55 +00:00