scc%mozilla.org
55650a35b3
fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms
2000-06-12 23:52:31 +00:00
evaughan%netscape.com
faff54055b
Fixes for tree on grid work. #30511
...
-r hyatt
2000-06-12 23:23:00 +00:00
cls%seawood.org
3485ce173b
Make the distclean target work as advertised. Bug #42167
2000-06-12 23:02:14 +00:00
waterson%netscape.com
e38d1052c0
Bug 38832. An ugly fix: force the <li> to be padded in quirks mode. r=buster
2000-06-11 22:48:05 +00:00
buster%netscape.com
5045e5fae7
fixed bug 41757
...
file also contains some debug only code (disabled), another bug fix (also disabled), the removal of
some obsolete code that was already #ifdef'd out, and a bunch of new comments
r=mjudge, waterson
2000-06-11 22:14:33 +00:00
scc%mozilla.org
7d08825730
don't try to extract characters from an empty string
2000-06-11 09:14:09 +00:00
buster%netscape.com
b550b66e2a
fixed bug 29854
...
r=waterson
2000-06-11 05:25:14 +00:00
rickg%netscape.com
c12a990ef8
update viewsource style rules; r=attinasi
2000-06-10 02:50:01 +00:00
scc%mozilla.org
f2a73baab6
fix bug=41584 (technically a work around, but it's twice as fast as the form it replaces, and is the right way to write this code in general),r=ben
2000-06-10 02:38:42 +00:00
jst%netscape.com
c81e705a3c
Fixing nsbeta2+ bug 41487, form controls with the same NAME and ID ended up in the form control list in the form element twice. r=nisheeth
2000-06-09 22:47:29 +00:00
mjudge%netscape.com
5d3a76913f
didnt implement selection. bug=34896. r=hyatt
2000-06-09 21:55:50 +00:00
jgaunt%netscape.com
b2017ba4b0
newlines to fix hpux bustage r=jdunn
2000-06-09 21:30:22 +00:00
mjudge%netscape.com
42b098a06e
cleaning up 34896 ender-lite with saari's review.
2000-06-09 21:13:03 +00:00
mjudge%netscape.com
94e33b349f
turning on ender-lite as per smfr's instructions. bug 34896.
2000-06-09 21:10:48 +00:00
akkana%netscape.com
a16b230ff3
34896: Fix ender lite build on Unix. r=mjudge
2000-06-09 20:50:24 +00:00
hyatt%netscape.com
0812b701de
Didn't mean to check in box object. backing out. bug#30511, r=pav
2000-06-09 09:28:37 +00:00
hyatt%netscape.com
ec25009f8b
Fix case error.
2000-06-09 09:28:08 +00:00
mjudge%netscape.com
a7b2a05404
turning on ender-lite. bug = 34896
2000-06-09 09:19:28 +00:00
mjudge%netscape.com
8559bc77c0
turning on ender-lite. bug=34896
2000-06-09 09:17:18 +00:00
hyatt%netscape.com
f2a37664c9
30511, r=pav
2000-06-09 09:15:43 +00:00
hyatt%netscape.com
de97a71ea3
Keyboard navigation and ensurevisible support for new tree widget. Bug#30511, r=pav
2000-06-09 09:13:37 +00:00
mjudge%netscape.com
57de694b1c
form elements now accept a nsIFormFrame instead of the implementation as the parameter to allow others that inheirit from nsIFormFrame to call "CanSubmit". bug=34896 ender-lite, r=hyatt
2000-06-09 07:16:20 +00:00
mjudge%netscape.com
471dacd351
new atop to tell what type the text frame is. for blocker to 34896
2000-06-09 05:15:58 +00:00
mjudge%netscape.com
749ec6bc58
too many copies for ender-lite. happening whenever people were setting selection progromatically. r=hyatt 34896
2000-06-09 05:14:19 +00:00
mjudge%netscape.com
8d02b96d90
not in build, bug 34896
2000-06-09 05:13:32 +00:00
mjudge%netscape.com
83ae7c1984
copy was copying too much on ender-lite. thiswill reduce the volume of autocopies to only copy when mouse ups are called. r=hyatt 34896
2000-06-09 05:11:12 +00:00
mjudge%netscape.com
a5bc4dbdf1
use of new api for caret un-drawing. r=hyatt
2000-06-09 05:07:42 +00:00
mjudge%netscape.com
92f73bb9d2
added new caret api implementation from new nsicaret api. EraseCaret. erase the caret without messing with visibility. forces a refresh of state to mDrawn=0; r=hyatt, bug = 34896
2000-06-09 04:22:20 +00:00
mjudge%netscape.com
debb599cd2
new caret api for erasing the caret. this is needed to simply clear the caret away without messing with visibility. r= hyatt. bug=34896
2000-06-09 04:21:02 +00:00
mjudge%netscape.com
8a8d03d573
fixing leak from earlier chekin. copied code, dont look at me. r=scc bug=34896
2000-06-09 04:19:09 +00:00
mjudge%netscape.com
08db683df0
fixing leaks! r=scc bug=34896
2000-06-09 04:16:50 +00:00
pinkerton%netscape.com
4b785dde9f
if cmd-key (meta) is down, open link in a new window r/a=waterson.
2000-06-09 02:56:21 +00:00
kmcclusk%netscape.com
48e80c6b35
Changed nsBulletFrame to set the dirty flag on the it's parent's first frame instead of itself when an Image is updated b=36703 r=buster@netscape.com tested on WINNT, Linux
2000-06-08 23:19:38 +00:00
jst%netscape.com
a8ed95eaaa
Fixing nsbeta2+ bugs 17351 and 33018, doing document.write(...) on a document in a newly opened window wasn't working properly, the written HTML was replaced by the URL given to window.open(), the fix is to cancel ongoing loads for the new window before starting to write to it. r=vidur
2000-06-08 22:51:06 +00:00
harishd%netscape.com
388f6f8b9d
40408 (nsbeta2+) - Check for nsresult in nsFragmentContentSink::AddLeaf().
...
The HTMLTag array was,erroneously,going out-of-bounds for XMP tag.
r=rickg
30617 (nsbeta2+) - Misplaced AREA tag should be informed with base target info.
r=vidur.
2000-06-08 21:32:09 +00:00
dcone%netscape.com
24697c622a
Update printing regression tests. r=McCluskey
2000-06-08 13:45:15 +00:00
anthonyd%netscape.com
ce5d77c147
warning fix for Linux, shadowed local variable
...
r: kin
2000-06-08 02:51:58 +00:00
attinasi%netscape.com
e03b5378b9
Fixed problem where anchors with no HREF were being styled like links in composer. b=31594 r=kmcclusk
2000-06-07 23:07:57 +00:00
attinasi%netscape.com
242fddb720
Fixed crash when a textarea control has fixed-backgrounfd attachment. b=40118 r=kmcclusk
2000-06-07 23:06:41 +00:00
attinasi%netscape.com
f5709fb8ec
Removed erroneous assertion: b=38768 r=dcone
2000-06-07 23:05:30 +00:00
attinasi%netscape.com
f7e1ee029a
Fixed crash due to ordering problem: b=38768 r=dcone
2000-06-07 23:04:45 +00:00
akkana%netscape.com
0fe6a06be9
40457: suppress extra XIF output for cases where the selection
...
doesn't intersect the range at all. r=jfrancis, a=beppe.
2000-06-07 22:58:39 +00:00
akkana%netscape.com
4d58187b46
40457: Add implementation for range methods to tell whether
...
a node or point intersects the range. r=jfrancis, a=beppe.
2000-06-07 22:57:36 +00:00
mjudge%netscape.com
0926517600
adding in null check since we dont ALWAYS use selection to output xif. this gets rid of an assertion that i found while fixing a regression 41814 r=donm a=donm ect
2000-06-07 22:46:11 +00:00
jdunn%netscape.com
f7e220ba8a
adding newline so that HP builds - because low profile, no reviewers
2000-06-07 14:55:56 +00:00
waterson%netscape.com
703b75540b
Bugs 35935, 34862, 41521. Make sure to make 'special' frames blocks inside of relatively-positioned inlines; be sure to destroy special siblings, and crawl to outermost 'normal' frame when reframing containing block; handle 'special' frames in StyleChangeReflow(). r=buster
2000-06-07 06:58:45 +00:00
waterson%netscape.com
5775889b15
Fix build bustage: inaky.gonzales missed these two cases some how.
2000-06-07 03:33:08 +00:00
pinkerton%netscape.com
f5a53e9a5f
fix for 31131. r=sfraser/pierre. No longer use a bounding box when the update region is non-rectangular. Makes mac scrolling and page loading much faster. Also crank down the mac scroll timer delays to better match the native scrollbars.
2000-06-07 02:06:53 +00:00
jst%netscape.com
703b2340ac
Fixing nsbeta2+ bug 30249, the problem was that the type of various attributes (in the DOM spec) on image elements was string and not number (long), this broke backwards compatibility with 4.x and also compatibility with IE. r=vidur
2000-06-07 01:23:55 +00:00
mjudge%netscape.com
60e591fabd
bug=34896 fixing reflow reason from nsFileControlFrame to send resize when resizing its input field. fixing mouseclick to not be so hardcoded so that the ender-lite text field still works for the "browse" button. a=beppe r=hyatt
2000-06-07 01:21:20 +00:00