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

100031 Коммитов

Автор SHA1 Сообщение Дата
darin%netscape.com cc7da97884 fixes pending mac bustage 2002-03-21 00:55:56 +00:00
bryner%netscape.com a229e7dae2 argh, fixing windows nmake bustage. 2002-03-21 00:50:40 +00:00
darin%netscape.com b8fe796007 fixes MOZ_SVG bustage, b=128508 2002-03-21 00:10:17 +00:00
darin%netscape.com 460a4578e2 fixes pending mac bustage 2002-03-20 23:55:16 +00:00
darin%netscape.com 30b4570f59 fixes pending mac bustage 2002-03-20 23:39:06 +00:00
darin%netscape.com 9e6cde08d2 fix more pending mac bustage 2002-03-20 23:36:03 +00:00
bryner%netscape.com d363413277 Fixing windows bustage. 2002-03-20 23:28:48 +00:00
syd%netscape.com 4d7f68766a Fix for 89720 -- attempt to display meaningful text messages during install if system error is received. sr=sfraser, a=asa 2002-03-20 23:15:55 +00:00
darin%netscape.com f0042bf1dc fixes mac bustage 2002-03-20 23:03:51 +00:00
mkaply%us.ibm.com b2b322cd35 #1131461
r=cls, a=asa
Remove unused gfx/src/os2/res directory
2002-03-20 22:59:08 +00:00
rods%netscape.com b4898103a0 This disallows printing or print preview to work if the document is busy.
Meaning it might be still loading or unloading.
Bug 131174 r=dcone a=attinasi a=dbaron
2002-03-20 22:50:42 +00:00
darin%netscape.com 9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
bryner%netscape.com 65ba075a1d Bug 130778 - fixing Txul regression from changing 'menuactive' attribute to :-moz-menuactive pseudoclass. Get the menuactive state from the frame instead of the content node so that we don't have to call through xpconnect and js. r=dbaron, sr=hyatt, a=asa. 2002-03-20 22:48:24 +00:00
karnaze%netscape.com 01e4335ebe new regression test not affecting the build. 2002-03-20 22:18:38 +00:00
karnaze%netscape.com 3a172cbd87 bug 124637 - when figuring available width for HRs subtract out both margins. a=asa, sr=attinasi, r=alexsavulov. 2002-03-20 22:14:27 +00:00
mitchf%netscape.com 1561877fab fixes for bugs 12283 and 11949 2002-03-20 22:12:02 +00:00
mitchf%netscape.com 96271f5c5f fix for bug 12283 2002-03-20 22:11:19 +00:00
blakeross%telocity.com d7fdbe6799 131762 - can open multiple occurrences of download manager. reversal. r=hewitt sr=ben a=asa 2002-03-20 21:49:18 +00:00
nhotta%netscape.com b75b528258 Changed to use x-western lang group for the error fallback,
patch by shanjian, bug 128338, r=smontage, sr=blizzard, a=scc.
2002-03-20 21:27:32 +00:00
wtc%netscape.com 9318a2b270 Bugzilla bug 131427: add "for Clients" to the version id strings in the
softoken shared library if MOZ_CLIENT is defined.  r=relyea.
2002-03-20 21:17:30 +00:00
wtc%netscape.com 84802b4349 Bugzilla bug 132208: implemented PR_SendFile on Linux with the sendfile
system call and the TCP_CORK socket option.  r=jgmyers.
Modified Files: _linux.h unix_errors.c ptio.c
2002-03-20 21:09:41 +00:00
wtc%netscape.com 58c300d37d Bugzilla bug 132089: use the UNIX98 pthread_mutexattr_settype function.
Add -D_XOPEN_SOURCE=500 to enable the UNIX98 compilation environment.
2002-03-20 21:06:10 +00:00
rods%netscape.com 4458993de1 Minor fix for patch should have been * instead of !*
Bug 131852 r=dcone sr=attinasi a=scc
2002-03-20 20:43:42 +00:00
igor%mir2.org 052726b68e From my email:
I think recent Christopher suggestions about tail call elimination is worth
to consider, as it would allow to cut invocation cost of script functions
quite nicely in many cases. Plus I am thinking of not creating Object[] array
to pass arguments to callee if it is another interpreted function as it can
directly access the caller stack. But first I decided to make some
preparation work to simplify an implementation of these features later. The
attached patch includes:

1. Moving all code to setup scope from
InterpretedFunction.call/InterpretedFunction.call to Interpreter.interpret so
the call method simply calls Interpreter.interpret. It would make tail call
elimination code much simple. I also hope this simplifies changes Christopher
needs for the continuations support (but I have strong reservation about
possibility to implement it corectly).

2. Moving all declaration of temporary variables used only during processing
of the single ICODE to the case blocks.

