Commit Graph

113 Commits

Author SHA1 Message Date
warren%netscape.com
880104ba1d Added NS_ShutdownXPCOM to facilitate leak detection in purify. 1999-07-28 08:03:49 +00:00
hoa.nguyen%intel.com
d96a2d2641 Within SetupRegistry, intialize the metacharacter service so that the charset field in the http content-type header is recognized and acted upon correctly. 1999-07-25 23:28:13 +00:00
rickg%netscape.com
07d7cae00d fixed bug 9185 1999-07-05 00:24:23 +00:00
ramiro%netscape.com
c5617d547f Make the parent for the test sites dialog null, so that a top level window
is created.  Otherwise, the widget gets created inside of the viewer itself.
1999-06-29 14:43:29 +00:00
warren%netscape.com
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
mcafee%netscape.com
63d29d5867 Adding case for BeOS. 1999-06-26 07:15:38 +00:00
kmcclusk%netscape.com
aa59d9ab82 Removed commented out line 1999-06-22 21:49:34 +00:00
kmcclusk%netscape.com
38be421ca5 Fix for crash when bringing up the test sites dialog.
Also fixed crash when bringing up the debug robot dialog.
1999-06-22 21:44:38 +00:00
dp%netscape.com
65fc0e7499 XPCOM switched to using nsIFileSpec. 1999-06-22 14:02:58 +00:00
valeski%netscape.com
e23b3c673c NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
mcmullen%netscape.com
b55f9af6c9 Call pref->ReadUserPrefs() 1999-06-15 05:17:56 +00:00
mcafee%netscape.com
12a59a35bb Purging nsDialog from the code, robot & test site menu items were the last straggler users, rickg says purge & fix these two usages later. 1999-06-11 23:26:59 +00:00
mcafee%netscape.com
2dd97cce54 Removing usages of obsolete nsDialog. a=rickg 1999-06-10 22:03:27 +00:00
dp%netscape.com
94344009c8 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
dougt%netscape.com
5eee24547d Removing xpinstall and silentdl references from the viewer. 1999-05-16 19:07:19 +00:00
mcafee%netscape.com
de36a26dbc Class nsprPath has been renamed to nsNSPRPath; straggler references were being converted with a typedef, this was confusing Solaris, so I'm converting all nsprPath references to the new name, hope that's Ok. 1999-05-10 05:34:26 +00:00
dp%netscape.com
0ef48a75eb Fixed AutoregisterComponent() to return a value 1999-05-06 14:27:09 +00:00
dp%netscape.com
c4faf68d49 Moving Autoregitration out of SetupRegistry() 1999-05-06 13:35:25 +00:00
dougt%netscape.com
529b22c8b3 Hooking up xpinstall to the viewer. This will cause a new instance of the
xpinstall to be created when the viewer launches.  This will be removed
(along with the startup of silentdl) once we have a way of starting up
components less intrusive.

