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

129 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
alecf%netscape.com 2958cb7ad5 bug 142310 - topcrash fix - make the member hashtable be stored as a member variable, no need to allocate it on demand
r=darin, sr=jag
2002-08-06 23:46:18 +00:00
henry.jia%sun.com 17a5f04f77 2nd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:11:23 +00:00
blakeross%telocity.com 1d28969bc3 Reverting some changes that were for a different bug. 2002-07-27 01:27:02 +00:00
blakeross%telocity.com 0b2bc1dde5 141410 - download manager doesn't highlight the active transfer by default. r=caillon sr=ben a=asa 2002-07-27 00:47:18 +00:00
stephend%netscape.com 7a28e277fe Bug 148495. Download Manager's grippy displays an empty tooltip. Original patch by Mike Kowalski <pepperxn@netscape.net>. Latter work by yours truly. r=db48x, sr=jag 2002-07-08 23:45:55 +00:00
peterv%netscape.com bc31a9b35e Fix OS2 bustage. 2002-07-08 09:40:20 +00:00
bryner%netscape.com 90a2f7dfb7 Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag. 2002-07-08 07:56:50 +00:00
blakeross%telocity.com 52c5817315 143072 - no way to close the properties window without cancelling the dialog. r=law sr=ben 2002-07-08 04:22:14 +00:00
bzbarsky%mit.edu b6ac3de7a2 Allow embeddors to override helper apps. Bug 147142, patch by
philipl@mail.utexas.edu (Philip Langdale), r=bzbarsky, sr=blake
2002-06-28 01:35:57 +00:00
blakeross%telocity.com 7bc8fc6afb 132027 - no menus work when download manager window has focus. patches by bryner and I. r=bryner/blake sr=ben/dveditz 2002-06-24 21:48:24 +00:00
blakeross%telocity.com deac412c42 142310 - topcrash quitting while downloading @ nsHashTable::Exists. r=bryner sr=ben 2002-06-22 19:47:14 +00:00
blakeross%telocity.com 786f96e0b0 142310 - top crash if quitting while downloading [@nsHashTable::Exists]. r=bryner sr=ben 2002-06-21 03:25:21 +00:00
blakeross%telocity.com 7ef3eaad3b 142824 - downloads.rdf keeps on growing. patch by jrgm@netscape.com. r=blake sr=ben 2002-06-19 19:53:58 +00:00
blakeross%telocity.com 574ab0ae49 132013 - remove from list in download manager makes program unresponsive for too long. r=hewitt sr=blake (patch by ben) 2002-05-27 18:11:51 +00:00
blakeross%telocity.com cf2c08751e 132013 - remove from list in download manager makes program unresponsive for too long. r=hewitt sr=blake (patch by ben) 2002-05-27 18:06:31 +00:00
law%netscape.com 8b9240bcab Bugs 129614/129604/137676; ensure all download errors are shown to user (and fix download manager quirk so it doesn't think all downloads are 0kb of 0kb); r=bzbarsky, sr=blake 2002-05-17 00:31:53 +00:00
rpotts%netscape.com 73de225b01 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
blakeross%telocity.com 00bf1dbf58 142766 - download manager should not take focus when downloads start. r=ben sr=hewitt 2002-05-09 01:38:55 +00:00
blakeross%telocity.com 70b8485b42 142767 - download manager default size is far too big. r=ben sr=hewitt 2002-05-09 01:34:23 +00:00
blakeross%telocity.com 0c4e80698a 142422 - pressing delete should highlight/select next item in list. r/sr=hewitt 2002-05-09 00:50:39 +00:00
darin%netscape.com 6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
blakeross%telocity.com 52e1024e3a 132013 - remove from list should be batched. r=hewitt sr=ben 2002-05-06 01:14:27 +00:00
alecf%netscape.com 58ad7ad612 Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
blakeross%telocity.com cf388e5e92 137440 - download manager should appear by default, rather than separate progress dialogs. r=hixie sr=ben 2002-04-28 23:26:49 +00:00
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
seawood%netscape.com c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
blakeross%telocity.com d1d69edf30 131762 - can open multiple occurrences of download manager. r=hixie sr=ben 2002-04-22 01:19:13 +00:00
timeless%mac.com dabd666f92 Bug 137097 NODE_ID function is useless overhead
patch by neil@parkwaycc.co.uk r=bzbarsky sr=blake
2002-04-18 22:11:10 +00:00
varga%utcru.sk 96aa63bbcf Removing unused files.
These files were used to define a <downloadstatus> binding.
This binding is not used in download-manager anymore.
a=asa
2002-04-05 04:23:24 +00:00
blakeross%telocity.com 5e34851046 108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan 2002-04-03 04:16:28 +00:00
hewitt%netscape.com d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
seawood%netscape.com 6da36f8962 Update .cvsignore to ignore generated Makefiles.
Bug #131909 r=pavlov a=asa
2002-03-26 15:42:05 +00:00
blakeross%telocity.com b330525a36 123101 - dl mgr doesn't display correct download speed. r=hixie sr=ben a=asa 2002-03-25 08:27:28 +00:00
blakeross%telocity.com d7fdbe6799 131762 - can open multiple occurrences of download manager. reversal. r=hewitt sr=ben a=asa 2002-03-20 21:49:18 +00:00
blakeross%telocity.com 28d89ab58a crap...fixing bustage...forgot to check these in. 2002-03-19 23:26:42 +00:00
blakeross%telocity.com 391f0933ed 131762 - can open multiple occurrences of download manager.
also adds a pref in Navigator > Downloads to set the behavior when starting a download (open DM, open progress dialog, open nothing). r=hewitt sr=ben a=asa
2002-03-19 22:31:06 +00:00
blakeross%telocity.com fb0487897d 131762 - can open multiple occurrences of download manager.
also adds a pref in Navigator > Downloads to set the behavior when starting a download (open DM, open progress dialog, open nothing). r=hewitt sr=ben a=asa
2002-03-19 22:19:39 +00:00
blakeross%telocity.com ad65ab1530 131693 - saving a file crashes on mac. smoketest blocker. r=law, ccarlen a=asa 2002-03-18 22:46:41 +00:00
blakeross%telocity.com 5ef9ebd4f1 bustage fix. 2002-03-18 12:48:15 +00:00
blakeross%telocity.com 6c5ad7c1d3 102477 - post-landing download manager cleanup. r=timeless sr=hewitt a=dbaron 2002-03-18 06:43:39 +00:00
blakeross%telocity.com eaea0b13e9 102477 - post-landing download manager cleanup. r=timeless sr=hewitt a=dbaron 2002-03-18 06:00:14 +00:00
blakeross%telocity.com 7a595ce3a0 fixing hpux bustage. 2002-03-18 00:58:10 +00:00
blakeross%telocity.com e09687ddf6 Removing unused files. 2002-03-17 22:46:47 +00:00
blakeross%telocity.com d7d9e555c4 bustage fix. 2002-03-17 22:42:12 +00:00
blakeross%telocity.com 56d5040a7c 102477 - turn on Download Manager (take 3). r=law sr=ben a=dbaron die=cvs 2002-03-17 21:57:56 +00:00
blakeross%telocity.com 9d1bfee9fc 102477 - turn on Download Manager (take 3). r=law sr=ben a=dbaron die=cvs 2002-03-17 21:46:54 +00:00
blakeross%telocity.com 93d044d117 102477 - turn on Download Manager (take 3). r=law sr=ben a=dbaron die=cvs 2002-03-17 21:41:01 +00:00
blakeross%telocity.com 057a05b72e Something is wrong with my tree... 2002-03-17 21:21:30 +00:00