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

102 Коммитов

Автор SHA1 Сообщение Дата
heikki%netscape.com 55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
locka%iol.ie 96f95d8b41 New parameters for nsIWebBrowserPersist saveURI & saveDocument. Caller may now specify target file as a uri or a file saveDocument has new flags for controlling encoding and line wrapping behaviour. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 12:41:27 +00:00
ben%netscape.com ccfc6fbfd6 another oops. Didn't mean to leave in this irritating debug timeout. 2001-12-12 06:32:09 +00:00
ben%netscape.com 7f41e525df bug 11632 - save page with images, stylesheets, objects and applets.
r=hewitt, brade, sr=hyatt
2001-12-12 05:05:12 +00:00
law%netscape.com cfaf73334b Bug 101182; add onclose handler that does onCancel; r=bryner, sr=hyatt 2001-12-07 00:28:53 +00:00
blakeross%telocity.com b9f42d4d10 These changes never made it in with original xul landing (/embedding). r=hewitt sr=ben 2001-11-05 01:50:50 +00:00
blakeross%telocity.com 3c4117c833 Line of text is missing from debug pref pane. r=hewitt sr=hyatt 2001-11-04 02:16:33 +00:00
hewitt%netscape.com 20311b8044 fixing various fun regressions from blake's earlier landing, rs=hyatt 2001-11-03 11:27:04 +00:00
blakeross%telocity.com 6c769e76e9 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:17:02 +00:00
bnesse%netscape.com faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
law%netscape.com 76b40a993e Bug 95572; patch from Roland (Roland.Tepp@mail.ee); close dialog after launch/reveal; r=law, sr=mscott 2001-10-26 23:52:21 +00:00
hewitt%netscape.com 7e10018204 102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt 2001-10-21 03:59:20 +00:00
law%netscape.com f28a335e3c Fixes for bugs:
65961 - Patch from bzbarsky@mit.edu, uses Math.floor to round down so 100%
        doesn't happen till download is complete; r=blake, sr=mscott
102956 - Blocks cancel going to uriloader/exthandler if download is completed,
        and, removes the code to reset the onclick handler for the cancel/close
        button; r=pchen, sr=hyatt
2001-10-12 23:52:59 +00:00
law%netscape.com 85d18dbb4a Fix for bugs 67803/74012/79862/98797. Adds code to set initial focus to
downloading and progress dialogs, and removes code to disable the "close
this dialog" checkbox from the progress dialog.  r=aaronl, sr=ben
2001-10-11 22:09:56 +00:00
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
jaggernaut%netscape.com 70d3d81bf9 Fix js strict warning about trailing comma in object initializer. r=mozbot 2001-09-21 06:30:33 +00:00
jaggernaut%netscape.com f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com 6d32db3768 Bug 79889: download progress dialog not wide enough. r=hewitt, sr=hyatt 2001-09-17 20:28:38 +00:00
jat%princeton.edu f2299aa85e Checking in for jesse. Replacing some eval() calls in chrome js with calls to parseInt() and new RegExp(). b=83314, r=mstoltz, sr=brendan. 2001-08-21 20:37:19 +00:00
hewitt%netscape.com 3203d18be2 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2001-08-04 06:21:59 +00:00
blakeross%telocity.com 26664deea8 Remove delay upon closing download window (when download is finished); disable checkbox when necessary (91605). r=kerz sr=ben 2001-08-02 00:37:28 +00:00
mscott%netscape.com a149f25bea Bug #90957 --> localize the close button
r/sr=sspitzer
2001-07-17 19:13:25 +00:00
vidur%netscape.com 0e1b1dc5f3 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 2001-07-11 00:11:59 +00:00
timeless%mac.com 1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
mscott%netscape.com fc7df0b223 Bug 84410 --> properly show unknown time and put the progress bar in undetermined mode
when we don't know how large the download is.
r=sspitzer
sr=blake
2001-07-04 04:14:56 +00:00
law%netscape.com 303e7c45c4 Bug 68279; tightens up IsExecutable() check in nsLocalFileWin to properly detect most dangerous executables; adds code to the two places in the UI where such files used to be executed to disable us doing that; r=mstoltz, sr=mscott 2001-05-23 06:03:59 +00:00
law%netscape.com dff78f4585 Bug 52454; enable progress dialog to be opened via window watcher (for new helper app dialog); r=pchen@netscape.com, sr=ben@netscape.com 2001-05-03 21:07:20 +00:00
dougt%netscape.com ff1073cc0b removing ^M 2001-05-02 00:40:56 +00:00
dougt%netscape.com c2cf446820 Fixes bug 78193. adds pause/resume button on the download dialog for ftp protocol. r=darin@netscape.com, sr=ben@netscape.com, a=asa@mozilla.org 2001-05-02 00:36:32 +00:00
blakeross%telocity.com 4257f41780 Download dialog label isn't clickable at some points (67489). r=ben sr=alecf 2001-04-27 21:16:44 +00:00
pchen%netscape.com 2c58e0142a bug 49758, r=alecf, sr=sfraser, added string for external protocol not handled on mac error dialog 2001-04-16 20:17:02 +00:00
mscott%netscape.com b984739d2f Bug #74011 --> fix xul syntax breakage. Change .value to .label so the cancel button becomes a close button. 2001-04-13 03:59:11 +00:00
blakeross%telocity.com c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
mkaply%us.ibm.com 4e509b68bf #72745
r=doron, sr=alecf
Change hardcoded Mozilla to brandShortName
2001-03-23 03:26:54 +00:00
blakeross%telocity.com 0b2dd2b2d2 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 2001-03-22 00:59:29 +00:00
maolson%earthlink.net 1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
timeless%mac.com 0d00eb70d8 fix Bug 65428 language="javascript" should be type="application/x-javascript"
r=kerz a=ben
2001-03-11 12:17:34 +00:00
mscott%netscape.com 5f4d1fbfb0 Bug #67481 --> our JS object needs to implement nsIWeakReference
sr=sspitzer/alecf
r=blake
a=asa
2001-02-09 01:12:57 +00:00
mscott%netscape.com 522f34503c Bug #67489 --> use a separator without a class=thin before the checkbox. 2001-02-06 23:03:48 +00:00
mscott%netscape.com 9babc6bd72 Bug #67489 --> xul clean up of the helper app dnd dialog.
add a separator before the checkbox so it's more balanced.
Make sure the checkbox outliner works correctly.
change onclick to oncommand handlers
place the cancel/close button on the far left and the reveal/launch on the right side of the dialog instead of
centering them.

