hyatt%netscape.com
f97397b67c
Adding guards. Harmless.
2000-02-18 10:22:20 +00:00
hyatt%netscape.com
3a7e2648e5
fix for 27879, r=saari
2000-02-18 10:05:14 +00:00
hyatt%netscape.com
2e5b0f6667
Fix for bug #28334 . r=saari
2000-02-18 08:57:28 +00:00
hyatt%netscape.com
70ef052747
Fix for PDT+ bug #18595 . r=saari.
2000-02-18 08:05:56 +00:00
akkana%netscape.com
03e5ecde89
23336: Fix double middle-mouse paste problem. This is a temporary fix,
...
making the smallest possible change so as not to rock the beta1 boat.
I'll look at more sweeping fixes later. r=saari,a=leaf
2000-02-18 00:57:46 +00:00
bryner%uiuc.edu
a0bd56bc00
Set the event status to prevent us from receiving multiple mousewheel
...
events on Win32. Fixes bug 24083. r=saari,pinkerton. a=chofmann.
2000-02-17 23:52:45 +00:00
jdunn%netscape.com
080142580c
Fix problem with NS_IF_ADDREF on member variables inside of const
...
member functions. This includes removing all references to
NS_DEF_PTR and the including of nsIPtr.h
r=troy@netscape.com ,dougt@netscape.com,scc@netscape.com
# 28114
a=chofmann@netscape.com
2000-02-17 23:19:18 +00:00
evaughan%netscape.com
b9c4dd1efc
Fixed application freeze when turning off XUL box debugging from preferences.
...
-r pinkerton a- jar
2000-02-17 04:10:02 +00:00
troy%netscape.com
96857ad3ab
b=27056 a=jar@netscape.com r=troy@netscape.com Change made by Vidur.
...
Avoid notifications in the middle of a table row
2000-02-16 23:43:59 +00:00
evaughan%netscape.com
98e1be9a20
added files: mozilla/layout/xul/base/src/nsXULTextFrame.cpp
2000-02-16 23:05:34 +00:00
evaughan%netscape.com
c7ba739a87
Box performance fix.
...
-r jevering
2000-02-16 23:00:52 +00:00
dp%netscape.com
0d7c00e429
Protecting shutdown with mInitialized. regxpcom will cause shutdown to
...
happen without mInitialized and without this incorrect shutdown to
happen. r=vidur r=rjc
2000-02-16 07:42:00 +00:00
joki%netscape.com
c564b74577
Fixes for bug 9544, 9552, 9558, 9561, and 13309. event handler 4x compat. and capture/bubble fixes. r:pollmann
2000-02-16 06:59:07 +00:00
attinasi%netscape.com
3a072761b8
Made external stylesheets load synchronously, always. Controlled by a define in case we want to re-enable asynch external stylesheets later. r=pierre,troy b=17309
2000-02-16 06:50:39 +00:00
alecf%netscape.com
0526e07dee
add debug_hyatt around this printf so I don't get it constantly
2000-02-16 06:26:41 +00:00
rods%netscape.com
0d70f918f6
ifdef'ing out a badly formed optimization for incremental reflow.
...
r=buster b=24798
2000-02-16 05:20:21 +00:00
rods%netscape.com
1a371ab14b
removing unused varible to remove warning
...
r=self
2000-02-16 05:17:59 +00:00
buster%netscape.com
4539431ae8
bug 24411
...
r=troy
changed the frame constructor call for <form> to pass 0 as the flags arg.
2000-02-16 05:09:57 +00:00
buster%netscape.com
72482e5f58
bug 27927
...
r=troy
2000-02-16 04:11:37 +00:00
joki%netscape.com
2919db4ef3
Fix for bug 9140, prevent recursion of mouseover/out events. r:vidur
2000-02-16 03:52:45 +00:00
mscott%netscape.com
d167d60ce2
Bug #19499 --> remove some obsolete code involving mailto
...
urls. we can handle mailto urls just fine now. this was giving us problems if you moused over or
clicked on a http/file url that had the word "mailto" in it.
r=vidur
2000-02-16 03:28:40 +00:00
attinasi%netscape.com
91f9e59318
ReResolveStyleContext now checks for the case where a background image is no longer used, in which case it stops the load for the frame. r=buster,pierre b=27042
2000-02-16 02:49:01 +00:00
vidur%netscape.com
f2e50f5059
Fix for bug 9844. Implemented offsetTop/Left/Width/Height/Parent for HTML content.r=pollmann
2000-02-16 02:25:07 +00:00
karnaze%netscape.com
46d05dbae2
new regression test not affecting the build.
2000-02-16 01:53:20 +00:00
av%netscape.com
31d1739ac9
Added check for null pointer to avoid possible crashes, could be reason for 27558
2000-02-16 01:49:42 +00:00
sfraser%netscape.com
e161e86e05
Fix command updating for GFX text widgets. for bug 18395. r=pinkerton
2000-02-16 01:41:59 +00:00
sfraser%netscape.com
a4e6c94818
Call the new Init() method on nsIEditorController for bug 18395. r=pinkerton
2000-02-16 01:41:17 +00:00
sfraser%netscape.com
5491ddfa58
Fix the document viewer command updating, give it a selection listener etc, so that commands get updated at the right time. for bug 18395. r=pinkerton
2000-02-16 01:39:30 +00:00
pierre%netscape.com
731ac166e2
Bug 24390 "html:input styles in global.css are ignored". In SelectorMatches(), make string comparisons case-insensitive for HTML content.
2000-02-16 01:09:36 +00:00
karnaze%netscape.com
c75793821e
bug 7112, PDT+ 1802 - added custom style rule to handle <th> text alignment. Other text alignment changes. r=attinasi
2000-02-16 01:08:54 +00:00
buster%netscape.com
a536a762d8
bug 22853
...
absolute containing block was not checking frame bit, so sometimes contained block would not get an initial reflow
2000-02-16 01:05:38 +00:00
buster%netscape.com
5665393ec2
continuing work on bug 25510
...
r=troy
2000-02-16 00:50:06 +00:00
karnaze%netscape.com
ece80cce7e
new regression tests not affecting the build
2000-02-16 00:36:29 +00:00
pinkerton%netscape.com
a8b19232af
fix for 27858. pass the correct "dont resize view" flags to reflow. r=hyatt.
2000-02-16 00:23:41 +00:00
rods%netscape.com
e0e813fecd
radio button now remembers state, and in standard mode it will always select
...
the first item. It will also perform rradiobutton behavior when the frame are hidden (no existent)
b=27063 r=kmcclusk
2000-02-15 23:02:55 +00:00
rods%netscape.com
2ab7d2fccc
setting flush flag to false, so it doesn't flush everytime an item is added
...
r=vidur b=27498
2000-02-15 22:45:26 +00:00
nisheeth%netscape.com
fa0d00d0b4
r=harishd. Fix for bug 27507. Removed a bogus assert.
2000-02-15 22:03:05 +00:00
pollmann%netscape.com
eefd0eb663
Bug 27327: Input::SetAttribute('value') now updates content model, r=buster
2000-02-15 21:56:04 +00:00
bryner%uiuc.edu
cf40b1e2cf
Fix mousewheel scrolling in trees. r=hyatt@netscape.com.
2000-02-15 21:21:10 +00:00
karnaze%netscape.com
0f3c55f1ad
new regression test not affecting the build.
2000-02-15 17:56:09 +00:00
jst%citec.fi
d73ba55650
Fix for blocker 27811. a=granrose
2000-02-15 17:14:59 +00:00
rods%netscape.com
e1b0cf791c
added method
...
b 21945 r=pollmann
2000-02-15 15:57:13 +00:00
rods%netscape.com
a79f8b1378
Border left and right was being added to an unconstrained size
...
b 21945 r=troy
2000-02-15 15:10:23 +00:00
rods%netscape.com
0eee3592f9
They now cache their state properly in the PresState
...
b 27063 r=kmmclusk
2000-02-15 15:05:56 +00:00
rods%netscape.com
1acec82129
They now cache their state properly in the PresState
...
b 21945 r=pollmann
2000-02-15 15:04:38 +00:00
hyatt%netscape.com
6359374cc8
Converting trees to XBL. Boosts tree scrolling performance.
2000-02-15 09:28:28 +00:00
ftang%netscape.com
189f468495
fix 22203. r=cata/jbetak do not call the reload but set the parser charset directly if auto detect happen in the first block.
2000-02-15 09:15:18 +00:00
pinkerton%netscape.com
7e2173a9dd
oops, checked in too much code, so removing it along with some #if 0's. r=saari.
2000-02-15 08:46:19 +00:00
pinkerton%netscape.com
a18c68d6f7
fixing warnings. r=saari.
2000-02-15 08:44:43 +00:00
pinkerton%netscape.com
15c85ef5ee
removed obsolete (and ifdef'd out) d&d test code. r=saari.
2000-02-15 07:13:21 +00:00