Commit Graph

156 Commits

Author SHA1 Message Date
ccarlen%netscape.com
5f0d4a7e7a SAMPLE CODE - NOT PART OF THE BUILD Updated for API changes. 2000-10-03 03:03:57 +00:00
ccarlen%netscape.com
1dde6d7b54 SAMPLE CODE - NOT PART OF THE BUILD using mpfilelocproviderlib instead of profiles 2000-10-03 03:03:19 +00:00
ccarlen%netscape.com
b41ccc01c4 SAMPLE CODE - NOT PART OF THE BUILD Made so PowerPlant could be compiled w/ 3.3 headers. 2000-10-03 03:02:34 +00:00
ccarlen%netscape.com
015546ed5d SAMPLE CODE - NOT PART OF THE BUILD Added optimized target. 2000-10-03 03:01:29 +00:00
locka%iol.ie
b78abdf560 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
dougt%netscape.com
c2923c8476 + 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
locka%iol.ie
2bf4c97663 Added new x, y, width & height parameters to createBrowserWindow method. b=46851,r=valeski 2000-09-14 12:04:04 +00:00
rayw%netscape.com
0257791053 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
scc%mozilla.org
d6e29d9b1e fixing code that relied on implicit string construction 2000-09-02 22:13:25 +00:00
ccarlen%netscape.com
d87765cb47 - NOT PART OF THE BUILD - Updated for embedding API changes. 2000-09-01 19:07:01 +00:00
ccarlen%netscape.com
05f6c572cb - NOT PART OF THE BUILD - Clear any refs the CBrowserShell has to us early in the destructor. 2000-09-01 19:06:31 +00:00
ccarlen%netscape.com
b1e9b81bd1 - NOT PART OF THE BUILD - Updated for embedding API changes 2000-09-01 19:04:06 +00:00
ccarlen%netscape.com
f2d04c9db9 - NOT PART OF THE BUILD - Save prefs as soon as we touch them instead of waiting until quit time. 2000-09-01 19:03:23 +00:00
conrad%ingress.com
75afe2361d Not part of build. 1. Removed MMozillaApp mixin class from project. This is now handled by EmbedAPI lib. 2. Added routine to show how to start up the app with a given profile. 2000-08-14 03:04:08 +00:00
conrad%ingress.com
8a4ae1ad25 Not part of build. Removed MMozillaApp mixin class from project. This is now handled by EmbedAPI lib. 2000-08-14 03:03:05 +00:00
conrad%ingress.com
efb3e08b96 Not part of build. Added EmbedAPI lib to project. 2000-08-14 03:01:10 +00:00
warren%netscape.com
2b01440bc0 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
vidur%netscape.com
97aa0897c8 Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00
conrad%ingress.com
e695347dab * Not part of build * Filled in some nsIWebBrowserChrome and nsIBaseWindowMethods which were only stubbed out before. 2000-06-26 02:25:16 +00:00
conrad%ingress.com
9d1f31ba99 * Not part of build * Changd nsAllocator::Free() to nsCRT::free() 2000-06-26 02:23:10 +00:00
conrad%ingress.com
5cd62834ce * Not part of build * Hooked up progress UI 2000-06-26 02:21:51 +00:00
conrad%ingress.com
008dba3d35 * Not part of build * Hooked up progress UI. 2000-06-26 02:21:27 +00:00
conrad%ingress.com
092e59c638 * Not part of build * Added SetWebBrowser() 2000-06-26 02:20:54 +00:00
conrad%ingress.com
f01ee3a471 * Not part of build * Took out calls to Repeater and PR_Sleep. Added SetWebBrowser() 2000-06-26 02:20:04 +00:00
conrad%ingress.com
56f54580dc * Not part of build * Moved calls to Repeater to ProcessEvent(). This used to be done in the SpendTime() method of each CBrowserShell which was wrong. 2000-06-26 02:18:32 +00:00
conrad%ingress.com
b52c87855a * Not part of build * Added res ID for plain browser window. 2000-06-26 02:13:19 +00:00
conrad%ingress.com
f12006415b * Not part of build * Added progress bar. 2000-06-26 02:12:32 +00:00
bryner%uiuc.edu
bb67ece49c Moving persistence-related methods from nsIXULWindow to
nsIWebBrowserChrome as a basis for fixing bug 15555.  r=valeski.
2000-06-21 22:05:28 +00:00
rpotts%netscape.com
44dfb4b825 Reworked the nsIWebProgress interfaces and implementation... 2000-06-19 05:54:37 +00:00
conrad%ingress.com
383ddecafc Not part of the build! This class now descends from LControl instead of LView. 2000-06-12 21:54:05 +00:00
conrad%ingress.com
278ca8c42a Not part of the build! This class now descends from LControl instead of LView. 2000-06-12 21:48:56 +00:00
conrad%ingress.com
fd1d842dc6 Not part of the build! Holds a ref to the nsIWebBrowser. 2000-06-12 21:48:13 +00:00
conrad%ingress.com
59332eb3c3 Not part of the build! Updated implementation of nsIPrompt for its changed API. Implemented SetWebBrowser. 2000-06-12 21:47:14 +00:00
conrad%ingress.com
43c06c1e69 Not part of the build! Can be compiled without using PowerPlant PCH. 2000-06-12 21:45:18 +00:00
conrad%ingress.com
2a85a59d9f Not part of the build! Added accessor to get the CBrowserShell. 2000-06-12 21:41:47 +00:00
conrad%ingress.com
b20131a2e2 Not in the build! Now tells its chrome about its CBrowserShell's nsIWebBrowser. No longer loads a URL on FinishCreateSelf. When the window is resized, resizes the widget first before calling inherited method. This bug caused the throbber not to redraw when the window was enlarged. 2000-06-12 21:40:29 +00:00
conrad%ingress.com
bcc53826a3 Not in the build! Added accessor for nsIWebBrowser. 2000-06-12 21:37:47 +00:00
conrad%ingress.com
5300b8e34e Not in the build! Removed nsIPref instance variable since now we use service. 2000-06-12 21:36:16 +00:00
conrad%ingress.com
34bc9f4f9c Not in the build! Use prefs service instead of creating instance. 2000-06-12 21:35:28 +00:00
conrad%ingress.com
ab216067cf Not in the build! Changed definition of throbber. 2000-06-12 21:33:55 +00:00
conrad%ingress.com
b593cf8cc6 Not in the build! Removed unused access path. 2000-06-12 21:32:36 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
conrad%ingress.com
506d08959e Use nsString::AssignWithConversion to build nsStrings from char strings. 2000-05-03 01:27:15 +00:00
conrad%ingress.com
8b9ed74a88 Added nsIPrompt implementation. 2000-05-03 01:24:54 +00:00
conrad%ingress.com
d21a262f7c Use AssignWithConversion to make nsString. 2000-05-03 01:23:13 +00:00
conrad%ingress.com
5d73d4b682 Use AssignWithConversion to create nsAutoString from char string. 2000-05-03 01:21:59 +00:00
conrad%ingress.com
4db8b141c2 Added resource IDs for nsIPrompt implementation. 2000-05-03 01:09:32 +00:00
conrad%ingress.com
6664c88aea Added resources for nsIPrompt implementation. 2000-05-03 01:07:37 +00:00
conrad%ingress.com
3d07f48e15 Made access paths within the CW folder more specific. 2000-04-24 03:49:08 +00:00
conrad%ingress.com
9c83923bc7 In SetTopLevelWindow, no longer calling AddProgressListener. This is redundant because the call to nsIWebBrowser::SetTopLevelWindow already makes the chrome the progress listening parent. The redundancy makes each of the nsIWebProgressListener methods in the chrome get called an extra time. 2000-04-24 03:47:43 +00:00
conrad%ingress.com
cb2d3585f7 Removed BeginDocumentLoad/EndDocumentLoad. This functionality is handled by OnStatusNetStart/OnStatusNetStop. 2000-04-24 03:40:53 +00:00
conrad%ingress.com
a883264dcd Removed implementation of nsIDocumentLoaderObserver. Its functionality is now handled by nsIWebProgressListener. 2000-04-24 03:37:55 +00:00
conrad%ingress.com
0003fa9f28 1. Removed implementation of nsIDocumentLoaderObserver. Its functionality is now handled by nsIWebProgressListener. 2. Fixed OnStatusChange. More than one status bit could be set and it was not handling this. 2000-04-24 03:37:10 +00:00
conrad%ingress.com
718c4b9891 First Checked In. 2000-04-17 12:27:12 +00:00
conrad%ingress.com
33dce6c501 First Checked In. 2000-04-17 12:19:56 +00:00