caillon%returnzero.com
|
681064b65e
|
Bug 186752 - Crash during background painting when there is no scrollable frame. Add a null check.
r+sr=dbaron
|
2002-12-27 07:32:17 +00:00 |
dbaron%fas.harvard.edu
|
8f0f8f4f97
|
Reduce paint suppression timeout from 1200ms to 250ms (to match Phoenix and Chimera). b=180241 r=rjesup sr=bzbarsky
|
2002-12-26 21:03:23 +00:00 |
caillon%returnzero.com
|
4c18fa1dda
|
Bug 46814 - Fixed attachment background images should not be positioned underneath scrollbars, when positioning on a side which has scrollbars.
r=dbaron sr=bzbarsky
|
2002-12-23 22:08:04 +00:00 |
dbaron%fas.harvard.edu
|
28018a8db9
|
Reduce code size by using PaintSelf member function to paint background, border, and outline. b=184702 r+sr=roc
|
2002-12-23 22:05:47 +00:00 |
jerry.tan%sun.com
|
0d2188fd0e
|
bug 181644, patch by rick.ju@sun.com, r=bz, sr=roc+moz
|
2002-12-23 06:01:14 +00:00 |
roc+%cs.cmu.edu
|
33ca73d3d7
|
Backing out fix for bug 170330... againr=dbaron
|
2002-12-22 05:40:51 +00:00 |
roc+%cs.cmu.edu
|
5b00a29fe0
|
Bug 186066. Don't resize scrolled frame's view until we're ready, saving a full refresh. Patch by sfraser; r+sr=roc
|
2002-12-22 03:30:04 +00:00 |
roc+%cs.cmu.edu
|
49148f941b
|
Tp experiment... See if the extra view sync is causing the Tp regression. Pardon me.
|
2002-12-22 02:12:13 +00:00 |
jfrancis%netscape.com
|
67761ee6a7
|
fix for 180034: selection should respect the select_all style. code=mjudge, r=jfrancis, sr=kin
|
2002-12-22 01:45:15 +00:00 |
roc+%cs.cmu.edu
|
a5a3f217d1
|
Bug 170330. Factor out overflowArea calculations and take into account overflow:hidden. Also improve calculations of clipping for invalidation in the view manager. r+sr=dbaron
|
2002-12-21 23:25:38 +00:00 |
cbiesinger%web.de
|
80d57247d7
|
186158 r+sr=dbaron unused function TileImage in nsCSSRendering.cpp
|
2002-12-21 10:33:38 +00:00 |
bratell%lysator.liu.se
|
cd00e11297
|
Bug 185007 - reduce padding in style structs. r=roc+moz, sr=brendan
|
2002-12-21 07:27:44 +00:00 |
roc+%cs.cmu.edu
|
54508762f0
|
Bug 186233. Clean up unused/useless GFX calls. r+sr=blizzard
|
2002-12-21 02:51:14 +00:00 |
dbaron%fas.harvard.edu
|
d89cd5a885
|
Remove test assertion that I added two days ago. DEBUG-only, r=me
|
2002-12-21 01:36:58 +00:00 |
jkeiser%netscape.com
|
dd17c242ec
|
Make input type=file work with display: none (bug 152844), r=sicking@bigfoot.com, sr=jst@netscape.com
|
2002-12-20 05:40:37 +00:00 |
jkeiser%netscape.com
|
d7d9298ab3
|
Make shift+click work the first time you click in a select (bug 167142), r=peterl@netscape.com, sr=sfraser@netscape.com
|
2002-12-20 05:32:27 +00:00 |
dbaron%fas.harvard.edu
|
49ea5f526f
|
Text decorations should not be painted on elements with 'visibity: hidden'. b=185581 r+sr=roc
|
2002-12-19 00:24:18 +00:00 |
dbaron%fas.harvard.edu
|
68ec6bfcbc
|
Allow relative positioning to again influence the overflow area, since we're no longer using the overflow area for layout. r+sr=roc b=174149
|
2002-12-19 00:23:00 +00:00 |
dbaron%fas.harvard.edu
|
9e87918976
|
Make quirks-mode vertical alignment correctly consider only non-collapsed whitespace. b=155333 r+sr=roc
|
2002-12-19 00:21:07 +00:00 |
dbaron%fas.harvard.edu
|
69151bc05f
|
Replace NS_BLOCK_WRAP_SIZE with making unconstrained-width reflow of frames with NS_BLOCK_SPACE_MGR consider the floats. This means we no longer use the overflow area for layout (other than the overflow property). Handle right floaters in unconstrained width reflow by just treating them as left floaters. b=172896 r+sr=roc
|
2002-12-19 00:12:08 +00:00 |
sfraser%netscape.com
|
c121bfc8bb
|
Fix booleans returned by nsBox to have the low bit set. Bug 185951. r/sr=kin
|
2002-12-18 23:51:55 +00:00 |
jkeiser%netscape.com
|
cb84e04c70
|
Make GetType() return int instead of nsresult (bug 167762), r=peterl@netscape.com, sr=kin@netscape.com
|
2002-12-18 23:38:09 +00:00 |
nhotta%netscape.com
|
dc755ed5d9
|
Adding a new interface to retrieve phonetic of input text,
bug 175937, r=brade, sr=kin.
|
2002-12-17 23:38:04 +00:00 |
jkeiser%netscape.com
|
a1d3c960e5
|
Make empty dropdowns handle key events (bug 147148), r=peterl@netscape.com, sr=sfraser@netscape.com
|
2002-12-17 00:56:01 +00:00 |
jkeiser%netscape.com
|
2de2d24266
|
Crasher on changing input type with JS (bug 175670), patch by Rick.Ju@sun.com, r=jkeiser@netscape.com, sr=bzbarsky@mit.edu
|
2002-12-16 23:49:16 +00:00 |
jkeiser%netscape.com
|
3e9a5f3d4c
|
Make empty tables with fixes layout show up (bug 128873), r=karnaze@netscape.com, sr=bzbarsky@mit.edu
|
2002-12-16 07:58:39 +00:00 |
bratell%lysator.liu.se
|
40bbe3138a
|
Backout of bug 110718 to fix Tp regression and raise-on-load issues.
|
2002-12-15 19:52:22 +00:00 |
dbaron%fas.harvard.edu
|
9f485dcda7
|
Remove DEBUG code that causes leak of VoidArray's mChildren. Patch from Harshal <keeda@hotpop.com>. r=bzbarsky sr=dbaron b=146549
|
2002-12-15 16:13:21 +00:00 |
dbaron%fas.harvard.edu
|
9774e2e9c5
|
Add testcases for 134580 and 155333.
|
2002-12-15 01:47:10 +00:00 |
sspitzer%netscape.com
|
4434a569ec
|
fix typo in comment.
|
2002-12-14 20:18:56 +00:00 |
bernd.mielke%snafu.de
|
8cb0c90ab3
|
dont paint borders for hidden table frames, callqueryinterface cleanup bug 32199 r=karnaze sr=dbaron
|
2002-12-14 17:52:27 +00:00 |
roc+%cs.cmu.edu
|
0190f3f416
|
Bug 172031. Make CanvasFrame put back the block preferred size before incrementally reflowing its block, since the block needs that preferred size to incrementally reflow its absolute frames properly. r=karnaze,sr=kin
|
2002-12-14 16:55:41 +00:00 |
roc+%cs.cmu.edu
|
75f0cde871
|
Bug 173072. Ensure that after styles are cleared, we reexecute any work that could depend on the cleared style structs, to ensure a later CalcStyleDifference will not ignore a style struct we really depend on. r+sr=kin
|
2002-12-14 16:18:57 +00:00 |
aaronl%netscape.com
|
569b35651c
|
Bug 110718. During the 'transferring' when the currently visible document is a zombie, the keyboard is dead for the entire document. r=bryner, sr=hyatt+scc
|
2002-12-14 08:05:51 +00:00 |
rbs%maths.uq.edu.au
|
5c9db7b7ec
|
Refine the conversion of entities during serialization, b=169590, r=nhotta, sr=jst
|
2002-12-13 22:12:10 +00:00 |
dbaron%fas.harvard.edu
|
5be27562ba
|
Don't set NS_BLOCK_SPACE_MGR and NS_BLOCK_WRAP_SIZE on relatively positioned blocks, by default. Use |ConstructBlock| for them rather than duplicating it, slightly incorrectly. b=180711 r+sr=roc
|
2002-12-13 20:13:17 +00:00 |
bernd.mielke%snafu.de
|
206c7acdf6
|
cleanup of unsigned int arithmethic + callqueryinterface, initial patch by tenthumbs@cybernex.net bug 157153 r=karnaze sr=roc+moz
|
2002-12-13 15:21:38 +00:00 |
cbiesinger%web.de
|
6bffce55e5
|
182554 r=caillon sr=roc+moz cleanup nsImageMap.cpp
|
2002-12-12 23:22:17 +00:00 |
dbaron%fas.harvard.edu
|
48e09a1052
|
Fix uninitialized variable introduced last night. b=1777
|
2002-12-11 15:59:24 +00:00 |
timeless%mozdev.org
|
9e54dd0377
|
Bug 133714 Probably harmless typo.... (PresShell::SetCaretReadOnly Unreachable statement)
patch by riceman+bmo@mail.rit.edu r=timeless sr=bz
|
2002-12-11 15:04:26 +00:00 |
peterv%netscape.com
|
d96051a4a2
|
Fix for bug 183999 (Modernize content). r=caillon, sr=bz.
|
2002-12-11 14:24:49 +00:00 |
caillon%returnzero.com
|
0dffa137af
|
Re-landing these because I don't believe this are responsible for the Txul spike.
Bug 181975 - Convert layout to use nsIPrefService, nsIPrefBranch, and friends.
r/sr=roc+moz
|
2002-12-11 14:05:41 +00:00 |
bzbarsky%mit.edu
|
3399eea621
|
And backing bug 182124 yet again... why is comet the _only_ tinderbox showing
the problem?
|
2002-12-11 12:42:50 +00:00 |
bzbarsky%mit.edu
|
e81697ce7c
|
relanding bug 182124 since it looks like comet was just noise and the other Ts
boxes that cycled with this show no problems...
|
2002-12-11 05:40:14 +00:00 |
caillon%returnzero.com
|
22b558c150
|
Backing out these changes since they appear to have caused a Txul regression on some tinderboxes (not all... weird...)
|
2002-12-11 05:11:02 +00:00 |
bzbarsky%mit.edu
|
42d3fc3e74
|
Backing out bug 182124 because I think it caused Ts to go up...
|
2002-12-11 04:35:37 +00:00 |
caillon%returnzero.com
|
e0e63abe8a
|
Removing ifdef. r/sr=roc+moz. bug 181975
|
2002-12-11 04:11:04 +00:00 |
dbaron%fas.harvard.edu
|
34a1e37f7e
|
Correctly implement text-decoration in standards mode by drawing the underline on the element with the text-decoration property set. Refactor painting code a bit to avoid code duplication. Patch by Esben Mose Hansen <esben@oek.dk>, with paint refactoring and some other changes by dbaron. r=dbaron sr=bzbarsky b=1777
|
2002-12-11 04:00:18 +00:00 |
dbaron%fas.harvard.edu
|
6888a38568
|
Oops. Make this assertion that snuck in (for bug 81268) |#ifdef DEBUG_dbaron| for now, since it fires sometimes.
|
2002-12-11 03:35:21 +00:00 |
bzbarsky%mit.edu
|
f3c5ef51ac
|
Chrome protocol handler should not munge URIs on channel open (and remove some
workarounds around that behavior). Bug 182124, r=rjc, sr=darin
|
2002-12-11 03:29:27 +00:00 |