sr=sspitzer
2001-02-03 01:08:10 +00:00
mscott%netscape.com 427890ff3b helperAppDldProgress.js Bug #67047 --> use the correct pref for the checkbox.
*doh*

sr=sspitzer
2001-02-01 01:45:47 +00:00
mscott%netscape.com f1b6589d77 Bug #63346 --> add checkbox for keeping dialog alive when transfer is done and for a reveal and launch button
support Reveal File and Launch File buttons on the progress dialog.
sr=sspitzer
2001-01-30 04:59:42 +00:00
mscott%netscape.com d60da77a5c Bug #61947 --> pass in and use the time the download started (but before we actually
bring up the progress dialog. This gives us more accurate readings for the total
time and download rate.
sr=sspitzer
2001-01-25 06:52:07 +00:00
bryner%uiuc.edu f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
mscott%netscape.com cf018a27ff Bug #60907 --> When bringing up the helper app dialog, if a helper app is already
present then be sure to default the action to Open instead of Save To Disk.
sr=alecf
r=sspitzer
2000-12-07 00:38:09 +00:00
mscott%netscape.com d9d4d975b7 Bug #61105 --> something changed that stopped status from showing up in the progress
dialog. Fixed that and then added percent progress text information as well to the dialog.
r=sspitzer
sr=alecf
2000-12-07 00:30:49 +00:00
mscott%netscape.com 786d08e821 Bug #57207 --> initialze elapsed time to 0 because we may use the variable before we
intialize it later on...
sr=alecf, r=sspitzer
2000-10-24 22:20:25 +00:00
mscott%netscape.com 22c6882ac0 Bug #44176 --> support a ShowProgress method to launch a standalone
progress dialog.
r=law, sr=alecf
2000-10-04 06:53:08 +00:00
mscott%netscape.com e47def2957 Bug #44176 --> support a ShowProgress method to launch a standalone
progress dialog. most of this dialog was ripped from downloadProgress.js/.xul. after RTM,
we are going to properly merge the two files togther. This version implements
nsIWebProgressListener...
r=law, sr=alecf
2000-10-04 06:51:57 +00:00
mscott%netscape.com 6c1873e996 part of the fix for Bug #43556 --> make sure the ask me dialog is disabled since it isn't implememented. Properly preselect the save to disk or open app radio button based on the mime info settting. r=sspitzer 2000-09-14 23:51:58 +00:00