Граф коммитов

75453 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org 27d55355a6 Fixes for bug 33390 (r=mccabe, sr=shaver)
- Optimize compile (parse+emit) operation to generate code for each top-level
  statement or function in turn, recycling JSParseNodes as we go for greatly
  reduced "long linear script" footprint.
- Fix O(n**2) growth problems in bytecode and srcnote generation.
- Add js_ParseTokenStream entry point to compiler, for tree-generation without
  code-generation.  Move JSOP_EVAL instruction selection from code-generator to
  parser, to match other such specializations and enable js_ParseTokenStream.
- Fix js_CompileTokenStream (and get it right in new js_ParseTokenStream) to
  respect JSOPTION_VAROBJFIX.
- Clean up bracing, multi-line conditions, and overlong lines.
2001-01-27 08:00:45 +00:00
attinasi%netscape.com a4e0fe11f6 Put link color: blue back in for composer. b=66578 r=beppe 2001-01-27 07:16:33 +00:00
attinasi%netscape.com 4217840de6 Performance fix: moves content-specific queries out of SelectorMatches to reduce number of times called in rule matching. b= 53620 r=dbaron sr=waterson 2001-01-27 05:48:41 +00:00
cls%seawood.org 576bce74cc Add MOZ_ENABLE_XREMOTE flag so that xremote is only compiled for X-based platforms.
Bug #59505
2001-01-27 03:50:07 +00:00
ssu%netscape.com 760f97bcec changed the default ftp URL back to default (used to be my test url). It's not part of any tinderbox build. part of fix for bug 66480 2001-01-27 02:54:18 +00:00
dave%intrec.com 3fb189aae0 Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug 39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu> 2001-01-27 02:34:17 +00:00
cls%seawood.org dc9b761b81 Fix perl test to use $] for the version number.
Check for Config.pm as a separate test.
Bug #66443
2001-01-27 02:32:30 +00:00
blakeross%telocity.com 7e34058f7f backing out previous fix since Ben is going to check it in with his bookmarks landing (to avoid merge conflicts)... 2001-01-27 01:50:44 +00:00
ssu%netscape.com f76fddc818 This check-in will fix the following bugs:
Bug 52417 (add downloader code)
Bug 64179 ('K' should be 'KB')
Bug 62560 (misspelled 'Existence')
Bug 64550 (remove 'Seamonkey' reference)
Bug 60352 (add crc check to installer)
Bug 62991 (psm check crashes n6 setup)
Bug 58267 (npoji600.dll)
Bug 47274 (Title should be 'Mozilla Setup')
Bug 66497 (installer need to clean up windows registry)
Bug 66498 (uninstaller checking itself)
Bug 64566 (shouldn't be able to start multiple Setup)
Bug 56292 (Alt-r conflict in Setup Type dialog)
Bug 31821 (force-upgrade support)

r=deveditz
sr=mscott

affects windows platforms only!
2001-01-27 01:49:57 +00:00
mstoltz%netscape.com d1ff4c4a38 Bug 66369, adding support for per-file permissions granting to caps. r=jst, sr=jband. 2001-01-27 01:42:20 +00:00
andreww%netscape.com 903888528b bugzilla=66614, r=hewitt, a=hangas, history dropdown menus changed width when target button pressed.Now they behave properly. mac classic. 2001-01-27 01:40:47 +00:00
cls%seawood.org 475af3188d Add locking to installed-chrome.txt updates. Bug #55174 2001-01-27 01:40:15 +00:00
cls%seawood.org 2212c0ad2f Tweak previous fix to check for zero-length strings. 2001-01-27 01:31:44 +00:00
darin%netscape.com 4fa7600b23 Fixes bug 66493. nsSocketTransport changes broke in-process PSM.
r=bryner,gagan,brendan,dougt sr=mscott
2001-01-27 01:28:00 +00:00
akkana%netscape.com 6499aa20b0 56296: Disable popping up new window on target=, pref controlled. r=dveditz, sr=brendan 2001-01-27 01:08:36 +00:00
cls%seawood.org 66a58441af Fix for IBM compiler related bustage.
Thanks to Jim Dunn <jdunn@netscape.com> for the patch.
2001-01-27 00:46:21 +00:00
javi%netscape.com 44f00ec417 Insert some white space into Makefile.in so that autoconf makes
Makefile from it after a check-out.  This fixes srcdir builds
on a fresh pull.
2001-01-27 00:45:42 +00:00
hyatt%netscape.com 086bf919ba Impl getAnonymousElementByAttr, r=jst, sr=ben 2001-01-27 00:43:54 +00:00
nelsonb%netscape.com f54215d441 Add multi-process server capability to selfserv. Bug 66630.
New -M command line option runs multiple selfserv processes,
all serving in parallel on the same TCP listen socket.
2001-01-27 00:36:15 +00:00
rogerl%netscape.com 52a07b9666 Fixes for bugs #66234 (57572, 57631, 61266, 61766) sr=brendan, r=mccabe,
r=rginda,r=rogerl. Also 60925, 60926 by virtue of being subsumed by above.
2001-01-27 00:31:32 +00:00
morse%netscape.com 67f05b57e3 bug 64588, remove javascript warning, r=gemal@gemal.dk, sr=brendan@mozilla.org 2001-01-27 00:09:41 +00:00
dbragg%netscape.com aea73fd7af This is the XPInstall side of bug 62167 that uses nsIProcess which was checked in earlier. a,r=dvedtiz sr=mscott 2001-01-27 00:05:08 +00:00
jeff.dyer%compilercompany.com 90e585d1c8 First cut a xml code generation. 2001-01-26 23:55:32 +00:00
yokoyama%netscape.com fefa085c9e fix for 22921; use nsIModule; 2001-01-26 23:54:31 +00:00
karnaze%netscape.com 83b9b7ba19 new regression tests not affecting the build. 2001-01-26 23:47:57 +00:00
jeff.dyer%compilercompany.com 68c43d84bf Unneeded file 2001-01-26 23:46:06 +00:00
karnaze%netscape.com d2678ca972 bug 34176 - correct fixed table layout over allocated cols. sr=waterson, r=karnaze. 2001-01-26 23:44:59 +00:00
jgmyers%netscape.com 7b76729eb8 unfold all headers per RFC 822: bug 23635 r=ducarroz sr=bienvenu 2001-01-26 23:41:08 +00:00
karnaze%netscape.com aca723ed2d bug 62502 - null pointer check. sr=waterson, r=karnaze. 2001-01-26 23:40:36 +00:00
jgaunt%netscape.com 1a8846f72b backing out changes
fixing bustage on speedracer
2001-01-26 23:38:09 +00:00
beard%netscape.com 75acc40007 MRJPlugin 1.0b2 release. sr=bnesse, r=tnoyes@mac.com 2001-01-26 23:32:56 +00:00
jgaunt%netscape.com b96b863e92 bug# 62361 fix profile migration when running remotely on a unix system
r=ccarlen@netscape.com sr=bienvenu@netscape.com
2001-01-26 22:44:55 +00:00
javi%netscape.com d2b6afd0dc Fix Win32 opt build bustage. 2001-01-26 18:55:34 +00:00
mcgreer%netscape.com f7ffc0989b thought I'd be cool and make it build with DSO's, but alas, need CERT_DecodeTrustString... 2001-01-26 16:45:46 +00:00
mcgreer%netscape.com 771d892bbe initial checkin of tool which converts CA certs into format for certdata.txt 2001-01-26 16:32:10 +00:00
taka%netscape.com 815d7deb27 fix for #43221, #64781, and #53644. take folder charset and apply appropriate charset conversion before comparison. r=nhotta, a=bienvenu 2001-01-26 13:50:44 +00:00
locka%iol.ie 8c837042a5 Changed docshell so it turns the mouse pointer "busy" in the associated window while it is loading a document. Removed the hack in the navigator chrome that used the throbber status to set the busy pointer. b=30375 sr=rpotts@netscape.com 2001-01-26 12:35:32 +00:00
pavlov%netscape.com e2b1d15a17 adding decoderobserver so that people will be able to listen for notifications
decoders should QI the request to nsIImageDecoderObserver and call the methods with null for the request param

people will be able to add an observer to the request so that they can get the messages
2001-01-26 12:05:55 +00:00
ben%netscape.com 32ddae29e7 Added comments regarding coming changes for bug 65470/Mozilla 0.8. 2001-01-26 09:39:49 +00:00
ben%netscape.com 977c3fa841 Added comment announcing Drag and Drop API changes for Mozilla 0.8 2001-01-26 09:38:40 +00:00
ben%netscape.com beba45a397 Added comment announcing drag and drop API update for Mozilla 0.8 2001-01-26 09:37:56 +00:00
ben%netscape.com eae98ce49d added comment announcing API changes for Mozilla 0.8. 2001-01-26 09:37:24 +00:00
jband%netscape.com 355a6cb803 fix jump in leaks caused by previous checkin by commenting out the offending code that roots Object.prototype 2001-01-26 08:02:23 +00:00
waldemar%netscape.com 677d83f673 Added .() operator 2001-01-26 07:33:32 +00:00
blakeross%telocity.com 8b9a6e78ff Fix 60788: letters with descenders cut off in mail compose subject field. patch by hwaara. r=sspitzer,blake sr=bienvenu 2001-01-26 06:05:46 +00:00
kmcclusk%netscape.com 2ce02c4b57 Removed code which cleared the backbuffer to white before rendering. bug 49779 sr=roc+moz r=rods@netscape.com 2001-01-26 05:09:37 +00:00
sspitzer%netscape.com 1f37b79934 turn off some debugging printfs relating to bug #66553. sr=bienvenu 2001-01-26 04:42:47 +00:00
relyea%netscape.com 451acc29cb Allow NSS_Initialize to succeed even if the databases cannot be opened.
NOTE: BETA 3 solution only. After Beta 3 NSS_Initialize will get to new
options to control this functionality more finely
2001-01-26 04:33:45 +00:00
timeless%mac.com 7f2f53c1b6 fix for bug 61805 javascript strict warnings in abAddressBookNameDialog.js
patch by maolson@earthlink.net r=timeless, a=alecf
2001-01-26 03:39:38 +00:00
nelsonb%netscape.com 85284ec34d Win32 processes have two environments, a Unix-compatible one and an NT
environment.  NSS has no control over which of these environments will
be inherited by any child processes, so when NSS modifies or adds an
environment variable, it needs to do so to both environments.
This fixes bugzilla bug 66615.  Reviewed by wtc.
2001-01-26 03:24:05 +00:00