alecf%netscape.com
a6c44d0c44
dependency update
2002-02-06 22:52:53 +00:00
law%netscape.com
5daec863cb
New files for proper progress dialog component; needed for fix for bugs 27609, et al. NOT BUILT YET
2002-02-06 21:53:30 +00:00
seawood%netscape.com
e680097cc1
Fixing win32 gmake bustage
2002-02-06 09:38:23 +00:00
bryner%netscape.com
8442463033
Fixing a dependency problem that was happening in win32 gmake builds outside of the srcdir. r=cls.
2002-02-06 09:14:39 +00:00
chak%netscape.com
0a3f63aaec
Fix for #123570 - Rearrange the editor embedding code in MfcEmbed
...
r=adamlock, sr=alecf
2002-02-06 05:13:44 +00:00
danm%netscape.com
462ba361b4
during window creation, fetch the referring URL from the caller's document only if the document already exists. bug 36016 r=hyatt,pinkerton
2002-02-06 03:51:14 +00:00
bzbarsky%mit.edu
aa018e0dfe
Fix helper apps not starting when the filename in the url is empty.
...
Also turn off caching of mime infos since we have no way to invalidate
this cache yet. Bug 121644, r=law, sr=mscott
2002-02-06 03:35:31 +00:00
locka%iol.ie
631f9d01b2
Make webbrowserpersist create directories on demand rather than all the time. b=120376 r=brade@netscape.com sr=kin@netscape.com
2002-02-05 15:30:26 +00:00
bzbarsky%mit.edu
86ae59c1c9
mfcEmbed has no Equals() on CString. Oops. Fixing mfcembed bustage.
2002-02-05 03:54:32 +00:00
chak%netscape.com
d3a61dde4e
Fix for #123054 - Rearrange profile dlgs in MfcEmbed
...
r=adamlock, sr=alecf
2002-02-05 02:57:54 +00:00
bzbarsky%mit.edu
40d60f39ec
Convert Compare() to Equals() where possible now that we can do
...
case-insensitive Equals(). Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
mkaply%us.ibm.com
4e9909e858
OS/2 bustage
2002-02-02 20:37:39 +00:00
seawood%netscape.com
a2ed42f6e0
s/command_handler/commandhandler/. Fixing win32 gmake bustage
2002-02-02 20:00:00 +00:00
mkaply%us.ibm.com
6d7cfd2dd2
OS/2 bustage
2002-02-02 14:28:55 +00:00
mcafee%netscape.com
985ddb7d3a
Ignore generated files.
2002-02-02 07:53:30 +00:00
mjudge%netscape.com
ba9ede328c
xuldoc not content_xul
2002-02-02 07:49:04 +00:00
mjudge%netscape.com
f5fe098c16
bad slash
2002-02-02 07:48:06 +00:00
mjudge%netscape.com
c1d5c60791
wrong requires. fix bustage
2002-02-02 06:59:44 +00:00
mjudge%netscape.com
27d909540f
missed this one
2002-02-02 06:03:50 +00:00
mjudge%netscape.com
726b5e82c1
115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work.
2002-02-02 05:13:56 +00:00
depstein%netscape.com
58238a1346
Fixed web prog lstnr logging bug; added onStateChangeString() method to QaUtils. Also added entry to url table in nsIWebNav.cpp
2002-02-02 02:34:27 +00:00
ccarlen%netscape.com
4039851c88
Not part of build, very out of date.
2002-02-01 23:07:47 +00:00
ccarlen%netscape.com
e34bc87b67
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
ccarlen%netscape.com
b9c06e75b3
New files for 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:55:18 +00:00
heikki%netscape.com
3a6fb922c1
Bug 122710, dtd folder in dist/bin should be moved into res. r=rbs@maths.uq.edu.au&harishd, sr=sfraser.
2002-02-01 22:28:55 +00:00
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