ben%netscape.com
fd5548540a
fix for a bug with XBL binding attached event that was causing the event to be fired repeatedly.
...
code by hyatt, r=me
2000-08-03 07:17:10 +00:00
rods%netscape.com
92c1ebc132
The script notification happens before the radiobox gets a chance to change its value
...
so they must return the opposite value for themselves. They don't want to actually set their
values because the script could cancel. So the idea here is to let them know before the script
call that they should return their "future" value (the opposite of their current value)
b=42972 r=kmcclusk
2000-08-02 22:06:37 +00:00
ftang%netscape.com
511e6b5315
fix 45430. patch proposed by beard@netscape.com r=ftang a=ftang
...
fix memory leak
2000-08-02 05:08:15 +00:00
mjudge%netscape.com
b9689a5d76
*** empty log message ***
2000-08-02 02:39:10 +00:00
cmanske%netscape.com
ca24e6aca4
Fixed crashing bug 42195: Added method to nsIFrameSelection so frame can get limiting content node for parent node searches in text edit fields. r=mjudge
2000-08-02 01:47:55 +00:00
heikki%netscape.com
a21f2617ea
Bug 41599 browser crashes when executing function with certain name such as Click(). Fixed by stopping recursion. r=saari.
2000-08-01 21:40:38 +00:00
hyatt%netscape.com
9f82add1c2
Fix for 46849. r=pavlov
2000-08-01 21:39:28 +00:00
pinkerton%netscape.com
5b08e79e29
Fix for 39078, tooltips not disappearing on mouse clicks in button. when we get a mousedown, close the tooltip and cancel the timer. r=saari.
2000-08-01 01:05:58 +00:00
pinkerton%netscape.com
3b86c7cc6c
fix for 38359, link drags not firing if mouse was close to an edge. we need to fake out the ESM by setting |mCurrentTarget| to where the mouse went down so event.target is correct in JS. r=saari.
2000-08-01 00:35:23 +00:00
pavlov%netscape.com
592381ef95
fixing other people's build bustage bug 43826 r=bryner
2000-07-31 04:40:06 +00:00
ftang%netscape.com
9a8d1b7ef7
fix bug 5313. Change "acceptcharset" to "accept-charset" according to
...
HTML 4.0 section 17.13.4 r=nhotta a=ftang
2000-07-31 00:35:20 +00:00
rjc%netscape.com
330ae57a24
Small sorting fix. (Can't find bug #) r=me
2000-07-29 16:15:48 +00:00
hyatt%netscape.com
5998ea2de2
Patch to avoid observing the document so early. r=attinasi
2000-07-29 09:52:06 +00:00
anthonyd%netscape.com
940be572c5
bug fixes:
...
39529 - caret width not correct for single/muti line textfields, which relied on:
46445 - nsLookAndFeel needs to be a service.
r: mjudge@netscape.com , kin@netscape.com
a:beppe
2000-07-28 22:12:45 +00:00
heikki%netscape.com
e70fdaeb48
Bugs 38399, 40889. r=jst.
2000-07-28 21:49:42 +00:00
heikki%netscape.com
4df9edb205
Bugs 38399, 40889, 44211. Also fix two compiler warnings (mismatched signed/unsigned). r=jst (bug 44211 r=harishd).
2000-07-28 21:48:08 +00:00
attinasi%netscape.com
5b3ec0dcbb
Fixed bug 44396: LINK elements now act like links when they have generated content. b=44396 r=dbaron
2000-07-28 20:57:08 +00:00
attinasi%netscape.com
b9127374e1
Fixed bug 44199: fixed position background images were not being treated as fixed in all cases. b=44199 r=dbaron
2000-07-28 20:50:57 +00:00
hyatt%netscape.com
dccf9dcff0
Fix for 46129. r=waterson,attinasi,pierre
2000-07-28 09:36:51 +00:00
hyatt%netscape.com
7a4716d3f2
Fix for 46129. r=waterson,attinasi,pierre
2000-07-28 09:36:14 +00:00
hyatt%netscape.com
6cacaf80c3
Prevent thrashing for nodes that always have display: none in XUL (broadcasters, commands, keys), r=waterson
2000-07-28 06:40:27 +00:00
danm%netscape.com
92d0a3a892
shut down a selection's autoscroll timer in the selection's destructor. bug 43470. r=saari@netscape.com
2000-07-28 03:48:26 +00:00
hyatt%netscape.com
cd1abc962e
Fix for 43778. r=ben
2000-07-28 02:22:59 +00:00
harishd%netscape.com
d65b30ae01
Migrating beta2+ fix
...
----------------------------
45975 - Making sure that the stack position doesn't become negative.
Note: This is a HACK for beta2. The real fix will go in for beta3.
r=jst
a=nisheeth
2000-07-28 01:01:08 +00:00
attinasi%netscape.com
dece6a14f7
Trunk fix: bug 29061, where relative width value of '*' was getting 0 instead of 1. Simple fix, r=karnaze b=29061
2000-07-28 00:37:02 +00:00
hyatt%netscape.com
9f12a75d17
Fix for 41145. r=waterson
2000-07-28 00:35:02 +00:00
hyatt%netscape.com
e5be1850a1
Fix for 41145, r-waterson
2000-07-28 00:34:22 +00:00
dbaron%fas.harvard.edu
0d22e864e2
Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038
2000-07-27 23:37:44 +00:00
dbaron%fas.harvard.edu
a09c77e4d1
Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963
2000-07-27 23:17:53 +00:00
dbaron%fas.harvard.edu
a8ac67fd24
Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963
2000-07-27 23:11:02 +00:00
hyatt%netscape.com
b436781bbc
Fix to prevent crawling of template. Meant to check this earlier today
...
with the original approved template landing. r,a=waterson
2000-07-27 06:20:57 +00:00
rjc%netscape.com
2cd7fc48a5
Fix bug # 46211: handle insertion/sorting correctly with mixed static-dynamic content. r=waterson
2000-07-27 00:22:42 +00:00
hyatt%netscape.com
3a140ded51
Fixes to template builder for non-aggressive groveling. r=waterson,a=waterson
2000-07-26 23:56:02 +00:00
bienvenu%netscape.com
1a83ee0a8b
turn on warren and waterson's rdf optimization
2000-07-26 23:47:35 +00:00
mjudge%netscape.com
7317580268
46209 one of the last beta 2 blockers. adding ability to frames to tell if part of them is visible. idl change to allow nsISelectionController to give CheckVisibility. PresShell actually has the code for nsGfxTextControlFrame to call.
2000-07-26 11:31:12 +00:00
brendan%mozilla.org
b5ab3d86e3
Oops, nsXBLService implements two interfaces: nsIXBLService and nsIMemoryPressureObserver (r=dbaron@fas.harvard.edu).
2000-07-25 01:44:22 +00:00
attinasi%netscape.com
6764a7f2d3
Fixed the way the HTML element's background is handled. b=2285 r=dbaron
2000-07-24 22:51:41 +00:00
hyatt%netscape.com
398a91d272
Fix for bug #45951 . r=waterson.
2000-07-24 22:42:34 +00:00
mjudge%netscape.com
938dbdf044
awful regression of not copypasting from textareas! fixed.r=akkana,anthonyd
2000-07-22 01:11:49 +00:00
jst%netscape.com
40d98d5682
Fixing nsbeta2+ bug 45019, images didn't show up on document that were fully created with document.open(): document.write();... r=nisheet&rpotts
2000-07-21 23:44:38 +00:00
ftang%netscape.com
afd789602b
more fix for 39790 which we forget. change intl.charset.default to navigator.properties
...
r=nhotta/cata
2000-07-20 21:09:11 +00:00
brade%netscape.com
e9560f8f8b
check if events have been handled already before dispatching them; r=saari; bug #45390
2000-07-20 14:32:30 +00:00
jst%netscape.com
9724edaa51
Trivial change to cut down on the noice in bug reports by not returning internal errors back to JS, this fixes harmless, but annoying JS exceptions when mousing over chromeless windows. r=waterson.
2000-07-20 06:11:22 +00:00
pnunn%netscape.com
38ed05f47f
fix for bug#30852.(nsbeta2+). Image reloads not using necko reload attributes. pnunn.
...
rev:neeti; and tested on win/mac/linux.
2000-07-20 01:52:35 +00:00
mscott%netscape.com
93ed892b57
Bug #44397 --> quick fix to the bookmarks problem with create new profile, if the
...
url is about:blank then don't try to instantiate bookmarks just to get a charset!
i'm not sure this bookmarks code belongs here anyway. We'll file another bug to get it moved out.
r,a=waterson
2000-07-19 19:51:20 +00:00
warren%netscape.com
de3523d540
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2000-07-19 03:58:25 +00:00
valeski%netscape.com
175fa58cd9
45723. r=rpotts. webshell-docshell consolodation changes.
2000-07-18 23:13:07 +00:00
attinasi%netscape.com
b7d2737337
Checkin for timeless@bemail.org: Fixed rounding error making LARGER work for font sizes less than 9px. b=12461, r=attinasi@netscape.com,disttsc@bart.nl a=brendan@mozilla.org
2000-07-18 21:48:51 +00:00
hyatt%netscape.com
7fb4a72eab
Fix for 45248. r=saari
2000-07-17 23:55:25 +00:00
valeski%netscape.com
9403bfd9cd
updating a comment
2000-07-16 15:05:31 +00:00