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

99757 Коммитов

Автор SHA1 Сообщение Дата
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
morse%netscape.com 06c2c2d911 bug 130545, cookie regression, c=Michiel van Leeuwen, r=morse, sr=darin, a=asa 2002-03-16 05:47:35 +00:00
pavlov%netscape.com e001fb9eeb fixing bug 131231 r=valeski sr=attinasi a=asa 2002-03-16 05:46:26 +00:00
alecf%netscape.com 022cb413be fix for bug 101887 - make transformiix no longer depend on appshell by removing an unneeded #include and CID declaration
patch=jonsmirl@mediaone.net
sr=alecf
r=peterv
a=asa
2002-03-16 05:34:49 +00:00
alecf%netscape.com f9de1f9460 fix for bug 124497 - leaking nsLocalFile objects - the copy constructor was copying the refcount to the new object
so the new object would always leak
r=dbradley, sr=darin, a=asa
2002-03-16 05:30:15 +00:00
blakeross%telocity.com 523eb4e6a8 128669 - sidebar panels should use <browser> not <iframe> r=sgehani sr=ben a=brendan 2002-03-16 05:23:26 +00:00
akkana%netscape.com 95c44e5d56 83017: Fix title of the page info window. Fix from Daniel Brooks db48x@yahoo.com, sr=alecf, a=asa 2002-03-16 05:17:19 +00:00
blakeross%telocity.com 136971fec0 126193 - new bookmarks are added to closed (selected) folders. r=hewitt sr=ben a=asa 2002-03-16 04:58:16 +00:00
blakeross%telocity.com 03c03b0df8 127349 - remove partial favicon support (redux). r=alecf sr=hewitt, ben a=brendan 2002-03-16 04:53:20 +00:00
brendan%mozilla.org 1e126a67d9 Restore non-bogus assertion removed in last rev, and fix the case that tripped it in js_ChangeScopeProperty, by not removing [and maybe freeing sprop->slot] before re-adding sprop; also fix all engine-defined getters and setters to have no slot [to be JSPROP_SHARED] (130970, r/sr=shaver&jband, a=asa). 2002-03-16 04:51:29 +00:00
akkana%netscape.com d1b54d2268 128903: fix a couple of GetHighlightColors I missed. Fix thanks to glazman, r=brade (and myself), sr=kin, a=dbaron 2002-03-16 04:40:42 +00:00
akkana%netscape.com 04dbabbe71 80805: enable new editor find/replace. r=cmanske sr=dveditz a=asa 2002-03-16 04:36:45 +00:00
akkana%netscape.com f767738fa2 80805: patch up find/replace, particularly replace all. r=cmanske sr=dveditz a=asa 2002-03-16 04:34:28 +00:00
akkana%netscape.com c034d51a37 80805, 129971: Check endpoint correctly, don't skip too many nodes after a comment, fix some return values. r=cmanske sr=dveditz a=asa 2002-03-16 04:33:20 +00:00
radha%netscape.com cae01ae533 Fix for bug 125225. locationbar and top.location updated when document.write() is done on iframes.
r=adamlock sr=rpotts a=asa.
2002-03-16 04:18:40 +00:00
rginda%netscape.com f7ccfa80e2 Bug 131241, "missing null check in nsHTMLInputElement.cpp"
r=jkeiser, sr=jst, a=asa
null check mDocument in ::Select()
2002-03-16 03:28:23 +00:00
sspitzer%netscape.com c56257ebc5 fix for #127007.
migration from 4.x sometimes doesn't show LDAP servers in addressbook.
r=srilatha,sr=bienvenu,a=asa
2002-03-16 03:15:28 +00:00
ssu%netscape.com ee85e50aed fixing bug 130982 - delete/move context menu command attempts to restore focus to invalid row. r=bhuvan sr=sspitzer 2002-03-16 03:12:58 +00:00
heikki%netscape.com 3116e5c047 Bug 110544, improving comment parsing by avioding string copies and other trickery. r=harishd, sr=jst, a=asa. 2002-03-16 03:03:45 +00:00
morse%netscape.com bfb4027790 enhanced p3p cookie management, r=sgehani, sr=hyatt, a=asa 2002-03-16 02:46:21 +00:00
morse%netscape.com c0f9832691 enhanced p3p cookie management, r=sgehani, sr=hyatt, a=asa 2002-03-16 02:40:29 +00:00
dcone%netscape.com 8697372e21 119574 r=rods sr=attinasi a=asa. return correct errors from cancel. 2002-03-16 02:39:53 +00:00
leaf%mozilla.org 8cca297b7d Bug 130923 ('Xprint refuses to print with the message "Inter nal error"'),
r=db48x, sr=attinasi, a=asa, code from gisburn
2002-03-16 02:33:52 +00:00