nsViewer.cpp - Added CreateInstance and related code to start component
makefile.win - Added new include path
1999-05-06 03:59:47 +00:00
kipp%netscape.com
b91c1e8a6c Hookup crawler to browser-window; let crawler deal with notifications instead of passing them on from here 1999-04-30 00:12:03 +00:00
kipp%netscape.com
34dfabecc5 Added command option from measuring doc load time 1999-04-23 19:48:43 +00:00
rickg%netscape.com
2c2eec1c4d update to sync with nsString2 1999-04-22 07:46:51 +00:00
mcmullen%netscape.com
e4661eacd6 Prefs API changed to use filespecs instead of string paths. Added Get/SetFilePref. Cleaned up the API so that StartUp() does not need to be called. 1999-04-21 22:04:35 +00:00
rickg%netscape.com
dd6a0df6c3 tweaked top 100 list 1999-04-04 19:52:47 +00:00
kipp%netscape.com
5274d5a98f Support -w and -h arguments (finally!) 1999-04-03 18:46:22 +00:00
ramiro%netscape.com
d846a9f1f8 Fix broken builds. Use PR_{TRUE,FALSE} instead of {TRUE,FALSE}. 1999-04-02 22:15:26 +00:00
kipp%netscape.com
2b42847579 Cleaned up help info; for unix added code to translate unix path names into file urls - but only for the url command line argument 1999-03-23 15:54:39 +00:00
rickg%netscape.com
205aa39d2f updated top100 order 1999-03-19 08:48:24 +00:00
hshaw%netscape.com
92c6ee5277 Let libpref decide which file to load by default, M3 bug #2343 #3598 1999-03-16 22:07:50 +00:00
michaelp%netscape.com
180ae38315 fixes for demo #13. 1999-03-11 22:27:00 +00:00
hshaw%netscape.com
5c6bc56dbc Replace NS_DECLARE_CID with NS_DEFINE_IID for kIPrefIID and KPrefCID 1999-03-10 20:33:18 +00:00
warren%netscape.com
4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
brade%netscape.com
845d5ae209 add "static" to HandleRobotEvent and HandleSiteEvent to reduce compiler warnings on Macintosh 1999-03-03 14:53:39 +00:00
kmcclusk%netscape.com
82dac76411 gfx vs native widget rendering can now be specified in the viewer at run-time.
Added methods to GetWidgetRenderingMode and SetWidgetRenderingMode in nsPresContext
Removed NS_GFX_RENDER_FORM_ELEMENTS define, now it uses the GetWidgetRenderingMode
method on the rendering context.
Resurrected Rod's listbox frame-based widget code.
Added -moz-option-selected pseudo attribute to control the appearance of selected items for the listbox frame-based widget.
Added a style rule with attribute selector for -moz-option-selected to the ua.css style sheet.
Modifed nsView::SetVFlags to do a bitwise or instead of bitwise and to set flags.
Modified nsView::HandleEvent to compare mVFlags with NS_VIEW_FLAG_DONT_CHECK_CHILDREN
1999-03-02 22:43:26 +00:00
warren%netscape.com
44cae3cd3f Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
brade%netscape.com
628c7c5051 add "static" to CreateRobotDialog and CreateSizeDialog to reduce compiler warnings on Macintosh 1999-02-25 15:40:59 +00:00
troy%netscape.com
42e8139d31 Added GetBrowserWindow to nsWebCrawler, and changed nsViewerApp to only
call SetBrowserWindow() once and to have CloseWindow() check before
setting the web crawler's browser window to NULL (doing so caused a crash)
1999-02-19 04:24:12 +00:00
rickg%netscape.com
359e6e5567 fixed a wad of little bugs and added regression test 1999-02-16 07:38:27 +00:00
pierre%netscape.com
b7382c0909 Fixed leak of the BrowserWindow in WebCrawler / Added nsViewerApp::CloseWindow() 1999-02-12 19:11:24 +00:00
troy%netscape.com
0debd6f0d1 Fixed some errors related to switch to using nsCOMPtr 1999-02-12 18:41:26 +00:00
kipp%netscape.com
36c243cdc0 COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
rickg%netscape.com
e57df4d2d0 reset top 100 pages 1999-02-12 03:00:38 +00:00
kipp%netscape.com
42beeec02d Removed obsolete -filter argument 1999-02-08 17:57:00 +00:00
rickg%netscape.com
558d6dee40 changed pointcom to pointcast 1999-02-01 06:33:22 +00:00
troy%netscape.com
777169fea7 Fixed some assertions that didn't compile... 1999-01-23 03:19:38 +00:00
radha%netscape.com
7237c0f644 Few debug statements added 1999-01-23 00:52:52 +00:00
dougt%netscape.com
9e8fd3d208 Adding SilentDownload startup and shutdown to the viewer application. 1999-01-19 23:37:17 +00:00
kipp%netscape.com
c5d87ffad3 Fixed a typo in the test url list 1999-01-15 22:58:06 +00:00
rpotts%netscape.com
ac138a435c Create an event queue via the EventQueueService for the UI thread... 1999-01-05 05:58:08 +00:00
rods%netscape.com
5acf149a4f Added HTML dialog support for "Find" and "PrintSetup" 1998-12-17 15:52:48 +00:00