Commit Graph

57223 Commits

Author SHA1 Message Date
akkana%netscape.com
5a1992b769 Fix an entity bug for Naoki: Japanese entities weren't being correctly
pasted.  This also fixes the symptoms, but not the underlying cause,
of the html mail nbsp bug.  r=nhotta


git-svn-id: svn://10.0.0.236/trunk@64270 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-28 00:10:44 +00:00
rickg%netscape.com
7b539e04c1 2x perf. improvement StripChar(); r=rods
git-svn-id: svn://10.0.0.236/trunk@64269 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-28 00:02:41 +00:00
rickg%netscape.com
825b7a047e fixed bug33466
git-svn-id: svn://10.0.0.236/trunk@64268 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-28 00:00:39 +00:00
varada%netscape.com
5bb50d6aef fix for bug #23013
git-svn-id: svn://10.0.0.236/trunk@64267 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 23:49:16 +00:00
varada%netscape.com
f0adddf504 fix for bug #32936
git-svn-id: svn://10.0.0.236/trunk@64265 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 23:35:39 +00:00
locka%iol.ie
af7648689a Added impl of new interface method
git-svn-id: svn://10.0.0.236/trunk@64264 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 23:18:44 +00:00
varada%netscape.com
7ddcbc84f8 fix for bug #33103 - changing default homepage to home.netscape.com
git-svn-id: svn://10.0.0.236/trunk@64263 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 23:16:38 +00:00
gordon%netscape.com
0b93ab7cbc Fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@64262 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 23:16:13 +00:00
dcone%netscape.com
f61263f8d5 Re-numbered some menu Items that were broken. r=karnaze
git-svn-id: svn://10.0.0.236/trunk@64261 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:40:50 +00:00
robinf%netscape.com
6e6e6ca4b3 replacing with current read me
git-svn-id: svn://10.0.0.236/trunk@64260 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:40:05 +00:00
kvisco%ziplink.net
b780374eb1 enumerated changes
git-svn-id: svn://10.0.0.236/trunk@64259 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:39:04 +00:00
kvisco%ziplink.net
4b1e140f04 Fixed "dot" bug with CNAME reported by Nathan Pride
git-svn-id: svn://10.0.0.236/trunk@64258 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:32:20 +00:00
jdunn%netscape.com
1a03b8495a Fix HPUX 10.20 Bustage
Pass a 'define' to NS_DEFINE_STATIC_IID_ACCESSOR and not a const.
r= erik@netscape.com


git-svn-id: svn://10.0.0.236/trunk@64257 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:26:23 +00:00
jband%netscape.com
c80ddcea50 Win32 only makefile changes to get mccabe's JS console code to compile. Not yet part of the build
git-svn-id: svn://10.0.0.236/trunk@64256 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:24:33 +00:00
rods%netscape.com
df81ce875a Added reflow of text frame for when the size is being set via style
b=33402


git-svn-id: svn://10.0.0.236/trunk@64255 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:20:06 +00:00
gordon%netscape.com
4ca8ffb4a0 Landing DNS_CANCEL_BRANCH. Enable canceling of dns lookup requests, and underlying structure for possible DNS cache. Original changes by warren, gordon. r = gagan.
git-svn-id: svn://10.0.0.236/trunk@64254 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:19:18 +00:00
varada%netscape.com
70eb75cdf7 fix for bug #27030
git-svn-id: svn://10.0.0.236/trunk@64253 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:18:11 +00:00
gordon%netscape.com
03382a69d3 Landing DNS_CANCEL_BRANCH. Added code to make Offline(PR_FALSE) initialize nsSocketTransportService and nsDNSService. Original changes by warren, r=gagan.
git-svn-id: svn://10.0.0.236/trunk@64252 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:17:48 +00:00
gordon%netscape.com
c8c8c84081 Landing DNS_CANCEL_BRANCH. Moving Init() method to interface.
git-svn-id: svn://10.0.0.236/trunk@64251 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:16:20 +00:00
gordon%netscape.com
4e6ca763db Landing DNS_CANCEL_BRANCH. Changing locks to monitors in nsSocketTransport. Original changes by warren, r=gagan.
git-svn-id: svn://10.0.0.236/trunk@64250 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:15:38 +00:00
scc%netscape.com
50e2ee0edc fixing an off-by-one bug, and the associated problem when |mCapacity| and |mLength| are both |0|. r=waterson
git-svn-id: svn://10.0.0.236/trunk@64249 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:13:41 +00:00
varada%netscape.com
3a2272eeab removing licensefile from cck.che
git-svn-id: svn://10.0.0.236/trunk@64248 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:12:52 +00:00
rods%netscape.com
25cb4be46b Added space manaer flag to the creation of Labels.
b=33200
Reworked how and when the prefs are accessed for getting the Gfx Scrollbar prefs
they are got only once and then are cached. Potential preformance issue.


git-svn-id: svn://10.0.0.236/trunk@64247 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:12:42 +00:00
rods%netscape.com
d014dde2e9 Added extra parameter for flags for setting space manager
also setting the internal area frame to use a space manager when necessary
b=33200
Added asserts in LabelHack method to catch problem in Reflow
Correctly set the avilable size to reflow available size instead of mComputedSize
This caused the content to leak out.
b=29276


git-svn-id: svn://10.0.0.236/trunk@64246 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:12:19 +00:00
rods%netscape.com
e5bece7999 Added extra parameter to NS_NewLabelFrame for setting the space manager bit
b=33200


