danm@netscape.com
da4f265d9f
removing IsMenuBarVisible -- it was a mistake, and unused
1999-07-22 23:41:50 +00:00
danm@netscape.com
5063f13b92
make window.open windows visible
1999-07-21 06:37:58 +00:00
warren@netscape.com
489c1d2df9
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
hyatt@netscape.com
bb8ab1cb72
Trying to fix bustage.
1999-07-06 18:52:38 +00:00
hyatt@netscape.com
d39d799cc5
Checking in support for intrinsic sizing of chrome.
1999-07-04 04:09:54 +00:00
warren@netscape.com
1496c3eec1
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
pinkerton@netscape.com
3a0a0c5376
Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well.
1999-07-01 00:07:41 +00:00
warren@netscape.com
0a063ac027
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
danm@netscape.com
84c053381c
added 'content' property to JS window
1999-06-26 21:48:29 +00:00
warren@netscape.com
753ac43fff
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
akkana@netscape.com
9f2173c556
Remove selection methods from nsIDocument -- they were bogus anyway, real selection lives in the pres shell
1999-06-22 21:47:45 +00:00
mcafee@netscape.com
2d6c515c85
Removing nsDialog from the build.
1999-06-13 01:01:26 +00:00
danm@netscape.com
3149195a8c
teach top-level windows to show/hide and query visible state of menubars
1999-06-09 19:03:24 +00:00
hyatt@netscape.com
933f063b3a
Altering the args for createPopup.
1999-06-09 08:36:06 +00:00
hyatt@netscape.com
074d5e0c1d
Added an arg to createPopup.
1999-05-16 07:52:02 +00:00
mcmullen@netscape.com
a3693ddd57
filewidget no longer accepts string paths.
1999-05-15 22:58:28 +00:00
hyatt@netscape.com
819907fa5f
Adding a method to the webshell container for creating popup/context menus.
1999-05-14 22:40:03 +00:00
hyatt@netscape.com
420673c069
Changes to the APIS for webshellcontainer.
1999-05-04 23:33:55 +00:00
kipp@netscape.com
d87b885994
Let web crawler deal with notifications directly
1999-04-30 00:11:18 +00:00
kipp@netscape.com
c84dfc5fa3
Added code to measure document load times
1999-04-23 19:48:05 +00:00
hyatt@netscape.com
7943831e61
window.open lives.
1999-04-20 22:35:11 +00:00
hyatt@netscape.com
7dd2dc48b4
Added a method to webshell so that a root container can find out when
...
new webshells are added to its hierarchy.
1999-04-20 01:50:03 +00:00
hyatt@netscape.com
cc80f06c18
Changes to enable an asynchronous creation of a webshell in response to a
...
window.open call.
1999-04-19 21:08:44 +00:00
joki@netscape.com
a57fa8b32c
New argument to nsIWebShellContainer::FocusAvailable method
1999-04-12 21:25:08 +00:00
kmcclusk@netscape.com
d67d9e08c0
Approved by Chris Hofmann.
...
Patch for #bug #2226 . This patch modifies the nsBrowserWindow to call SetDisplayDirectory
to set the default directory when using the viewer's file open dialog.
1999-03-17 00:45:33 +00:00
akkana@netscape.com
31f446774a
Hook up a debug implementation of paste
1999-03-08 22:45:56 +00:00
kmcclusk@netscape.com
73485522a4
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
cmanske@netscape.com
33ebe6a08b
Changed viewer to use nsHTMLEditor instead of nsTextEditor
1999-03-02 05:31:41 +00:00
kipp@netscape.com
25591f64c4
fixed up operator new usage
1999-02-26 20:02:06 +00:00
troy@netscape.com
b83691f27a
Fixed a bunch of "const" problems
1999-02-14 06:35:01 +00:00
sfraser@netscape.com
8b5c074343
Added a method to nsBrowserWindow to allow platform-specific subclasses to set up native window data on window creation. On Mac, we use this to set refCon data. On other platforms, it's just a stub.
1999-01-27 05:20:43 +00:00
peterl@netscape.com
8918db869f
added style menu
1999-01-23 07:10:37 +00:00
rods@netscape.com
810abb6de9
Added Table and Image Inspectors
1999-01-06 21:59:17 +00:00
pinkerton@netscape.com
c46e4cce07
Respond to toolbar demo menu command to show a new window for testing out toolbars.
1999-01-05 22:59:02 +00:00
rods@netscape.com
8f1399ffdf
Added HTML dialog support for "Find" and "PrintSetup"
1998-12-17 15:52:48 +00:00
warren@netscape.com
4aaec0bad1
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
1998-12-16 05:40:20 +00:00
pinkerton@netscape.com
d6b6b67bf5
Tree view is no longer an nsITreeView but an nsIContentConnector.
1998-12-11 16:36:21 +00:00
kipp@netscape.com
0633218ba1
Implement new NewWebShell API
1998-12-08 02:39:48 +00:00
hyatt@netscape.com
1f67bd7a5a
Hacked the viewer so that the tree widget can be launched from the File menu.
...
Only works on Windows currently.
1998-12-03 10:12:30 +00:00
troy@netscape.com
b08ea388b7
Changed Init() to addref mAppShell and mPrefs, because that's what the other
...
overloaded Init() does and because the destructor will do a release
1998-11-18 05:31:03 +00:00
michaelp@netscape.com
12e19bb7b0
changes to support printing.
1998-11-14 01:58:34 +00:00
rickg@netscape.com
3cce989b0d
enabled view-source
1998-11-11 20:31:45 +00:00
joki@netscape.com
e84020ce4a
Adding focus passing method to nsIWebShellContainer
1998-11-06 01:30:07 +00:00
joki@netscape.com
80b290194f
Removing unneeded methods from nsIBrowserWindow interface.
1998-11-05 23:57:02 +00:00
rods@netscape.com
682a97612e
Added FindNext
1998-11-02 19:11:43 +00:00
kipp@netscape.com
b29aa70ba8
Rought support for the print-preview window
1998-10-15 23:23:04 +00:00
joki@netscape.com
28852664c5
Adding new js window methods/props, moving js string evaluation to UC strings.
1998-10-01 22:23:48 +00:00
karnaze@netscape.com
018c561660
viewer can set the compatibility mode
1998-09-23 23:02:54 +00:00
scullin@netscape.com
c0e89747ec
Added ngprefs test hooks.
1998-09-22 00:57:54 +00:00
joki@netscape.com
c50146fb72
Adding targetting of any named window
1998-09-18 00:35:55 +00:00