gecko-dev/embedding/browser/powerplant/source
2003-06-16 14:59:23 +00:00
..
AppComponents.cpp Adding new files for bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:56:13 +00:00
AppComponents.h Adding new files for bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:56:13 +00:00
ApplIDs.h Bug 170611 - AlertCheck dialog has a cancel button and it shouldn't. r=pink/rs=sfraser. 2002-11-08 14:52:52 +00:00
CAppFileLocationProvider.cpp Profile sharing - enable in PPEmbed for testing. bug=202474, NOT PART OF BUILD 2003-05-02 04:03:04 +00:00
CAppFileLocationProvider.h Profile sharing - enable in PPEmbed for testing. bug=202474, NOT PART OF BUILD 2003-05-02 04:03:04 +00:00
CBrowserApp.cp Profile sharing - enable in PPEmbed for testing. bug=202474, NOT PART OF BUILD 2003-05-02 04:03:04 +00:00
CBrowserApp.h Profile sharing - enable in PPEmbed for testing. bug=202474, NOT PART OF BUILD 2003-05-02 04:03:04 +00:00
CBrowserChrome.cpp Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
CBrowserChrome.h 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:13:37 +00:00
CBrowserMsgDefs.h bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
CBrowserShell.cpp Bug 161623 - Mac embedding APIs are burdensome compared to other platforms because the embeddor must create a top level nsIWidget instead of passing a native one. r=pink/sr=sfraser 2003-06-16 14:59:23 +00:00
CBrowserShell.h Bug 161623 - Mac embedding APIs are burdensome compared to other platforms because the embeddor must create a top level nsIWidget instead of passing a native one. r=pink/sr=sfraser 2003-06-16 14:59:23 +00:00
CBrowserWindow.cp Bug 161623 - Mac embedding APIs are burdensome compared to other platforms because the embeddor must create a top level nsIWidget instead of passing a native one. r=pink/sr=sfraser 2003-06-16 14:59:23 +00:00
CBrowserWindow.h Bug 161623 - Mac embedding APIs are burdensome compared to other platforms because the embeddor must create a top level nsIWidget instead of passing a native one. r=pink/sr=sfraser 2003-06-16 14:59:23 +00:00
CHeaderSniffer.cpp Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
CHeaderSniffer.h Adding new files for bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:56:13 +00:00
CIconServicesIcon.cpp Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
CIconServicesIcon.h Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
CPrintAttachment.cpp Add nsIObserver to the ShowPageSetup method for platforms that impl an Apply btn 2002-06-06 13:27:30 +00:00
CPrintAttachment.h New files for bug 128926 - Add printing support to PPEmbed. r=pink/sr=beard/a=asa 2002-04-01 15:33:35 +00:00
CProfileManager.cpp Profile sharing - enable in PPEmbed for testing. bug=202474, NOT PART OF BUILD 2003-05-02 04:03:04 +00:00
CProfileManager.h
CTextInputEventHandler.h fix bug 137695, add japanese ime reconversion to mac, r=brade, sr=sfraser 2002-08-12 21:56:36 +00:00
CTextInputEventHandling.cpp Bug 143086 - Unicode input handler eats Cmd keys. r=brade/sr=sfraser/a=roc+moz 2002-10-31 15:09:17 +00:00
CThrobber.cpp Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
CThrobber.h Bug 120026 - rework PPEmbed so its classes are less dependent and more easily reusable. r=adamlock@netscape.com/sr=sfraser@netscape.com 2002-02-01 22:57:19 +00:00
CUrlField.cp Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
CUrlField.h Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
CWebBrowserChrome.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
CWebBrowserChrome.h r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
CWebBrowserCMAttachment.cpp Bug 129531 - Context menu handler does double delete of handle. r=pinkerton/sr=sfraser/a=asa 2002-03-08 21:57:21 +00:00
CWebBrowserCMAttachment.h
CWindowCreator.cpp add url of window to be opened to nsIWindowCreator2::CreateChromeWindow2. bug 195992 r=adamlock,blizzard 2003-04-08 20:47:18 +00:00
CWindowCreator.h Bug 160212 - Embedding window creators need flag to distinguish unrequested popups from other windows. r=pink/sr=jst/a=rjesup 2002-08-02 14:51:24 +00:00
EmbedEventHandling.cpp Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
EmbedEventHandling.h removing nsMacMessageSink for standalone and embedding. Replacing with nsIEventSink and a couple of internal interfaces. r=ccarlen/sr=sfraser. bug#110851 2001-11-29 14:38:56 +00:00
PPEmbedConfig.h Profile sharing - enable in PPEmbed for testing. bug=202474, NOT PART OF BUILD 2003-05-02 04:03:04 +00:00
PPEmbedPrefix_debug.h Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
PPEmbedPrefix.h Bug 186036 - Allow PPEmbed to build under Mach-O. r=pinkerton/sr=bryner/a=asa 2003-02-12 16:00:49 +00:00
PromptService.cpp Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
PromptService.h Bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:58:56 +00:00
UCustomNavServicesDialogs.cpp Adding new files for bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:56:13 +00:00
UCustomNavServicesDialogs.h Adding new files for bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:56:13 +00:00
UDownload.cpp Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
UDownload.h Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
UDownloadDisplay.cpp Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
UDownloadDisplay.h Adding new files for bug 162845 - PPEmbed needs native implementation of download UI. r=pink/sr=sfraser 2002-09-20 22:56:13 +00:00
UMacUnicode.cpp Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
UMacUnicode.h Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00