dinglis%qnx.com
afd9368f28
NOT PART OF BUILD (Photon port only)
...
- added new prompt service
- new history resource.
2001-08-24 13:51:21 +00:00
rpotts%netscape.com
da2959ee05
bug #94205 . Adding flags to nsIWebNavigation::Stop().
2001-08-14 04:46:20 +00:00
jaggernaut%netscape.com
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
pete%alphanumerica.com
f65c767018
Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
...
Renamed all Delete methods to Remove.
--pete
2001-07-24 18:38:25 +00:00
briane%qnx.com
8b2f64280a
PHOTON port only (not part of build)
...
Numerous bug fixes to allow embedding to work properly.
2001-07-23 20:21:41 +00:00
dinglis%qnx.com
933f8149b1
NOT PART OF BUILD (Photon only)
...
- bring the photon embedding component upto date.
2001-07-04 19:42:06 +00:00
jaggernaut%netscape.com
03ab87e4a1
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
rpotts%netscape.com
f3e719c2c1
bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
2001-05-14 02:16:27 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
heikki%netscape.com
a0844e5329
Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur.
2001-04-26 19:33:12 +00:00
dr%netscape.com
dbfa6b68ad
fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa
2001-04-25 02:04:56 +00:00
darin%netscape.com
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
blakeross%telocity.com
7b5a59b32d
Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt
2001-03-25 16:49:38 +00:00
danm%netscape.com
22ebda3698
Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt
2001-03-12 23:08:29 +00:00
danm%netscape.com
a58e95682d
moving [GS]etPersistence from nsIWebBrowserChrome to nsIDocShellTreeOwner. embedding API review meeting made me do it. bug 69918 r=ccarlen,hyatt
2001-03-09 02:04:06 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
danm%netscape.com
c8640160cd
removing nsIWebBrowserChrome::FindNamedBrowserItem per 5 Feb 01 API review. functionality has been moved to nsDocShellTreeOwner. r=scc,valeski
2001-02-07 04:59:43 +00:00
valeski%netscape.com
134c862eef
r=ccarlen, sr=rpotts. 65925. adding support for listener queueing in the webbrowser, and weak reference support to webprogress listeners.
2001-01-31 21:03:40 +00:00
ccarlen%netscape.com
15ac5b144d
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
2001-01-18 22:51:57 +00:00
danm%netscape.com
ae877b5f7f
empty implementations for new method IsModal. bug 56677 r=brendan,hyatt
2000-11-09 00:17:09 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
briane%qnx.com
dcec71e691
PHOTON BUILD only
...
Fixes for new defines in PtMozilla.h header
2000-10-23 20:00:37 +00:00
briane%qnx.com
5a969857fd
PHOTON build only
...
added libxpfelocation_s
2000-10-16 17:59:45 +00:00
briane%qnx.com
25cd2e78e8
Not Part of Build... PHOTON ONLY
...
Additions of new callbacks to test new features of the PtMozilla widget.
2000-10-12 16:27:52 +00:00
briane%qnx.com
5ef73fc157
Not Part of Build... PHOTON ONLY
...
Bug fixes and enhancements to the PtMozilla widget. Also fixes taken from
the GTK version to get things working with the latest Embedding API changes.
2000-10-12 16:26:16 +00:00
dougt%netscape.com
c3c864a472
+ Added OnSecurityChange() to nsIWebProgressListener interface.
...
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.
Fixes bug 46872. r=valeski/rpotts
2000-09-14 22:56:56 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
jband%netscape.com
d10f6f48a9
fix bustage after nsIBaseStream removal
2000-08-22 09:21:32 +00:00
conrad%ingress.com
b8b5d2c127
Changed call of NS_InitEmbedding.
2000-08-11 20:13:41 +00:00
warren%netscape.com
7ac7233df8
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
mcafee%netscape.com
9daaedae9a
Ignore generated files.
2000-07-15 15:57:43 +00:00
Jerry.Kirk%Nexwarecorp.com
d76b4783c5
NOT PART OF MAIN BUILD - PHOTON ONLY
...
I needed export a few more files for the test app and add a new virtual
method that has been added since I last checked in this code.
r=jerry.kirk
2000-07-14 14:54:04 +00:00
Jerry.Kirk%Nexwarecorp.com
a1c918af2b
NOT PART OF BUILD - PHOTON ONLY
...
Adding the PtMozilla widget for the first time.
Submited by briane@qnx.com
r=kirkj
2000-07-12 13:53:29 +00:00