Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
nboyd%atg.com 8214f675ca The patch applies the following optimization to TokenStream:
1. Keyword search via Java Hahstable is replaced by explicit "switch"
code generated by idswitch tool. It not only speed up keyword search and
eliminates all Integer objects created to hold keyword tokens and
corresponding Hahstable structures, but it also reduces code size due to
very poor array initialization support in JVM.

2. It replaces the isXDigit method by xDigitToInt that either converts
its argument to 0..15 or returns -1 if it is not a hex digit and updates
the method usage accordingly The patch updates NativeGlobal.js_unescape
to reflect this usage change.
2001-06-04 13:59:30 +00:00
accessible
apache/gzip/src
build
calendar
caps bug 77485 - exploit inserting a function into another window using targeted 2001-05-30 02:22:22 +00:00
cck
chrome
cmd
config
content Bug 81830 - Crash in profile selection using keyboard navigation. r=blake, sr=hyatt, a=asa. 2001-06-03 05:54:20 +00:00
db
dbm
directory
docshell bug 77485 - exploit inserting a function into another window using targeted 2001-05-30 02:22:22 +00:00
dom Fixing crasher bug 73331. When cleaning up incorrect content in the HTML content sink we ended up creating frames for content that was about to be taken out of the document shortly after only to be inserted into the document again at a different place, this caused frame construction to happen for the new content that was about to be moved. So we created frames for no good reason and the frames we created got distroyed immediately after they've been created. The frame construction left old frames around that held on to anonymous content that was partly torn down and didn't have a valid document pointer, this caused a crash later on in the style resolution code. r=harishd@netscape.com, sr=vidur@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org). 2001-05-30 02:25:52 +00:00
editor add id for print menu so PrintPlus can attach to it. r=kerz, sr=smfr, a=selmer. bugscape 4748. 2001-06-01 23:40:40 +00:00
ef
embedding Fix bug #83722. Crash when loading an <img> tag from a stream. r=valeski,sr=to 2001-06-03 02:02:16 +00:00
expat
extensions [NOT PART OF BUILD] 2001-06-03 04:30:11 +00:00
gc/boehm
gconfig
gfx Bugzilla Bug 77210 Images don't show up in documents printed via Xprint 2001-06-03 23:20:40 +00:00
gfx2
grendel
htmlparser Fix crasher bug 82332 - Avoid relying on the scanner because it can be set to null while the tokenizer isn't yet done. Use a pointer cached in the parser to retrieve the filename needed for error reporting. r=harishd sr=jst a=blizzard 2001-06-02 09:06:20 +00:00
include
intl
java *not part of the build* 2001-06-03 23:25:29 +00:00
jpeg
js The patch applies the following optimization to TokenStream: 2001-06-04 13:59:30 +00:00
js2
l10n
layout Fix build bustage. 2001-06-04 00:57:43 +00:00
lib exports for instrumentation stub library. *not part of build* Can be added to NSStdLib project, along with stub IntrumentationLib, to make intrumentation api's available to any projects that link with NSStdLib. 2001-06-02 00:04:07 +00:00
mailnews Fix LDAP autocomplete to show display names (bug 79885) r=ducarroz@netscape.com, sr=mscott@netscape.com, a=dbaron@fas.harvard.edu 2001-06-04 03:01:51 +00:00
modules New Accept: header. Reviewed by n.p.m.netlib, r=bbaetz, sr=darin, a=asa. Bug 83458. 2001-06-03 07:42:53 +00:00
mozilla
msgsdk
mstone
netwerk fix for #79371; crash or app failure when Proxy type = PAC, sr=darin; r=gagan; a=asa 2001-05-31 01:56:21 +00:00
network/protocol/http
nsprpub Bugzilla bug #83930: fixed a typo in PR_LockFile. 2001-06-04 04:29:34 +00:00
nunet
parser Fix crasher bug 82332 - Avoid relying on the scanner because it can be set to null while the tokenizer isn't yet done. Use a pointer cached in the parser to retrieve the filename needed for error reporting. r=harishd sr=jst a=blizzard 2001-06-02 09:06:20 +00:00
plugin/oji/MRJ Backing out changes to nsIPluginStreamListener2 fixed by bug 82415 r=dougt sr=attinasi a=dbaron 2001-05-31 01:23:02 +00:00
privacy
profile #80511, #68941. Make the initial 3pane and browser window's window size somewhat decent, so low-res users don't get them offscreen at startup. r=danm, sr=alecf, a=dbaron. 2001-06-02 12:08:59 +00:00
rdf Bug 80589. Ensure that NS_NewLocalStore() will not return success unless it actually returns a component. r=alecf, sr=hyatt, a=asa. 2001-05-25 15:58:09 +00:00
README
security The rule for creating nslib.c does not need to be a double-colon rule. 2001-06-03 05:36:28 +00:00
silentdl
string
suite
sun-java
themes - Fix the height of the statusbar so that the progressmeter can be toggled without the height changing 2001-06-03 05:14:35 +00:00
timer
tools
tripledb
uriloader bug #81937 (r=valeski, sr=mscott, a=selmer) multipart/x-mixed-replace content was not being retargetted correctly... 2001-05-29 22:10:50 +00:00
view Fix for bug 77507. Set default background color correctly. Warn if it isn't set correctly. r=waterson,sr=attinasi,a=blizzard 2001-05-25 15:00:51 +00:00
wallet
webshell Fix related to bug 82236. Fix all embeddign usages of onLocationChange with the 2001-05-29 22:48:39 +00:00
webtools * Improved the helpfulness of the extremely verbose debugging information of PLIF.pm by quoting embedded variables 2001-06-04 06:13:22 +00:00
widget keep menu id's in sync between menu and menubar. bug 83187, r=saari/sr=smfr/a=asa. 2001-06-01 23:39:27 +00:00
xpcom Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=80383 2001-06-02 00:06:44 +00:00
xpfc
xpfe Get rid of javascript errors on console. bug 79976, patch by jst, r=jag, sr=blake, a=chofmann 2001-06-04 05:46:33 +00:00
xpinstall Fix for 81523 and 81515. Checking in for ssu, see details in the bug reports. 2001-06-03 01:02:14 +00:00
.cvsignore
aclocal.m4
allmakefiles.sh
client.mak
client.mk
configure Do not set MOZ_DEBUG_FLAGS to -g when building on irix with gcc 2.95.x as it causes an internal compiler error in some files. 2001-05-29 14:47:33 +00:00
configure.in Do not set MOZ_DEBUG_FLAGS to -g when building on irix with gcc 2.95.x as it causes an internal compiler error in some files. 2001-05-29 14:47:33 +00:00
embed.mak
embed.mk
LEGAL
LICENSE
Makefile.in
makefile.win
mozilla.kdevprj
mozilla.lsm
nglayout.mac
nglayout.mk
trex.mak
trex.mk