dcone%netscape.com
17e9b15e91
Added a IsBusy() method.
1999-07-15 14:22:06 +00:00
sfraser%netscape.com
815c2ea4f3
Removal of nsCaretProperties
1999-07-14 22:18:29 +00:00
kmcclusk%netscape.com
f052dc2f0d
fixed bugs #6303 , #6753 , #6756 , #6759
...
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
ftang%netscape.com
df8cf877e4
fix 3965. The default value of the Default Character Set will look at pref first now
1999-07-14 20:57:57 +00:00
andreas.otte%primus-online.de
d4fa1117ce
NECKO only: fix build bustage when doing a clobber build
1999-07-14 20:47:55 +00:00
akkana%netscape.com
6d07c8eeb4
Restructure the editor output routines to allow passing in
...
a mime type and a flag argument. Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
sspitzer%netscape.com
d312fd533a
wrap with DEBUG_pnunn. pnunn owns bug #8244 . the rest of us don't need to see this message a billion times a day.
1999-07-13 23:57:47 +00:00
sspitzer%netscape.com
41c776abc0
only spit out this on debug builds.
1999-07-13 19:06:22 +00:00
rpotts%netscape.com
c4cb4be105
Removed call to NET_InitJSProtocol for NECKO only... This should help fix the build bustage when NECKO is defined.
1999-07-13 07:21:44 +00:00
rpotts%netscape.com
8a41f2cfce
Fixed build bustage due to changes to the nsIBrowserWindow and nsIStreamObserver interfaces...
1999-07-12 05:49:51 +00:00
duncan%be.com
867656f29d
Changes to get BeOS tinderbox to work.
...
BeOS only changes authorized by cyeh.
1999-07-11 09:51:51 +00:00
warren%netscape.com
fcd36cebd4
Added outer param to NewLoadGroup.
1999-07-10 11:27:05 +00:00
nisheeth%netscape.com
a26616b71d
Fix for bug 9387. Reviewed by vidur. Approved by chofmann. NS_NewURL's return value is checked for error in DoLoadURL(). We no longer crash when mailto links are clicked.
1999-07-10 00:13:25 +00:00
warren%netscape.com
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
hyatt%netscape.com
4c33e430c7
Fixing this god-damn hack.
1999-07-08 22:53:16 +00:00
hyatt%netscape.com
2670e880fa
Fixes for repainting problems. This is probably the wrong thing to do, but
...
dammit, it works. Making all webshells repaint when their document gets
loaded.
1999-07-08 08:16:49 +00:00
nisheeth%netscape.com
bab9878a2f
Fix Necko build bustage.
1999-07-08 02:09:50 +00:00
nisheeth%netscape.com
a688ade905
Fix for bug 9358. Page reloads were not working because the webshell was trying to scroll the document rather than loading it via netlib. Now, we are fine. Some work needs to happen in session history to pass in a newly define url reload type so that the webshell can be smart about scrolling the document for history traversal rather than loading via netlib. Will work with Radha to make the necessary session history changes.
1999-07-08 01:40:50 +00:00
waterson%netscape.com
43f786f033
Fix necko build bustage.
1999-07-08 01:23:56 +00:00
valeski%netscape.com
2fc2311b4d
getbuffer to tonewcstring change
1999-07-07 14:47:19 +00:00
ramiro%netscape.com
f6afae5b6e
Bring back from the dead. Also, install the sample programs.
1999-07-07 11:15:17 +00:00
nisheeth%netscape.com
cc717c4aa5
Fix for bug 1755. Separated out functionality of nsWebShell::Stop() into two methods, StopBeforeRequestingURL() and StopAfterURLAvailabl(). The former is called before sending a new url load request to the doc loader. The latter is called once the doc loader notifies the webshell via OnStartURLLoad() that the stream created from the URL is ready to be consumed.
1999-07-07 10:47:35 +00:00
ramiro%netscape.com
a0a19f9901
Fix undefined macros.
1999-07-07 10:34:41 +00:00
ramiro%netscape.com
9a7f30cb47
Ressurect.
1999-07-07 09:48:28 +00:00
warren%netscape.com
6a0313832e
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:19:38 +00:00
warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
ramiro%netscape.com
abf0cc4a0f
Define the toolkit flags in one place an reuse that. Hopefully this will
...
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
ramiro%netscape.com
8cd650ca49
Factor out xlibrgb.
1999-07-07 01:36:25 +00:00
andreas.otte%primus-online.de
d968fa955b
NECKO only: replacing GetBuffer with ToNewCString and some error checking
1999-07-06 23:08:16 +00:00
sdagley%netscape.com
ca8d0c1570
Fix for bug #8733 . I know the tree is closed because of Linux but this is a Mac specific change. Normally I'd wait for the tree to open or get approval but I've been up for over 24 hours and I can't find cyeh or chofmann so I'm checking in and going to get some sleep. If there are any questions ask dp as he's the one that figured out the wrong registration call was being made for filespecwithui.
1999-07-06 20:53:32 +00:00
hyatt%netscape.com
d4b72f7be5
Trying to fix bustage.
1999-07-06 18:52:38 +00:00
hyatt%netscape.com
a5b81247f8
Making sure dialogs really look like dialogs.
1999-07-05 19:38:43 +00:00
rickg%netscape.com
2cdd7515fc
fixed bug 9185
1999-07-05 00:24:23 +00:00
radha%netscape.com
7af21397c7
Pass mailto: urls to the Url Dispatcher
1999-07-04 23:40:15 +00:00
radha%netscape.com
83b8008964
Add nsIUrlDispatcher.h to export list
1999-07-04 23:39:39 +00:00
radha%netscape.com
76c0950967
Add set/get urldispatcher functions
1999-07-04 23:38:56 +00:00
radha%netscape.com
5f52a9b070
Initial checkin.
1999-07-04 23:38:33 +00:00
hyatt%netscape.com
2af7a6b407
Checking in support for intrinsic sizing of chrome.
1999-07-04 04:09:54 +00:00
rpotts%netscape.com
189635588e
And now for something completely different... Fixing build bustage when NECKO is defined...
1999-07-03 10:02:28 +00:00
warren%netscape.com
0b1dedd43f
Fixed GetContentType error handling for necko.
1999-07-03 05:49:12 +00:00
waterson%netscape.com
13806286ac
Fix Necko bustage.
1999-07-03 03:41:34 +00:00
nisheeth%netscape.com
c62c9f47b1
Fixed bug 3152. We no longer reload the document when the user goes back to a location on the currently loaded document.
1999-07-03 01:14:51 +00:00
sspitzer%netscape.com
9c00417def
fix warning.
1999-07-03 00:26:59 +00:00
rpotts%netscape.com
56604c8e81
Fixed more build bustage... I backed out my changes from yesterday :-)
1999-07-02 21:30:58 +00:00
dveditz%netscape.com
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
ramiro%netscape.com
b86c78a296
Separate the widget and gfx toolkits into two variables.
...
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com
5dd9cff22d
Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles
1999-07-02 11:50:19 +00:00
hyatt%netscape.com
6d1130f14e
Fix for a bug that doesn't seem to be assigned to me any more.
1999-07-02 08:05:52 +00:00
briano%netscape.com
287d21c600
Evidently nsStubs.cpp is no longer needed.
1999-07-02 03:21:43 +00:00
rpotts%netscape.com
c02adc62c9
Fixed more build bustage...
1999-07-01 22:38:18 +00:00
rpotts%netscape.com
345b1246a8
Fixed bustage due to the change in arguments to CreatePopup(...)
1999-07-01 22:03:29 +00:00
warren%netscape.com
8462929dda
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
leaf%mozilla.org
8a0c3e25cd
Preparing for distribution of fullsoft headers, dlls, and exes
1999-07-01 01:48:08 +00:00
pinkerton%netscape.com
3a463448b6
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
locka%iol.ie
df60d880ed
Enables control's drop target support
1999-06-30 22:42:57 +00:00
locka%iol.ie
484897d4df
Added some comments
1999-06-30 22:41:39 +00:00
locka%iol.ie
8f28baac12
Added initial drop target implementation
...
Browser now acquires it's pref object from the available services
1999-06-30 22:40:34 +00:00
locka%iol.ie
2843edab6c
Renamed structure
1999-06-30 22:38:23 +00:00
locka%iol.ie
f5b8113088
Added DropTarget.cpp/h
1999-06-30 22:37:31 +00:00
locka%iol.ie
e1f6b6f4bc
Added nsIBrowserWindow IID
1999-06-30 22:36:54 +00:00
locka%iol.ie
42734d7ce8
Now use xpfe's nsSetupRegistry.cpp
1999-06-30 22:36:16 +00:00
locka%iol.ie
e49d94ae61
Added nsIBrowserWindow interface
1999-06-30 22:35:50 +00:00
locka%iol.ie
a297d1b003
Fixed problem with mkctldef.bat when being built from Win98
1999-06-30 22:35:24 +00:00
locka%iol.ie
a9b3f4d34f
Added DropTarget files
1999-06-30 22:29:46 +00:00
locka%iol.ie
5664957c1a
Put sensible values for ambient back and fore colours
1999-06-30 22:27:11 +00:00
locka%iol.ie
56926d8855
Fixed comment
1999-06-30 22:26:20 +00:00
locka%iol.ie
01cca008ef
Basic impl of IDropTarget
1999-06-30 22:25:49 +00:00
troy%netscape.com
c12c5044a2
Removed some assignment of nsnull to nsCOMPtr obejects that was hitting
...
an assert
1999-06-30 04:13:21 +00:00
valeski%netscape.com
7aa37cd473
change netlib lib reference to necko lib
1999-06-30 00:44:07 +00:00
valeski%netscape.com
2cb7f0ca72
yanked the hardcoded content type
1999-06-29 23:25:17 +00:00
valeski%netscape.com
9381d90062
NECKO - nsWebShell: we were getting a unichar string back from GetBuffer(); changed it to ToNewCString(). nsDocLoader: trying to get a regular url to load.
1999-06-29 21:48:35 +00:00
sfraser%netscape.com
1452e2050a
Call the Output routines with a new param for selection only.
1999-06-29 20:14:58 +00:00
ramiro%netscape.com
1c4ae84cee
Place the Style menu in the same location on the menu bar as on Windoze.
...
Mostly to unconfuse my brain everytime I toggle the rendering mode on either
platoform.
1999-06-29 15:00:06 +00:00
ramiro%netscape.com
876dd05911
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
valeski%netscape.com
3889dddb60
removing extraneous nsIEventQueue stuff
1999-06-29 01:55:35 +00:00
gagan%netscape.com
776160acfd
Fixed more bustage.
1999-06-29 01:25:30 +00:00
warren%netscape.com
28d53ce097
Necko cleanup.
1999-06-29 00:37:14 +00:00
warren%netscape.com
8ec724a5ef
Added group arg back for necko.
1999-06-29 00:31:02 +00:00
gagan%netscape.com
a78cd1e21b
Necko changes (from Andreas)
1999-06-29 00:26:25 +00:00
mcafee%netscape.com
f81dc61901
Changes for OS/2. Patch provided by Eric Olson (eric.olson@sympatico.ca)
1999-06-28 23:11:18 +00:00
valeski%netscape.com
5621f3c7b4
optimized build fix.
1999-06-28 22:50:14 +00:00
mscott%netscape.com
19e27ea0e4
necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
1999-06-28 20:43:28 +00:00
warren%netscape.com
de403f2a0e
Fixed necko ifdef.
1999-06-28 20:23:22 +00:00
valeski%netscape.com
34a671540b
necko builds
1999-06-28 14:02:28 +00:00
buster%netscape.com
88fa417a4b
fixed warnings
1999-06-28 14:00:54 +00:00
warren%netscape.com
f5e1196f42
Last of the necko ifdefs. Now we link with necko.
1999-06-28 10:35:57 +00:00
danm%netscape.com
d445822226
adding _content target
1999-06-27 00:35:21 +00:00
danm%netscape.com
18e69811ef
added 'content' property to JS window
1999-06-26 21:48:29 +00:00
mcafee%netscape.com
0e7d956e43
Changes for BeOS.
1999-06-26 07:19:21 +00:00
mcafee%netscape.com
e5d61c9fc4
Adding comment for BeOS.
1999-06-26 07:16:51 +00:00
mcafee%netscape.com
ca3d3dcf86
Adding case for BeOS.
1999-06-26 07:15:38 +00:00
mcafee%netscape.com
5128e9fa51
Removing some bogus crap from this Makefile.
1999-06-26 07:11:10 +00:00
mcafee%netscape.com
562ee19b4b
BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes.
1999-06-25 11:08:07 +00:00
ramiro%netscape.com
05ae9c3868
Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
...
for providing the base patch.
1999-06-25 09:38:26 +00:00
warren%netscape.com
41b5fcddad
Changed URLGroup to LoadGroup
1999-06-25 02:31:51 +00:00
nisheeth%netscape.com
ab4763a7e3
Fix bug 2760. The webcrawler only registers itself as a document loader observer if the right command line arguments are given to viewer.
1999-06-25 00:57:16 +00:00
kmcclusk%netscape.com
4bc85b882d
Changes to improve demo16
1999-06-23 22:05:31 +00:00
rpotts%netscape.com
328fce9f59
Added #include <mshtmhst.h> to fix the build...
1999-06-23 21:56:56 +00:00
locka%iol.ie
a2a815c96f
no message
1999-06-23 20:44:20 +00:00
locka%iol.ie
362a53d865
First working version, hurrah!
1999-06-23 20:43:27 +00:00