Commit Graph

100834 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
a397ea7022 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
git-svn-id: svn://10.0.0.236/trunk@116720 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 15:34:43 +00:00
alecf%netscape.com
3a0b681d3e make this work on non-objdirs
git-svn-id: svn://10.0.0.236/trunk@116719 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 15:32:18 +00:00
dbaron%fas.harvard.edu
d2693dd0ff Remove obsolete NEW_CONTEXT_PARENTAGE_INVARIANT ifdefs, and add a few bits of debugging code. b=120888 sr=attinasi r=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@116718 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 15:26:56 +00:00
dbaron%fas.harvard.edu
c3a4b79934 Fix drawing of rounded borders and backgrounds on large elements by using PRInt32 instead of PRInt16. b=131233 r=dcone sr=attinasi a=asa
git-svn-id: svn://10.0.0.236/trunk@116717 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 15:25:16 +00:00
dbaron%fas.harvard.edu
0076b3d38d Improve performance of SelectorMatches using nsIContent::HasAttr, which was added a few months ago. r=bzbarsky sr=attinasi a=asa b=128739
git-svn-id: svn://10.0.0.236/trunk@116716 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 15:24:08 +00:00
rods%netscape.com
12d4a64e95 Oops, not this one.
git-svn-id: svn://10.0.0.236/trunk@116715 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 15:20:48 +00:00
rods%netscape.com
80f21d9b16 Usingg nsIPrintSettings now
Bug 128142 r=dcone sr=attinasi a=shaver


git-svn-id: svn://10.0.0.236/trunk@116714 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 15:19:47 +00:00
jaggernaut%netscape.com
854377ee8a Check in mac build files for blake, not part of build yet. a=Asa
git-svn-id: svn://10.0.0.236/trunk@116713 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 15:12:31 +00:00
rods%netscape.com
1c65a526ab Removing uwanted debug staments to fix bustage.
git-svn-id: svn://10.0.0.236/trunk@116712 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 14:08:39 +00:00
rods%netscape.com
fd4d2132df 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


git-svn-id: svn://10.0.0.236/trunk@116711 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 13:08:45 +00:00
rods%netscape.com
97ec5d7240 ReadPrefs and WritePrefs are no longer in nsIPrintOptions
Bug 128142 r=dcone sr=attinasi a=shaver


git-svn-id: svn://10.0.0.236/trunk@116710 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 11:26:47 +00:00
mkaply%us.ibm.com
a467fad89d #70045
r=mkaply, sr=blizzard, a=asa
OS/2 only - properly handle long longs in xptstubs to fix download problem


git-svn-id: svn://10.0.0.236/trunk@116707 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 06:26:07 +00:00
bbaetz%student.usyd.edu.au
cb033cc810 Bug 129466 - use IP addr (not hostname) in logincookies table
r=gerv, justdave


git-svn-id: svn://10.0.0.236/trunk@116706 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 06:03:09 +00:00
morse%netscape.com
6df0b688f4 back out part of earlier change for bug 129101
git-svn-id: svn://10.0.0.236/trunk@116705 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 05:50:48 +00:00
morse%netscape.com
79f77ab98b bug 130545, cookie regression, c=Michiel van Leeuwen, r=morse, sr=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@116704 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 05:47:35 +00:00
pavlov%netscape.com
c04a410905 fixing bug 131231 r=valeski sr=attinasi a=asa
git-svn-id: svn://10.0.0.236/trunk@116703 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 05:46:26 +00:00
alecf%netscape.com
2e88d16be4 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


git-svn-id: svn://10.0.0.236/trunk@116702 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 05:34:49 +00:00
alecf%netscape.com
adf49b8416 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


git-svn-id: svn://10.0.0.236/trunk@116701 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 05:30:15 +00:00
blakeross%telocity.com
80ed8b0fda 128669 - sidebar panels should use <browser> not <iframe> r=sgehani sr=ben a=brendan
git-svn-id: svn://10.0.0.236/trunk@116700 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 05:23:26 +00:00
akkana%netscape.com
0da27c885c 83017: Fix title of the page info window. Fix from Daniel Brooks db48x@yahoo.com, sr=alecf, a=asa
git-svn-id: svn://10.0.0.236/trunk@116699 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 05:17:19 +00:00
blakeross%telocity.com
61706e1e49 126193 - new bookmarks are added to closed (selected) folders. r=hewitt sr=ben a=asa
git-svn-id: svn://10.0.0.236/trunk@116698 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 04:58:16 +00:00
blakeross%telocity.com
8b75dc7ac1 127349 - remove partial favicon support (redux). r=alecf sr=hewitt, ben a=brendan
git-svn-id: svn://10.0.0.236/trunk@116697 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 04:53:20 +00:00
brendan%mozilla.org
b9d4528238 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).
git-svn-id: svn://10.0.0.236/trunk@116696 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 04:51:29 +00:00
akkana%netscape.com
ec628b25d6 128903: fix a couple of GetHighlightColors I missed. Fix thanks to glazman, r=brade (and myself), sr=kin, a=dbaron
git-svn-id: svn://10.0.0.236/trunk@116695 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 04:40:42 +00:00
akkana%netscape.com
f8bd9fa28d 80805: enable new editor find/replace. r=cmanske sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@116694 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 04:36:45 +00:00
akkana%netscape.com
fdf2606445 80805: patch up find/replace, particularly replace all. r=cmanske sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@116693 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 04:34:28 +00:00
akkana%netscape.com
7f2161c735 80805, 129971: Check endpoint correctly, don't skip too many nodes after a comment, fix some return values. r=cmanske sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@116692 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 04:33:20 +00:00
radha%netscape.com
709d3a9d26 Fix for bug 125225. locationbar and top.location updated when document.write() is done on iframes.
r=adamlock sr=rpotts a=asa.


