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
Files
8f4c442bf8febede8ff345bbab264686cc98497f
Mozilla
/
mozilla
/
layout
/
html
History
mjudge%netscape.com
922709ebdd
fixing selection speed. only copying to clipboard on mouse up
...
git-svn-id: svn://10.0.0.236/trunk@66024 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-14 23:00:30 +00:00
..
base
extracted the declaration of nsObjectFrame into a separate .h file so that it can be accessed by nsHTMLEmbedElement.cpp. This is needed to fix bug 32150
2000-04-14 22:48:30 +00:00
content
fix bug 32150. Expose to JavaScript the scriptable interfaces on plugin objects implementing nsIPluginInstance. Given an embed tag with a plugin named 'foo' that has an xpcom interface named 'nsIFoo' with a method 'bar', this fix allows JS code (with the UniversalXPConnect privilege) to call document.foo.nsIFoo.bar()
2000-04-14 22:54:48 +00:00
document
r=ftang 32604 Trunk fix for illegal use of nsString-external JavaScript
2000-04-14 02:47:28 +00:00
forms
fixing selection speed. only copying to clipboard on mouse up
2000-04-14 23:00:30 +00:00
style
fix anonymous content child location to handle the case where a scroll frame may be in the way. r=hyatt.
2000-04-13 20:10:06 +00:00
table
made the table temporarily pull from nsLookandFeel until we get style rule working correctly
2000-04-13 22:39:39 +00:00
tests
Fixing build bustage. When MOZ_SGV is set and DISABLE_TESTS is not set, the build dies in this makefile.
2000-04-12 08:19:19 +00:00
Makefile.in
Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built.
2000-03-02 13:29:03 +00:00
makefile.win
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00