bzbarsky%mit.edu
|
1629460dc7
|
Make vertical marquees actually be 200px height by default. Bug 265631,
original patch by Martijn Wargers <m.wargers@hccnet.nl> with some changes by
me, r=doron, sr=jst
|
2004-10-24 17:33:22 +00:00 |
bzbarsky%mit.edu
|
5f63b7e071
|
Mask out temporary bits from the frame state to reduce regression test noise.
Bug 265552, r+sr=roc
|
2004-10-24 17:23:40 +00:00 |
bzbarsky%mit.edu
|
65db654e10
|
DeCOMTaminate some methods on nsIStyledContent. Bug 244258, patch by jpl24
<jlurz24@gmail.com>, r+sr=bzbarsky
|
2004-10-24 17:10:32 +00:00 |
dbaron%dbaron.org
|
d66ce71e18
|
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
|
2004-10-24 04:43:49 +00:00 |
dbaron%dbaron.org
|
24751ebb09
|
Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
|
2004-10-24 04:32:21 +00:00 |
dbaron%dbaron.org
|
d205e3bbf5
|
Revert part of the changes from bug 140611. Patch partly from Sander <svl_bmo@juima.org>. b=259683 r+sr=roc a=asa
|
2004-10-23 23:23:43 +00:00 |
bmlk%gmx.de
|
5826b226d8
|
fix build bustage void functions should not return a value bug 265759 r/sr=bzbarsky a=bsmedberg via irc
|
2004-10-23 15:57:27 +00:00 |
dbaron%dbaron.org
|
d663278964
|
Remove from primary frame map at the end of frame destruction, in case it got re-added. b=265404 r=bzbarsky sr=brendan a=asa
|
2004-10-23 02:49:34 +00:00 |
varga%nixcorp.com
|
cd1df2e308
|
Updating my email address.
|
2004-10-22 18:33:55 +00:00 |
dbaron%dbaron.org
|
b79a08d2b9
|
Don't push lines when height is unconstrained, even if current height is bigger than NS_UNCONSTRAINEDSIZE. b=265027 r+sr=roc a=mkaply
|
2004-10-22 17:32:54 +00:00 |
bzbarsky%mit.edu
|
f1fd8b7248
|
Remove tests that use popup windows. Not part of build.
|
2004-10-21 06:02:06 +00:00 |
bzbarsky%mit.edu
|
179aaf9525
|
Remove test that uses a MIME type we don't support. Not part of build.
|
2004-10-21 05:55:01 +00:00 |
bzbarsky%mit.edu
|
c58b9e9456
|
Fix incorrect filename. Not part of build.
|
2004-10-21 04:40:59 +00:00 |
silver%warwickcompsoc.co.uk
|
e0cb8fff83
|
Bug 253818 - Remove NS_ASSERTION from PresShell::EndLoad.
r+sr=roc
p=cst@andrew.cmu.edu (Chris Thomas)
|
2004-10-20 16:45:38 +00:00 |
daniel%glazman.org
|
8b22bb5a47
|
fixes inconsistent selection schemes in HTML tables; b=261385, r=Neil, sr=roc
|
2004-10-20 15:24:11 +00:00 |
bzbarsky%mit.edu
|
e2013d3ca5
|
Fix nsPageFrame to not set string lengths to negative numbers, and fix string
code to not go into an infinite loop if someone tries it. Bug 263365,
r+sr=darin
|
2004-10-19 21:46:45 +00:00 |
rbs%maths.uq.edu.au
|
16e24abec5
|
Improves linebreak behavior at inter-tag boundaries, patch by Hideo Saito <saito@densan.co.jp>, r+sr=rbs
|
2004-10-19 07:12:55 +00:00 |
aaronleventhal%moonset.net
|
3147de7753
|
Bug 262578. No click to focus css scrollable areas like overflow:scroll, but you can still click there and scroll -- just no focus outline. r=mats, sr=roc
|
2004-10-19 02:24:27 +00:00 |
bzbarsky%mit.edu
|
1066ad179b
|
Put back missing QI. Bug 264987, patch by Bernard Alleysson
<balleysson@bigfoot.com>, r+sr=bzbarsky
|
2004-10-19 00:35:46 +00:00 |
bmlk%gmx.de
|
ed3c7fcddf
|
query the reflow path only during incr. reflow bug 264620 r/sr=bzbarsky
|
2004-10-16 18:21:15 +00:00 |
tor%cs.brown.edu
|
c6a8869a71
|
Bug 244917 - implement SVG gradients. Patch by scootermorris@comcast.net.
r=sicking,afri,tor,jwatt. Shared mozilla code sr=tor,dbaron.
|
2004-10-14 23:02:53 +00:00 |
dbaron%dbaron.org
|
cbd46ce33d
|
Don't do resize reflows for view managers that aren't visible. (Improve window resizing and find toolbar performance when multiple tabs are open.) b=227361 r+sr=roc (Relanding since this doesn't seem to be the cause of the Tp regression.)
|
2004-10-14 21:51:00 +00:00 |
cbiesinger%web.de
|
a620a414ef
|
whoops. fixing bustage.
|
2004-10-14 19:05:31 +00:00 |
cbiesinger%web.de
|
1de9caa417
|
no bug - remove unused header includes, and remove an unused local variable.
r+sr=bz
|
2004-10-14 18:48:42 +00:00 |
bmlk%gmx.de
|
4f3a341ec2
|
decouple the maxWidth form the desiredSize.width, debug code removal, bug 237159 r/sr=dbaron
|
2004-10-14 17:37:54 +00:00 |
bzbarsky%mit.edu
|
befd4d0913
|
Make sure to set mScannerInited when it is. Bug 263959, caught by jag
|
2004-10-14 15:06:04 +00:00 |
dbaron%dbaron.org
|
4277cbb2bd
|
Back out 227361 to fix pageload time regression.
|
2004-10-14 05:49:10 +00:00 |
tor%cs.brown.edu
|
996f842851
|
Bug 264259 - invalidate text on style change. r=afri.
|
2004-10-14 03:48:04 +00:00 |
aaronleventhal%moonset.net
|
a66b0e2a0f
|
Bug 263685. getComputedStyle not working on -moz-outline-radius. r=roc, sr=dbaron
|
2004-10-14 03:32:28 +00:00 |
bzbarsky%mit.edu
|
e705bff275
|
Don't create new nsCSSScanners all the time. Just make nsCSSScanner a
non-pointer member of nsCSSParser so when we recycle parsers scanners get
recycled automatically. Bug 263959, r+sr=dbaron
|
2004-10-14 03:30:55 +00:00 |
jst%mozilla.jstenback.com
|
8f85c81aee
|
Fixing bug 69070. Don't allow loading of images from file: URIs from web content. r+sr=bzbarsky@mit.edu
|
2004-10-13 23:16:58 +00:00 |
dbaron%dbaron.org
|
0bfc91bf4e
|
Don't do resize reflows for view managers that aren't visible. (Improve window resizing and find toolbar performance when multiple tabs are open.) b=227361 r+sr=roc
|
2004-10-13 22:37:32 +00:00 |
dbaron%dbaron.org
|
6bbf7a598e
|
Store the visible area so other callers of InitialReflow use the right size rather than 0x0. b=227361 r+sr=roc
|
2004-10-13 21:59:26 +00:00 |
alex%croczilla.com
|
9f644bbd1d
|
Bug 264112: Fix --enable-xtf non-SVG builds. r=aaronr. Affects XTF-enabled builds only.
|
2004-10-13 16:04:50 +00:00 |
dbaron%dbaron.org
|
4fc0ae27cc
|
Treat 'visibility: collapse' the same as 'visibility: hidden'. b=264072 r+sr=roc
|
2004-10-13 15:12:14 +00:00 |
bmlk%gmx.de
|
b53073c3c1
|
mark previously destroyed row frame as nsnull so that the pointer will not be reused bug 263738 r/sr=bzbarsky
|
2004-10-13 05:49:39 +00:00 |
aaronleventhal%moonset.net
|
120611ee77
|
Fixing bustage
|
2004-10-13 02:24:38 +00:00 |
aaronleventhal%moonset.net
|
24eabf40af
|
Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs
|
2004-10-13 01:12:14 +00:00 |
dbaron%dbaron.org
|
3dc556ddcf
|
Move CSS error reporting functions from parser to scanner so that scanner can report errors, and fix up the one existing error report in the scanner that I'd forgotten about. b=262249 r+sr=bzbarsky
|
2004-10-12 18:44:14 +00:00 |
tor%cs.brown.edu
|
491751f924
|
Plug memory leaks.
|
2004-10-12 18:33:03 +00:00 |
tor%cs.brown.edu
|
88052633a5
|
New cairo font code requires different ordering of font setup.
|
2004-10-12 18:26:34 +00:00 |
dbaron%dbaron.org
|
7150424d2e
|
Use |this| instead of getting the frame from the reflow state, since the frame from the reflow state is wrong when we're in a XUL textbox. b=263806 Patch from Hideo Saito <saito@densan.co.jp>. r=bernd sr=dbaron
|
2004-10-12 17:58:28 +00:00 |
bzbarsky%mit.edu
|
f0847e2b62
|
Look at style height in addition to the height attribute for vertical
marquees. Bug 262708, r=doron, sr=jst
|
2004-10-12 03:21:13 +00:00 |
rbs%maths.uq.edu.au
|
ae2df9e09d
|
Text Zoom leaves misaligned overlapping text, b=128405, r=roc, sr=bz
|
2004-10-12 03:04:47 +00:00 |
bzbarsky%mit.edu
|
e92e7dfed9
|
Paint the placeholder and the first line of our alt text even if out box is not
big enough to fit them in their entirety. Bug 263244, r+sr=dbaron
|
2004-10-11 21:52:36 +00:00 |
roc+%cs.cmu.edu
|
818d0bd3ff
|
Bug 238493. BeginUpdateViewBatch should suppress widget geometry changes and make them happen when the batch ends. r+sr=bzbarsky
|
2004-10-11 20:35:51 +00:00 |
bzbarsky%mit.edu
|
65033a43f8
|
Switch more callers who were begging for it over to GetOwnerDoc(). Bug 255337,
r+sr=peterv.
|
2004-10-11 16:29:42 +00:00 |
bzbarsky%mit.edu
|
791ce06bff
|
Switch some callers of EndViewUpdateBatch to VMREFRESH_NO_SYNC from DEFERRED.
Bug 263569, r+sr=roc
|
2004-10-11 15:34:45 +00:00 |
smontagu%smontagu.org
|
1fcd4a6f26
|
Bug 167001: Anything below the baseline goes out of input field. Patch by Hideo Saito <saito@densan.co.jp>, r+sr=dbaron
|
2004-10-10 18:30:28 +00:00 |
bmlk%gmx.de
|
19eca727bd
|
hide the overflow that results from overconstrained percentage heights inside table cell frames only in quirks mode, bug 245434 r/sr=dbaron
|
2004-10-10 07:31:35 +00:00 |