2004-11-03 |
mjs | WebCore: |
blob | commitdiff | raw |
2004-10-11 |
kocienda | WebCore: |
blob | commitdiff | raw | diff to current |
2004-09-23 |
hyatt | Fix for hitlist bug, crash when deleting. |
blob | commitdiff | raw | diff to current |
2004-09-16 |
darin | Reviewed by Dave. |
blob | commitdiff | raw | diff to current |
2004-09-10 |
mjs | - roll out the last change, it appears to cause... |
blob | commitdiff | raw | diff to current |
2004-09-09 |
mjs | WebCore: |
blob | commitdiff | raw | diff to current |
2004-09-08 |
mjs | - fixed deployment build problems noticed by... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
mjs | Reviewed by John. |
blob | commitdiff | raw | diff to current |
2004-09-03 |
hyatt | Swap RenderBox and RenderContainer. Make leaf RenderO... |
blob | commitdiff | raw | diff to current |
2004-07-28 |
darin | Reviewed by Ken. |
blob | commitdiff | raw | diff to current |
2004-07-23 |
hyatt | Fix for 3735084 and 3737209, when you can find no... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
hyatt | Fix for 3718697, crash clicking on JS tab at alaskaair... |
blob | commitdiff | raw | diff to current |
2004-06-08 |
trey | WebCore will now generate a default drag image when... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
hyatt | Revise the patch for incorrect caret positions when... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
hyatt | Fix for 3629816, caret in wrong position when deleting... |
blob | commitdiff | raw | diff to current |
2004-04-29 |
hyatt | Implement sharing of similar style objects. Cuts the... |
blob | commitdiff | raw | diff to current |
2004-04-13 |
hyatt | Fix for 3559764, make sure overflow is applied consist... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
kocienda | Reviewed by Dave. |
blob | commitdiff | raw | diff to current |
2004-02-23 |
hyatt | Fix for 3558717, make sure that form elements that... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
hyatt | Convert paint methods over to use a new PaintInfo... |
blob | commitdiff | raw | diff to current |
2004-02-04 |
hyatt | Fix a regression in the line-height of first-lines... |
blob | commitdiff | raw | diff to current |
2004-01-30 |
hyatt | Make m_lineHeight be cached on RenderFlow instead... |
blob | commitdiff | raw | diff to current |
2004-01-26 |
hyatt | Remove incremental repainting ifdef. |
blob | commitdiff | raw | diff to current |
2004-01-26 |
hyatt | Preserve the integrity of the line box tree when eleme... |
blob | commitdiff | raw | diff to current |
2004-01-23 |
kocienda | Reviewed by Hyatt |
blob | commitdiff | raw | diff to current |
2003-12-09 |
hyatt | Fix the dirty rect checks on various render_objects... |
blob | commitdiff | raw | diff to current |
2003-11-03 |
hyatt | Fix for 3468924, an implementation of outline-offset... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
hyatt | Fixes for 3469057, outlines not drawn on aintitcool... |
blob | commitdiff | raw | diff to current |
2003-10-30 |
kocienda | WebCore: |
blob | commitdiff | raw | diff to current |
2003-10-29 |
hyatt | Implement support for <marquee>. This includes suppor... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
hyatt | Several fixes preparing for the incremental repainting... |
blob | commitdiff | raw | diff to current |
2003-10-01 |
hyatt | Clean up our detach model so that you can always get... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
hyatt | Landing the new repainting code. This code eliminates... |
blob | commitdiff | raw | diff to current |
2003-09-25 |
kocienda | Reviewed by Dave |
blob | commitdiff | raw | diff to current |
2003-09-02 |
hyatt | Fix for 3404452, paint errors on mezzoblue.com's links... |
blob | commitdiff | raw | diff to current |
2003-08-11 |
hyatt | Fix for 3349142, blocks inside inlines with generated... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
hyatt | Fix for 3343529, inline blocks crashing Safari. There... |
blob | commitdiff | raw | diff to current |
2003-07-14 |
hyatt | Fix for 3294626, no scrollbar on ESPN. Fix lowestPosi... |
blob | commitdiff | raw | diff to current |
2003-05-14 |
hyatt | Fix for 3256376, absolute positioned content that... |
blob | commitdiff | raw | diff to current |
2003-05-08 |
hyatt | The purpose of this patch is to unify XML and HTML... |
blob | commitdiff | raw | diff to current |
2003-05-01 |
hyatt | Replace effectiveWidth and effectiveHeight with a |
blob | commitdiff | raw | diff to current |
2003-04-25 |
hyatt | Rename inQuirksMode to inCompatMode. Drop uses of... |
blob | commitdiff | raw | diff to current |
2003-04-15 |
hyatt | Fix for 3220809, overflow values other than visible... |
blob | commitdiff | raw | diff to current |
2003-04-08 |
hyatt | Fix for the scrollbar problem in 3220395. Does not... |
blob | commitdiff | raw | diff to current |
2003-03-22 |
hyatt | Fixes for all 4 macromedia rendering problems. They... |
blob | commitdiff | raw | diff to current |
2003-03-10 |
hyatt | Fix compacts and run-ins to work a lot better than... |
blob | commitdiff | raw | diff to current |
2003-02-25 |
darin | Reviewed by me, changes by Dave. |
blob | commitdiff | raw | diff to current |
2003-02-14 |
hyatt | Make the inline box model live. Borders/backgrounds... |
blob | commitdiff | raw | diff to current |
2003-02-11 |
hyatt | Inline box model landing, stage 1. Doesn't really... |
blob | commitdiff | raw | diff to current |
2003-02-03 |
hyatt | Enable support for the "run-in" and "compact" display... |
blob | commitdiff | raw | diff to current |
2003-02-02 |
darin | Reviewed by Dave. |
blob | commitdiff | raw | diff to current |
2003-01-31 |
hyatt | Split RenderFlow into subclasses: RenderInline and... |
blob | commitdiff | raw | diff to current |
2003-01-31 |
darin | Reviewed by me, Dave wrote the code. |
blob | commitdiff | raw | diff to current |
2003-01-30 |
hyatt | Fix for 3155954. Make sure no layers get made for... |
blob | commitdiff | raw | diff to current |
2003-01-29 |
hyatt | Fix for tables. They weren't initializing their max... |
blob | commitdiff | raw | diff to current |
2003-01-29 |
hyatt | Fix yet another bug with makeChildrenNonInline that... |
blob | commitdiff | raw | diff to current |
2003-01-28 |
hyatt | New implementation of determineParseMode that is much... |
blob | commitdiff | raw | diff to current |
2003-01-27 |
hyatt | Fix text dragging so that text inside floats paints... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
hyatt | Fix for 3144763, inlines clear too many floats, and... |
blob | commitdiff | raw | diff to current |
2003-01-23 |
cblu | Replaced the paint phase constants with the PaintActio... |
blob | commitdiff | raw | diff to current |
2003-01-22 |
darin | - correct our copyrights to 2003; copyright... |
blob | commitdiff | raw | diff to current |
2003-01-21 |
darin | Everything else reviewed by Maciej, dtd.cpp... |
blob | commitdiff | raw | diff to current |
2003-01-21 |
hyatt | Gah. Fix positioned objects and floating objects so... |
blob | commitdiff | raw | diff to current |
2003-01-20 |
hyatt | Fixes for 3150561 (blog articles vanish on stylesheet... |
blob | commitdiff | raw | diff to current |
2003-01-17 |
hyatt | The new table code from Lars. Also includes bug fixes for |
blob | commitdiff | raw | diff to current |
2003-01-12 |
darin | Reviewed by Dave. |
blob | commitdiff | raw | diff to current |
2002-12-30 |
hyatt | Fix for 3129016, make sure that zero-height tables... |
blob | commitdiff | raw | diff to current |
2002-12-21 |
hyatt | Fix for 3133081, slashdot messed up when changing... |
blob | commitdiff | raw | diff to current |
2002-12-20 |
darin | Reviewed by Dave. |
blob | commitdiff | raw | diff to current |
2002-12-20 |
hyatt | Fix for 3129393, crasher on sundancecatalog.com. ... |
blob | commitdiff | raw | diff to current |
2002-12-18 |
hyatt | Make sure that anonymous block construction works... |
blob | commitdiff | raw | diff to current |
2002-12-17 |
darin | top level: |
blob | commitdiff | raw | diff to current |
2002-12-17 |
mjs | Reviewed by Darin. |
blob | commitdiff | raw | diff to current |
2002-12-17 |
hyatt | When a clear occurs (thus causing a block to move... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
hyatt | Code needs to go in calcMinMaxWidth instead, so parent... |
blob | commitdiff | raw | diff to current |
2002-12-15 |
hyatt | Fix for 3016385, menus on webreference.com don't show up. |
blob | commitdiff | raw | diff to current |
2002-12-14 |
hyatt | Fix for 314799, image at wired.com doesn't show up... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
hyatt | Two fixes. Bugs are 3121024, which had to do with... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
hyatt | Fix for 3121865, content missing at disney.com. Make |
blob | commitdiff | raw | diff to current |
2002-12-12 |
hyatt | Fix hang on monkeyvoodoo.net and on skramkoob.com... |
blob | commitdiff | raw | diff to current |
2002-12-09 |
hyatt | Fix for 3121814. Forms inside table elements (tbody... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
hyatt | Make sure that blocks with block children compute... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
hyatt | Fix assert on compuserve page. <form> under <table... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
hyatt | Fix shroudedisles.com table misalignment by removing... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
rjw | WebCore |
blob | commitdiff | raw | diff to current |
2002-12-03 |
hyatt | Eliminate the KONQBLOCK hack. Fixes ipodhacks.com... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
hyatt | Undo my changes to margin collapsing for blocks inside... |
blob | commitdiff | raw | diff to current |
2002-11-27 |
hyatt | Don't let blocks inside inlines collapse with their... |
blob | commitdiff | raw | diff to current |
2002-11-27 |
hyatt | Fix a collapsing margin regression on aintitcool caused by |
blob | commitdiff | raw | diff to current |
2002-11-26 |
hyatt | Fix render object removal to remerge adjacent anonymou... |
blob | commitdiff | raw | diff to current |
2002-11-26 |
hyatt | Fix for the DHTML on hrweb. With these changes it... |
blob | commitdiff | raw | diff to current |
2002-11-25 |
hyatt | Fix for 3020493, another fun little margin collapsing... |
blob | commitdiff | raw | diff to current |
2002-11-25 |
hyatt | This landing adds support for blocks inside inlines... |
blob | commitdiff | raw | diff to current |
2002-11-23 |
hyatt | Fix for 3107658, text doubling problem caused by layer... |
blob | commitdiff | raw | diff to current |
2002-11-22 |
hyatt | Fix for the table/form regressions. Also landing... |
blob | commitdiff | raw | diff to current |
2002-11-20 |
hyatt | I screwed up the line breaking for inline replaced... |
blob | commitdiff | raw | diff to current |
2002-11-20 |
hyatt | Fix for 3049663. Table cells don't grow to accommodat... |
blob | commitdiff | raw | diff to current |
2002-11-19 |
hyatt | Implement phased painting to correct the paint order... |
blob | commitdiff | raw | diff to current |
2002-11-17 |
hyatt | Rewrite the calculation of min and max width for ... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
hyatt | Implement the collapsing top margin quirk for <body... |
blob | commitdiff | raw | diff to current |
next |