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 |
valeski%netscape.com
|
58072871cc
|
sr=rpotts. cookie/wallet r=morse, xmlTerm r=saravn@mozdev.org, mailnews r=mscott, activeX r=adamlock, everything else covered by the sr from rpotts. 15345. These changes remove nsIDocumentLoaderObserver.idl from the build, and all of it's implementations and registrations have been moved over to nsIWebProgressListener.idl and nsIWebProgress.idl respectively. there are two (78762, 78760) mailnews printing bugs that I overturned *before* landing this. I've run this code through the mail-news and browser smoketests among other tests outlined in the patch description attatched to the bug.
|
2001-05-04 20:15:38 +00:00 |
tbogard%aol.net
|
5c166f4fd5
|
nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg
|
2000-03-02 07:13:02 +00:00 |
hyatt%netscape.com
|
68d71f91ae
|
Getting rid of createPopup.
|
2000-01-28 03:05:17 +00:00 |
tbogard%aol.net
|
cdca7dd4bb
|
Fixed the JS console in viewer.
|
1999-12-05 03:02:55 +00:00 |
dmose%mozilla.org
|
8535dda53e
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
cls%seawood.org
|
14ef08310e
|
Removed unused NECKO ifdefs.
a=leaf
|
1999-11-02 23:34:03 +00:00 |
rpotts%netscape.com
|
248e31bd70
|
bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer.
|
1999-10-05 04:04:16 +00:00 |
warren%netscape.com
|
48cf4685a9
|
Factored file transport service out of file: protocol.
|
1999-09-16 01:16:22 +00:00 |
valeski%netscape.com
|
493ae6bd9e
|
api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
|
1999-08-05 01:28:30 +00:00 |
warren%netscape.com
|
9efa754f74
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:08:40 +00:00 |
warren%netscape.com
|
8462929dda
|
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
|
1999-07-01 19:30:20 +00:00 |
pinkerton%netscape.com
|
3a463448b6
|
Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well.
|
1999-07-01 00:07:41 +00:00 |
warren%netscape.com
|
f5e1196f42
|
Last of the necko ifdefs. Now we link with necko.
|
1999-06-28 10:35:57 +00:00 |
warren%netscape.com
|
23864df5e3
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
hyatt%netscape.com
|
b84d2f62d5
|
Altering the args for createPopup.
|
1999-06-09 08:36:06 +00:00 |
hyatt%netscape.com
|
c575f00e29
|
Added an arg to createPopup.
|
1999-05-16 07:52:02 +00:00 |
hyatt%netscape.com
|
9f66a3ec43
|
Adding a method to the webshell container for creating popup/context menus.
|
1999-05-14 22:40:03 +00:00 |
hyatt%netscape.com
|
402a56b829
|
Changes to the APIS for webshellcontainer.
|
1999-05-04 23:33:55 +00:00 |
hyatt%netscape.com
|
f0c29e969c
|
window.open lives.
|
1999-04-20 22:35:11 +00:00 |
hyatt%netscape.com
|
83e90659ca
|
Added a method to webshell so that a root container can find out when
new webshells are added to its hierarchy.
|
1999-04-20 01:50:03 +00:00 |
hyatt%netscape.com
|
47df321322
|
Changes to enable an asynchronous creation of a webshell in response to a
window.open call.
|
1999-04-19 21:08:44 +00:00 |
joki%netscape.com
|
4fe1ea4222
|
New argument to nsIWebShellContainer::FocusAvailable method
|
1999-04-12 21:25:08 +00:00 |
joki%netscape.com
|
5abbeab8a7
|
Changing api uses in editor, rdf, and xpfe to match DOM2 api name/param changes.
|
1999-03-28 22:27:38 +00:00 |
kipp%netscape.com
|
4a28dcfe2b
|
fixed up operator new usage
|
1999-02-26 20:02:06 +00:00 |
troy%netscape.com
|
a615ee3c8a
|
Fixed a bunch of "const" problems
|
1999-02-14 06:35:01 +00:00 |
rods%netscape.com
|
32737d825e
|
Added HTML dialog support for "Find" and "PrintSetup"
|
1998-12-17 15:52:48 +00:00 |