danm%netscape.com
3da241e524
Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don
1999-08-12 22:08:17 +00:00
valeski%netscape.com
0efb259cfa
api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
...
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
joki%netscape.com
f1c8421c61
Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus.
1999-07-26 15:02:19 +00:00
danm%netscape.com
b4e60f5b6c
removing IsMenuBarVisible -- it was a mistake, and unused
1999-07-22 23:41:50 +00:00
danm%netscape.com
5b90e50be0
make window.open windows visible
1999-07-21 06:37:58 +00:00
warren%netscape.com
9975942bdb
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
hyatt%netscape.com
ed6cec2dac
Trying to fix bustage.
1999-07-06 18:52:38 +00:00
hyatt%netscape.com
73b08a974d
Checking in support for intrinsic sizing of chrome.
1999-07-04 04:09:54 +00:00
warren%netscape.com
bd73f68e8b
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
358bcc130a
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
fbc735f510
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
danm%netscape.com
b4fcbcd0b1
added 'content' property to JS window
1999-06-26 21:48:29 +00:00
warren%netscape.com
1f76168d21
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
akkana%netscape.com
c91c3d0b61
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
36aa30e579
Removing nsDialog from the build.
1999-06-13 01:01:26 +00:00
danm%netscape.com
11a9b31711
teach top-level windows to show/hide and query visible state of menubars
1999-06-09 19:03:24 +00:00
hyatt%netscape.com
3c9cbf513e
Altering the args for createPopup.
1999-06-09 08:36:06 +00:00
hyatt%netscape.com
da564cf9b7
Added an arg to createPopup.
1999-05-16 07:52:02 +00:00
mcmullen%netscape.com
6fe79c115b
filewidget no longer accepts string paths.
1999-05-15 22:58:28 +00:00
hyatt%netscape.com
111a032848
Adding a method to the webshell container for creating popup/context menus.
1999-05-14 22:40:03 +00:00
hyatt%netscape.com
c7c42bf6f1
Changes to the APIS for webshellcontainer.
1999-05-04 23:33:55 +00:00
kipp%netscape.com
ca67994070
Let web crawler deal with notifications directly
1999-04-30 00:11:18 +00:00
kipp%netscape.com
e2171a4b80
Added code to measure document load times
1999-04-23 19:48:05 +00:00
hyatt%netscape.com
7f8fb78632
window.open lives.
1999-04-20 22:35:11 +00:00
hyatt%netscape.com
085f789265
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
bdd9fd47e1
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
4bece97409
New argument to nsIWebShellContainer::FocusAvailable method
1999-04-12 21:25:08 +00:00
kmcclusk%netscape.com
4e7c8ab7a1
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
19102ddcc9
Hook up a debug implementation of paste
1999-03-08 22:45:56 +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
cmanske%netscape.com
b71d9e04d6
Changed viewer to use nsHTMLEditor instead of nsTextEditor
1999-03-02 05:31:41 +00:00
kipp%netscape.com
960bc34221
fixed up operator new usage
1999-02-26 20:02:06 +00:00
troy%netscape.com
3060f3cea1
Fixed a bunch of "const" problems
1999-02-14 06:35:01 +00:00
sfraser%netscape.com
88f0c9245d
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
9d1ac341e5
added style menu
1999-01-23 07:10:37 +00:00
rods%netscape.com
860dd9b58d
Added Table and Image Inspectors
1999-01-06 21:59:17 +00:00
pinkerton%netscape.com
f002509817
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
5acf149a4f
Added HTML dialog support for "Find" and "PrintSetup"
1998-12-17 15:52:48 +00:00
warren%netscape.com
0580a8e5c4
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
1998-12-16 05:40:20 +00:00
pinkerton%netscape.com
89ecdf3489
Tree view is no longer an nsITreeView but an nsIContentConnector.
1998-12-11 16:36:21 +00:00
kipp%netscape.com
8aff77b70d
Implement new NewWebShell API
1998-12-08 02:39:48 +00:00
hyatt%netscape.com
9cd1d12265
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
478a041eef
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
892909532f
changes to support printing.
1998-11-14 01:58:34 +00:00
rickg%netscape.com
d3b71028ee
enabled view-source
1998-11-11 20:31:45 +00:00
joki%netscape.com
6a33c7f0db
Adding focus passing method to nsIWebShellContainer
1998-11-06 01:30:07 +00:00
joki%netscape.com
3c2769a525
Removing unneeded methods from nsIBrowserWindow interface.
1998-11-05 23:57:02 +00:00
rods%netscape.com
0fb31f1113
Added FindNext
1998-11-02 19:11:43 +00:00
kipp%netscape.com
1eecdfed74
Rought support for the print-preview window
1998-10-15 23:23:04 +00:00
joki%netscape.com
02fa10b9f2
Adding new js window methods/props, moving js string evaluation to UC strings.
1998-10-01 22:23:48 +00:00