disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
timeless%mac.com
e76ccfd647
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
brade%netscape.com
b70db9b7fd
remove unused file at the request of shaver
2001-03-20 15:51:52 +00:00
shaver%mozilla.org
2232a6d452
remove unused, atotic-era mac stuff, r=brade
2001-03-20 15:23:01 +00:00
dcone%netscape.com
bf0edb0501
Open and embed correctly a printpreview presentation. r=kmcclusk. Viewer only.
2001-03-20 14:40:59 +00:00
anthonyd%netscape.com
f8fe1cdb26
bug fix for 59005 Saving html with selects saves unneeded state.
...
r=rods
sr=attinasi
2001-03-14 05:27:44 +00:00
locka%iol.ie
6d6db074a4
Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581
2001-03-13 12:21:34 +00:00
mkaply%us.ibm.com
4b24bfdc11
#71632
...
r=pavlov, a=blizzard
Make OS/2 widget a real XPCOM component
2001-03-13 06:49:30 +00:00
rods%netscape.com
d6d8b09ee4
to fix bustage
2001-03-13 04:21:31 +00:00
rods%netscape.com
d23f3f8aeb
Enabling the Display of leaf frame reflow counts
...
Bug 71514 r=kmcclusk sr=attinasi
2001-03-13 01:53:45 +00:00
dbaron%fas.harvard.edu
3f9ab30f75
Add string to REQUIRES to fix xlib + MOZ_TRACK_MODULE_DEPS build bustage. r=cls@seawood.org
2001-03-10 03:23:35 +00:00
danm%netscape.com
1c99ca8f94
moving [GS]etPersistence from nsIWebBrowserChrome to nsIDocShellTreeOwner. embedding API review meeting made me do it. bug 69918 r=ccarlen,hyatt
2001-03-09 02:04:06 +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
erik%netscape.com
6cafa4bfee
bug 70385; author=simon@softel.co.il; r=kmcclusk; sr=erik; register the
...
bidi keyboard class that was recently added to mozilla/widget
2001-02-27 23:56:19 +00:00
dbaron%fas.harvard.edu
cbfbcb352b
Fix viewer crash on some types of exit resulting from a mistake in my previous startup crash fix. b=70160 r=jst@netscape.com (Viewer changes only.)
2001-02-27 03:46:54 +00:00
dbaron%fas.harvard.edu
ce1190e0c2
Fix crash on startup in viewer by removing static construction. b=70004 r=waterson@netscape.com (Viewer changes only)
2001-02-24 17:15:50 +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
locka%iol.ie
2a3360d58f
Update viewer to use nsIWebBrowserSiteWindow. b=67723, sr=buster
2001-02-14 13:14:41 +00:00
attinasi%netscape.com
f0ee0759bc
Patch provided by khiggins@scu.edu - fixes memory leak in viewer. b=44003 r=buster,attinasi
...
Thanks, Kevin!
2001-02-14 05:33:57 +00:00
valeski%netscape.com
9297191086
sr=scc. 68187. making weak reference implementation on the browser listener part requirement explicit. API change.
2001-02-14 03:12:33 +00:00
attinasi%netscape.com
0525db3903
Explicit registering for load progress to make the Gecko Performance test run again. Patch from ccarlen, r=attinasi
2001-02-13 01:23:20 +00:00
buster%netscape.com
d839d4e642
bug 68366 (asserts prevent automated regression tests from being run)
...
implementing nsIPrompt in viewer test app to avoid assertions. all methods are no-ops.
r=waterson (note, changes to viewer app require only one level of review)
2001-02-12 05:35:04 +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
mkaply%us.ibm.com
b4312e7eaa
#68343
...
r=pavlov, sr=blizzard, a=blizzard
Change OS/2 to use real XPCOM component registration to fix printing
2001-02-09 22:23:13 +00:00
danm%netscape.com
cdda7836f7
removing nsIWebBrowserChrome::FindNamedBrowserItem per 5 Feb 01 API review. functionality has been moved to nsDocShellTreeOwner. r=scc,valeski
2001-02-07 04:59:43 +00:00
valeski%netscape.com
68cec86e0a
r-ccarlen, sr=rpotts, 65925. making webprogress listeners support weak refs.
2001-01-31 21:02:00 +00:00
dbaron%fas.harvard.edu
1e046d05c0
Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023
2001-01-27 16:58:15 +00:00
ftang%netscape.com
2ab3d65ce5
fix bug 55702 .
2001-01-19 01:33:01 +00:00
ccarlen%netscape.com
d9dd3b5321
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
2001-01-18 22:51:57 +00:00
koehler%mythrium.com
5ed565360d
Bug 9863. That's a patch I forgot in the last one. Again just BeOS stuff.
2001-01-15 03:39:10 +00:00
dcone%netscape.com
027f2b356a
r=peterl sr=buster Set up for the printoptions
2001-01-11 22:14:45 +00:00
rods%netscape.com
1d3462e8f7
backed out unwanted changes
2001-01-10 15:42:24 +00:00
rods%netscape.com
03e5a7ed67
removing GfxListControlFrame support code
...
Bug 62960, r=kmcclusk sr=hyatt
2001-01-10 14:44:42 +00:00
bryner%uiuc.edu
69e9b90bc6
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
valeski%netscape.com
7285adbf9e
r=edburns, a=brendan. 49839 moving OJI out of the registry setup code as it's already a seperate components and we were getting warnings when oji wasn't avail.
2000-12-14 23:49:59 +00:00
karnaze%netscape.com
a2f48d30f4
Delay before writing regression. Accept delays in regression file list. sr=buster r=attinasi
2000-12-14 22:27:22 +00:00
attinasi%netscape.com
d97aa7f2cb
Changes to put style data into the layout regression data output. r=karnaze, a=waterson
2000-12-07 15:31:40 +00:00
blakeross%telocity.com
1c0e30ffe5
Damnit! Die bug die! Why is linux choking on a minor css change? I'm switching to IE. Depooooort meeeeee.........
2000-11-29 05:37:44 +00:00
blakeross%telocity.com
2b5d025e63
Fix 57584: fix invalid style in test8.html. r=hixie, just a minor change to a test file
2000-11-29 03:57:11 +00:00
blakeross%telocity.com
9bd25e51b2
hmm
2000-11-23 20:05:27 +00:00
blakeross%telocity.com
e9e02ff99a
Fix 57584: minor problem in test8.html. r=a=(not built)
2000-11-23 18:16:48 +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
alecf%netscape.com
68d3515b46
#45797 - fix consumers of NS_IMPL_ISUPPORTS
...
r=dveditz
2000-11-17 20:54:21 +00:00
disttsc%bart.nl
116bbeadfe
Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben
2000-11-16 23:50:00 +00:00
danm%netscape.com
6080aa8aba
empty implementations for new method IsModal. bug 56677 r=brendan,hyatt
2000-11-09 00:17:09 +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
ramiro%eazel.com
a1cfc653dd
Bug 56795. Adding support for corel/eazel profiler. Build changes approved
...
and reviewed by cls. r=cls a=cls.
2000-10-20 14:59:13 +00:00