Граф коммитов

251 Коммитов

Автор SHA1 Сообщение Дата
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
locka%iol.ie 598e0a1d88 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 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
scc%mozilla.org 206cc73c03 fixing code that relied on implicit string construction 2000-09-02 22:13:25 +00:00
ccarlen%netscape.com 2f00e92382 - NOT PART OF THE BUILD - Updated for embedding API changes. 2000-09-01 19:07:01 +00:00
ccarlen%netscape.com 7819780d01 - 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 96fac1e0ba - NOT PART OF THE BUILD - Updated for embedding API changes 2000-09-01 19:04:06 +00:00
ccarlen%netscape.com aea8d2f89e - 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 e98e347d11 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 7451179096 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 cd092efd9d Not part of build. Added EmbedAPI lib to project. 2000-08-14 03:01:10 +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
vidur%netscape.com 924aceef9e 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 ebb2d59df7 * 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 eaa6dcda4c * Not part of build * Changd nsAllocator::Free() to nsCRT::free() 2000-06-26 02:23:10 +00:00
conrad%ingress.com 3170625437 * Not part of build * Hooked up progress UI 2000-06-26 02:21:51 +00:00
conrad%ingress.com afb9a9aa8e * Not part of build * Hooked up progress UI. 2000-06-26 02:21:27 +00:00
conrad%ingress.com 993aaced5a * Not part of build * Added SetWebBrowser() 2000-06-26 02:20:54 +00:00
conrad%ingress.com 82f7632b50 * 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 055857d735 * 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 3c2e5eb333 * Not part of build * Added res ID for plain browser window. 2000-06-26 02:13:19 +00:00
conrad%ingress.com 4661d3bea7 * Not part of build * Added progress bar. 2000-06-26 02:12:32 +00:00
bryner%uiuc.edu 8705faac7d 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 49c54755fc Reworked the nsIWebProgress interfaces and implementation... 2000-06-19 05:54:37 +00:00
conrad%ingress.com f3134dfda0 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 6e60f835db 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 1a220863b1 Not part of the build! Holds a ref to the nsIWebBrowser. 2000-06-12 21:48:13 +00:00
conrad%ingress.com 596d7c7ba8 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 2134725722 Not part of the build! Can be compiled without using PowerPlant PCH. 2000-06-12 21:45:18 +00:00
conrad%ingress.com 93f54365f4 Not part of the build! Added accessor to get the CBrowserShell. 2000-06-12 21:41:47 +00:00
conrad%ingress.com b656827daa 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 b63a49bcba Not in the build! Added accessor for nsIWebBrowser. 2000-06-12 21:37:47 +00:00
conrad%ingress.com a9d800f249 Not in the build! Removed nsIPref instance variable since now we use service. 2000-06-12 21:36:16 +00:00
conrad%ingress.com 952aadcb72 Not in the build! Use prefs service instead of creating instance. 2000-06-12 21:35:28 +00:00
conrad%ingress.com ea60723091 Not in the build! Changed definition of throbber. 2000-06-12 21:33:55 +00:00
conrad%ingress.com 1d874861a7 Not in the build! Removed unused access path. 2000-06-12 21:32:36 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
pavlov%netscape.com 0c75802384 changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
conrad%ingress.com ad7c9a339c Use nsString::AssignWithConversion to build nsStrings from char strings. 2000-05-03 01:27:15 +00:00
conrad%ingress.com 741f893194 Added nsIPrompt implementation. 2000-05-03 01:24:54 +00:00
conrad%ingress.com cd28a745dc Use AssignWithConversion to make nsString. 2000-05-03 01:23:13 +00:00
conrad%ingress.com ed35421751 Use AssignWithConversion to create nsAutoString from char string. 2000-05-03 01:21:59 +00:00
conrad%ingress.com 7472831e60 Added resource IDs for nsIPrompt implementation. 2000-05-03 01:09:32 +00:00
conrad%ingress.com 4fe9ead097 Added resources for nsIPrompt implementation. 2000-05-03 01:07:37 +00:00
conrad%ingress.com e24ff61135 Made access paths within the CW folder more specific. 2000-04-24 03:49:08 +00:00
conrad%ingress.com 5bca3ffcd8 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 0085cedd5b Removed BeginDocumentLoad/EndDocumentLoad. This functionality is handled by OnStatusNetStart/OnStatusNetStop. 2000-04-24 03:40:53 +00:00
conrad%ingress.com 8f30bba596 Removed implementation of nsIDocumentLoaderObserver. Its functionality is now handled by nsIWebProgressListener. 2000-04-24 03:37:55 +00:00
conrad%ingress.com 3e66fd6576 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 c7148f31a6 First Checked In. 2000-04-17 12:27:12 +00:00
conrad%ingress.com 8aee737c04 First Checked In. 2000-04-17 12:19:56 +00:00