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

959 Коммитов

Автор SHA1 Сообщение Дата
rpotts%netscape.com 233706ef10 Changed NS_DOCUMENTLOADER_CID to the new NS_DOCUMENTLOADER_SERVICE_CID 1999-01-17 11:49:41 +00:00
rpotts%netscape.com 3ee6fff37f The DocumentLoader is now a global service. Rather than creating document loaders via the factory, they are now created as child loaders of the global DocumentLoader service which is accessable via GetService. 1999-01-17 11:48:58 +00:00
rpotts%netscape.com 9aabce5c21 Changed NS_DOCUMENTLOADER_CID to NS_DOCUMENTLOADER_SERVICE_CID 1999-01-17 11:47:27 +00:00
pavlov%pavlov.net f31926ed12 remove unused code 1999-01-17 02:09:24 +00:00
davidm%netscape.com 2def9a5dd0 2258 [PP] Messed up drawing after scrolling 1999-01-16 00:38:32 +00:00
sfraser%netscape.com 93e856fa41 Make the status bar read-only 1999-01-16 00:29:07 +00:00
kipp%netscape.com fb94ed2b27 Removed IListFilter and SizeOf API usage 1999-01-15 23:51:00 +00:00
kipp%netscape.com e062add68b Fixed a typo in the test url list 1999-01-15 22:58:06 +00:00
pierre%netscape.com e702fb1de1 no longer ignores the returned value from m_Observer->OnStartBinding(). This allows embedding apps (eg. Intuit) to intercept and filter URLs. 1999-01-15 22:34:46 +00:00
rpotts%netscape.com e8e49e2114 Added some more debug trace messages... 1999-01-15 10:10:46 +00:00
jfrancis%netscape.com 717c601126 Powerplant removal 1999-01-15 05:11:22 +00:00
peterl%netscape.com b65171de5b fixed bad html that triggers an interesting bug in select control frame 1999-01-15 03:01:28 +00:00
kipp%netscape.com c18a4aadb0 Fixed up print-preview menu 1999-01-15 01:31:39 +00:00
jfrancis%netscape.com 63812b8e5a Removing Powerplant 1999-01-15 00:06:35 +00:00
buster%netscape.com fc1fcf9966 pass the pres shell to the editor init method 1999-01-14 18:52:16 +00:00
waterson%netscape.com 4eff893c29 Rearranged stream and content sink stuff to be a part of base: content sink will eventually be replaced by a lower-level parser implementation. Improved the named data source handling. 1999-01-14 10:55:08 +00:00
rpotts%netscape.com 6096e6c702 Fixed up the signature for nsIContentViewerContainer::GetContentViewer()... 1999-01-14 06:49:59 +00:00
rpotts%netscape.com ea75730edd Added support for GetContainer()/SetContainer(). Added the OnStartURLLoad() notification to the DocumentLoadObserver... 1999-01-14 06:44:23 +00:00
rpotts%netscape.com 70a755af6e Added OnStartURLLoad() notification which is called whenever the document loader has established a connection... 1999-01-14 06:37:11 +00:00
rpotts%netscape.com 85cd2767af Added GetContainer() and SetContainer() methods which allow access to the ContentViewerContainer (ie webshell) associated with the document loader. 1999-01-14 06:34:56 +00:00
rpotts%netscape.com c40fd30ce8 Moved GetContentViewer() from nsIWebShell into nsIContentViewerContainer... 1999-01-14 06:33:54 +00:00
sfraser%netscape.com ca2a62a6e9 Remove nsEditorInterfaces.cpp 1999-01-13 19:16:26 +00:00
buster%netscape.com 333b99097d removed nsEditorInterfaces.cpp and all references to global methods therein.
all editing is handled by the editor now.
1999-01-13 18:52:02 +00:00
buster%netscape.com 95bda024fb removed the test inspectors from the menu. They were confusing people.
When the time is right, I'll add them back in conditionally.
1999-01-13 18:14:35 +00:00
waterson%netscape.com ae2d963b77 Factored content model builder code into its own interface. Hooked up RDF-to-content model notification. Minor bug fixes in data sources. 1999-01-12 19:41:06 +00:00
locka%iol.ie b80c1c2c7f Added implementation of get_ReadyState
Overrode default InPlaceActivate method to fix broken containers
1999-01-11 21:08:54 +00:00
sfraser%netscape.com 59ad561747 Added new debug menu items, changed menus to be more similar to windows viewer. 1999-01-11 19:46:49 +00:00
sfraser%netscape.com 84635149c3 Added a couple of NS_PRECONDITIONSs in the event listener functions. 1999-01-11 19:46:09 +00:00
rpotts%netscape.com c125504558 Changed to use the EventQueue service rather than the PL_InitializeEventsLib() and GetMainEventQueue() apis... 1999-01-10 08:18:25 +00:00
rpotts%netscape.com 82a4edbe4e Reworked the initialization of the PLEvent queue to use the new EventQueueService instead of calling PL_InitializeEventsLib(...) 1999-01-09 07:18:22 +00:00
kipp%netscape.com ff8d82dd48 Added in code from bug #1935 to improve auto-protocol handling on urls 1999-01-09 02:00:42 +00:00
akkana%netscape.com e0af5aab89 Add debug menu; see bug 2249 1999-01-09 00:35:19 +00:00
radha%netscape.com dcab568567 Use libwidgetgtk.so and libgfxgtk.so as default for WIDGET_DLL and
GFXWIN_DLL
1999-01-08 20:14:49 +00:00
ramiro%netscape.com 3c4b6d3ea0 Added view source ('cos it works!), fixed typo in Tools.
Thanks to Steve Morrison <smorrison@gte.com> for the patch.
1999-01-08 15:19:29 +00:00
pierre%netscape.com fa9d41e3eb bumped up the memory partition of the optimized target to 10Mb 1999-01-08 03:53:59 +00:00
sfraser%netscape.com 3fd371dda1 Call SIOUX initialization in debug mode 1999-01-08 03:27:57 +00:00
cls%seawood.org 2529b50d21 Explicitly cast pToolbarWindow to nsIWidget * to unconfuse old compilers. 1999-01-08 01:43:32 +00:00
rpotts%netscape.com 52a891647e Bug fix from Davide Pasetto (dipo@sis.it) for nsWebShell::Init(...). I Also changed a bunch of checks against NS_OK to use the NS_SUCCEEDED() and NS_FAILED() macros... 1999-01-08 00:32:55 +00:00
waterson%netscape.com dcdf2f3333 Use root node of LocalStore.rdf as the tree control's root. Added bookmarks data source to the DB. 1999-01-07 18:44:12 +00:00
kipp%netscape.com 5469780d57 Applied patch from bug #1988 to improve the open-file dialog 1999-01-07 02:06:44 +00:00
locka%iol.ie 1b12565dff Fixed a problem with the default impl of GetClientSite
Added basic printer support
1999-01-06 22:38:24 +00:00
dcone%netscape.com b2ffe1c289 added 2 files nsImageInspectorDialog.cpp nsTableInspectorDialog.cpp 1999-01-06 22:29:42 +00:00
rods%netscape.com 54c09abbd3 initial 1999-01-06 22:04:35 +00:00
rods%netscape.com 7ae4b4342d Added Table and Image Inspectors 1999-01-06 21:59:17 +00:00
sfraser%netscape.com 542b796cc7 Change the fragment name from PLUGIN_DLL (???) to viewer 1999-01-06 20:32:45 +00:00
sfraser%netscape.com 28240b4179 Fix the DLL name ENDER_DLL on Mac, and take out the #ifndef XP_MAC around the RegisterFactory for Ender. Also change XPCOM.DLL to XPCOM_DLL on Mac. 1999-01-06 20:32:11 +00:00
buster%netscape.com b73513f9aa use Ender as the test editor 1999-01-06 20:31:08 +00:00
brade%netscape.com 0785cc0956 reduce Macintosh compiler warnings by removing extra , 1999-01-06 18:50:09 +00:00
guha%netscape.com 169bdc133e More on the alloy prototype 1999-01-06 17:38:37 +00:00
pavlov%pavlov.net 987e2626c8 finish menu code. thanks brad roberts <braddr@puremagic.com> 1999-01-06 02:54:04 +00:00