.. |
.cvsignore
|
Ignore generated files.
|
2000-02-03 00:58:45 +00:00 |
Makefile.in
|
Bug 73353: clean up the REQUIRES lines in Makefiles.
|
2001-07-23 22:36:12 +00:00 |
makefile.win
|
r=ccarlen, sr=rpotts on the mozilla/docshell/* and mozilla/embedding/* mods (81263). embedding apps can now control whether or not images are loaded in a specific nsWebBrowser window. This is done via nsIWebBrowserSetup. shaver@mozilla.org provided a nsWebBrowserContentPolicy implementation which registers for, and responds to, nsIContentPolicy callbacks giving nsIContentPolicies an opportunity to cancel a load or the processing of an element. processing isn't hooked up yet, and some of the content policy types in the switch statement won't become relevant until further nsIContentPolicy hookup is done. Those cases are handled inside the docshell/webshell until the content policy hook-up is made.
|
2001-05-21 22:42:46 +00:00 |
MANIFEST_IDL
|
Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin
|
2001-04-27 21:11:03 +00:00 |
nsCommandHandler.cpp
|
API changes for embedding. b=46847, r=dougt, a=valeski
|
2000-08-25 18:39:46 +00:00 |
nsCommandHandler.h
|
Added newline to end of file. b=48270 a=valeski
|
2000-08-16 08:47:57 +00:00 |
nsCWebBrowser.idl
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsDocShellTreeOwner.cpp
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsDocShellTreeOwner.h
|
Added new interface nsITooltipTextProvider and service to chrome listener. b=90195 r=valeski:@netscape.com sr=rpotts@netscape.com
|
2001-07-13 09:20:07 +00:00 |
nsDOMWalker.cpp
|
Replaced nsVector with nsVoidArray - a functionally similar (and public) class unencumbered by linker issues. sr=blizzard b=63505
|
2001-01-08 14:48:51 +00:00 |
nsDOMWalker.h
|
Making this mess build on Mac, fixing the tinderbox bustage.
|
2000-11-30 04:35:38 +00:00 |
nsICommandHandler.idl
|
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 |
nsIContextMenuListener.idl
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsIEmbeddingSiteWindow.idl
|
Fixed a few documentation typos. b=68581
|
2001-03-13 13:43:54 +00:00 |
nsIPrintPreviewNavigation.idl
|
Minor fix. r=sfraser. Does not effect build
|
2001-05-08 13:35:48 +00:00 |
nsITooltipListener.idl
|
Added new interface nsITooltipTextProvider and service to chrome listener. b=90195 r=valeski:@netscape.com sr=rpotts@netscape.com
|
2001-07-13 09:20:07 +00:00 |
nsIWebBrowser.idl
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsIWebBrowserChrome.idl
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsIWebBrowserChromeFocus.idl
|
fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa
|
2001-04-25 02:04:56 +00:00 |
nsIWebBrowserFocus.idl
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsIWebBrowserPersist.idl
|
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
|
2001-03-24 00:22:18 +00:00 |
nsIWebBrowserPrint.idl
|
This now enables print listeners, print progress and the cancelling of printing
|
2001-03-27 12:04:30 +00:00 |
nsIWebBrowserSetup.idl
|
Bug 82123 -- enable embeddors to alter the focus traversal so that the document itself receives focus first instead of last. r=saari, adamlock, sr=jst, a=chofmann.
|
2001-06-26 01:19:11 +00:00 |
nsNonPersistAuthPrompt.cpp
|
scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
|
2001-05-19 11:27:30 +00:00 |
nsNonPersistAuthPrompt.h
|
New files for bug 70380 - not yet part of build. r=valeski, sr=rpotts
|
2001-04-10 14:40:07 +00:00 |
nsWebBrowser.cpp
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsWebBrowser.h
|
Fix for 81796 - Enable SecureBrowserUI for embedding apps
|
2001-06-02 00:35:39 +00:00 |
nsWebBrowserContentPolicy.cpp
|
r=ccarlen, sr=rpotts on the mozilla/docshell/* and mozilla/embedding/* mods (81263). embedding apps can now control whether or not images are loaded in a specific nsWebBrowser window. This is done via nsIWebBrowserSetup. shaver@mozilla.org provided a nsWebBrowserContentPolicy implementation which registers for, and responds to, nsIContentPolicy callbacks giving nsIContentPolicies an opportunity to cancel a load or the processing of an element. processing isn't hooked up yet, and some of the content policy types in the switch statement won't become relevant until further nsIContentPolicy hookup is done. Those cases are handled inside the docshell/webshell until the content policy hook-up is made.
|
2001-05-21 22:42:46 +00:00 |
nsWebBrowserContentPolicy.h
|
r=ccarlen, sr=rpotts on the mozilla/docshell/* and mozilla/embedding/* mods (81263). embedding apps can now control whether or not images are loaded in a specific nsWebBrowser window. This is done via nsIWebBrowserSetup. shaver@mozilla.org provided a nsWebBrowserContentPolicy implementation which registers for, and responds to, nsIContentPolicy callbacks giving nsIContentPolicies an opportunity to cancel a load or the processing of an element. processing isn't hooked up yet, and some of the content policy types in the switch statement won't become relevant until further nsIContentPolicy hookup is done. Those cases are handled inside the docshell/webshell until the content policy hook-up is made.
|
2001-05-21 22:42:46 +00:00 |
nsWebBrowserPersist.cpp
|
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
|
2001-06-30 11:02:25 +00:00 |
nsWebBrowserPersist.h
|
Necko API changes, bug 74221. r=valeski, sr=rpotts.
|
2001-04-10 06:01:08 +00:00 |