This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
widget
/
src
/
xpwidgets
History
pinkerton%netscape.com
01e5181fab
remove un-necessary stream stuff.
...
git-svn-id: svn://10.0.0.236/trunk@60170 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 01:29:10 +00:00
..
Makefile.in
add nsBaseFilePicker and have it built on unix r=smfr
1999-11-16 01:51:39 +00:00
makefile.win
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
nsBaseClipboard.cpp
…
nsBaseClipboard.h
…
nsBaseDragService.cpp
…
nsBaseDragService.h
…
nsBaseFilePicker.cpp
GetWebShell has been replaced by GetDocShell. You also can go directly from a docshell to a presShell without having to walk the content viewer etc. This should fix Linux bustage.
2000-02-08 14:22:19 +00:00
nsBaseFilePicker.h
add nsBaseFilePicker and have it built on unix r=smfr
1999-11-16 01:51:39 +00:00
nsBaseWidget.cpp
Added ScrollWidgets method to nsIWidget. Added stub for ScrollWidgets to nsBaseWidget. Implemented nsScrollWidgets and nsScrollRect on WIN32. bug 22067; r=rods@netscape.com
2000-01-15 01:38:50 +00:00
nsBaseWidget.h
Added ScrollWidgets method to nsIWidget. Added stub for ScrollWidgets to nsBaseWidget. Implemented nsScrollWidgets and nsScrollRect on WIN32. bug 22067; r=rods@netscape.com
2000-01-15 01:38:50 +00:00
nsDataFlavor.cpp
…
nsDataFlavor.h
…
nsFileSpecWithUIImpl.cpp
GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
2000-02-08 13:40:10 +00:00
nsFileSpecWithUIImpl.h
Fix for
#5708
; add parent window attribute and use as nsIFileWidget parent when opening file chooser; r=danm@netscape.com
2000-01-12 22:06:42 +00:00
nsFileWidgetWithUIImpl.cpp
fix for
#17954
1999-11-13 02:02:22 +00:00
nsPrimitiveHelpers.cpp
native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc.
2000-02-01 22:26:21 +00:00
nsPrimitiveHelpers.h
native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc.
2000-02-01 22:26:21 +00:00
nsTransferable.cpp
…
nsTransferable.h
…
nsXIFFormatConverter.cpp
remove un-necessary stream stuff.
2000-02-09 01:29:10 +00:00
nsXIFFormatConverter.h
Make it such that clients of the clipboard/d&d only need to work with the text/unicode flavor and not text/plain. The conversion to text/plain for the native OS (in the correct charset encoding for the platform) is now done w/in the native clipboard/d&d implementations.
2000-01-29 20:24:50 +00:00