git-svn-id: svn://10.0.0.236/trunk@64245 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:12:16 +00:00
varada%netscape.com
8b87450c15 removing licensefile from default configs cck.che
git-svn-id: svn://10.0.0.236/trunk@64244 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:11:50 +00:00
pnunn%netscape.com
8f13530af7 bug#33452: r:troy. tested on linux, NT.
fix so frame_complete notifications only occur with animated images.
		  Single frame images only get image_complete notifications.
		  pnunn.


git-svn-id: svn://10.0.0.236/trunk@64243 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:08:15 +00:00
sgehani%netscape.com
2415a388e9 Implemented nsIFile::SetLastModificationDate on the Mac.
b = 12368
r = dbragg


git-svn-id: svn://10.0.0.236/trunk@64242 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:05:54 +00:00
varada%netscape.com
f7d8867614 fixes for bug #31410 #31414 #31416 changes to values in cck.che in myisp
git-svn-id: svn://10.0.0.236/trunk@64241 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:05:33 +00:00
pnunn%netscape.com
18c527db8b bug#32320: r:neeti, fix memleak of png structs. tested on linux,NT
bug#33452: r:troy,  fix so frame_complete notifications only occur on animated images.
		        on single frame images, only give image_complete notifications.
		    tested on linux, NT.
pnunn


git-svn-id: svn://10.0.0.236/trunk@64240 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:04:57 +00:00
sgehani%netscape.com
a8ccfeed71 Fixing nsIFile::SetLastModificationDate for Unix.
b = 12368
r = ssu


git-svn-id: svn://10.0.0.236/trunk@64239 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:04:46 +00:00
kmcclusk%netscape.com
1bdb9de7c9 Added MOZ_PERF timer code to viewmanager to time rendering b=29308 r=attanasi@netscape.com
git-svn-id: svn://10.0.0.236/trunk@64238 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 22:00:19 +00:00
varada%netscape.com
920378fb5c removing radiogroup from cck.che values
git-svn-id: svn://10.0.0.236/trunk@64237 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 21:36:20 +00:00
varada%netscape.com
d8e6e4adad fix for bug#31201 - including a vertical scroll bar to scroll for more than 10 configurations - at present the configs are there but we can see them only when we use the arrow to go down
git-svn-id: svn://10.0.0.236/trunk@64236 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 21:34:55 +00:00
edburns%acm.org
30a4816649 I really meant to check in this one.
git-svn-id: svn://10.0.0.236/trunk@64235 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 20:28:21 +00:00
rods%netscape.com
ae53f26d09 removed var decl to remove warning
git-svn-id: svn://10.0.0.236/trunk@64234 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 15:48:20 +00:00
svn%xmlterm.org
e1b7ac4778 xmlterm changes only;
Changed call to LoadURI in response to DocShell changes.


git-svn-id: svn://10.0.0.236/trunk@64233 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 15:40:12 +00:00
jst%netscape.com
9137d08f83 Backing out scc's last checking to this file, it causes linux builds to dump core on startup. a=leaf
git-svn-id: svn://10.0.0.236/trunk@64232 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 15:10:12 +00:00
hyatt%netscape.com
e942080024 Fixing menu accelerators.
git-svn-id: svn://10.0.0.236/trunk@64231 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 12:00:45 +00:00
kvisco%ziplink.net
42dd74faac added latest changes
git-svn-id: svn://10.0.0.236/trunk@64230 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 09:21:10 +00:00
scc%netscape.com
7e7ce110f6 updating to reflect work done and desired
git-svn-id: svn://10.0.0.236/trunk@64229 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 09:07:39 +00:00
scc%netscape.com
b6347939dc traded in |copy_chunky_backward| for |string_copy_backward| and moved it to "nsAReadableString.h" along with the |string_copy|s. Added tests for |SetLength|, which would have caught the problem in |nsString| I fixed earlier, and one for |Insert| that exposed the trouble in |copy_chunky_backward|.
git-svn-id: svn://10.0.0.236/trunk@64228 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 09:06:37 +00:00
rhp%netscape.com
3d40328ce3 Fix for Solaris 5.6 bustage
git-svn-id: svn://10.0.0.236/trunk@64227 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 08:45:31 +00:00
sspitzer%netscape.com
8f477e107c Checking in project changes for addbook: support
git-svn-id: svn://10.0.0.236/trunk@64226 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 08:19:58 +00:00
rhp%netscape.com
dd95483fa9 Adding addbook: URL support
git-svn-id: svn://10.0.0.236/trunk@64225 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 08:18:10 +00:00
scc%netscape.com
67117f4462 fixing an off-by-one bug
git-svn-id: svn://10.0.0.236/trunk@64224 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 07:46:02 +00:00
rhp%netscape.com
6091757cc9 Updating code that is NOT PART OF THE BUILD!
git-svn-id: svn://10.0.0.236/trunk@64223 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 07:37:42 +00:00
kvisco%ziplink.net
158ecd8ad0 added Marina Mechtcheriakova
git-svn-id: svn://10.0.0.236/trunk@64222 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 07:34:16 +00:00
rhp%netscape.com
15c00476d8 Just updating this file - NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@64221 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 07:32:08 +00:00
kvisco%ziplink.net
9122a0e601 fixed unicode issues (Marina Mechtcheriakova)
git-svn-id: svn://10.0.0.236/trunk@64220 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-27 07:30:18 +00:00