blakeross%telocity.com
38794d139f
UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst
2001-03-02 03:07:53 +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
waterson%netscape.com
9fe59f23f0
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +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
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
disttsc%bart.nl
8aee906aa2
Remove dead |#include "iostream.h"|.
2001-02-03 07:15:47 +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
disttsc%bart.nl
70803e3a6d
More appCore killing, bug=46200, r=ben, a=alecf
2000-12-13 01:28:08 +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
rjc%netscape.com
d35da0b4fa
Fix bug # 58736: nsDirectoryViewer leak. r=dbaron sr=waterson
2000-11-02 07:34:46 +00:00
rjc%netscape.com
cdaed5d1e5
Fix RTM++ bug # 51446: FTP issue with date/time strings containing dots. r=gagan sr=ftang
2000-10-12 08:08:39 +00:00
evaughan%netscape.com
0cd2072315
Part 2 fix for bug #55899
2000-10-10 00:39:13 +00:00
disttsc%bart.nl
f51344add2
Remove incorrect 'rdf:' from 'rdf:resource', 'rdf:resource2' and 'rdf:containment'. Part of bug=53297, more to follow. r=rjc, a=waterson. This particular checkin should fix bug=52789 (column sorting in bookmarks and history) and bug=52547 (sidebar bookmarks panel not showing sort triangle).
2000-09-20 10:16:53 +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
cls%seawood.org
f568e23ee4
Yet another attempt at fixing OS/2 bustage. OS/2 requires static libraries that will subsequently be used in EXTRA_DSO_LIBS to end with _s
2000-09-08 06:11:59 +00:00
valeski%netscape.com
3e2d752ae3
51490. r=rjc. regression. httplistener was using a global when it should have been using it's static member
2000-09-06 22:33:58 +00:00
valeski%netscape.com
c41fae5a69
46775. consolodating xpfe components into a root module to reduce system overhead bloat. built on win, linux, mac. precheckin tests on windows. general testing on mac and linux.
2000-09-06 00:58:06 +00:00
rjc%netscape.com
210fd3f261
Fix bug # 50642: Win32 timer issue affecting FTP. r=me
2000-08-30 05:26:56 +00:00
rjc%netscape.com
6e346e28be
Use .get() for Unix.
2000-08-28 09:51:42 +00:00
rjc%netscape.com
5e317c2f9e
FTP bug # 46750: don't starve UI during FTP operations by slowly pushing FTP URLs into content model on a timer. r=me
2000-08-28 09:50:20 +00:00
rjc%netscape.com
66819b4a49
FTP bug # 46750: speed optimizations, as well as set busy cursor while FTP data is streaming in. r=me
2000-08-28 04:24:49 +00:00
dbaron%fas.harvard.edu
0fd110338c
Add newline to end of file to fix valeski's SunOS (and probably HP) bustage.
2000-08-26 14:11:45 +00:00
valeski%netscape.com
ba69299fdd
46775. preparing for linkage changes. these changes move class definitions into their own .h files so they can be used in other directories (not exported) for building purposes. I also utilized module/factory macros when possible
2000-08-26 07:37:59 +00:00
rjc%netscape.com
fa18e923e4
Add secondary secorting info for file/ftp listings. r=me
2000-08-22 01:39:48 +00:00
rjc%netscape.com
ff4cf79e0a
Fix bug # 48320: Directories displayed twice in file:/// URLs. r=me
2000-08-22 01:26:42 +00:00
rjc%netscape.com
7da8bad962
Fix bug # 47927: crash loading 2nd ftp URL. r=waterson
2000-08-15 01:43:42 +00:00
waterson%netscape.com
859b6c98af
Bug 47927. Check in the wrong fix to get the tree open. a=granrose.
2000-08-09 19:30:14 +00:00
saari%netscape.com
4c09a29ac5
massive landing of joki changes.
...
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
rjc%netscape.com
8b7f8e6614
Various small fixes for nsbeta3+ bug # 41357: enable column resigning for various trees. r=me
2000-08-02 10:31:37 +00:00
rjc%netscape.com
38608685e3
Fix bug # 46710: can only start a drag on <treeitem> nodes. r=me
2000-08-01 08:24:07 +00:00
rjc%netscape.com
889d7bacb8
Fix bug # 46710: get d&d working for file/ftp listings. r=pinkerton
2000-07-28 00:22:07 +00:00
rjc%netscape.com
dbb629cb8b
Fix simple typo. r=me
2000-07-27 11:39:27 +00:00
rjc%netscape.com
f7b26a1e4e
Fixes for various sidebar panels for bug # 42718. Also, set page title for FTP/FILE displays. Finally, fix a bug (can't remember the bug # at the moment) with clicking on the scrollbar... basically, make sure the click is on a <treeitem> before processing the click. r=me
2000-07-27 07:47:36 +00:00
rjc%netscape.com
f8137540fc
Fix bug # 20339: get busy animation back for FTP. r=waterson
2000-07-26 23:46:56 +00:00
nhotta%netscape.com
8b154b51b4
Added code to pass default charset to directory viewer, bug 28787, r=law.
2000-07-21 22:15:18 +00:00
warren%netscape.com
de3523d540
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2000-07-19 03:58:25 +00:00
rjc%netscape.com
b28d5acd85
Part of fix for nsbeta2+ bug # 28787: FTP listings of non-ascii filenames. r=gagan
2000-07-14 23:21:48 +00:00
rjc%netscape.com
a2a352399b
Part of fix for nsbeta2+ bug # 28787: FTP listings of non-ascii filenames. r=me
2000-07-14 09:07:13 +00:00
bryner%uiuc.edu
aeaec0cab9
Patching more (hopefully all) trees to work with the new tree widget (bug
...
30511). r=hyatt.
2000-06-23 21:44:48 +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
hyatt%netscape.com
3bae878045
30511
2000-06-19 23:39:43 +00:00
hyatt%netscape.com
1fb27649ca
30511.
2000-06-19 23:38:42 +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
sfraser%netscape.com
86b786390b
Remove linkage with NetworkModular.shlb
2000-05-17 08:05:14 +00:00
joki%netscape.com
a743e2b38b
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
2000-05-16 11:35:12 +00:00
cls%seawood.org
8a94c9df50
Latest OS/2 makefile changes. Bug 34106. Batch 14, 15, & 16.
2000-05-16 04:41:54 +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
aba08c4c47
removing redundant skin files
2000-05-11 04:27:29 +00:00
ben%netscape.com
6ec8006b8c
removing redundant skins directories
2000-05-11 04:19:28 +00:00