- 78354ef Reviewed by Maciej. by darin · 19 years ago
- 2fd8924 Reviewed by Maciej. by darin · 19 years ago
- c60331f Reviewed by Maciej. by darin · 19 years ago
- ca525e7 Rubber stamped by Maciej. by darin · 19 years ago
- da724e3 Reviewed by John Sullivan. by darin · 19 years ago
- edbc5e4 Reviewed by John Sullivan. by darin · 20 years ago
- ca8c3157 JavaScriptCore: by darin · 20 years ago
- 1df2eef Reviewed by John. by darin · 20 years ago
- 8db5f41 Reviewed by Darin. Landed by David Harrison. by harrison · 20 years ago
- 7af65db -added layout test for fix to: <rdar://problem/4161606> JavaScript regular by hyatt · 20 years ago
- 0e58bdd Reviewed by John. by adele · 20 years ago
- 76582fb Reviewed by hyatt (concept and a few manual parts), large part by mjs · 20 years ago
- 757acae Rename HTMLNames -> HTMLTags. Purely mechanical (done in XCode) by hyatt · 20 years ago
- 2773dff Fix for bugzilla bug 3927. Convert attributes to use QualifiedName. by hyatt · 20 years ago
- 59136b7 Fix for bugzilla bug 3405, replace NodeImpl::Id with a new class, by hyatt · 20 years ago
- d1fadd8 Reviewed by Chris Blumenberg. by darin · 20 years ago
- 0ea6844 Reviewed by darin. by vicki · 20 years ago
- 436c503 Fixed by Darin, reviewed by me. by adele · 20 years ago
- eeef52c Working on the Acid2 test, Row 1. by hyatt · 20 years ago
- 40acfac Fixes <rdar://problem/4040848> "REGR: Sun security-check demo applet does not load". Includes restoring part of the old NodeImpl::closeRenderer mechanism. by jens · 20 years ago
- 4e22c75 Reviewed by mjs by kdecker · 20 years ago
- 9aeab1a Reviewed by Darin. by adele · 20 years ago
- be31b995 [3603191] REGRESSION: Applets not receiving all of the Applet Parameters in Java 1.4.1/1.4.2. Fix is to defer instantiating the applet plugin until the applet tag and its nested param tags have been completely parsed. by jens · 20 years ago
- c74c1fc Fix for 3966349, hang loading page. Make sure that loops using popOneBlock properly check for a null by hyatt · 20 years ago
- 6fcc6cd Reviewed by Ken. by darin · 20 years ago
- f70e629 - rolled out my custom tag name change again -- it caused a 1 ms PLT regression by darin · 20 years ago
- 60a7af3 Reviewed by Ken. by darin · 20 years ago
- 7c10a3a - rolled out my custom tag name change -- it broke amazon.com by darin · 20 years ago
- 5e2f74c Reviewed by Ken. by darin · 20 years ago
- ec8cecf Reviewed by Ken. by darin · 20 years ago
- 363c516 Reviewed by Ken. by mjs · 20 years ago
- fd59fac Reviewed by Hyatt by kocienda · 20 years ago
- 161d437 Reviewed by Maciej. by darin · 20 years ago
- 3ffdbf5 Reviewed by John. by darin · 20 years ago
- 30dd14d Reviewed by John. by darin · 20 years ago
- d886cd8 Reviewed by John. by darin · 20 years ago
- 0ae3804 ChangeLog by hyatt · 20 years ago
- 5527088 Fixed: <rdar://problem/3788409> can't create or clone an embed element by cblu · 20 years ago
- 9993fc7 Fix for 3769409, a regression from 10.3.4 to 10.3.5 involving <colgroup>s in malformed HTML. by hyatt · 20 years ago
- a9da2b3 Fix for 3777172, crash from nested colgroup. Don't allow nested table sections or col groups. by hyatt · 20 years ago
- 8b56945 Fix for 3752542, stack overflow that crashes Safari at www.dr.dk. This bug is a regression caused by a fix that by hyatt · 21 years ago
- 299e73e Reviewed by Hyatt by kocienda · 21 years ago
- 7c47ecb Reviewed by Darin. by mjs · 21 years ago
- 8a2b244 Part 2 of the new <CANVAS> tag implementation. This adds the by rjw · 21 years ago
- c155400 Part 1 of the new <CANVAS> tag implementation. This patch by rjw · 21 years ago
- eb797f8 Fix for the bad background color on abcnews.com. Make cloning optionally drop the style declarations. by hyatt · 21 years ago
- 377ce05 Improve attribute parsing of mapped attributes (that map to CSS properties) so that they can pull the by hyatt · 21 years ago
- 8f4119b Atomize font families (KWQFontFamily) and all attribute values. Move atomic string into separate files. by hyatt · 21 years ago
- cd2cf22 Fix for 3503652, news.com misrenders badly (footer is out of position). My fix to 3495748 caused this by hyatt · 21 years ago
- 0d752a4 Fix for 3472998, stop a crash on an insanely malformed page. I had to change the concept of by hyatt · 21 years ago
- 8d88806 Fix for 3480108, crash because of the wrong malformedTableParent when stray content is placed inside by hyatt · 21 years ago
- de39634 Implement support for <marquee>. This includes support for the CSS3 specification (although modified a fair by hyatt · 21 years ago
- 497cf20 Reviewed by Ken. by mjs · 21 years ago
- fd2f73b Reviewed by Richard. by mjs · 21 years ago
- 9b20364 Fix for 3429646, <img src="blah"<img src="foo"> should show up as two images. by hyatt · 21 years ago
- e6993f2 Fix for 3404398, leak in residual style code. The code that built up the by hyatt · 21 years ago
- 6a96b50 Reviewed by Dave. by darin · 22 years ago
- 3aadc73 Fix for 3300362, crash on myuhc.com. The residual style code by hyatt · 22 years ago
- 7a8b41f Reviewed by Maciej. by darin · 22 years ago
- aaedfd5 Fix for 3263156, stack overflow at www.liceo.edu.mx. This by hyatt · 22 years ago
- 06c6d6c Fix for 3229799, images missing on geocities page. Residual style by hyatt · 22 years ago
- acbb0d4 Rename inQuirksMode to inCompatMode. Drop uses of it in by hyatt · 22 years ago
- 57c7376 Reviewed by Ken. by darin · 22 years ago
- f029e37 * khtml/html/htmlparser.cpp: by hyatt · 22 years ago
- 1bce5aa Always do residual style fixups in all three Safari rendering modes. by hyatt · 22 years ago
- 9279aae Adding a few more tags to the list of ones to check for residual style. by hyatt · 22 years ago
- 443912f Fix continuations so that they are smarter about reusing by hyatt · 22 years ago
- 09e81c8 Reviewed by Trey. by darin · 22 years ago
- ce985df Reviewed by Dave. by darin · 22 years ago
- 74254fb New implementation of determineParseMode that is much better by hyatt · 22 years ago
- c4cefc7 - correct our copyrights to 2003; copyright is based on year of publication, not year worked on by darin · 22 years ago
- 8f5c7f0 Fix for the 2.5% perf regression from the descendant rules by hyatt · 22 years ago
- 483c378 Everything else reviewed by Maciej, dtd.cpp and htmlparser.cpp changes reviewed by Dave. by darin · 22 years ago
- be02abb The new table code from Lars. Also includes bug fixes for by hyatt · 22 years ago
- 50560aa Reviewed by Dave. by darin · 22 years ago
- 895eae1 Reviewed by John. by darin · 22 years ago
- 6d17fb2 Finish the KONQBLOCK removal and make sure that table rows and by hyatt · 22 years ago
- a176a20 Fix tables so that malformations inside them are properly pulled by hyatt · 22 years ago
- c5764f8d Reviewed by Don. by darin · 22 years ago
- fc4fd1d top level: by darin · 22 years ago
- 1dbdf72 Reviewed by Darin. by mjs · 22 years ago
- 14525a9 Fixed 3115903 - exchangehomes.com sometimes has form state poorly restored by trey · 22 years ago
- 70b6438 WebFoundation: by darin · 22 years ago
- 95b02579 Eliminate the KONQBLOCK hack. Fixes ipodhacks.com (a mislayout by hyatt · 22 years ago
- d18db81 This landing adds support for blocks inside inlines. It by hyatt · 22 years ago
- e32bf97 Nested <a>s are never allowed. Make sure to always pop the <a> blocks. by hyatt · 22 years ago
- 07c921f Fix my <konqblock> regression on ign.com. by hyatt · 22 years ago
- 199f6bdd Make <caption> error-handling more robust. by hyatt · 22 years ago
- bd7c926 Sigh. Amazingly enough, all other browsers seem to treat by hyatt · 22 years ago
- c6ba797 Make <form> inside <table> stay inside the <table> but demote by hyatt · 22 years ago
- bd6a1fd WebCore: by darin · 22 years ago
- 5159d9c Move text measurement and layout beyond onload. This by hyatt · 22 years ago
- 33f8d49 This patch lands a rewrite of whitespace-handling in the by hyatt · 22 years ago
- 91da0bd * khtml/html/htmlparser.cpp: by gramps · 22 years ago
- a8052be WebCore: by darin · 22 years ago
- c2f04c2 Remove closeEntireTree now that deferred close takes care of that case. by darin · 22 years ago
- 197ddda - fixed 3075032 -- textarea contents sometimes aren't shown by darin · 22 years ago
- 16432a6 A couple of whitespace fixes. What's really odd about these by hyatt · 22 years ago
- 2ddd66a Fix for the intuit.com and eweek.com <form><tr> bgcolor problem. by hyatt · 23 years ago
- 15e3dbd Fix for bug 3004889, plugin content on stylesheet pages not by hyatt · 23 years ago