Commit Graph

99679 Commits

Author SHA1 Message Date
blakeross%telocity.com
9d1bfee9fc 102477 - turn on Download Manager (take 3). r=law sr=ben a=dbaron die=cvs 2002-03-17 21:46:54 +00:00
blakeross%telocity.com
93d044d117 102477 - turn on Download Manager (take 3). r=law sr=ben a=dbaron die=cvs 2002-03-17 21:41:01 +00:00
karnaze%netscape.com
773d422073 bug 24000 - implement page-break-before/after:always using new nsPageBreakFrame. Tables handle page breaks internally. a=asa, sr=attinasi, r=alexsavulov 2002-03-17 21:35:08 +00:00
blakeross%telocity.com
057a05b72e Something is wrong with my tree... 2002-03-17 21:21:30 +00:00
blakeross%telocity.com
d03c035489 102477 - Turn on download manager, take 2. r=law sr=ben a=dbaron 2002-03-17 21:18:26 +00:00
blakeross%telocity.com
f7e4a39bac Download manager. Not part of build. a=asa 2002-03-17 21:11:48 +00:00
cmanske%netscape.com
d5612a514e Moved mouse listener from EditorShell to HTMLEditor but keep previous context click and doubleclick element selection behavior. b=112181 & 128836, r=akkana, sr=sfraser, a=asa 2002-03-17 20:39:16 +00:00
igor%mir2.org
94f37d49ae Code to setup/restore security domain is moved to single place in Interpreter.interpret to make checking for correctness easy. 2002-03-17 20:10:31 +00:00
igor%mir2.org
fcad2bdee8 cosmetics: change layout of Interpreter.interpret main switch from
switch (...)
    case LABEL:
        code
to
switch (...)
case LABEL:
    code

to has less problems with fitting to 80-character lines
2002-03-17 18:40:11 +00:00
justdave%syndicomm.com
274f245bd4 Bug 131568: template/default/global/header validates HTML 4.01 Transitional
Patch by ville.skytta@iki.fi (Ville Skytt��)
r= justdave x2
2002-03-17 17:17:22 +00:00
axel%pike.org
b8ba428bf7 bug 129247, fixing XSLT namespace from WD to the real one, r=peterv, sr=jaggernaut, a=asa 2002-03-17 13:01:34 +00:00
brendan%mozilla.org
0c6a6e0115 Forgot to check this in yesterday: fix all engine-defined getters and setters to have no slot [to be JSPROP_SHARED] (130970, r/sr=shaver&jband, a=asa). 2002-03-17 11:01:34 +00:00
cbiesinger%web.de
ba017f4412 bug 131297 r=akkana sr=blizzard a=dbaron
nsWindow::SetTitle() leaks |platformText|
2002-03-17 09:53:22 +00:00
blakeross%telocity.com
a8a02696d9 Stuff that's not part of the build can stay in. 2002-03-17 08:07:04 +00:00
blakeross%telocity.com
69a2eecc19 Backing out...saving for a rainy day... 2002-03-17 07:39:08 +00:00
blakeross%telocity.com
832ea99d0c Backing out...saving for a rainy day... 2002-03-17 07:23:42 +00:00
blakeross%telocity.com
9f876bdbe2 Fix build bustage. 2002-03-17 07:00:09 +00:00
blakeross%telocity.com
2444b3ef25 Fixing bustage. 2002-03-17 06:54:43 +00:00
blakeross%telocity.com
3c9f2e46d8 Attempt to fix REQUIRES bustage. 2002-03-17 06:04:29 +00:00
blakeross%telocity.com
a050c2212a Attempt to fix REQUIRES bustage. 2002-03-17 05:57:34 +00:00
blakeross%telocity.com
92cd9913a6 Attempt to fix REQUIRES bustage. 2002-03-17 05:53:26 +00:00
blakeross%telocity.com
c6163b28b9 Attempt to fix REQUIRES bustage. 2002-03-17 05:43:56 +00:00
blakeross%telocity.com
b96f3802b3 102477 - Turn on download manager. r=law sr=ben a=dbaron 2002-03-17 05:30:47 +00:00
pschwartau%netscape.com
0b1e425b90 Initial add. Regression test for bug 131510. 2002-03-17 05:24:01 +00:00
blakeross%telocity.com
f627f544d6 102477 - Turning on download manager. r=law sr=ben a=dbaron 2002-03-17 05:14:08 +00:00
blakeross%telocity.com
563323de3b 102477 - Turning on download manager. r=law sr=ben a=dbaron 2002-03-17 04:52:34 +00:00
igor%mir2.org
712ea8149c Activate support for getting token names if debugging interpreter icode, not only when debugging parsing trees. Not to depend in TokenStream on Interpreter, printICode debug flag is moved to Context, as with printTrees definition.
Fixing debug printing of icode which are not defined in TokenStream
2002-03-17 03:34:43 +00:00
igor%mir2.org
d262e89e9f Added .cvsignore to ignore generated sources 2002-03-16 23:34:23 +00:00
igor%mir2.org
42891fc50d Fixing serialization problem reported by Todd Trimmer (babyduck@usa.com):
...

>I did some tinkering and found there are pure java.lang.Object
>instantiations deep inside all the "standard objects" added to the
>ImporterTopLevel with Context.initStandardObject(). This is what is keeping
>it from serializing.