git-svn-id: svn://10.0.0.236/trunk@116691 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 04:18:40 +00:00
rginda%netscape.com
1a75e8fba1 Bug 131241, "missing null check in nsHTMLInputElement.cpp"
r=jkeiser, sr=jst, a=asa
null check mDocument in ::Select()


git-svn-id: svn://10.0.0.236/trunk@116690 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 03:28:23 +00:00
sspitzer%netscape.com
62e0dc620c fix for #127007.
migration from 4.x sometimes doesn't show LDAP servers in addressbook.
r=srilatha,sr=bienvenu,a=asa


git-svn-id: svn://10.0.0.236/trunk@116689 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 03:15:28 +00:00
ssu%netscape.com
112fba6b61 fixing bug 130982 - delete/move context menu command attempts to restore focus to invalid row. r=bhuvan sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@116688 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 03:12:58 +00:00
heikki%netscape.com
82bf6a58a6 Bug 110544, improving comment parsing by avioding string copies and other trickery. r=harishd, sr=jst, a=asa.
git-svn-id: svn://10.0.0.236/trunk@116687 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 03:03:45 +00:00
morse%netscape.com
de840dd3e9 enhanced p3p cookie management, r=sgehani, sr=hyatt, a=asa
git-svn-id: svn://10.0.0.236/trunk@116686 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 02:46:21 +00:00
morse%netscape.com
d9396f4e39 enhanced p3p cookie management, r=sgehani, sr=hyatt, a=asa
git-svn-id: svn://10.0.0.236/trunk@116684 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 02:40:29 +00:00
dcone%netscape.com
ca223691c1 119574 r=rods sr=attinasi a=asa. return correct errors from cancel.
git-svn-id: svn://10.0.0.236/trunk@116683 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 02:39:53 +00:00
leaf%mozilla.org
2cd30aba06 Bug 130923 ('Xprint refuses to print with the message "Inter nal error"'),
r=db48x, sr=attinasi, a=asa, code from gisburn


git-svn-id: svn://10.0.0.236/trunk@116682 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 02:33:52 +00:00
depstein%netscape.com
db136cbcaf a=asa for QA checkins that are not part of the default builds.
Removed getAdders for GetSpec() and GetPath(). use nsAutoString.


git-svn-id: svn://10.0.0.236/trunk@116681 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 02:31:53 +00:00
danm%netscape.com
f396b39b90 remove redundant zoomwindow and switch to user state on resize. 125711 r=pinkerton,scc a=asa
git-svn-id: svn://10.0.0.236/trunk@116680 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 02:25:18 +00:00
danm%netscape.com
2ee3be6e37 stop reentrant window zooming and switch to user state after sizing. bug 125711 r=pinkerton,scc a=asa
git-svn-id: svn://10.0.0.236/trunk@116679 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 02:24:13 +00:00
morse%netscape.com
7f2d1666e8 bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa
git-svn-id: svn://10.0.0.236/trunk@116678 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 02:16:23 +00:00
dcone%netscape.com
e7dc263623 119574 r=rods sr=attinasi a=asa. XP printprogress should not come up. I added new prefs to
keep the dialog from being put up.


git-svn-id: svn://10.0.0.236/trunk@116677 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 02:01:38 +00:00
rginda%netscape.com
987eb43a38 bug 129519, "JS_GetPropertyDesc gives up too easily", r=jband, sr=shaver, a=bren
dan
Reflect new JSPD_* defines, make jsd_GetValueProperty degrade gracefully instead of fail outright when we run into a problem fetching the property value.


git-svn-id: svn://10.0.0.236/trunk@116676 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 01:58:36 +00:00
rginda%netscape.com
fe7a5ec2b5 bug 129519, "JS_GetPropertyDesc gives up too easily", r=jband, sr=shaver, a=bren
dan
Make JS_GetPropertyDesc degrade gracefully instead of fail outright when we run
into a problem fetching the property value.


git-svn-id: svn://10.0.0.236/trunk@116675 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 01:56:19 +00:00
dougt%netscape.com
4b3f2c6c6e Fixes part of the Txul regression. b=130524 r=dp@netscape.com sr=darin@netscape.com, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@116671 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 00:43:44 +00:00
wtc%netscape.com
759796097a Bugzilla bug 130101: this file is no longer necessary because we now
generate nslib.c in $(OBJDIR).


git-svn-id: svn://10.0.0.236/trunk@116670 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-16 00:06:28 +00:00
gerv%gerv.net
a2658ee0f1 Bug 126789 - templatise token.cgi. r=bbaetz, mattyt.
git-svn-id: svn://10.0.0.236/trunk@116667 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-15 23:23:12 +00:00
wtc%netscape.com
2310835981 Bugzilla bug 131289: fixed a UMR error and bad placement of the terminating
null byte of a string in nss_FindExternalRoot.  r=mcgreer.


git-svn-id: svn://10.0.0.236/trunk@116664 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-15 23:05:58 +00:00
blakeross%telocity.com
3a319b3a2a Download manager. Not part of build. a=asa
git-svn-id: svn://10.0.0.236/trunk@116663 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-15 22:58:43 +00:00
wtc%netscape.com
2f6a07086b Fixed a memory leak on memory allocation error. r=mcgreer. (bug 129709)
git-svn-id: svn://10.0.0.236/trunk@116662 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-15 22:09:45 +00:00
wtc%netscape.com
0312d76fcb Bugzilla bug 130703: final adjustment of the CERTSignedCrl structure for
NSS 3.4.  r=relyea.


git-svn-id: svn://10.0.0.236/trunk@116656 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-15 20:21:45 +00:00