disttsc%bart.nl
72cea9bb38
Clean up MODULE/REQUIRES, bug=73353, r=cls
2001-04-08 08:33: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
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
valeski%netscape.com
169a5140b5
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
2001-03-24 00:22:18 +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
law%netscape.com
6ef9ef717c
Bug 26029; add CHROME_WINDOW_MIN flag to enable minimizable dialog windows (and use that for download progress dialogs); r=danm sr=alecf a=asa
2001-03-17 00:30:38 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +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
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +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
bryner%uiuc.edu
cc136ead8f
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
2000-12-15 07:32:25 +00:00
mscott%netscape.com
1f43a186ab
Add pref to the requires list.
2000-12-07 01:35:04 +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
03b06f2547
Bug #30453 --> implement browser.download.dir support for helper app dialog.
...
r=sspitzer
sr=alecf
2000-12-07 00:22:46 +00:00
cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
mscott%netscape.com
208c7e0d69
Bug #58669 --> don't let the helper app dialog be modal, this prevents
...
the external handler from properly processing incoming OnDataAvailable events
while the helper app dialog is up.
r=law,sspitzer
sr=alecf
2000-11-02 21:44:31 +00:00
bryner%uiuc.edu
688cd348f4
Bug 56065 - Don't append an extra "*.*" filter to the filepicker when we don't know the extension. r=brendan, sr=mscott.
2000-11-01 05:59:44 +00:00
warren%netscape.com
cd56c0575b
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +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
law%netscape.com
f21f4bdbab
rtm++ bug 55627; make Downloading dialog modal to avoid orphaning it; r=jrgm@netscape.com, sr=mscott@netscape.com
2000-10-11 03:01:55 +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
brendan%mozilla.org
cd4a57e441
Fix two distinct bugs with similar symptoms (53123, r=law, a=jband).
2000-09-23 01:23:53 +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
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
scc%mozilla.org
778fade416
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 05:04:09 +00:00
law%netscape.com
383445326f
Bug 39957; specify VALIDATE_NEVER cache flag when (re)loading URLs to save stuff; r=radha@netscape.com
2000-09-12 22:12:09 +00:00
mscott%netscape.com
16f2b34378
Bug #47799 --> center the helper app dialog based on the parent window
...
r=law
2000-09-06 22:19:12 +00:00
mscott%netscape.com
823a02d85d
Bug #47799 --> push prompt for file name over to ucth handler code so we don't bring
...
UI up from the uriloader. This allows us to properly use a string bundle
for text in the dialog. this is prep work for the real fix for this bug. r=law
2000-09-06 22:18:34 +00:00
vidur%netscape.com
e153192875
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
sfraser%netscape.com
36612d6514
Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags.
2000-09-01 00:48:04 +00:00
law%netscape.com
0f09bee099
Bugscape bug 1594; remove 'Mozilla' with dynamic product name; r=mcafee@netscape.com
2000-08-24 03:57:39 +00:00
dr%netscape.com
2a720a5b1b
fix for cache miss loading chrome://navigator/skin/navigator.css, r=ben
2000-08-08 23:07:15 +00:00
mscott%netscape.com
cc765833f8
Bug #47240 --> landing branch change to the tip. helper app dialog has no text on the mac
r=alecf
2000-08-03 00:30:39 +00:00
mscott%netscape.com
e59ace994b
Bug #47240 --> landing branch change to the tip. helper app dialog has no text on the mac
2000-08-03 00:29:35 +00:00
mscott%netscape.com
092b1fc7a9
Bug #47248 --> various problems with save as dialog from helper app. unload handler was calling cancel and we
...
weren't setting the action to saveToDisk in the right case
Landing branch changes to the tip.
r=alecf
2000-08-03 00:27:17 +00:00
law%netscape.com
3c0cfcea12
Bug 43583; tweaks to new helper app launch dialog; r=ben@netscape.com
2000-07-13 00:44:26 +00:00
law%netscape.com
c6639ebe6c
Bug 43583; implement new helper app launch confirmation dialog interface; r=mcafee@netscape.com
2000-07-11 23:17:34 +00:00
law%netscape.com
dd24f07741
Bug 43583; build new dialog on Mac; r=ben@netscape.com
2000-07-11 01:09:28 +00:00
law%netscape.com
86c3028d51
Bug 43583; build new dialog; r=ben@netscape.com
2000-07-11 00:42:55 +00:00
law%netscape.com
769c52d2cc
Bug 43583; new helper app launch confirmation dialog; r=ben@netscape.com
2000-07-10 23:18:59 +00:00
law%netscape.com
269dfdf285
Bug 43583; add interface for helper app dialog; r=varada@netscape.com
2000-07-06 01:42:46 +00:00
law%netscape.com
24d247088f
Bug 43583; add new interface for helper app dialog
2000-07-06 00:09:51 +00:00
law%netscape.com
24137bab1a
Bug 43583; add new interface file for helper app dialog;r=varada@netscape.com
2000-07-05 23:41:14 +00:00
law%netscape.com
466fcfa994
New interface for displaying helper app launch confirm dialog; bug 43583
2000-06-28 23:14:57 +00:00
danm%netscape.com
03ea82871a
tracking change of name of window.content to _content. (bug 33650) r=hyatt
2000-06-22 00:48:45 +00:00
rbs%maths.uq.edu.au
26742e611c
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
2000-06-15 09:54:41 +00:00
law%netscape.com
c66063c020
Bugs 36789, 22861, and 38827 (all related to downloading files); change xfer component to use nsIFilePicker, handle content-disposition: http response header, and fix a l10n problem; r=slamm
2000-06-09 00:49:41 +00:00
sfraser%netscape.com
86b786390b
Remove linkage with NetworkModular.shlb
2000-05-17 08:05:14 +00:00
cls%seawood.org
a8000b8bb5
Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency.
2000-05-17 06:45:45 +00:00
danm%netscape.com
c0ae0cbbf6
top-level chrome dirs are now packages,locales,skins
2000-05-13 21:29:08 +00:00
ben%netscape.com
6ec8006b8c
removing redundant skins directories
2000-05-11 04:19:28 +00:00
ben%netscape.com
d9dd60ce5b
convert unknown content dialog to use new widgets
2000-05-03 03:30:08 +00:00
cls%seawood.org
4f56fe6a2e
Changed nsinstall to fail if the file to link against does not exist. Objdir build breakage should become more apparent when it happens. Thanks to Greg Noel <GregNoel@san.rr.com> for the patch.
2000-04-25 10:52:11 +00:00
saari%netscape.com
c8cba35690
First Checked In.
2000-04-19 21:53:22 +00:00
danm%netscape.com
d0d8c4d5c3
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
dougt%netscape.com
839bb23502
Fix for 34295. We are basically removing the classes from the titled buttons that
...
were not defined. This makes this dialog use the standard button ui, which IMO looks
good. r=valeski@netscape.com , a=leaf.
2000-04-03 20:19:57 +00:00
warren%netscape.com
727f312b32
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
law%netscape.com
81d83f29da
Fix for bug 29216. Add <keyset> so global keyset overlay applies
2000-03-21 23:01:35 +00:00
slamm%netscape.com
8ba923bbdd
Use simplified CHROME rules. Use default dirs for install locations.
2000-03-14 03:01:26 +00:00
ben%netscape.com
db25eb3a8a
fix for bug 29360, fix crash in unknown content dialog, r=law, a=jevering
2000-02-29 04:25:53 +00:00
scc%netscape.com
73802d6f2e
Pro5 update
2000-02-07 23:06:04 +00:00
law%netscape.com
16b3755809
Fix Save File... button so it works again; r=rgoodyer/akkana
2000-01-15 01:48:22 +00:00
rgoodger%ihug.co.nz
498ad145a0
fixing 22997, ugly unknown content dialog. partial r=akkana@netscape.com.
2000-01-14 08:03:06 +00:00
pp%ludusdesign.com
698852a4f4
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
law%netscape.com
162b9247cc
Fix for 21956 (and workaround for 23189); r=slamm@netscape.com,danm@netscape.com
2000-01-07 00:00:41 +00:00
shaver%netscape.com
5818d49be7
remove excess 'Netscape' references from the chrome (r=dmose,a=leaf)
1999-12-15 23:00:34 +00:00
law%netscape.com
88626d4e62
Fixes for #10737 (ftp download), overhauled to work better with Necko; r=valeski
1999-11-13 05:37:00 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
cls%seawood.org
bee74e223b
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
tao%netscape.com
dfc5dc1b02
Move da-DK files to l10n/lang; r=leaf
1999-10-08 01:06:56 +00:00
tao%netscape.com
452378ee8a
Move localized resource files to mozilla/l10n/lang.
1999-10-07 23:59:32 +00:00
beard%netscape.com
9eae33066d
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
hyatt%netscape.com
0c1aef9920
Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com
1999-10-01 20:49:07 +00:00
law%netscape.com
8f2bea0893
Get file download working; r=danm@netscape.com; a=chofmann@netscape.com
1999-09-23 00:49:15 +00:00
briano%netscape.com
cd3098a8ae
General cleanup.
1999-09-18 03:45:06 +00:00
tao%netscape.com
57d86c8459
First checkin of da-DK resource files contributed by
...
Henrik Lynggaard<Lynggaard@netscape.net>
Hook up da-DK
1999-09-18 00:40:05 +00:00
tao%netscape.com
4661727893
First checkin of da-DK resource files contributed by
...
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
briano%netscape.com
202e970483
Removed the obsolete non-NECKO leftovers.
1999-09-09 00:21:43 +00:00
cyeh%netscape.com
34cd2ddae1
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:13:14 +00:00
ramiro%netscape.com
7ee0e69965
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
mccabe%netscape.com
62d42630f9
Remove unused explicit NS_DECL_IFOO declarations from %{C++ blocks in the header files; these are replaced by xpidl-generated NS_DECL_NSIFOO macros.
1999-08-23 01:41:52 +00:00
mccabe%netscape.com
ed5a2f8522
Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew.
1999-08-23 01:07:33 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00