bryner%uiuc.edu
fe6a1a9d79
Views aren't refcounted! r=dbaron, sr=hyatt.
2001-05-19 04:40:01 +00:00
peterv%netscape.com
d8dc78eb98
Fix for bug 7515 (load stylesheets inserted dynamically through the DOM). r=heikki, harishd. sr=jst.
2001-05-19 02:59:15 +00:00
karnaze%netscape.com
941dbfa0ef
bug 64645 - process children of <object> during frame construction and reflow child if alternate is needed. sr=attinasi, r=peterl
2001-05-19 02:45:21 +00:00
mstoltz%netscape.com
8c0cd58b30
Re-checking-in my fix for 47905, which was backed out last night because of a bug in some other code that was checked in along with it. This checkin was not causing the crasher and is unchanged. See earlier checkin comment - in short, this adds same-origin to XMLHttpRequest and cleans up some function calls in caps, removes some unnecessary parameters. r=vidur, sr=jst.
2001-05-19 00:33:51 +00:00
jst%netscape.com
6ed212a6b2
Checking in support for onload handlers for frame and iframe elements, and fixing .ownerDocument of orphan elements, fixes bug 60173, and also fixes part of bug 27382. r=pollmann@netscape.com, sr=vidur@netscape.com
2001-05-19 00:17:01 +00:00
joki%netscape.com
498c575a6b
Fix for 77321, don't fire resize event at initial page load. r:vidur,sr:jst
2001-05-18 23:42:54 +00:00
dbaron%fas.harvard.edu
6cb221a947
Fix typo that was causing some blocks within tables (and also some resize cases without tables) to be too wide. b=77920 r=waterson sr=attinasi
2001-05-18 23:14:36 +00:00
dbaron%fas.harvard.edu
60b2f736c0
Simplify implementation of quirk for DD not in DL using :not() to improve performance (since we handle |content: ""| differently from the default). b=77954 r=hixie sr=waterson
2001-05-18 23:09:54 +00:00
vidur%netscape.com
a064dd059f
Partial fix for bug 78976. Rather than dropping events that are targeted at the canvas frame, we pass them down to the first frame child. r=joki, sr=jst.
2001-05-18 23:08:00 +00:00
mjudge%netscape.com
9499fd2df2
fixing bad check in tablecellselection. wouldnt work if only 1 char in a text node was selected. bug=68641 r=ftang, sr=hyatt. simple fix..
2001-05-18 23:07:54 +00:00
waterson%netscape.com
409a4db4f2
Add new tests to cover regressions I'd caused earlier with bug 43914. Not part of the build.
2001-05-18 22:26:07 +00:00
waterson%netscape.com
38ef253e65
Remove errant line in script. Not part of the build.
2001-05-18 22:18:18 +00:00
ftang%netscape.com
2924f5e7ab
fix 79653. check in for simon@softel.co.il
...
r=ftang sr=attanasi
remove unnecessary code in IBMBIDI due to previous check in
2001-05-18 20:33:08 +00:00
dbaron%fas.harvard.edu
e7c709c283
Fix double-addref leak of pres shell. (Leaking the pres shell without leaking the doc viewer causes us to leak the frame tree while deleting the view tree, which causes crashes after leaving pages with animated images. Fix for that problem coming soon.) b=80203 r=sspitzer sr=ben
2001-05-18 11:36:54 +00:00
rbs%maths.uq.edu.au
9e5fcf8552
Optimize the reflow of multiple break-after lines (e.g., avoid to unnecessarily reflow clean lines during plaintext editing in mailcompose or textarea). This is an iteration on waterson's earlier patch. b=43914 r=waterson sr=sfraser
2001-05-18 07:00:46 +00:00
mkaply%us.ibm.com
1b0b069451
No bug - remove printfs
2001-05-18 02:43:25 +00:00
evaughan%netscape.com
d9378cb8f0
Fix for bug #80902
...
-r jeff@tcbnetworks.com -sr waterson
Fix for bug #80505
-r aaronl, jgaunt -sr brendan
2001-05-17 23:52:32 +00:00
karnaze%netscape.com
ea686d7396
bug 62811 - ensure that <form>s are always display:block, sr=attinasi, r=pollmann
2001-05-17 23:15:22 +00:00
dcone%netscape.com
326e1f50aa
b=71976 r=rods sr=attinasi. Don't compare the url with title, especially since its been destroyed.
2001-05-17 20:54:05 +00:00
pinkerton%netscape.com
0b03ce7cda
add support for context menu key. use focussed element as the target, not the mouse coordinates. r=roc,dean_tessman@hotmail.com/sr=hyatt. bug#74410, 36665.
2001-05-17 18:37:50 +00:00
karnaze%netscape.com
9b29d03daf
bug 74731 - remove extraneous cols at end of cell map rows, keep table cols and cell map cols in synch. sr=attinasi, r=cmanske
2001-05-17 12:40:27 +00:00
dbaron%fas.harvard.edu
7fefd4613b
Fix typo so that one can run a regression test baseline. sr=waterson
2001-05-17 01:14:29 +00:00
waterson%netscape.com
9cba9e4be5
Bug 81118. Back out changes to bug 43914, which regressed jrgm's tests.
2001-05-16 15:51:17 +00:00
bernd.mielke%snafu.de
441adab325
encapsulate printf's in BasicTableLayoutStrategy.cpp
...
bug 78770 r= karnaze sr = atttinasi
2001-05-16 14:56:09 +00:00
ftang%netscape.com
5938ccae19
fix bug 80552 r=ftang r/sr=jst
...
check in for simon@softel.co.il
change BidiEnable to GetBidiEnable
2001-05-16 13:40:08 +00:00
ftang%netscape.com
30057b4224
fix UMR in GetPosition for bug 81078
...
check in for simon@softel.co.il
r/sr=kin@netscape.com , ftang@netscape.com
check array boundary before accessing the content array
2001-05-16 13:36:36 +00:00
ftang%netscape.com
c1c716bc4d
fix bug 80793.
...
check bidi frame before we call next sibling
check in for simon@softel.co.il
r/sr=kin
2001-05-16 13:17:40 +00:00
ftang%netscape.com
6ffc96481f
fix 76003. fix bidi rendering context state corrupting
...
check in for simon@softel.co.il
r=dbaron@fas.harvard.edu
sr=kin@netscape.com
2001-05-16 12:18:19 +00:00
axel%pike.org
7b14605df5
moving nsOutlinerSelection from nsISecurityCheckedComponent to class info, r=mstoltz, sr=jst, bug 80907
2001-05-16 08:13:12 +00:00
dr%netscape.com
76f60f6c69
fix for 46287 (<frame scrolling=no> breaks window.scroll and html anchors). r=evaughan, sr=hyatt
2001-05-16 05:30:24 +00:00
peterlubczynski%netscape.com
52a3f26b3d
Fix for lost focus for plugins on mac bug 78846 sr=attinasi r=dcone
2001-05-16 03:46:56 +00:00
peterlubczynski%netscape.com
596df47d91
Fix for plugins not resizing correctly in XUL. r=peterl sr=attinasi patch by kens@activestate.com bug 77234
2001-05-16 02:24:33 +00:00
mstoltz%netscape.com
f9c13993e0
Fixing bug 78831 - treat chrome and resource URLs the same in the
...
URL loading check and give them access to each other. r=pavlov,
sr=brendan. This allows us to turn on the fix (already reviewed)
for 69070.
2001-05-15 22:47:21 +00:00
harishd%netscape.com
1a5a83dc13
75641 - Fixing MLK caused by unclosed FONT tags ( penguin.html )
...
r=heikki sr=waterson
77352 - Making sure that the heading tags' size takes precedence over
residual style tags' size info.
r=pollmann sr=attinasi
57248 - Moved attribute entity parsing to the parser land.
r=heikki sr=jst.
2001-05-15 22:32:26 +00:00
bryner%uiuc.edu
b1fd88de8e
Bug 80543 -- outliner RowCountChanged behaving incorrectly on row removal. r=sspitzer, sr=hyatt.
2001-05-15 19:44:23 +00:00
waterson%netscape.com
20c443bc4a
Bug 43914. Don't force-dirty line after break-after; be sure to dirty lines containing a modified frame's continuation. Should improve typing performance. r=dbaron, sr=attinasi
2001-05-15 19:09:41 +00:00
ftang%netscape.com
ea833bd9ce
fix port bustage
2001-05-15 14:34:23 +00:00
ftang%netscape.com
0832fa6938
fix and check in 77252 for simon@softel.co.il
...
r=ftang sr=blizzard
2001-05-15 12:29:10 +00:00
ftang%netscape.com
ee300ce9bf
temp fix bug 80352 untill simon@softel.co.il come out the real fix
...
We cannot pass in PR_TRUE to force reflow here. Otherwise, we will incrase stylechange reflow right after
we visit a link from a page which have frameset or iframe
r/sr=vidur sr=jst
2001-05-15 12:13:57 +00:00
ftang%netscape.com
50996b210a
fix bug 80166. check in for simon@softe.co.il
...
r=ftang sr=blizzard
2001-05-15 12:07:30 +00:00
ftang%netscape.com
70513680b1
fix 80163. check in for simon@softel.co.il
...
r=ftang
sr=blizzard@mozilla.org
2001-05-15 12:04:34 +00:00
ftang%netscape.com
d63514cc5e
fix bug 71358. add IBMBIDI logic for Arabic/Hebrew
...
check in for simon@softel.co.il
r/sr=hyatt
r=ftang
2001-05-15 11:58:40 +00:00
ftang%netscape.com
fdfd99773b
fix bug 71358. Use xpcom pointer and do right thing for ref count
...
r/sr=hyatt
2001-05-15 11:57:22 +00:00
jst%netscape.com
892417cdfb
Checking in Boris Zbarsky's (bzbarsky@mit.edu) fix for bug 79818, making more CSSRules implement DOM interfaces. r=bryner, sr=jst
2001-05-15 08:26:13 +00:00
glazman%netscape.com
7939bfee97
nsDOMCSSDeclaration::GetCssText not implemented; b=79722, r=harishd, sr=jst
2001-05-15 08:25:03 +00:00
timeless%mac.com
1466f58289
Bugzilla Bug 80634 Program received signal SIGSEGV, Segmentation fault.
...
Bullet-proofing patch + ASSERT. rs=shaver
2001-05-15 03:12:08 +00:00
nhotta%netscape.com
20fa7b8f0f
Chagned nsFrameImageLoader::Init to use ToNewUTF8String instead of ToNewCString
...
in order to avoid data loss for non ASCII data, bug 61132, r=ftang, sr=attinasi.
2001-05-15 03:04:23 +00:00
nhotta%netscape.com
f023e39b47
Changed to make string as array so sizeof returns number of characters instead of a size of a pointer,
...
this fixes a wrong offset problem for parsing charset, bug 80114, r=attinasi, sr=blizzard.
2001-05-15 03:03:19 +00:00
joki%netscape.com
4984fc106b
Fix for 80746, fix smoketest blocker by backing out 61336 fix. r:harishd
2001-05-14 18:54:06 +00:00
karnaze%netscape.com
4425ff2329
bug 78291 - disable processing the dummy layout request during special table reflow command cancel, sr=attinasi
2001-05-14 14:37:13 +00:00
karnaze%netscape.com
2f821884d3
bug 55202 - honor height of cell, sr=attinasi, r=bernd.mielke@snafu.de
2001-05-14 14:28:00 +00:00
rods%netscape.com
2f3b8a65aa
change the default to be 20 when a "null" size is specified
...
Bug 73575 r=kmcclusk, sr=attinasi
2001-05-14 13:50:35 +00:00
glazman%netscape.com
73eec2d7f9
ViewCSS.getComputedStyle() returns empty list; b=62697, r=peterv, sr=jst
2001-05-14 11:23:53 +00:00
darin%netscape.com
526072cca4
Fixes blocker bug 80424 "post regression" r=pavlov, sr=jst
2001-05-14 10:20:11 +00:00
cls%seawood.org
f6348377f7
Update our intermodule dependencies list.
...
Fixing senna tinderbox bustage.
2001-05-14 09:55:00 +00:00
joki%netscape.com
8244142e1c
Fix 61336, call onchange event for changes made by scripts. sr:jst, r:pollmann
2001-05-14 01:57:33 +00:00
varga%utcru.sk
bc73b4285d
Fix for 72368, 79729. Thread lines are crooked, drawing past column edge and not lined up with parent images.
2001-05-13 07:29:07 +00:00
bryner%uiuc.edu
c56ada9174
Bug 71770 -- hide the outliner scrollbar when it's not needed. r=blake, sr=hyatt.
2001-05-13 05:30:46 +00:00
jst%netscape.com
4cc24ec4a2
Fixing MathML build bustage caused by the XPCDOM landing, patch from daa@distributed.net (David Avery), sr=me.
2001-05-12 23:35:42 +00:00
dr%netscape.com
eb15974ac3
fix typo, compiler warning. r=daa@distributed.net
2001-05-12 20:14:23 +00:00
ducarroz%netscape.com
bcd02a6294
Fix for bug 78445. Need to addref ourself to avoid potential self destruction while processing the onload event. R=sspitzer, SR=hyatt
2001-05-12 17:40:12 +00:00
locka%iol.ie
f423c1c8d0
Fix window.print crash when called early during page loading. b=66934 r=pollmann@netscape.com sr=jst@netscape.com
2001-05-12 15:52:06 +00:00
peterv%netscape.com
bca11b5ad0
Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst.
2001-05-12 12:47:41 +00:00
hyatt%netscape.com
f5c5ee63c6
Fix for 78725. r=pink, sr=ben
2001-05-12 08:32:18 +00:00
nisheeth%netscape.com
72b5275077
Fix OS/2 build bustage from fix to bug 29171.
2001-05-12 07:12:33 +00:00
dr%netscape.com
4923905f33
fixing windows bustage
2001-05-12 06:07:15 +00:00
dr%netscape.com
ab4138e3ba
fix for 60584 (page keeps jumping to the bottom) and maybe also 73725 (content area flashes/jitters when typing in textarea). r=evaughan, pollman, sr=jst
2001-05-12 05:16:53 +00:00
nisheeth%netscape.com
debd64da49
r=heikki. sr=jst. Fix for bug 29171. Create HTML unknown element for non-lowercased elements that are in the XHTML namespace.
2001-05-12 05:10:48 +00:00
evaughan%netscape.com
94198ed5d8
Landing accessibility
...
-r aarol, jgaunt
-sr brendan
2001-05-11 21:11:38 +00:00
darin%netscape.com
b26d5adb54
Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann
2001-05-11 21:05:08 +00:00
mjudge%netscape.com
9cb20c1f7d
reverting method for getting selection controller. this WAS to stop selection from snapping from outer document to inside the text field. unfortunately this caused a regression with copying. r= kin a= leaf
2001-05-11 18:51:43 +00:00
kin%netscape.com
ab0e977a52
Fix non-debug build bustage.
2001-05-11 15:19:28 +00:00
attinasi%netscape.com
b696e7f9a5
Fixes crash deleting legend frame. r=rods sr=waterson b=70648
2001-05-11 14:26:04 +00:00
brade%netscape.com
50a1c5a282
rename GetScrollView to GetScrollableView to match Set; bug #65124
2001-05-11 13:25:38 +00:00
brade%netscape.com
cbc456fb1d
fill in the scrolling methods; add GetScrollableView; bug #65124
2001-05-11 13:24:43 +00:00
brade%netscape.com
fc0f0c61c8
add GetScrollableView; bug #65124
2001-05-11 13:24:28 +00:00
mkaply%us.ibm.com
b96a7af920
senna REQUIRES bustage
2001-05-11 13:09:28 +00:00
mkaply%us.ibm.com
996855da28
senna REQUIRES bustage
2001-05-11 11:55:38 +00:00
mjudge%netscape.com
62aec426fa
62971 sr= hyatt r=kin/waterson fix for changing how we find the line given an event point
...
this will now do a binary search muuuch faster worst case than before
2001-05-11 08:04:29 +00:00
mjudge%netscape.com
6f570c3a64
46811 sr= kin r= cmanske
2001-05-11 08:01:40 +00:00
anthonyd%netscape.com
77d91686d8
rechecking in fix for 59005
...
r=rods
sr=kin
2001-05-11 02:33:50 +00:00
anthonyd%netscape.com
cbd59ba530
rechecking in bug fix for 59005
...
r=rods
sr=kin
2001-05-11 02:32:31 +00:00
pinkerton%netscape.com
e7d8d7e91e
don't use rint. fix bustage.
2001-05-11 02:26:05 +00:00
waterson%netscape.com
37b090af98
Bug 62589. Remove ad hoc timers from layout regression page cycler, collection regression data 200msec after page load has completed. Fix some bustage on framesets that happened when landing the new embed APIs. Fix Win32 harness to set XPCOM_DEBUG_BREAK=warn. r=karnaze,rpotts; sr=attinasi
2001-05-11 02:17:35 +00:00
pinkerton%netscape.com
23936658d1
implement outliner drag/drop. r=ben/sr=hyatt. bugs 75404 and 74831.
2001-05-11 01:51:04 +00:00
danm%netscape.com
e039daddd4
adjust for possible rounding in intrinsic window sizing calculation. bugs 68352,77639, probably others. r=brendan,hyatt
2001-05-11 00:47:38 +00:00
mkaply%us.ibm.com
c136fc58fc
Fix most senna REQUIRES bustage
...
We don't need to include nsIUBidiUtils.h in nsIPresContext.h
Also saves tons of interdependency between components
Also removing IBM spam while I'm here
2001-05-10 22:05:38 +00:00
dcone%netscape.com
a81e76f9b1
bug 79477 r=kmmclusk sr=attinasi
2001-05-10 14:19:58 +00:00
bernd.mielke%snafu.de
d4a123483c
remove non local access from table testcases. bug 78537, r=karnaze
...
not part of the build
2001-05-10 05:59:05 +00:00
bernd.mielke%snafu.de
42083e63c1
remove non local access from table testcases. bug 78537 r=karnaze
...
not part of the build
2001-05-10 05:54:15 +00:00
dr%netscape.com
2d2e67c3fa
fix for 78010 (implement nsIClipboardHelper). r=pavlov, pinkerton, hewitt, sr=hyatt
2001-05-10 02:35:00 +00:00
ftang%netscape.com
c872c09c83
fix 75982 to prepare bidi landing
...
r=leaf sr=erik
check in for erik@netscape.com
2001-05-09 11:20:46 +00:00
rbs%maths.uq.edu.au
8887badac5
Approximate the leading with 0.2em since uisng nsIFontMetrics::GetLeading() gives unreliable results on suspicious fonts
2001-05-09 04:50:34 +00:00
harishd%netscape.com
50404b6290
77746 - Remove style from the style stack on encountering the appropritate end tag.
...
78202 - Added text-decoration property for GetComputedStyle.
26347 - Anchor ( special element ) should be able to close phrasel elements
78140 - Putting back list-style-image support for getComputedStyle that got removed accidently.
r=heikki
sr=jst
2001-05-09 03:29:09 +00:00
bryner%uiuc.edu
55279c8fcb
Fixing bustage resulting from linking with libjsdom. r=shaver.
2001-05-08 19:48:55 +00:00
dbaron%fas.harvard.edu
32c43cb5ef
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES.
2001-05-08 19:19:03 +00:00
jst%netscape.com
ea706038cf
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
jst%netscape.com
f7460d0269
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 16:46:42 +00:00
mkaply%us.ibm.com
bbb16707b2
#78728
...
r=pierre, sr=waterson
Change bool/true/false cases to PRBool/PR_TRUE/PR_FALSE
2001-05-08 14:19:01 +00:00
rbs%maths.uq.edu.au
5f2388d3f9
Typographical changes
2001-05-08 08:36:02 +00:00
rbs%maths.uq.edu.au
3a003c2b87
Correct stretchy metadata
2001-05-08 08:34:13 +00:00
ftang%netscape.com
9501179328
fix #ifdef IBMBID bustage
...
change other.mUnicodeBidi to other->mUnicodeBidi
r=noone sr=onone
2001-05-08 08:13:12 +00:00
bnesse%netscape.com
fe37cea912
Fix for broken color preferences. bug 77828. r=sfraser, sr=alecf.
2001-05-08 01:40:09 +00:00
arik%netscape.com
48c7f5579c
Added an AttributeChanged function to nsXULTreeFrame so that you can dynamically set the row count. Fixed bug 59511, r=danm, sr=hyatt.
2001-05-06 01:08:20 +00:00
waterson%netscape.com
8537458995
Bug 78941. Null-check to handle view giving back a null selection. r=varga@utcru.sk, sr=hyatt
2001-05-06 00:02:27 +00:00
attinasi%netscape.com
d77ce7e88b
Fix for regression that prevented listboxes inside of inline containers from showing up. b=69785 r=kmcclusk sr=roc+moz
2001-05-04 21:25:58 +00:00
glazman%netscape.com
86e10e9db0
getComputedStyle was not implemented for text-align property; b=78709, r=harishd, sr=hyatt
2001-05-04 11:30:34 +00:00
pavlov%netscape.com
f66fe26096
fixing bug 78015 and removing some old imagelib code r=saari sr=hyatt
2001-05-04 06:29:59 +00:00
joki%netscape.com
61d66026c7
Fix for 77362, null check of global window before firing resize to it. sr:bienvenu, r:jst
2001-05-04 03:04:40 +00:00
pierre%netscape.com
74ffb14bf7
Fixed bloat metrics: added MOZ_COUNT_CTOR/MOZ_COUNT_DTOR to the style blobs.
2001-05-04 02:22:41 +00:00
mjudge%netscape.com
a326b58572
changing table cell selection to use borders. sr=waterson r= kin 26831
2001-05-03 23:59:55 +00:00
mjudge%netscape.com
eb8e69ab3e
sr= waterson r= kin bug 26831 table cell selection changed to use borders not background.
2001-05-03 23:57:08 +00:00
timeless%mac.com
1d6d2167b1
Bugzilla Bug 77080 Show application/x-javascript in browser window instead of trying to download
...
fix by bzbarsky@mit.edu , r=harishd, sr=jst
2001-05-03 22:28:44 +00:00
dcone%netscape.com
411c36ec1c
Added a parameter to regression testing output. sr=waterson r=karnaze b=78523
2001-05-03 21:20:35 +00:00
jdunn%netscape.com
3866ca5116
Fixing tinderbox bustage
...
fixing per pierre's suggested patch on the n.p.m.b
r=pierre@netscape.com ,jdunn@netscape.com
2001-05-03 20:37:06 +00:00
waterson%netscape.com
7567c5e94d
Bug 76727. Remove redundancy from BRS_ISINLINEINCRREFLOW optimization; take advantage of existing control flow. Also, correct misc misspelling. r=rbs@maths.uq.edu.au; sr=attinasi@netscape.com
2001-05-03 20:11:50 +00:00
mkaply%us.ibm.com
d55543cda7
OS/2 TB break - forgot a false
2001-05-03 18:05:27 +00:00
mkaply%us.ibm.com
b4b92d9caf
OS/2 TB break - need to change true to PR_TRUE and false to PR_FALSE
2001-05-03 16:09:42 +00:00
pierre%netscape.com
8c7ba4bba1
Changed 2 stray |bool|s to |PRBool| to make OS/2 happy. Thanks to dbaron.
2001-05-03 15:40:05 +00:00
pierre%netscape.com
f879af80a7
attempt to make unix compilers happy
2001-05-03 14:08:50 +00:00
pierre%netscape.com
08aac85e54
43457: change the mutable style context APIs, disable style context sharing, implement style data sharing. r=waterson.
2001-05-03 13:20:48 +00:00
hyatt%netscape.com
bde85cdf76
Fix crashing in SetView.
2001-05-03 07:53:13 +00:00
pierre%netscape.com
45e5ab78ac
78541 Typos in nsCSSStyleRule.cpp. Fix by sfraser, r=valeski.
2001-05-03 07:39:57 +00:00
hyatt%netscape.com
7189f027ca
Missed a file.
2001-05-03 02:39:36 +00:00
hyatt%netscape.com
5fd5b52098
Fix for 800K leaks on tinderbox. Fix for broken printing. Both bugs r=danm, sr=hewitt
2001-05-03 01:41:10 +00:00
waterson%netscape.com
d18fab4f90
Bug 78055. Remove vestigial content construction code. r=mjudge, sr=attinasi.
2001-05-02 22:26:33 +00:00
erik%netscape.com
6bbe0d4deb
bug 74587; author=simon@softel.co.il; r=attinasi; sr=erik; fix for a
...
crasher in IBMBIDI-ifdeffed code for bidi documents
2001-05-02 22:13:29 +00:00
pierre%netscape.com
5d218e63a6
30971 cursor: auto does not work. r=attinasi
2001-05-02 11:03:03 +00:00
pierre%netscape.com
c5bc44cb82
14448 'border' property not resetting 'border-color' to initial value. tested=dbaron/hixie
2001-05-02 10:58:45 +00:00
pierre%netscape.com
2ae03292f4
74773 UMR in AccumulateCRC(). r=attinasi
2001-05-02 10:55:08 +00:00
pierre%netscape.com
b0fcb3608c
62304 [CASCADE] Can't style form controls. r=attinasi, a=hyatt, sr=the man formerly known as buster.
2001-05-02 10:45:07 +00:00
pierre%netscape.com
e9070a9f0a
14448 'border' property not resetting 'border-color' to initial value. tested=dbaron/hixie
2001-05-02 10:31:31 +00:00
pierre%netscape.com
8585a14bb1
66190 External style sheet with unrecognized charset is ignored / 63502 Content-Style-Type don't ignore parameters. r=attinasi/glazman
2001-05-02 10:24:33 +00:00
rbs%maths.uq.edu.au
bce1ab71b4
Restore default fixed-font that was inadvertently changed b=76531
2001-05-02 07:40:37 +00:00
rbs%maths.uq.edu.au
651dbbfef2
Fix bug 76567 (load viewsource.css on demand rather than at startup). Patch mostly by bzbarsky@mit.edu r=harishd,brendan sr=jst
2001-05-02 04:53:38 +00:00
dr%netscape.com
fd80839499
fix for 65617 (unsafe memory allocations in PresShell). r=jag, sr=smfr
2001-05-02 00:36:02 +00:00
hyatt%netscape.com
9ac35d4459
Fix for 76495. r=danm, sr=rpotts
2001-05-01 22:54:11 +00:00
hyatt%netscape.com
dddabd000c
Fix for 76495. r=danm, sr=rpotts
2001-05-01 22:50:16 +00:00
karnaze%netscape.com
9516920471
bug 5522 - initialize max element size. sr=attinasi, r=peterl.
2001-05-01 12:42:53 +00:00
waterson%netscape.com
a209763985
Add .cvsignore file.
2001-05-01 05:42:17 +00:00
waterson%netscape.com
6584908739
Bug 77414. Break nsBlockReflowState out into its own files. sr=attinasi
2001-05-01 04:22:57 +00:00
waterson%netscape.com
8f8aee371f
Remove everything but nsBlockReflowStat implementation, part 2. Not part of the build.
2001-05-01 03:43:41 +00:00
waterson%netscape.com
873a8472d6
Remove everything but nsBlockReflowStat implementation, part 1. Not part of the build.
2001-05-01 03:41:11 +00:00
waterson%netscape.com
e492f8163a
Remove everything bug nsBlockReflowState declaration. Not part of the build.
2001-05-01 03:40:32 +00:00
blakeross%telocity.com
bcb010be4c
View source uses background from prefs and hardcoded text color (62678, patch by bzbarsky@mit.edu). r=dbaron sr=attinasi
2001-05-01 03:19:46 +00:00
hewitt%netscape.com
8c075c3565
76465 - outliner rowHeight, r=waterson, sr=hyatt
...
76297 - screen coordinates, r=hyatt, sr=brendan
76428 - can't set view on an outliner until its frame is created, r=brendan, sr=hyatt
76894 - obelisk crash, r=evaughan, sr=hyatt
2001-04-30 18:30:18 +00:00
cls%seawood.org
d62bacf705
Remove unneeded LOST_SYM_LIBS defines.
2001-04-30 01:13:22 +00:00
rbs%maths.uq.edu.au
40c93afc37
A bit of tidy (NS_LITERAL_STRING and some indentations)
2001-04-29 22:20:35 +00:00
waterson%netscape.com
cceb7520a4
Bug 76885. Removed redundant test from nsBlockFrame::ReflowDirtyChild(). sr=attinasi
2001-04-29 21:58:50 +00:00
blakeross%telocity.com
b3fe6e7096
Adding context menu to sidebar panel headers to silence whiny c|net reporter, only change panels on left-click, optimizing nsMenuFrame::OnCreate by reducing number of necessary nsAutoString ctor's (60071). r=kerz sr=ben
2001-04-29 02:57:29 +00:00