Commit Graph

53979 Commits

Author SHA1 Message Date
law%netscape.com
5ea30ab540 Handle exception that occurs when opening a Mac path; b=26632; r=ben@netscape.com
git-svn-id: svn://10.0.0.236/trunk@60549 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:46:10 +00:00
pavlov%netscape.com
cc239dbd6a quiet down saari's debugging output for the rest of us.
git-svn-id: svn://10.0.0.236/trunk@60548 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:42:57 +00:00
slamm%netscape.com
1d7c42d752 Mark 'Leaving directory' lines as errors too if there was a make error
git-svn-id: svn://10.0.0.236/trunk@60547 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:40:28 +00:00
slamm%netscape.com
106d263cad Reduce the number of global variables. Only give 'NEXT ERROR' link if there is another one. Group consecutive errors into one error.
git-svn-id: svn://10.0.0.236/trunk@60546 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:39:50 +00:00
sspitzer%netscape.com
0fbd6a5d0b fix warnings. fix bug #27458, add HaveData() interface for alecf
so he can check if there is data in the single signon database
for a given url.  r=alecf


git-svn-id: svn://10.0.0.236/trunk@60545 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:28:46 +00:00
danm%netscape.com
6231954eab just immortalizing some debugging gunk i recently found useful. hidden completely behind ifdefs normally opaque.
git-svn-id: svn://10.0.0.236/trunk@60544 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:27:57 +00:00
mjudge%netscape.com
3784cee7b9 small change for bad assert...
git-svn-id: svn://10.0.0.236/trunk@60543 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:24:55 +00:00
jj%netscape.com
8a8b8322c4 removed obsolete <file.xpt>. r=dougt,sdagley
git-svn-id: svn://10.0.0.236/trunk@60541 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:10:35 +00:00
ftang%netscape.com
7e4f0907ea fix bug 23665. make OnKeyUp same behavior as OnKeyDown. Clean up old old unused code. r=rods
git-svn-id: svn://10.0.0.236/trunk@60540 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:10:22 +00:00
leila.garin%eng.sun.com
a9df051ed0 Added getElementById method due to change in JavaDOM adhering to W3C specs.
git-svn-id: svn://10.0.0.236/trunk@60539 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:08:52 +00:00
saari%netscape.com
fe0210cefd more focus changes
git-svn-id: svn://10.0.0.236/trunk@60538 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:51:53 +00:00
saari%netscape.com
9c43efde18 changes for PDT+ focus bugs, see my list, r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60537 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:50:15 +00:00
sfraser%netscape.com
3688329ac1 Really fix this ASSERT macro in the optimized case, now.
git-svn-id: svn://10.0.0.236/trunk@60536 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:42:25 +00:00
saari%netscape.com
f22b366843 continuation of focus landing, PDT+ bugs in my list, look if you care, r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60535 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:42:11 +00:00
hyatt%netscape.com
74646aeb15 Landing focus memory. If you pull before saari completes this checkin (we
still have to land nsWebShellWindow and nsGlobalWindow),
you will not like the result.  r=saari


git-svn-id: svn://10.0.0.236/trunk@60534 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:41:13 +00:00
hyatt%netscape.com
c4901d5a4c Landing focus memory. r=saari
git-svn-id: svn://10.0.0.236/trunk@60533 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:35:14 +00:00
saari%netscape.com
19260739a5 Changes for focus, too many bugs to list, look at my PDT+ list if you care. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60532 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:32:13 +00:00
saari%netscape.com
c9e152ec43 Changes for focus landing that is now commencing.
Too many bugs to list, look at my PDT+ list if you care. r=hyatt


git-svn-id: svn://10.0.0.236/trunk@60531 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:31:18 +00:00
rods%netscape.com
eaa3ba8f8a check both key code and whether the alt flag is set, which is odd
because the key code should not be ALT is the flag is false, but this has to do
with the AltGR, we will be reviewein this futher as a downgraded bug 9333
b=9333 r=hyatt


git-svn-id: svn://10.0.0.236/trunk@60530 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:27:24 +00:00
vidur%netscape.com
21d0b1e903 Fix for bug 26694. Flush pending notifications before get frame information. r=nisheeth.
git-svn-id: svn://10.0.0.236/trunk@60529 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:08:57 +00:00
rogerl%netscape.com
906664fef9 Nuts, checked in wrong file AND named wrong bug in previous checkin, msu
be friday or something.
Correct bug# is 26060.