This is due to presence of Scriptable.NOT_FOUND and IdScriptable.NULL_VALUE tags in the data to serialize.

I replaced the type for the tags from Object to UniqueTag which is serializable ad knows how to make restored tags the same objects as Scriptable.NOT_FOUND and IdScriptable.NULL_VALUE.

Similarly Undefined was made serializable and to restore to Undefined.instance upon reading.
2002-03-16 23:31:04 +00:00
brendan%mozilla.org
9402b61613 Null test to handle recovery from OOM under js_NewContext reported by scole@planetweb.com (r/sr=jband, a=me). 2002-03-16 23:19:35 +00:00
karnaze%netscape.com
a7ee794631 bug 126118 - remove code which tries to honor height of cell after it splits, get correct height on 3rd pass reflow. a=asa, sr=attinasi, r=alexsavulov. 2002-03-16 21:46:29 +00:00
nboyd%atg.com
48465ddb68 Patch from Christopher Olivier:
While looking into optimizing the modifications I've
made, I noticed that one of the bottlenecks seemed to be calls to the Java
instanceof operator, particularly if the class argument to instanceof isn't
final. Based on this observation I tweaked ScriptRuntime.java to attempt to avoid
some of the many "instanceof Scriptable" calls in it (which I've attached). In
particular I optimized the comparison operators for the case where the arguments
are Number's. This seems to provide some significant performance improvement in
many cases particularly in compiled mode.  See below (note the tests were
performed with today's rhinoLatest.zip code patched with the attached
ScriptRuntime.java and didn't include any of my other modifications).
2002-03-16 19:33:46 +00:00
cmanske%netscape.com
2aadd2a4c1 Composer must always bypass cache when loading URLs, b=128134, r=brade, sr=darin, a=asa 2002-03-16 18:13:32 +00:00
bzbarsky%mit.edu
fafd4a486b "More computed style property implementations". Bug 129843, patch by
caillon@returnzero.com (Christopher Aillon), r=bzbarsky, sr=attinasi, a=dbaron
2002-03-16 17:04:35 +00:00
gerv%gerv.net
0a8a43a245 Bug 103953 again = XHTML fixes. patch by ville.skytta@iki.fi, 2xr=gerv. 2002-03-16 16:54:26 +00:00
bzbarsky%mit.edu
5e5992bb54 Don't pass encoded content to plugins without decoding. Bug 119094,
r=serge, sr=darin, a=asa
2002-03-16 15:58:54 +00:00
dbaron%fas.harvard.edu
0b816e3591 Remove unused (or used only if one of the magic enviroment variables ENABLE_STRICT or MOZ_VALIDATE_HTML was set) parser-related code, mostly associated with the strict DTD. b=130439 r=harishd sr=jst a=shaver 2002-03-16 15:34:43 +00:00
alecf%netscape.com
3bd1f5ef28 make this work on non-objdirs 2002-03-16 15:32:18 +00:00
dbaron%fas.harvard.edu
4a2e5d0bed Remove obsolete NEW_CONTEXT_PARENTAGE_INVARIANT ifdefs, and add a few bits of debugging code. b=120888 sr=attinasi r=bzbarsky a=asa 2002-03-16 15:26:56 +00:00
dbaron%fas.harvard.edu
4ffe012c9f Fix drawing of rounded borders and backgrounds on large elements by using PRInt32 instead of PRInt16. b=131233 r=dcone sr=attinasi a=asa 2002-03-16 15:25:16 +00:00
dbaron%fas.harvard.edu
775467a042 Improve performance of SelectorMatches using nsIContent::HasAttr, which was added a few months ago. r=bzbarsky sr=attinasi a=asa b=128739 2002-03-16 15:24:08 +00:00
rods%netscape.com
689c6b2ad9 Oops, not this one. 2002-03-16 15:20:48 +00:00
rods%netscape.com
ab2eecaf1e Usingg nsIPrintSettings now
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 15:19:47 +00:00
jaggernaut%netscape.com
55ee1e43c8 Check in mac build files for blake, not part of build yet. a=Asa 2002-03-16 15:12:31 +00:00
rods%netscape.com
10caff52d1 Removing uwanted debug staments to fix bustage. 2002-03-16 14:08:39 +00:00
rods%netscape.com
c42fa2528c 1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings object. The items not saved are those used during the printing process and it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings. If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS. Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define "back stop" prefs for picking up first. Then the printer specific prefs can override those settings. For example, we may define in prefs that the default paper size 8.5x11, then if if the "save PS prefs" is turned on, for a given printer it might save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read or written.
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 13:08:45 +00:00
rods%netscape.com
5c0560eefc ReadPrefs and WritePrefs are no longer in nsIPrintOptions
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 11:26:47 +00:00
mkaply%us.ibm.com
d3e8d8b21f #70045
r=mkaply, sr=blizzard, a=asa
OS/2 only - properly handle long longs in xptstubs to fix download problem
2002-03-16 06:26:07 +00:00
bbaetz%student.usyd.edu.au
4687c51498 Bug 129466 - use IP addr (not hostname) in logincookies table
r=gerv, justdave
2002-03-16 06:03:09 +00:00
morse%netscape.com
e86e233a63 back out part of earlier change for bug 129101 2002-03-16 05:50:48 +00:00