dbaron@dbaron.org
|
579409b298
|
Mark test as random rather than failing because it fails on only some Linux machines (bug 386713).
|
2007-10-24 18:06:21 -07:00 |
|
dholbert@cs.stanford.edu
|
aed37927a1
|
Bug 336736: Improved reftest. (Using an exact-pixel-width div instead of a character, to avoid a pixel-rounding issue that made the old reftest fail on Mac)
|
2007-10-23 20:50:14 -07:00 |
|
dholbert@cs.stanford.edu
|
4c7a3a6c03
|
Bug 374927 reftest. r+sr=dbaron. As indicated in reftest.list, this test currently fails -- it was broken by the checkin for bug 368600, and it'll be fixed by solving bug 400776.
|
2007-10-23 20:35:34 -07:00 |
|
roc+@cs.cmu.edu
|
c7254b6ab4
|
Bug 389666. Reftest (derived from bug 389468).
|
2007-10-23 18:40:58 -07:00 |
|
roc+@cs.cmu.edu
|
07c841ab0c
|
Bug 389666. Reftest (derived from bug 389468).
|
2007-10-23 17:27:32 -07:00 |
|
roc+@cs.cmu.edu
|
23a4a840a3
|
Bug 389666. The mTransformedTextOffset field of MappedFlow wasn't always being set up correctly, so let's just stop using it altogether. r=smontagu,a=vlad
|
2007-10-23 17:07:26 -07:00 |
|
mats.palmgren@bredband.net
|
895714e955
|
Call WillDestroyFrameTree() before destroying the frame tree in ReconstructDocElementHierarchyInternal() because we have cleared the placeholder map etc at this point and we don't want RemoveMappingsForFrameSubtree() to mess with it. Also, remove the RemoveMappingsForFrameSubtree() call that was added in bug 372685 which was wrong since all the frames on a popupset's ::popupList are out-of-flows that are reachable (directly or indirectly) from a normal flow placeholder. b=398982 r+sr=bzbarsky a=dsicore
|
2007-10-23 17:02:26 -07:00 |
|
dholbert@cs.stanford.edu
|
cef845980a
|
Bug 400421 reftest
|
2007-10-23 16:19:56 -07:00 |
|
bzbarsky@mit.edu
|
445a9b64c8
|
Landing files that somehow got missed. Bug 397427.
|
2007-10-23 15:11:08 -07:00 |
|
bzbarsky@mit.edu
|
06f6b88b65
|
Make the "href" property of stylesheets reflect the original URI that was reflected to load the sheet. Bug 397427, r=dbaron,biesi, sr=dbaron, a=dsicore
|
2007-10-23 14:56:41 -07:00 |
|
martijn.martijn@gmail.com
|
645f989cc1
|
Reftests for bug 391412 - Regression in float layout causing clear: to be ignored, r=bzbarsky
|
2007-10-22 15:33:41 -07:00 |
|
reed@reedloden.com
|
9930afe4ba
|
Bug 368600 - "Table with table-layout: fixed has unconstrained width even when width specified on cell" [p=bernd_mozilla@gmx.de (Bernd) r+sr+a1.9=dbaron]
|
2007-10-21 21:40:02 -07:00 |
|
Olli.Pettay@helsinki.fi
|
69d3a1fc7a
|
backout Bug 373462, bug 385322. Still regress tp/talos
|
2007-10-21 09:46:54 -07:00 |
|
Olli.Pettay@helsinki.fi
|
cad8f0b8c4
|
Test-landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst
|
2007-10-21 07:09:29 -07:00 |
|
longsonr@gmail.com
|
33e3d4f7e7
|
Bug 399360 - Remove unused closure variable. r+sr=tor,a=roc
|
2007-10-21 02:05:41 -07:00 |
|
masayuki@d-toybox.com
|
aad8b02ec5
|
Bug 399159 left edge is not aligned when text-align: justify; in Japanese paragraph (relanding) r+sr+a=roc
|
2007-10-21 01:10:34 -07:00 |
|
mats.palmgren@bredband.net
|
8da8070f17
|
Mochitest for bug 386386.
|
2007-10-20 00:37:48 -07:00 |
|
roc+@cs.cmu.edu
|
7a31877544
|
Bug 393096. Allow an element containing breakable whitespace to introduce a break opportunity no matter what the context. Also cleans up some trimming stuff and adds comprehensive whitespace breaking and trimming reftests. r+sr=dbaron
|
2007-10-20 00:30:26 -07:00 |
|
mats.palmgren@bredband.net
|
b850b776d1
|
Discard aPrevFrame if it's the mPopupFrame since it's on a different lists. b=394800 r=enndeakin sr=bzbarsky a=dbaron
|
2007-10-19 22:43:38 -07:00 |
|
dholbert@cs.stanford.edu
|
dd259dd796
|
Bug 399384: Make first-letter frames use nearest ancestor blockFrame's content node, instead of direct parent's. r=bzbarsky, r+a=roc
|
2007-10-19 10:41:29 -07:00 |
|
tor@cs.brown.edu
|
c7e1505c64
|
Bug 399289 - leak of nsBaseURLParser with svg paint. r+sr+a=dbaron
|
2007-10-19 08:36:15 -07:00 |
|
fantasai.cvs@inkedblade.net
|
344d6b32b9
|
Fix StealFrame failure + crash, b=400223 r+sr=roc a=roc
|
2007-10-19 07:54:07 -07:00 |
|
fantasai.cvs@inkedblade.net
|
95c1b1c8ad
|
nsTableCellMap::InsertRows shouldn't make damage area smaller, b=244135 p=malcolm.parsons r+sr=bz a=roc
|
2007-10-19 07:41:29 -07:00 |
|
jwatt@jwatt.org
|
d8ce604db7
|
Re-checkin fix for bug 399863. We frequently call InitialUpdate() more than once on SVG frames. r=tor@acm.org, sr+a1.9=roc@ocallahan.org
|
2007-10-19 04:07:08 -07:00 |
|
neil@parkwaycc.co.uk
|
d3fd192a81
|
Bug 399968 Back out some parts from bug 258875 that have no effect r+sr+a=roc
|
2007-10-19 01:51:27 -07:00 |
|
roc+@cs.cmu.edu
|
7210b8c4a3
|
Backing out bug 397510 again because again it looks like it might have caused a regression, and we don't need it for M9
|
2007-10-18 21:56:05 -07:00 |
|
bzbarsky@mit.edu
|
a027b56a4f
|
Don't run XBL constructors during frame construction, ever. Bug 398006, r=sicking, sr=roc
|
2007-10-18 20:51:15 -07:00 |
|
bzbarsky@mit.edu
|
02105448ce
|
Make vertical resizing of framesets work in standards mode. Bug 376981, r+sr=dbaron
|
2007-10-18 20:45:30 -07:00 |
|
bzbarsky@mit.edu
|
f4a14b2ffc
|
Don't show the plug-in view when it should actually be hidden. Bug 398213, r+sr=roc
|
2007-10-18 20:41:07 -07:00 |
|
dietrich@mozilla.com
|
ba0e963628
|
re-landing Bug 393758
|
2007-10-18 19:01:05 -07:00 |
|
reed@reedloden.com
|
e6ba209193
|
Fixing bustage from landing of bug 397510.
|
2007-10-18 18:33:52 -07:00 |
|
dietrich@mozilla.com
|
cd47b16d5a
|
Bug 397510 Scrolling in large file is very slow due to textrun reconstruction (re-landing for roc)
|
2007-10-18 18:19:11 -07:00 |
|
roc+@cs.cmu.edu
|
523af98b9b
|
Backing out bustage fix
|
2007-10-17 23:48:44 -07:00 |
|
gavin@gavinsharp.com
|
3d5815da5b
|
Back out the patch for bug 399159 because it's suspected of having caused the Tp regression
|
2007-10-17 10:03:09 -07:00 |
|
reed@reedloden.com
|
a39d0b4b0a
|
Backout jwatt's patch for bug 399863 to help find Tp regression.
|
2007-10-16 17:18:11 -07:00 |
|
roc+@cs.cmu.edu
|
3d8ce0f47f
|
Backing out 393758 just in case it caused perf regression
|
2007-10-16 16:56:27 -07:00 |
|
roc+@cs.cmu.edu
|
62761abd1f
|
Backing out fix for bug 397510 to see if it fixes the Tp regression
|
2007-10-16 01:20:22 -07:00 |
|
fantasai.cvs@inkedblade.net
|
5728e0c20d
|
fantasai is clearly having process troubles
|
2007-10-15 20:08:48 -07:00 |
|
fantasai.cvs@inkedblade.net
|
738be0d0d1
|
nsTableCellMap::InsertRows shouldn't make damage area smaller, b=244135 p=malcolm.parsons r+sr=bz a=roc
|
2007-10-15 20:06:36 -07:00 |
|
jwatt@jwatt.org
|
0b719633f9
|
Fixing bug 399863. We frequently call InitialUpdate() more than once on SVG frames. r=tor@acm.org, sr+a1.9=roc@ocallahan.org
|
2007-10-15 15:10:59 -07:00 |
|
roc+@cs.cmu.edu
|
c9fff8055b
|
Fixing bustage
|
2007-10-15 14:20:36 -07:00 |
|
roc+@cs.cmu.edu
|
85116646be
|
Bug 393758. Detect when we're about to create two flows with the same element in the same textrun (which violates our invariants), and prevent it by starting a new textrun for the second flow. r=smontagu
|
2007-10-15 14:15:35 -07:00 |
|
roc+@cs.cmu.edu
|
4ad51c6b43
|
Bug 397510. Limit the number of lines below the initial line for which we reconstruct textruns. Speeds up line painting near the top of huge documents. r=smontagu
|
2007-10-15 14:11:37 -07:00 |
|
tor@cs.brown.edu
|
279a22522f
|
Backout of 399289.
|
2007-10-15 11:59:22 -07:00 |
|
tor@cs.brown.edu
|
3334812330
|
Bug 399289 - leak of nsBaseURLParser with svg paint. r=dbaron, sr=roc, a=dbaron
|
2007-10-15 09:37:04 -07:00 |
|
joshmoz@gmail.com
|
64ac19e5f3
|
clicking scrollbutton in listbox should only scroll by one option. b=382205 r=cbarrett sr=roc
|
2007-10-15 08:37:40 -07:00 |
|
masayuki@d-toybox.com
|
96a98b686f
|
Bug 399159 left edge is not aligned when text-align: justify; in Japanese paragraph r+sr+a=roc
|
2007-10-15 05:37:15 -07:00 |
|
neil@parkwaycc.co.uk
|
1507d5687b
|
Bug 399692 Restore null-check accidentally removed by bug 399376 r+sr+a=roc
|
2007-10-15 04:21:25 -07:00 |
|
fantasai.cvs@inkedblade.net
|
03dc1015c3
|
using wrong BC damage area for BC calculations b=244135 p=malcolm.parsons r=bernd r=fantasai (credits for a good review go to Bernd Mielke, blame for a bad one to fantasai) sr=bz
|
2007-10-14 21:49:45 -07:00 |
|
reed@reedloden.com
|
7e8456e8f3
|
Completely backout patch from Jonathan Steele in bug 399753 due to bustage.
|
2007-10-14 20:42:27 -07:00 |
|