git-svn-id: svn://10.0.0.236/trunk@60528 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:00:21 +00:00
nisheeth%netscape.com
907a57920f r=hyatt. Partial fix for PDT+ bug 13537. Session history captures frame state now.
git-svn-id: svn://10.0.0.236/trunk@60527 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:54:37 +00:00
mcafee%netscape.com
3b06c7454d Adding Error: string so tinderbox will create a link in the error log. r=slamm
git-svn-id: svn://10.0.0.236/trunk@60526 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:53:58 +00:00
sfraser%netscape.com
90fe785bbb Be a bit more paranoid about using a macro called ASSERT, which is rather common.
git-svn-id: svn://10.0.0.236/trunk@60525 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:49:55 +00:00
slamm%netscape.com
c48eed17bf Take out colors for bloat numbers. The numbers jump around too much and the colors have lost all value.
git-svn-id: svn://10.0.0.236/trunk@60524 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:48:58 +00:00
tonyr%fbdesigns.com
00d17db1a2 Removed call to registry->Close()
git-svn-id: svn://10.0.0.236/trunk@60523 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:41:45 +00:00
ben%netscape.com
c213967a1e localisability fixes I missed on my first sweep/checkin, fixing bugs (27408, 27409, 27410, 27411, 27425)
git-svn-id: svn://10.0.0.236/trunk@60522 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:31:49 +00:00
Jerry.Kirk%Nexwarecorp.com
cc64e38c88 Remove the -DPHOTON2_ONLY flag since everything has been converted over to Photon 2
git-svn-id: svn://10.0.0.236/trunk@60521 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:30:44 +00:00
morse%netscape.com
f6b363df33 changed master password to database key per product marketings request.
git-svn-id: svn://10.0.0.236/trunk@60520 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:28:54 +00:00
pavlov%netscape.com
b3eb5c0605 fix for combo boxes not grabbing the mouse on linux (fixes bugs 7898 and 26273) r=waqar
git-svn-id: svn://10.0.0.236/trunk@60519 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:26:36 +00:00
vidur%netscape.com
740007824b Fix for crashes on mousedown in chromeless windows. Hyatt says that this is a PDT+ bug, though he couldn't get me the number. r=hyatt
git-svn-id: svn://10.0.0.236/trunk@60518 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:26:12 +00:00
alecf%netscape.com
95046dde83 remove old cruft that was adding to startup bloat
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@60517 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:25:24 +00:00
alecf%netscape.com
689bc6faad unloading stuff from my tree (no bug, but I said I would do this)
speed up Account Manager for beta1 by removing excess IFRAMEs and decks.
now load each page on demand, as well show individual server prefs instead of grouping them all together.
r=putterman


git-svn-id: svn://10.0.0.236/trunk@60516 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:23:49 +00:00
alecf%netscape.com
e0550c38f0 fix for #27397, remove duplicate ENTITY line
(no reviewer, too simple)


git-svn-id: svn://10.0.0.236/trunk@60515 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:22:31 +00:00
rogerl%netscape.com
55516c09bf r=brendan@mozilla.org
bug #26857
Fix for evaluating multi-part script prologs in advance.


git-svn-id: svn://10.0.0.236/trunk@60514 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:21:15 +00:00
rogerl%netscape.com
5433804427 r=brendan@mozilla.org
Prepare for new setter/getter syntax.


git-svn-id: svn://10.0.0.236/trunk@60513 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:19:33 +00:00
rogerl%netscape.com
c31ce73e9e r=mccabe
bug #22866
Support unicode line/paragraph separators.


git-svn-id: svn://10.0.0.236/trunk@60512 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:17:56 +00:00
chuang%netscape.com
8679e8199c Bug 22986 Address book sort is extremely slow, r=nhotta+bienvenu
git-svn-id: svn://10.0.0.236/trunk@60511 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:17:23 +00:00
rogerl%netscape.com
fb68bd916d r=norris
Deal with precendence warning whinings


git-svn-id: svn://10.0.0.236/trunk@60510 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:16:55 +00:00
cata%netscape.com
c316de4042 Menu label changed in DTD. r=none bug #27351
git-svn-id: svn://10.0.0.236/trunk@60509 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:13:24 +00:00
akkana%netscape.com
65219b8064 27431 -- avoid slew of printfs complaining about GetCharCode from KeyDown, and speed up xul key bindings. r=brade
git-svn-id: svn://10.0.0.236/trunk@60508 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:11:39 +00:00
sfraser%netscape.com
8a68249521 Fix for bug 27287 -- get Apple Events working again on Mac. r=scc
git-svn-id: svn://10.0.0.236/trunk@60507 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:10:43 +00:00
sfraser%netscape.com
21df59e482 Added new files for Apple Event support. r=scc
git-svn-id: svn://10.0.0.236/trunk@60506 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:08:23 +00:00
sfraser%netscape.com
ee90d08180 File Removed.
git-svn-id: svn://10.0.0.236/trunk@60505 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:08:02 +00:00
harishd%netscape.com
d5026b4536 21008 - Handling NOTAGS in HEAD.
r=vidur - For changes in content sink.


git-svn-id: svn://10.0.0.236/trunk@60504 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:07:12 +00:00
sfraser%netscape.com
67328d152e First Checked In.
git-svn-id: svn://10.0.0.236/trunk@60503 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:06:28 +00:00
harishd%netscape.com
9a2a38451a Fixed Bugs:
20087 - [PDT+] Fixed by synchronizing the stacks,
in parser and content sink when FORM behaved as a container.
25202 - Fixed a context-mismatch that was caused while
handling illegal contents in TABLE.
25658 - Tweaked CanOmit() to be a little picky on omitting
misplaced-content in TABLE.
24885 - Removed ADDRESS from being P tag's kid. ( per spec. )

r=pollmann

25880, 21008 - Handling NOTAGS in HEAD.
25749 - SOUND tag is now a non-container and can be
contained by flow-entities. ( per spec. )
22913 - Fixed by not allowing BLOCKQUOTE to be a child of
PRE ( as per spec. )

r=rickg
r=vidur - For changes in content sink.

Did some performace work in nsHTMLTokenizer and nsHTMLTokens.
GIST: Avoiding excessive use of ::strlen() and ::memcpy(). Limiting
RecordTrailingContent() usage.

r=nisheeth


git-svn-id: svn://10.0.0.236/trunk@60502 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:06:25 +00:00
akkana%netscape.com
e622d7e61f Fix problem in the output tests. r=rickg,a=leaf
git-svn-id: svn://10.0.0.236/trunk@60500 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 20:30:25 +00:00
rickg%netscape.com
85cc90a499 fixing tiny menu bug by backing out partial update to nsStr; r=none
git-svn-id: svn://10.0.0.236/trunk@60499 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 16:21:53 +00:00
brade%netscape.com
201e2ee92d *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@60498 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 15:51:34 +00:00