Commit Graph

511 Commits

Author SHA1 Message Date
naving%netscape.com
ed6be0bba6 #70817 r/sr = bienvenu, alecf. Pass the strm as reference instead of a copy. 2001-03-06 00:31:06 +00:00
timeless%mac.com
c06cf59ce4 fix Bug 42406 autostretch="never" needs to be added for checkboxes
fix by walk84@usa.net r=timeless, a=ben
2001-03-05 10:01:38 +00:00
maolson%earthlink.net
dacd87afb0 Fix bug 64591 - javascript strict warnings in bm-props.js.
Also fixes a problem with simultaneously changing the bookmark URL and other properties.
r=jag, a=ben
2001-03-04 20:50:16 +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
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
timeless%mac.com
3adc7b4950 fix bug 67884 Show Add Bookmark dialog pref is reversed between dialog & pref panel
r=mao, sr=alecf
2001-03-01 00:24:34 +00:00
timeless%mac.com
bef2b2afaa fix bug 68959 Wording Mismatch between History and Bookmarks
r=lordpixel, sr=alecf
2001-02-28 23:47:19 +00:00
timeless%mac.com
a726c95637 fix bug 67790 javascript strict warnings in bookmarksOverlay.js
fix by maolson@earthlink.net r=timeless,a=alecf
2001-02-25 00:25:52 +00:00
cls%seawood.org
3580b1cac0 Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
timeless%mac.com
3ef7958974 fix bug "Bookmark Search Results" wrongly worded
fix by stephend@netscape.com r=hewitt a=ben
2001-02-23 00:07:16 +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
waterson%netscape.com
ed11526210 Bug 69009. Don't look for duplicates when reading in bookmarks. r=ben, sr=alecf. 2001-02-20 23:18:13 +00:00
timeless%mac.com
7c72a888bd fix build bustage in bug 67680, adding PRInt32 2001-02-13 02:32:21 +00:00
blakeross%telocity.com
149be04062 removing another crack dump() compliments of ben. 2001-02-12 23:05:27 +00:00
ben%netscape.com
9703a39893 Bug 67680, remove CreateFolder method from nsIBookmarksService. r=jag, a=alecf. 2001-02-12 10:54:27 +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
ben%netscape.com
fd197c0951 workaround for .8 for 630seven8, r=blake, cmanske, sr=alecf, a=asa. bug remains open
as this is just a temporary workaround to prevent mac optimized crash.
2001-02-09 01:09:00 +00:00
mcafee%netscape.com
28bdf1fa0e Renaming Find menu item to Search (44733) r=matt, sr=ben 2001-02-06 23:56:38 +00:00
blizzard%redhat.com
63d8cf156a add missing Makefile.in to resources dir and add entry to DIRS so we can find the jar.mn file. a=leaf 2001-02-05 18:29:24 +00:00
ben%netscape.com
22dcc442e0 removing dump 2001-02-05 13:44:59 +00:00
ben%netscape.com
4b94d68de9 fix a couple of regressions related to tree.css merge conflict repair. 2001-02-05 13:26:31 +00:00
ben%netscape.com
feaac64360 little eager with the string removal there. repair import/export 2001-02-05 10:14:11 +00:00
ben%netscape.com
dd188f7f73 oops 2001-02-05 08:01:26 +00:00
ben%netscape.com
563cfb9044 double oops 2001-02-05 07:58:40 +00:00
ben%netscape.com
910b9ea500 Bookmarks Window Updates, includes fixes for
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2001-02-05 07:48:03 +00:00
ben%netscape.com
1d8895ebe6 jar.mn fu 2001-02-05 07:33:47 +00:00
blakeross%telocity.com
5cfd69ff06 Fix 67340: bookmarks localization. r=timeless sr=alecf 2001-02-02 01:14:13 +00:00
blakeross%telocity.com
1eb95687ad Disabling autostretch where necessary (42406). r=gemal a=ben 2001-02-01 22:11:05 +00:00
ben%netscape.com
a8a9efef6c more incremental updates, not part of build 2001-01-31 10:58:21 +00:00
blakeross%telocity.com
b3988570b3 Fix 66852: bookmarks sidebar panel context menu has a context menu. r=timeless sr=alecf 2001-01-31 02:32:14 +00:00
blakeross%telocity.com
ab360c6c1e Fix 66808: Bookmark Search Results button is broken. r=timeless sr=alecf 2001-01-31 02:29:05 +00:00
ben%netscape.com
5d988405c1 incremental update, not part of build. 2001-01-29 11:49:31 +00:00
blakeross%telocity.com
bbf8e743e5 backing out previous fix since Ben is going to check it in with his bookmarks landing (to avoid merge conflicts)... 2001-01-27 01:50:44 +00:00
ben%netscape.com
5bead9205b Added comments regarding coming changes for bug 65470/Mozilla 0.8. 2001-01-26 09:39:49 +00:00
blakeross%telocity.com
a7bf961cbe Fix 52419, 66137: don't show so many columns in bookmarks window by default, and retain last sort in bookmarks window. r=timeless sr=alecf 2001-01-25 04:19:50 +00:00
ben%netscape.com
39fb3d5ec4 New bookmarks window stuff, not yet part of build. 2001-01-22 10:36:40 +00:00
timeless%mac.com
c36d56c953 fix for bug 65076 [Modern] "Find in Bookmarks" ugliness needs to be fixed
by hwaara, r=timeless, a=ben
2001-01-21 01:26:58 +00:00
blakeross%telocity.com
7bde7286bc Fix 65790: context menus broken in bookmarks panel. r=timeless sr=alecf 2001-01-18 02:24:06 +00:00
blakeross%telocity.com
69f16c5330 Fix 65769: make context menus for bookmarks work again. r=timeless sr=alecf 2001-01-18 00:50:09 +00:00
blakeross%telocity.com
f72a79729b fixing problem with last patch. 2001-01-17 20:55:14 +00:00
blakeross%telocity.com
5778c7d50c fixing problem with last patch. 2001-01-17 20:50:14 +00:00
blakeross%telocity.com
d4c8771cfe Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf 2001-01-17 20:39:59 +00:00
cls%seawood.org
99abd536a1 Make sure to use netPositive variables instead of IE ones.
Thanks to Takashi Toyoshima <toyohim@be-in.org> for the patch.
Bug #65131 r=cls
2001-01-13 04:59:43 +00:00
danm%netscape.com
c30ab11584 fix position and zoom state persistence for bm-find.xul and history.xul. bug 65262 (32148) r=ben,mscott,pchen 2001-01-13 01:25:42 +00:00
ccarlen%netscape.com
339b836f64 Part of bug 35559 - dynamic profile switching r=valeski@netscape.com, sr=waterson@netscape.com 2001-01-12 15:04:58 +00:00
blakeross%telocity.com
39adeae2e9 removing more dump()s. 2001-01-11 22:50:20 +00:00
jgmyers%netscape.com
8935d7e70b cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +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