INACTIVE - A git clone of mozilla-central, with full history.
Перейти к файлу
buster%netscape.com d40d356cd3 With this checkin, ender-based gfx rendered text controls now work properly both as HTML text controls and XUL text fields.
GFX text controls are not enabled by default.  The primary goal of the next few days is to stabilize the tree, so I thought it would be inappropriate to enable the new
feature by default. But you can still set your nglayout.widget.mode pref to enable them.

Here's what I did:
1) backed out a small part of Simon & Kin's fix to nsGFXTextControlFrame that was mistakenly setting up the text control's webshell as a frame.  It still (correctly)
isn't doing that, but it does not set the webshell's prefs from the outer webshell.
2) for output, I now ask for format="text/plain" rather than "text/html", since (for now) these are all plain text edit controls.  Soon, this will depend on the type of
edit control
3) fixed some ownership issues between the frame, the editor, and the subdocument being edited.  This fixes an assertion on dialog destruction if the dialog included
a GFX-rendered text widget, and some memory leaks.
4) set up DOM key listeners on the editor to propogate events from the editor to the parent document, so things like form submission on Enter, and onKeyUp
handlers work.  More work is needed here for other kinds of events.
1999-07-25 18:04:51 +00:00
README updating unix build docs, adding the classic build instructions for when 1998-11-05 20:55:43 +00:00
apache/gzip/src Add the source and Makefile for the new mod_gzip_content module. 1998-09-15 20:17:13 +00:00
build Necko only change to add building of mime.mcp which was broken out from netwerk.mcp. 1999-07-25 01:46:09 +00:00
calendar fixed instructions 1998-11-23 22:55:32 +00:00
caps i think i may have broken linux build with a tab at the end of a line in 1999-07-24 04:18:22 +00:00
cck Adding contents of customizable shell directory 1999-07-22 18:48:17 +00:00
chrome/src Fix Mac startup crash: #ifdef NECKO around changes that Gagan made yesterday, so that chrome URL resolution works again. 1999-07-23 22:22:47 +00:00
cmd Adding context menu library to the interface stubs 1999-05-14 21:58:33 +00:00
config Complete the link fix, all shared libs are now linked against the app that loads 1999-07-24 12:25:16 +00:00
content fix for bug 9842 (aka 8227) plus some thread safety improvements 1999-07-25 08:41:42 +00:00
db moving row positions; responding to parse 1999-07-20 23:37:06 +00:00
dbm Adding support for Alpha NT. Patch provided by Bob Meader. 1999-07-21 00:40:58 +00:00
directory Updates for JNDI LDAP service provider 1999-06-05 01:14:50 +00:00
docshell/base Fix for bug 10028. We handle mixed case mailto urls properly now. 1999-07-22 22:34:28 +00:00
dom Fix to the caps security module. I removed the nsPrincipal struct, from now 1999-07-24 03:58:23 +00:00
editor default to setting selection _after_ a created element 1999-07-25 09:25:02 +00:00
ef Faster interference graph simplification due to Amancio Hasty. 1999-04-05 06:32:50 +00:00
expat Newline at end 1999-07-17 00:34:16 +00:00
extensions minor cleanup 1999-07-25 04:31:09 +00:00
gconfig Fix to use search path for lesstif as per John Hicks suggestion. Environment 1998-11-05 18:04:06 +00:00
gfx remove warning 1999-07-24 18:58:48 +00:00
grendel Including the MozillaZine animation contest winner from Klaus Malorny. 1999-07-02 14:20:06 +00:00
htmlparser remove warnings, bug fixes, API enhancements 1999-07-25 17:23:24 +00:00
include Fix compiler warnings 1999-07-16 17:39:03 +00:00
intl Change function prototype. 1999-07-24 03:07:13 +00:00
jpeg override NO_STATIC_LIB, because we really do need static libraries for some 1999-05-17 19:20:28 +00:00
js Eliminate warning about unsigned/signed == comparison. 1999-07-23 08:24:35 +00:00
js2/semantics Fixed several semantic errors. Added (?= and (?!. 1999-06-08 00:45:49 +00:00
l10n according to pinkerton, we no longer use mercutio anymore. poof, gone 1998-10-02 19:19:27 +00:00
layout With this checkin, ender-based gfx rendered text controls now work properly both as HTML text controls and XUL text fields. 1999-07-25 18:04:51 +00:00
lib moved MenusLib from widget to Interface.mcp for carbon porting ease. 1999-07-20 19:39:04 +00:00
mailnews Check in IMAP to Local copying fix for jefft. 1999-07-24 22:07:59 +00:00
modules Fix to the caps security module. I removed the nsPrincipal struct, from now 1999-07-24 03:58:23 +00:00
msgsdk don't hardcode domestic 1998-08-25 18:48:36 +00:00
nav-java removing software update references. 1999-05-06 04:18:44 +00:00
netwerk necko - we now set the user agent by default 1999-07-25 13:54:47 +00:00
network Adopt new str res api prototype. 1999-07-22 04:41:11 +00:00
nsprpub Port to Aplha-NT; checkin for bob meader <bob@guiduck.com>. 1999-07-23 16:35:29 +00:00
nunet Changes to build http in its own library. and use auto detection/registry. 1999-03-27 02:05:59 +00:00
parser remove warnings, bug fixes, API enhancements 1999-07-25 17:23:24 +00:00
plugin/oji/MRJ support more "java_" prefixed attributes. 1999-06-14 18:41:33 +00:00
privacy Sync'd various Makefile.ins to their Makefile counterparts. 1998-10-21 02:13:56 +00:00
profile Excluding the acct/ and acctidl/ directories for the VC++ 5.0 version. Leaf said it was ok to check in. 1999-07-24 01:15:01 +00:00
rdf Form needs to be explicitly inserted, since I need the frame to be made. 1999-07-25 06:55:22 +00:00
silentdl switch to faster string search API 1999-07-19 03:29:56 +00:00
string/obsolete odd 'n' ends 1999-07-25 17:21:34 +00:00
suite 1) added .gif for horizontal scrollbar 1999-07-25 01:15:14 +00:00
sun-java Cleaned up a bunch of old (unused?) crap. 1999-06-04 21:45:17 +00:00
timer/src Remove files accidentally checked in. 1999-07-22 18:08:05 +00:00
tools reduced url timeout from 120 to 60 seconds 1999-07-22 01:33:37 +00:00
tripledb Allow a way to finely control the order of query results. 1999-07-12 22:09:23 +00:00
uriloader necko - had to turn off www.*.com trick until we can identify dns failures 1999-07-21 16:41:07 +00:00
view Fixed the logic and cleaned it up. 1999-07-19 23:15:25 +00:00
wallet New files for wallet 1999-03-10 21:35:41 +00:00
webshell Necko specific change. The IOService component is self registering so it doesn't belong here any more. 1999-07-25 01:55:26 +00:00
webtools Fixed stupid typos that caused it to not correctly report whether a 1999-07-24 05:04:37 +00:00
widget Fix stupid error. 1999-07-24 22:26:00 +00:00
xpcom odd 'n' ends 1999-07-25 17:21:34 +00:00
xpfc Fix windows build: 1998-11-11 00:17:29 +00:00
xpfe Necko change specific to Mac - don't bail if cookie manager component can't be found as it doesn't exist yet for Mac. 1999-07-25 01:50:02 +00:00
xpinstall ignore generated makefiles 1999-07-22 17:38:43 +00:00
.cvsignore ignore a.out as well 1999-04-10 21:22:55 +00:00
LEGAL Add Y2K disclaimer. 1999-07-06 23:00:05 +00:00
LICENSE Add final version of NPL. 1998-03-31 19:11:51 +00:00
Makefile.in Move the timers again. Sorry for the screwup. 1999-07-20 08:23:29 +00:00
aclocal.m4 oops, forgot to include these files for libIDL detection 1999-04-10 00:54:58 +00:00
allmakefiles.sh Exorcise the evil global app context thing and replace it with an xpcom thing. 1999-07-23 12:12:08 +00:00
client.mak add splitting symbols to new target "deliver" in prep for fullcircle distribution. 1999-07-07 20:34:59 +00:00
client.mk Fix webconfig target. 1999-05-04 19:54:24 +00:00
configure Automated update 1999-07-23 01:30:08 +00:00
configure.in Another IRIX 5.x tweak. 1999-07-23 01:28:24 +00:00
makefile.win Move the timers to their final resting group in mozilla/widget. 1999-07-21 20:13:06 +00:00
nglayout.mac Commiting this from windows caused my special characters to disappear 1998-05-22 06:35:58 +00:00
nglayout.mk Added mozilla/rdf to the pull. 1998-12-02 00:50:42 +00:00
trex.mak Pull msgsdk 1998-10-29 02:50:29 +00:00
trex.mk Fix msgsdk build problem 1998-11-02 19:14:40 +00:00