jst%netscape.com
621060c4fd
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
alecf%netscape.com
a771dd2e89
add nsITimingService.idl to windows/mac builds
...
sr=ben
bug 72002
2001-04-18 03:03:57 +00:00
pchen%netscape.com
7c33dca089
bug 49758, r=alecf, sr=sfraser, fix protocal misspelling
2001-04-16 20:16:49 +00:00
pinkerton%netscape.com
dde94bfa71
Pull in IC if we're using the mac toolkit. r=saari/sr=hyatt. bug# 75653
2001-04-15 01:49:46 +00:00
disttsc%bart.nl
6a85930545
Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf.
2001-04-14 20:08:32 +00:00
ccarlen%netscape.com
7720f48f12
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
danm%netscape.com
5693e2cf08
unbuilding deprecated prompt files (cleaning up my mess)
2001-04-09 04:52:46 +00:00
ducarroz%netscape.com
3eefa0a3b5
Fix for bug 70222. Add an API to retreive file mapping flags. R=varada, SR=bienvenu
2001-04-03 21:08:51 +00:00
danm%netscape.com
7407f805b9
restrict conditions under which fix for bug 22658 fires; a fix for many focus bugs, especially bug 54936
2001-03-30 02:27:50 +00:00
brade%netscape.com
5bc507fd03
part of fix for bug #19329 (more internet config apis); r=pchen; sr=sfraser
2001-03-28 13:56:19 +00:00
alecf%netscape.com
6e27cca579
NOT PART OF BUILD
...
first checkin of timing service so we can get rough timing of specific events
2001-03-20 23:39:25 +00:00
shaver%mozilla.org
89c833fb49
67699: all your nsIClassInfo is belong to us
...
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
testing
2001-03-12 20:43:02 +00:00
dougt%netscape.com
eab041f43f
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
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
69415757ab
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
cls%seawood.org
8bd122b3d5
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
3b75d2c38f
first incomplete cut at the window opener object, to pass XPCOM types from C++ into window.arguments as native JS types.
...
not part of the build
2000-11-04 00:01:24 +00:00
cls%seawood.org
5e988eb824
Make sure that buildID is set to 0 unless MOZILLA_OFFICIAL is set. Bug #26798 r=leaf r=scc
...
Note: for mac, MOZILLA_OFFICIAL is only set by default on opt builds until the new mac build scripts land.
2000-10-20 05:21:40 +00:00
mscott%netscape.com
8be23a0597
Bug #43556 --> merging nsIMIMEService and making it use OS specific
information.
r=pchen
2000-09-15 06:06:19 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
rayw%netscape.com
6cc70ebd6c
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
pchen%netscape.com
fe14eae1b1
First Checked In.
2000-09-06 21:14:03 +00:00
vidur%netscape.com
4a41eee18d
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
warren%netscape.com
7ac7233df8
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
cls%seawood.org
0eabd8aa50
The unix builds will use a generated build_number (rather than the checked in version) that will forcibly be 000000000 unless MOZILLA_OFFICIAL is set. Bug #26798
...
Chrome files that need the build date set for MOZILLA_OFFICIAL builds will no longer be modified in the source tree. The source tree copies will be used as a template for a generated version. Bug #29597
2000-07-08 09:36:01 +00:00
sspitzer%netscape.com
49504e1c38
work for bug #38374
...
helperApps.rdf is now mimeTypes.rdf.
use the file locator to get the mimeTypes file.
fix the unix implementation of nsOSHelperAppService.cpp
to go to the base class to determine what application to launch.
r=mscott
2000-06-22 22:14:53 +00:00
bryner%uiuc.edu
8705faac7d
Moving persistence-related methods from nsIXULWindow to
...
nsIWebBrowserChrome as a basis for fixing bug 15555. r=valeski.
2000-06-21 22:05:28 +00:00
tao%netscape.com
fd5e9c04a9
part I:
...
40799 : [CountryPicker] Add language/country selector to ProfileCreation UI.
r=sspitzer,racham,a=msanz
2000-06-05 22:09:10 +00:00
sspitzer%netscape.com
c49b896301
fix for bug #40248 . I was using the category manager incorrectly.
...
thanks to bruce@cubik.org for pointing it out.
2000-06-01 04:14:34 +00:00
pavlov%netscape.com
c165e6c65b
fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
...
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters. this code now uses nsIFilePicker. fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
racham%netscape.com
0f8e96469e
Fixing bug 29093. Adding an entry for shrimp directory. r=amusil
2000-05-16 23:17:59 +00:00
warren%netscape.com
4d1711e5f8
Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse
2000-05-16 05:35:23 +00:00
law%netscape.com
42290d1997
New native app support to enable Win32 dde
2000-05-12 22:37:20 +00:00
dougt%netscape.com
7d28c5f26a
adding xpfe file locations to be a provider of the nsDirectoryService.
...
r=dveditz@netscape.com
2000-05-11 21:06:17 +00:00
law%netscape.com
82e0d25cba
Export new nsINativeAppSupport interface header
2000-05-11 01:10:39 +00:00
dveditz%netscape.com
3330732af3
Adding the profile-chrome directory for use by skin installer
2000-05-05 04:03:17 +00:00
law%netscape.com
3527fc0900
New interface to provide Win32 DDE support, not built yet
2000-05-03 23:14:59 +00:00
mscott%netscape.com
3d582e9ea9
Bug #33156 --> add a OnProgress handler
2000-04-25 05:51:04 +00:00
rjc%netscape.com
1994faa49c
Add ability to find search.rdf or "Search Plugins" directory.
2000-04-23 04:45:39 +00:00
scc%netscape.com
1d1960be1e
making string conversions explicit
2000-04-18 07:44:58 +00:00
tbogard%aol.net
9c707e3de9
Replace setNetworkActive and setWindowActive by just passing up the status in the new onStatusChange method.
2000-04-16 11:19:03 +00:00
tbogard%aol.net
48f198c723
Removing the old session history interface.
2000-04-16 11:19:02 +00:00
danm%netscape.com
333e1e453b
adding a 'center' method
2000-04-13 20:07:28 +00:00
tbogard%aol.net
81f7803783
Changed the code to use the nsIXULBrowserWindow interface rather than poking attributes for setting throbber activity, window activity and location changing. This should speed things up a bit and also makes the code a bit cleaner.
2000-04-13 08:08:52 +00:00
putterman%netscape.com
ad63066e1a
Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer.
2000-04-11 20:19:32 +00:00
danm%netscape.com
c67d91f31f
now additionally keeps track of windows in z-order
2000-04-01 22:07:41 +00:00
danm%netscape.com
ebf40913da
add z-ordering attribute
2000-04-01 22:03:28 +00:00
tbogard%aol.net
3d5fa0a660
Changed the nsIXULBrowserWindow to distinguish between JS status and it's own status. Fixed bugs where pages that set the window.status wouldn't actually end up showing up correctly. Now status has a priority scheme where different status versus links etc take priority. Use the new interfaces on nsPIDOMWindow to get to the properties hanging off the js window object instead of the old separate list.
2000-03-31 03:36:26 +00:00
dougt%netscape.com
02e277fe61
making bool of AlertCheck be a inout param. this was suggested by morse@netscape.com
2000-03-28 11:37:12 +00:00
tbogard%aol.net
f89ab586e7
Added new file nsIXULBrowserWindow.idl.
2000-03-24 03:09:39 +00:00