3. Interpreter loop termination only in RETURN icodes, not when pc exceeds
icode size, so there is no need to check for this condition on each icode.
(Scripts are handled via the special END_ICODE token).
2002-03-20 20:00:32 +00:00
mikep%oeone.com 789fe2ec54 Adding calendar to taskbar, as per bug 128806, with code help from Karl Guertin. 2002-03-20 19:51:08 +00:00
cathleen%netscape.com d5d2308fee back out fix for bug 129101, caused performance regression on txul (window open), bug 132201 2002-03-20 19:50:43 +00:00
wtc%netscape.com 523a077fe7 Bugzilla bug 132208: call fstat() only when necessary in pt_HPUXSendFile. 2002-03-20 19:35:56 +00:00
pschwartau%netscape.com ca2670e317 Fixing a blunder in Section 4, and changing from brackets to braces for ECMA attribute. 2002-03-20 19:24:08 +00:00
pschwartau%netscape.com 096af14c9a Deleted an extraneous line; improved readablity. 2002-03-20 19:13:36 +00:00
mikep%oeone.com 652f138b33 Fixing bug 129860, changing the default of Forever to be on top of Until for repeating section. 2002-03-20 19:07:46 +00:00
mikep%oeone.com d14aa44b52 Ordering events in month view, week view and day view. Fix for bug 128828. 2002-03-20 18:53:59 +00:00
ftang%netscape.com 7afa1959aa fix bug 128580 r=nhota, sr=alecf a=asa
return erorr code instead of success code when we hit structur issu
2002-03-20 15:36:35 +00:00
dcone%netscape.com 0eff8bfd46 b=130027 r=karnaze sr=attinasi a=scc. fix PatBlt to be used only in optimized cases. 2002-03-20 14:53:57 +00:00
peterv%netscape.com 87dc44d63e Bug 123899 (document.body.innerHTML is broken). Don't notify the document twice about content modification from script. r=Fabian, sr=jst, a=asa. 2002-03-20 13:22:27 +00:00
rayw%netscape.com 3a281322b3 Added xmlschema.xpt to package list. Bug 131957, r=heikki, sr=jband, a=asa 2002-03-20 13:06:13 +00:00
rods%netscape.com aa1233cc10 Besides turning on the pref, I needed to move the initialization code for
getting the values from the default printer from the DocumentViewer down into
the PrintOptions service. We want it done only the very first time when the PrintSettings is created.
Bug 131852 r=dcone sr=attinasi a=scc
2002-03-20 12:43:13 +00:00
rods%netscape.com ebc1a45637 The patch in nsPageFrame.cpp is insurance to help keep a problem like this from
hanging the browser again.
The patch in nsSimplePageSequence.cpp is the actual fix. I verified that
nsPageFrame patch will stop it from happening.
Bug 132022 r=dcone a=attinasi a=scc
2002-03-20 12:34:18 +00:00
locka%iol.ie 5f0cdb2992 Append [JavaScript Application] to the title of alert/confirm/prompt dialogs posed by ordinary JS. b=31573 r=danm@netscape.com sr=blaker@netscape.com a=asa@mozilla.org 2002-03-20 11:23:13 +00:00
mcafee%netscape.com 5aa09b0178 adding luna 2002-03-20 10:09:19 +00:00
jaggernaut%netscape.com 8f26b59dcb Bug 101723: security icon only works for the first tab
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
jelwell%netscape.com 83ea08088a Fix for 84189. Fix for free of bogus pointer. r=syd, sr=dveditz, a=asa (syd checking in on behalf of contributor) 2002-03-20 09:48:02 +00:00
hidday%geocities.com 3f0c4c28bb Moving the patch for bug 122726 "Unable to enumerate the form elements
by using for/in" to the right place in the file. No code change.
r=hidday@geocities.com sr=jst@netscape.com a=asa@mozilla.org
2002-03-20 08:01:54 +00:00
aaronl%netscape.com a0842fd880 Bug 131089, bug 131238, and bug 131918. Fixes regressions caused from 'browse with caret' checkins in bug 66597. a) bug 131089 - crash in ResetBrowseWithCaret(), r=bryner, sr=alecf, a=scc. b) bug 131238 - assertions caused by SetCaretContentVisible, r=bryner, sr=alecf, a=scc. c) bug 131918 - infinite loop in MoveFocusToCaret(), r=jgaunt, sr=alecf, a=asa 2002-03-20 06:42:26 +00:00
mstoltz%netscape.com 03fe97372a A bunch of fixes in caps:
128697 - Added a pref listener for changes to capability.policy prefs,
removed profile-change listener
131025 - Removed insecure "trusted codebase principals" feature
131340 - Make nsCodebasePrincipal::Equals handle jar URLs correctly
131342 - Clean up privilege-grant dialog code
128861 - class policy hashtables allocated only when needed; avoids
PLDHash memory-use warning
Fixed comparison of -1 and 80 ports (Can't find the bug # right now)

All r=harishd, sr=jst, a=asa.
2002-03-20 05:53:46 +00:00
khanson%netscape.com 5bf172e81d Patch 74900 for bug #131817 (OOM in AllocSrcNote causes crash in js_NewSrcNote). The patch was contributed by Steven Cole (scole@planetweb.com), sr=brendan, r=khanson, a=scc 2002-03-20 05:45:12 +00:00
cotter%netscape.com ed4482567a help content update per bugzilla 122806, r=oeschger; minor fixes to cert mgr help. 2002-03-20 05:44:43 +00:00
leaf%mozilla.org c00e3785e0 Automated update 2002-03-20 04:56:43 +00:00
mkaply%us.ibm.com 77591992df #132050
r=cls, a=asa
Remove OS2_PROGRAM_RESOURCE hack - use RESFILE
2002-03-20 04:54:30 +00:00
bryner%netscape.com 9b8ae3b459 Bug 52815 - get rid of third tab stop inside <input type=file>. Patch from pete.zha@sun.com, r=bryner, sr=attinasi, a=asa. 2002-03-20 04:50:15 +00:00
wtc%netscape.com c1adf4b062 Bugzilla bug 131430: changed "softoken" to "softokn" to match the file
name.  r=relyea.
2002-03-20 04:43:41 +00:00