mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
![rods%netscape.com](/assets/img/avatar_default.png)
1) Introduces a new public interface nsIPrintSettingService which emables consumers to create PS objects whithout a nsIWebBrowserPrint interface 2) The implementation is nsPrintOptionsImpl which now impls the private interface nsIPrintOptions and the public iface nsIPrintSettingsService 3) Several methods/attrs have been moved from nsIWebBrowserPrint iface to nsIPrintSettingsService 4) The CIDs for nsIPrintOptions and nsIPrinSettingsService are now the same. 5) There is no longer a CID "@mozilla.org/gfx/printoptions;1" 6) nsIWebBrowserPrint still has the "globalPrintSettings" attr so if you already have an nsIWebBrowserPrint you don't have to create the PS Service to get it. 7) A bug has been filed to rename the imlp of nsPrintOptionsImpl to nsPrintSettingsService. Bug 144128 r=dcone sr=attinasi
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
#
|
|
# This is a list of local files which get copied to the mozilla:dist:widget directory
|
|
#
|
|
|
|
nsIFontEnumerator.idl
|
|
nsIFontList.idl
|
|
nsIScriptableRegion.idl
|
|
nsIScreen.idl
|
|
nsIScreenManager.idl
|
|
nsIPrintOptions.idl
|
|
nsIPrintSettings.idl
|
|
nsIPrintSettingsService.idl
|