.. |
.cvsignore
|
|
|
Makefile.in
|
Adding some frozen interfaces to the sdk that should have been there already. Bug 203170, r=dougt, sr=alecf, a=asa.
|
2003-04-24 21:32:11 +00:00 |
MANIFEST_IDL
|
Add the new pluggable dialog work, in build, not used
|
2002-05-02 12:38:43 +00:00 |
nsCommandHandler.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 19:51:43 +00:00 |
nsCommandHandler.h
|
|
|
nsContextMenuInfo.cpp
|
Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan
|
2003-05-15 03:42:21 +00:00 |
nsContextMenuInfo.h
|
Adding new files for bugscape 8854 - allow access to background images for embedding context menu listeners. Adding new interfaces, nsIContextMenuListener2 and nsIContextMenuInfo, to allow access to more information about the menu context. Also fixes bug 163928. r=pinkerton/sr=alecf
|
2002-09-16 00:07:07 +00:00 |
nsCTooltipTextProvider.h
|
Fix missing newline at the end. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
|
2001-09-20 13:32:49 +00:00 |
nsCWebBrowser.idl
|
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
|
2001-11-01 14:39:26 +00:00 |
nsDocShellTreeOwner.cpp
|
api changes from copy/paste/drag/drop hooks (bug 197121) r=adamlock sr=smfr
|
2003-04-17 13:26:09 +00:00 |
nsDocShellTreeOwner.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 21:35:01 +00:00 |
nsICommandHandler.idl
|
License changes, take 2. Bug 98089. mozilla/embedding/.
|
2001-09-25 22:58:40 +00:00 |
nsIContextMenuListener2.idl
|
Adding new files for bugscape 8854 - allow access to background images for embedding context menu listeners. Adding new interfaces, nsIContextMenuListener2 and nsIContextMenuInfo, to allow access to more information about the menu context. Also fixes bug 163928. r=pinkerton/sr=alecf
|
2002-09-16 00:07:07 +00:00 |
nsIContextMenuListener.idl
|
License changes, take 2. Bug 98089. mozilla/embedding/.
|
2001-09-25 22:58:40 +00:00 |
nsIEmbeddingSiteWindow2.idl
|
update some comments and mention that this file is for bug 57841, r=bryner,rpotts
|
2002-01-05 02:07:40 +00:00 |
nsIEmbeddingSiteWindow.idl
|
nsIEmbeddingSiteWindow frozen. Updated documentation. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
|
2001-09-20 12:11:46 +00:00 |
nsIPrintingPrompt.idl
|
Add nsIObserver to the ShowPageSetup method for platforms that impl an Apply btn
|
2002-06-06 10:40:42 +00:00 |
nsIPrintingPromptService.idl
|
Add nsIObserver to the ShowPageSetup method for platforms that impl an Apply btn
|
2002-06-06 10:40:42 +00:00 |
nsIPrintPreviewNavigation.idl
|
Minor fix. r=sfraser. Does not effect build
|
2001-05-08 13:35:48 +00:00 |
nsITooltipListener.idl
|
License changes, take 2. Bug 98089. mozilla/embedding/.
|
2001-09-25 22:58:40 +00:00 |
nsITooltipTextProvider.idl
|
nsITooltipTextProvider and contract id split out into its own files frozen and documented. b=99181 r=chak@netscape.com sr=rpotts@netscape.com
|
2001-09-20 13:25:40 +00:00 |
nsIWebBrowser.idl
|
Missing documentation. Should gone in with b=99181 but didn't.
|
2001-09-26 20:13:26 +00:00 |
nsIWebBrowserChrome.idl
|
(interface freezing in last revision is bug 99617 r=chak,rpotts a=valeski)
|
2002-04-10 21:17:38 +00:00 |
nsIWebBrowserChromeFocus.idl
|
Comment fix only -- there is no nsIWebBrowserSiteWindow, this should read nsIEmbeddingSiteWindow.
|
2003-04-22 00:14:42 +00:00 |
nsIWebBrowserFocus.idl
|
Freeze nsIWebBrowserFocus and nsIWebBrowserChromeFocus (bug 191236). r=saari, sr=alecf, a=asa.
|
2003-02-20 23:11:07 +00:00 |
nsIWebBrowserPrint.idl
|
Minor comment change
|
2002-07-12 11:34:52 +00:00 |
nsIWebBrowserSetup.idl
|
Clarify nsIWebBrowserSetup documentation. b=143326 r=depstein@netscape.com sr=rpotts@netscape.com
|
2002-06-04 18:31:00 +00:00 |
nsWebBrowser.cpp
|
Bug 194968. Use content id properly to expose whether window is content vs. UI. r/sr=roc+moz
|
2003-03-06 23:07:00 +00:00 |
nsWebBrowser.h
|
stifle infinite focus/activation recursion. bug 124299 r=hyatt,jst
|
2002-02-08 01:01:21 +00:00 |
nsWebBrowserContentPolicy.cpp
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 19:51:43 +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 |