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

486 Коммитов

Автор SHA1 Сообщение Дата
joki%netscape.com 11732fe2e1 Modify editor mode to work in frames 1998-08-14 01:51:00 +00:00
valeski%netscape.com 732cc1445e webshell/src/nsDocLoader.cpp -
310133 - 1. added LoadURLOnTimer() and CancelLoadURLTimer() implementations to the nsDocLoaderImpl class.
2. Changed nsDocumentBindInfo class to support the nsIRefreshUrl interface.
3. Changed the nsDocumentBindInfo contructor to set the m_ExtraInfo variable to the aExtraInfo pointer passed in. This must have been an oversight on the part of the original implementor.
4. Added a simple data placeholder class to hold the data that will be used to load the url on the timer.

webshell/src/nsWebShell.cpp -
1. 310133 - When the webshell is destructed or about to load a new url, the loader now calls CancelLoadURLTimer() which cancels and releases the timers.
1998-08-13 20:08:19 +00:00
valeski%netscape.com e8ef1cec5e 310133 - Extended the nsIDocumentLoader interface to include LoadURLOnTimer() and CancelLoadURLTimer() methods. 1998-08-13 20:07:17 +00:00
vidur%netscape.com 2c5b071138 Implemented Reload() on nsIWebShell 1998-08-13 04:49:16 +00:00
vidur%netscape.com 177ffce3ef Added modifyHistory option to LoadURL. 1998-08-13 04:36:42 +00:00
joki%netscape.com a0e09aecb4 Adding url and lineno to script evaluation 1998-08-12 23:37:50 +00:00
michaelp%netscape.com ba84f1fafa with -np plugins will no longer be initialized due to frames. 1998-08-12 22:06:00 +00:00
joki%netscape.com 00d6476959 Change so browser window doesn't assume it has toolbars. 1998-08-12 21:41:05 +00:00
kmcclusk%netscape.com 001a80c8f5 Removed bogus ValidateDocData, XP_ReBuffer and XP_Trace stubs. They exists in
their correct form in nsStubs.cpp
1998-08-12 21:24:25 +00:00
kmcclusk%netscape.com eb99817313 Added output to indicate when a stubbed function is called. 1998-08-12 21:13:52 +00:00
kmcclusk%netscape.com 286a229a68 Added stubs for ValidateDocData XP_ReBuffer and XP_Trace to
get Linux build to work.
1998-08-12 21:04:30 +00:00
kmcclusk%netscape.com 05b38ad9d4 Added unix support for PR_ProcessPendingEvents. 1998-08-12 19:54:39 +00:00
kmcclusk%netscape.com 92df07fecf Added support for PR_ProcessPendingEvents. This allows the unix viewer to
support clicks on links + submitting form data.
1998-08-12 19:52:03 +00:00
joki%netscape.com 0cbc57923b Adding new doc loader observer interface. 1998-08-12 05:15:38 +00:00
joki%netscape.com 939f9a50d7 Adding partial load event support, removing script context Run_GC method adding partial script error support 1998-08-12 04:56:40 +00:00
troy%netscape.com 4a3fb19b14 Added code to delete nsBrowserWindow object 1998-08-10 18:20:20 +00:00
troy%netscape.com 032bdaddec Added call to Shutdown() of prefs object 1998-08-10 05:12:25 +00:00
joki%netscape.com 7cea4a3946 Additional fixes to allow child webshells in framesets to be properly released. 1998-08-10 01:36:02 +00:00
joki%netscape.com d41161cea4 Fix possible addref on null pointer 1998-08-10 01:30:29 +00:00
karnaze%netscape.com 46e9b25173 added GetMarginWidth, SetMarginWidth, GetMarginHeight, SetMarginHeight to web widget, frameset codes calls it. 1998-08-10 01:01:27 +00:00
valeski%netscape.com 8b8bf0c055 removed the http:// assumption code from here to nsWebShell.cpp 1998-08-09 21:23:54 +00:00
valeski%netscape.com 552110779f moved http:// assumption code into nsWebShell.cpp from nsBrowserWindow.cpp 1998-08-09 21:22:18 +00:00
troy%netscape.com a47aaaee75 Now deletes the images and releases the reference to the image group 1998-08-09 16:42:06 +00:00
joki%netscape.com 0e164d9aca Partial fix for frame based and general memory leaks of webshells and prescontexts 1998-08-09 07:43:22 +00:00
troy%netscape.com 56d3374a14 Added code to destructor to delete mVisited 1998-08-09 05:00:24 +00:00
troy%netscape.com 4e3a09c39d Added release of mAppShell 1998-08-09 02:13:29 +00:00
jevering%netscape.com 7c4c25ff17 Fixed build. forgot prenv.h 1998-08-09 00:02:40 +00:00
jevering%netscape.com 0660c1dcc4 Set Home page for viewer. 1998-08-08 22:01:46 +00:00
troy%netscape.com 4b212c0467 Change to object lifetime management. Views are no longer ref counted 1998-08-08 04:23:33 +00:00
vidur%netscape.com af66e0492f Better JSConsole return values 1998-08-07 23:19:20 +00:00
kostello%netscape.com b438a817be Put both AOLMAIL and html/text of the pasteboard 1998-08-07 22:35:44 +00:00
joki%netscape.com 20d06b486a Adding window.open method, fixing editormode in release builds, various event fixes 1998-08-07 04:45:03 +00:00
troy%netscape.com 4687600fff Fixed shoddy reference counting in FindBrowserFor(), and changed
Destroy() to release references on six widgets
1998-08-06 02:21:23 +00:00
troy%netscape.com eced09e947 Added some release calls for mBack, mForward, and mLocation 1998-08-05 22:06:58 +00:00
kmcclusk%netscape.com 44a114cfc7 Changed STATUS_HEIGHT constant for unix. It wasn't big enough.
Left STATUS_HEIGHT as is for windows.
1998-08-05 15:11:46 +00:00
pierre%netscape.com 38302190bc added "view", "libpref" and "plugin" groups 1998-08-05 08:31:41 +00:00
pierre%netscape.com 4e61a42417 removed NS_IMPL_IDS: it moved to nsPref.cpp 1998-08-05 08:25:24 +00:00
pierre%netscape.com 2e0d995bd8 include nsMacRepository.h 1998-08-05 08:22:38 +00:00
pierre%netscape.com 4036ac81f1 renamed NSGetFactory to build on Mac 1998-08-05 08:17:06 +00:00
michaelp%netscape.com 446cb50e92 changes for plugins. 1998-08-05 04:23:21 +00:00
kipp%netscape.com 317a9ff089 Use flexible library naming 1998-08-05 01:40:20 +00:00
troy%netscape.com f727367ea6 Moved DoSelectAll() outside of a #ifdef NS_DEBUG 1998-08-04 20:04:55 +00:00
karnaze%netscape.com 42dad4cb56 form submission on carriage return in some cases; replaced NS_RELEASE with NS_IF_RELEASE in nsFrame destructor 1998-08-04 18:19:51 +00:00
karnaze%netscape.com 51938b8631 test9 no longer uses test6 1998-08-04 16:57:44 +00:00
buster%netscape.com df47f30543 *** empty log message *** 1998-08-04 00:58:34 +00:00
rods%netscape.com cab3198f7b Added repaint is forced on Select All 1998-08-03 23:14:54 +00:00
rods%netscape.com d7d0bee570 added select all and fixed the foreground colors for the URL and Status bars 1998-08-03 22:32:34 +00:00
troy%netscape.com 5a05bd8827 Added release of throbber in the hopes that this would allow the image
group and hence the image manager to be released, but it doesn't quite do
the trick because the ref count of the throbber is 2...
1998-08-03 21:11:22 +00:00
troy%netscape.com d473022ac3 API changes to image group 1998-08-03 04:55:21 +00:00
michaelp%netscape.com 7c38ee7552 tiny change to see if the unix build will come back to life. 1998-08-01 22:19:05 +00:00
rpotts%netscape.com e598a1f33b Added a new test for the raptorweb.dll COM factory. This is WIN32 only 1998-08-01 06:48:28 +00:00
rpotts%netscape.com cbc9a4f195 Added support (on WIN32 only) for the raptorweb.dll to be a COM component... 1998-08-01 06:46:38 +00:00
rpotts%netscape.com 5b28fd5115 Added check to see if DocLoader exists before dereferencing the pointer... 1998-08-01 06:45:43 +00:00
michaelp%netscape.com ea6a9e4341 turned on plugins. 1998-08-01 05:47:34 +00:00
peterl%netscape.com 4d01ae8f02 rounding support 1998-07-31 23:34:45 +00:00
kostello%netscape.com 97922b4aa1 Add NS_RELEASE in save code 1998-07-31 18:35:19 +00:00
kostello%netscape.com aca4c1bb08 Fix retail build problem 1998-07-31 18:34:53 +00:00
joki%netscape.com 376cd9f783 Adding get status method to nsIBrowserWindow 1998-07-31 18:22:27 +00:00
kostello%netscape.com d902b81651 Moved DoCopy and related methods out of debug build into public 1998-07-31 16:53:45 +00:00
peterl%netscape.com 70e291739a connected prefs 1998-07-31 06:02:06 +00:00
peterl%netscape.com 70340fca66 connected prefs, tweaked UI font sizes 1998-07-31 06:01:45 +00:00
karnaze%netscape.com 21f10da2d7 sizing improvements of form controls for nav4 compatibility 1998-07-31 05:22:35 +00:00
spider%netscape.com 5b4bd4898e XPCOM'ing the parser. Use repository to get a parser now. 1998-07-30 22:42:27 +00:00
kipp%netscape.com c0e063cc3f Make gamma 1.0 1998-07-30 16:07:18 +00:00
kipp%netscape.com 3d00f49515 Removed ForceRefresh call 1998-07-30 16:07:04 +00:00
valeski%netscape.com 3a639309fa 309383 - http:// is now assumed by the browser shell window url bar. 1998-07-30 06:57:02 +00:00
pierre%netscape.com 38a7788acd fixing Unix build 1998-07-30 04:47:44 +00:00
pierre%netscape.com c11a19715b removed nsDocLoader.cpp which already sits in webshell.mcp 1998-07-30 03:41:26 +00:00
pierre%netscape.com e005352d14 fixing Mac build: added "ostrstream.h" 1998-07-30 03:38:37 +00:00
pierre%netscape.com 6f6aaa0d56 fixing Mac build: moved NS_IMPL_IDS 1998-07-29 23:43:22 +00:00
pierre%netscape.com 5d26e4ff88 fixing Mac build: moved NS_IMPL_IDS 1998-07-29 23:37:15 +00:00
kmcclusk%netscape.com 7f3959b4ea Added debug menu items to bring motif viewer in sync with win32 viewer. 1998-07-29 22:56:25 +00:00
pierre%netscape.com f477da03eb fixing Windows build bustage: moved NS_IMPL_IDS 1998-07-29 22:33:29 +00:00
kmcclusk%netscape.com a7cc6a3c07 Added the <strstream.h> for all non WIN32 platforms. Removed the ifdef WIN32 in DoCopy 1998-07-29 21:21:08 +00:00
pierre%netscape.com 05394f4280 added nsSetupRegistry.cpp and nsWebCrawler.cpp 1998-07-29 21:09:25 +00:00
pierre%netscape.com b8903f097b fixing Mac build: moved NS_IMPL_IDS 1998-07-29 21:06:19 +00:00
scullin%netscape.com 551a6d7af4 Normalize widget api on UNIX and Win 1998-07-29 18:50:51 +00:00
rods%netscape.com e348221d32 added NS_RELEASE in DoToggleSelection 1998-07-29 17:39:28 +00:00
rpotts%netscape.com 8336b8eb3a Call nsIWebShell::Destroy() when the Browser window is going away... 1998-07-29 10:49:51 +00:00
rpotts%netscape.com f28d663a66 Added a Destroy() method which is called when the WebShell container is going away... 1998-07-29 10:49:01 +00:00
rpotts%netscape.com be901fb2dd Removed all calls to NET_PollSockets(...). Netlib now does this itself... 1998-07-29 06:03:29 +00:00
kipp%netscape.com e627348d9d Clean up stuff during destruction 1998-07-29 04:08:27 +00:00
kipp%netscape.com b8b4e10b78 Free up some stuff during shutdown 1998-07-29 04:07:54 +00:00
kipp%netscape.com c7210d2796 Dont' release browser after destroying it 1998-07-29 04:07:27 +00:00
kipp%netscape.com eea2acfb7e Release font metrics when done 1998-07-29 04:06:37 +00:00
pierre%netscape.com 9171d0bba6 added nsWebCrawler.cpp 1998-07-28 04:18:01 +00:00
pierre%netscape.com c109025a80 fix Mac build (is this file obsolete?) 1998-07-28 04:15:46 +00:00
pierre%netscape.com 0f69ef0668 updated to Windows make file 1998-07-28 04:07:50 +00:00
buster%netscape.com b472e4aad4 made this test case a bit flashier 1998-07-28 00:51:53 +00:00
michaelp%netscape.com 331200110b fixed webcrawler relater build bustage. 1998-07-28 00:05:32 +00:00
michaelp%netscape.com bb1beb02df fixed build bustage. 1998-07-28 00:00:35 +00:00
kipp%netscape.com 9781adff45 Fixed -p flag; fixed so that it exits on last window close 1998-07-27 23:19:06 +00:00
michaelp%netscape.com 3bc803ac1f hooked up the plugin manager to the webshell. 1998-07-27 23:08:52 +00:00
kipp%netscape.com e8157d4857 Added max-pages 1998-07-27 23:01:06 +00:00
kipp%netscape.com 25155ad0a7 Limit crawling to a max number of pages 1998-07-27 23:00:50 +00:00
kipp%netscape.com 356f052dd8 Make crawler exit properly; added -N argument 1998-07-27 23:00:11 +00:00
kipp%netscape.com 6ec0d0110f Skip over junky url's 1998-07-27 22:42:12 +00:00
kipp%netscape.com 503c6f8761 time to crawl 1998-07-27 22:16:13 +00:00
kipp%netscape.com f72b51dc22 Use web crawler instead of doc loader; new argument support code for web crawler 1998-07-27 22:15:58 +00:00
kipp%netscape.com 11eee487d1 Switch to nsWebCrawler 1998-07-27 22:15:30 +00:00