Commit Graph

1386 Commits

Author SHA1 Message Date
seawood%netscape.com
fb11cdf4c9 Fixing win32 gmake bustage 2002-02-01 19:52:42 +00:00
rods%netscape.com
ab52751787 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
locka%iol.ie
c1c82e0ebc Obvious fix to stop deprecated winEmbed from crashing. b=120956 2002-02-01 14:33:33 +00:00
locka%iol.ie
e4324c4f4c Fix for stall when saving certain documents. Don't count non-persistent URIs when figuring out whether to do state notifications synchronously or asynchronously. b=122078 r=brade@netscape.com sr=rpotts@netscape.com 2002-02-01 12:42:13 +00:00
danm%netscape.com
b6e7c4f3e8 change in wording of comment. bug 122393 2002-01-31 23:32:07 +00:00
heikki%netscape.com
55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
locka%iol.ie
6c722771ef NOT PART OF BUILD. Nullify pointer 2002-01-31 21:04:39 +00:00
locka%iol.ie
d9feb2b78e NOT PART OF BUILD. Make plugin easier to build 2002-01-31 20:31:59 +00:00
dsirnapalli%netscape.com
5aec5d00e6 *** empty log message *** 2002-01-30 22:00:24 +00:00
sfraser%netscape.com
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
mjudge%netscape.com
eb253a4c22 BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely 2002-01-30 05:15:42 +00:00
mjudge%netscape.com
ca4de4f1e9 BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely 2002-01-30 04:46:54 +00:00
mjudge%netscape.com
bb03fef0ac BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely
new bitmap for editor toolbar.
2002-01-30 04:45:18 +00:00
hyatt%netscape.com
1ac5e5126f Fix for 122031, r=pink, sr=brendan 2002-01-30 01:24:15 +00:00
chak%netscape.com
fd51159c88 Updated fix for Bugscape #11939 - JavaScript Fails on CTA Signed Page
r=adamlock, sr=jband(for the branch fix)
2002-01-29 22:30:12 +00:00
locka%iol.ie
a836e37499 Dead file (not built). Should have been deleted when webbrowserpersist moved to embedding/components 2002-01-29 22:21:48 +00:00
danm%netscape.com
87998027b0 deactivate root focus controller as well as your own while deactivating yourself. bug 122462 / bugscape 11864 code=saari,myself r=bryner,hyatt 2002-01-29 21:42:07 +00:00
blizzard%redhat.com
b4360dcc6c Bug #121279. TestGtkEmbed crash on javascript window.close(). r=jst,sr=shaver 2002-01-29 21:39:31 +00:00
dougt%netscape.com
c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
chak%netscape.com
518cf687d8 Fix for Bugscape #11939 - JavaScript fails on CTA signed page
r=adamlock, sr=jband
2002-01-29 20:59:12 +00:00
depstein%netscape.com
dfbbc3a0d4 added indiv cases for index entries and simple enumeration for nsiHistory 2002-01-29 01:31:15 +00:00
ashishbhatt%netscape.com
fd0109f2c0 Added test cases for interface nsIClipboardCommand 2002-01-29 00:13:04 +00:00
locka%iol.ie
f8cd1c60ae Implement ConfirmEx and various Prompt methods on nsIPrompt. b=121931 r=chak@netscape.com a=asa@mozilla.org 2002-01-27 19:15:07 +00:00
mscott%netscape.com
27978a05e9 Bug #43689 --> expose the suggested file name
r=law
sr=sspitzer
2002-01-25 22:05:16 +00:00
seawood%netscape.com
39ba085fc5 Fix "static" build support for win32 gmake builds.
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
rods%netscape.com
6d86bf575a Get whther we are printing silent from the PrintSettings
76456 r=rods sr=hyatt
2002-01-25 02:47:01 +00:00
hyatt%netscape.com
67a696495c Fix type bustage in cocoa view. Not part of build. 2002-01-25 01:59:11 +00:00
seawood%netscape.com
55bb706d4a Fixing SVG static build bustage 2002-01-25 01:29:35 +00:00
waterson%netscape.com
7f5b8281fb Add EmbedComponents.cpp to the GARBAGE. 2002-01-25 01:23:41 +00:00
waterson%netscape.com
c92978fe06 Bug 108259. Build TestGtkEmbed and friends statically when doing a static build. r=cls, sr=blizzard 2002-01-25 01:18:55 +00:00
dsirnapalli%netscape.com
d688973a40 *** empty log message *** 2002-01-25 01:11:03 +00:00
dsirnapalli%netscape.com
9f79cf477e Test case to test accessibility of html element radio button. 2002-01-25 01:07:34 +00:00
dsirnapalli%netscape.com
8b7bcff9d7 Test case to test accessibility of html element radio button when checked. 2002-01-25 01:06:52 +00:00
dsirnapalli%netscape.com
77246e50da Html page containing html elements to test for accessibility. 2002-01-25 01:05:47 +00:00
dsirnapalli%netscape.com
e9d23afd15 test case to test accessibility of html element check box. 2002-01-25 01:03:35 +00:00
peterlubczynski%netscape.com
c279ed5ed5 For embedding, always consume context menu clicks for applets, embeds, and objects, bug 118789 r=av sr=alecf 2002-01-25 01:02:58 +00:00
dsirnapalli%netscape.com
118b04451a Test case to test accessibility of html element checkbox when it is checked. 2002-01-25 01:02:52 +00:00
dsirnapalli%netscape.com
d850f55ddf *** empty log message *** 2002-01-25 01:01:19 +00:00
depstein%netscape.com
3c7642e902 changed PurgeHistory() text to indicate request for number of removed items. 2002-01-25 01:00:26 +00:00
heikki%netscape.com
9e499e0599 Bug 44458, enable XHTML entities when an XHTML doctype with public id is present in an XML document. r=rbs@maths.uq.edu.au&adamlock, sr=jst. 2002-01-25 00:08:20 +00:00
waterson%netscape.com
6a1b19137a Bug 108259. Build TestGtkEmbed and friends statically when doing a static build. r=cls, sr=blizzard 2002-01-24 23:09:31 +00:00
locka%iol.ie
ab30c3c7e2 Fix to persist object to add state notifications when saving pages containing no saveable links. b=119496 r=brade@netscape.com sr=hyatt@netscape.com a=asa@mozilla.org 2002-01-24 23:05:51 +00:00
depstein%netscape.com
69a4a20709 adding nsIObserServ.cpp & .h 2002-01-24 22:20:02 +00:00
depstein%netscape.com
cf3b43870a added some code to the listeners 2002-01-24 22:18:53 +00:00
timeless%mac.com
518e4ed3ef [Bug 121003] Silly code checks for if (interfaceName) instead of if (instanceName)
r=bzbarsky sr=brendan@mozilla.org a=brendan@mozilla.org
2002-01-20 23:15:31 +00:00
seawood%netscape.com
57704fbdfe Fixing win32 static build bustage in activex & simple plugin.
Bug 120675 r=bryner sr=waterson a=asa
2002-01-18 08:14:20 +00:00
locka%iol.ie
605aaf0df3 Fix directory creation permissions so files can actually be saved in them! b=120307 r=brade@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org 2002-01-17 23:11:33 +00:00
akkana%netscape.com
eed65c3fbe 120623: remove printfs. r=bzbarsky r,a=blizzard 2002-01-17 21:57:00 +00:00
locka%iol.ie
8270e25e99 Add pointer test to prevent crashes on frame/iframe elements with no src attribute. b=119939 r=timeless@bemail.org sr=rpotts@netscape.com a=dbaron@fas.harvard.edu 2002-01-17 12:15:44 +00:00
locka%iol.ie
9dc7de0bb1 Remove chatzilla.jar & !ifdef unzipping of messenger.jar for when DISABLE_MAILNEWS is set. b=120104 sr=rpotts@netscape.com a=dbaron@fas.harvard.edu 2002-01-17 12:11:33 +00:00