From bugzilla-daemon at webkit.org Tue Apr 1 00:22:05 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:22:32 2008 Subject: [Webkit-unassigned] [Bug 7532] document.all behavior doesn't match WinIE In-Reply-To: Message-ID: <20080401072205.07B643A0B2C@localhost> http://bugs.webkit.org/show_bug.cgi?id=7532 ap@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |18200 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:22:04 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:22:32 2008 Subject: [Webkit-unassigned] [Bug 18200] document.all("id") doesn't create an array for all the elements found In-Reply-To: Message-ID: <20080401072204.D66A53A0B25@localhost> http://bugs.webkit.org/show_bug.cgi?id=18200 ap@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |7532 nThis| | Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:22:49 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:23:34 2008 Subject: [Webkit-unassigned] [Bug 7532] document.all behavior doesn't match WinIE In-Reply-To: Message-ID: <20080401072249.92F9D3A0B3F@localhost> http://bugs.webkit.org/show_bug.cgi?id=7532 ap@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ap@webkit.org ------- Comment #3 from ap@webkit.org 2008-04-01 00:22 PDT ------- Bug 18200 covers multiple matches. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:26:58 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:26:54 2008 Subject: [Webkit-unassigned] [Bug 3792] odeon.co.uk site unusable in Safari, missing many interactive elements (document.all) In-Reply-To: Message-ID: <20080401072658.50EEC3A0B5B@localhost> http://bugs.webkit.org/show_bug.cgi?id=3792 ap@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ap@webkit.org Status|NEW |RESOLVED Component|New Bugs |Evangelism Resolution| |FIXED ------- Comment #8 from ap@webkit.org 2008-04-01 00:26 PDT ------- http://www.pgawest.com/ works fine now, too. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:29:50 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:29:47 2008 Subject: [Webkit-unassigned] [Bug 17488] If either overflow-x or overflow-y value is not visible, Webkit will change it to auto In-Reply-To: Message-ID: <20080401072950.91E233A0B6F@localhost> http://bugs.webkit.org/show_bug.cgi?id=17488 faruk@apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |faruk@apple.com ------- Comment #3 from faruk@apple.com 2008-04-01 00:29 PDT ------- The reason why your test case breaks is because it's spelled "visible" (not visable) — changing it to visible makes the JavaScript detect the property correctly. Nonetheless, the behavior is still incorrect: adding a test case that shows this in a different way. The combination of overflow-x: visible; overflow-y: hidden; (or vice-versa) is a desirable combination and should behave exactly as it reads: elements expanding outside the containing "viewport" should only be rendered along the x-axis but not along the y-axis. What doesn't get defined by the spec, however, is what happens to content that is outside _both_ x and y axes. Should elements always get clipped to exact rectangles? (by far easiest to implement) Which axis/setting gets precedence? Letting it be dependent on CSS property order AND allowing for non-rect rendering would be very tricky to implement I'm sure. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:29:58 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:30:24 2008 Subject: [Webkit-unassigned] [Bug 18210] DOMParser does not report parsing errors In-Reply-To: Message-ID: <20080401072958.4806E3A0B79@localhost> http://bugs.webkit.org/show_bug.cgi?id=18210 ap@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ap@webkit.org Status|UNCONFIRMED |RESOLVED Resolution| |INVALID ------- Comment #1 from ap@webkit.org 2008-04-01 00:29 PDT ------- I cannot reproduce this. Try entering the following into the address bar: javascript:alert((new XMLSerializer).serializeToString((new DOMParser()).parseFromString("", "text/xml"))) -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:31:12 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:53:29 2008 Subject: [Webkit-unassigned] [Bug 17488] If either overflow-x or overflow-y value is not visible, Webkit will change it to auto In-Reply-To: Message-ID: <20080401073112.AAAD93A0C17@localhost> http://bugs.webkit.org/show_bug.cgi?id=17488 ------- Comment #4 from faruk@apple.com 2008-04-01 00:31 PDT ------- Created an attachment (id=20270) --> (http://bugs.webkit.org/attachment.cgi?id=20270&action=view) Overflow-x/y visible/hidden testcase The overflow-x: visible; should mean that on the x-axis, the element should still be rendered. Instead, it is being treated as overflow-x: scroll. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:53:47 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:53:43 2008 Subject: [Webkit-unassigned] [Bug 18257] New: Improve reference counting of registers in Change CodeGenerator::emitCall() Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18257 Summary: Improve reference counting of registers in Change CodeGenerator::emitCall() Product: WebKit Version: 526+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.5 Status: NEW Keywords: SquirrelFish Severity: Normal Priority: P2 Component: JavaScriptCore AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: cwzwarich@uwaterloo.ca Patch to follow in the next post. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:54:23 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:53:49 2008 Subject: [Webkit-unassigned] [Bug 18257] Improve reference counting of registers in Change CodeGenerator::emitCall() In-Reply-To: Message-ID: <20080401075423.88E8C3A0C35@localhost> http://bugs.webkit.org/show_bug.cgi?id=18257 cwzwarich@uwaterloo.ca changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjs@apple.com -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:54:15 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:53:51 2008 Subject: [Webkit-unassigned] [Bug 18257] Improve reference counting of registers in Change CodeGenerator::emitCall() In-Reply-To: Message-ID: <20080401075415.8A5223A0C36@localhost> http://bugs.webkit.org/show_bug.cgi?id=18257 cwzwarich@uwaterloo.ca changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #20271| |review? Flag| | ------- Comment #1 from cwzwarich@uwaterloo.ca 2008-04-01 00:54 PDT ------- Created an attachment (id=20271) --> (http://bugs.webkit.org/attachment.cgi?id=20271&action=view) Proposed patch -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:54:28 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:54:01 2008 Subject: [Webkit-unassigned] [Bug 18257] Improve reference counting of registers in Change CodeGenerator::emitCall() In-Reply-To: Message-ID: <20080401075428.DE1893A0C3C@localhost> http://bugs.webkit.org/show_bug.cgi?id=18257 cwzwarich@uwaterloo.ca changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ggaren@apple.com -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:53:33 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:54:01 2008 Subject: [Webkit-unassigned] [Bug 18253] Add support for FuncExprNode to SquirrelFish In-Reply-To: Message-ID: <20080401075333.B3A6E3A0C1B@localhost> http://bugs.webkit.org/show_bug.cgi?id=18253 cwzwarich@uwaterloo.ca changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #3 from cwzwarich@uwaterloo.ca 2008-04-01 00:53 PDT ------- Landed in r31493. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 00:54:35 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 00:54:32 2008 Subject: [Webkit-unassigned] [Bug 18257] Improve reference counting of registers in Change CodeGenerator::emitCall() In-Reply-To: Message-ID: <20080401075435.53DC53A0C3F@localhost> http://bugs.webkit.org/show_bug.cgi?id=18257 cwzwarich@uwaterloo.ca changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oliver@apple.com -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 01:00:13 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 01:00:39 2008 Subject: [Webkit-unassigned] [Bug 17488] If either overflow-x or overflow-y value is not visible, Webkit will change it to auto In-Reply-To: Message-ID: <20080401080013.A37B63A0C6B@localhost> http://bugs.webkit.org/show_bug.cgi?id=17488 eric@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 02:36:26 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 02:36:52 2008 Subject: [Webkit-unassigned] [Bug 18258] New: Page search (⌘ F) doesn't work Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18258 Summary: Page search (⌘F) doesn't work Product: WebKit Version: 526+ (Nightly build) Platform: Macintosh Intel OS/Version: Mac OS X 10.4 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Text AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: anton.chaplygin@gmail.com ⌘F keyboard shortcut doesn't open any dialog of the text search. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 03:27:20 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 03:27:49 2008 Subject: [Webkit-unassigned] [Bug 18259] New: XML+XSLT pages in iframe contains document.location of a parent window Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18259 Summary: XML+XSLT pages in iframe contains document.location of a parent window Product: WebKit Version: 525.x (Safari 3.1) Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Frames AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: dnelubin@gmail.com When you load to iframe not HTML but XML page with XSLT transformation, you'll get incorrect document.location value. JavaScript in the iframe shows location of the parent window. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 03:28:59 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 03:28:56 2008 Subject: [Webkit-unassigned] [Bug 18259] XML+XSLT pages in iframe contains document.location of a parent window In-Reply-To: Message-ID: <20080401102859.6802B3A136A@localhost> http://bugs.webkit.org/show_bug.cgi?id=18259 ------- Comment #1 from dnelubin@gmail.com 2008-04-01 03:28 PDT ------- Created an attachment (id=20272) --> (http://bugs.webkit.org/attachment.cgi?id=20272&action=view) Simple testcase Open index.html from the archive. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 03:29:37 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 03:30:04 2008 Subject: [Webkit-unassigned] [Bug 18259] XML+XSLT pages in iframe contains document.location of a parent window In-Reply-To: Message-ID: <20080401102937.ABF4F3A137A@localhost> http://bugs.webkit.org/show_bug.cgi?id=18259 ------- Comment #2 from dnelubin@gmail.com 2008-04-01 03:29 PDT ------- Created an attachment (id=20273) --> (http://bugs.webkit.org/attachment.cgi?id=20273&action=view) Screenshot -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 04:58:26 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 04:58:52 2008 Subject: [Webkit-unassigned] [Bug 13596] Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information In-Reply-To: Message-ID: <20080401115826.5ABF53A178E@localhost> http://bugs.webkit.org/show_bug.cgi?id=13596 ------- Comment #4 from julien.chaffraix@gmail.com 2008-04-01 04:58 PDT ------- (In reply to comment #3) > (From update of attachment 20152 [edit]) > + Our event does not match Firefox interface but matches the XHR2 > standard. > > I think we'd need to have more clarity on why these are different. Is Firefox > going to change to match the draft spec? > As discussed on IRC, I have asked for a clarification on the public-webapi ML (will post a link to the archive here when I have it). > --- a/WebCore/WebCore.order > +++ b/WebCore/WebCore.order > > I do not think order files are to be manually edited. > A dumb mistake, will be removed. > + m_receivedLength = 0; > > It might make sense to consider how this will work with multipart responses - > although it's not strictly necessary for this patch, given that we don't > support those anyway yet. > I have not though about multipart support, but I think this issue can be postponed until we support it (will add a FIXME to indicate that multipart support should be careful with that). > + // FIXME: We are called too often (3-4 times more that firefox) so we have > a huge performance hit > > Is this something that needs to be addressed at CFNetwork level? Can we make a > workaround (I assume the hit is caused by the actual event handlers, so perhaps > we could throttle event firing within WebCore)? We can't take a performance hit > without at least having a clear plan on how to remedy it. But also, the scope > of the problem is not quite obvious - what are the scenarios where this would > be noticeable? > Yes, it will be ! (my test case was loading a big file (~3/4Mb) and showing the download progress, as we get called every 0.01% or so the perform hit was huge) As you said the issue is the event handler. FYI, my testing were done on gtk/curl so I think the issue should be solved in WebCore. I thought I would work on it on a separate bug (to do maybe more perf testing). If you insist, I can include the fix with this patch as is quite simple (just adding a byte counter and firing the event when it is above a threshold). > Also, "Firefox" with capital "F", and we usually put a dot at the end of a full > sentence like this. > > + if (!expectedLength || m_receivedLength > expectedLength) > + evt = new ProgressEvent("progress", false, m_receivedLength, > expectedLength); > + else > + evt = new ProgressEvent("progress", true, m_receivedLength, > expectedLength); > > This would look better with a local variable for "!expectedLength || > m_receivedLength > expectedLength" - no need for "if". > > + void updateAndDispatchOnProgress(int len); > > In didReceiveData(), len is an int because it can be -1, indicating a > null-terminated string. But in updateAndDispatchOnProgress(), the length is > always known, so it would be better to use unsigned. > I will address those in the next iteration. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 05:04:53 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 05:05:18 2008 Subject: [Webkit-unassigned] [Bug 18178] Website claims there is no SVG support In-Reply-To: Message-ID: <20080401120453.371BB3A17D3@localhost> http://bugs.webkit.org/show_bug.cgi?id=18178 ------- Comment #4 from dan@rosspixelworks.com 2008-04-01 05:04 PDT ------- My mistake. You're correct. The shipping version of 3.1 does indeed have this problem. (In reply to comment #3) > I'm seeing this problem on shipping Safari 3.1, too. Could you please > double-check that it works for you? > > From looking at the site code, the root cause appears to be bug 17400 - but > this behavior has changed after Safari 3.0, not 3.1. > -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 05:10:59 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 05:11:25 2008 Subject: [Webkit-unassigned] [Bug 13596] Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information In-Reply-To: Message-ID: <20080401121059.5B1893A1808@localhost> http://bugs.webkit.org/show_bug.cgi?id=13596 ------- Comment #5 from ap@webkit.org 2008-04-01 05:10 PDT ------- (In reply to comment #4) > As you said the issue is the event handler. FYI, my testing were done on > gtk/curl so I think the issue should be solved in WebCore. I thought I would > work on it on a separate bug (to do maybe more perf testing). If you insist, I > can include the fix with this patch as is quite simple (just adding a byte > counter and firing the event when it is above a threshold). Either way is OK with me, but I'm not convinced that the fix will be that simple. What happens if the data is sent slowly (e.g. 1 byte per second)? I would expect to get an event for each byte. I think that this is a practical use case, as progress of a lengthy operation can be reported in this way. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 05:15:32 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 05:15:28 2008 Subject: [Webkit-unassigned] [Bug 18178] Website claims there is no SVG support In-Reply-To: Message-ID: <20080401121532.CC3F83A1849@localhost> http://bugs.webkit.org/show_bug.cgi?id=18178 ap@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric@webkit.org -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 05:15:16 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 05:15:29 2008 Subject: [Webkit-unassigned] [Bug 17400] hasFeature Broken (WebKit claims it does not support SVG) In-Reply-To: Message-ID: <20080401121516.C81063A1846@localhost> http://bugs.webkit.org/show_bug.cgi?id=17400 ap@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |18178 nThis| | -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 05:15:16 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 05:15:41 2008 Subject: [Webkit-unassigned] [Bug 18178] Website claims there is no SVG support In-Reply-To: Message-ID: <20080401121516.73FA93A1834@localhost> http://bugs.webkit.org/show_bug.cgi?id=18178 ap@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |17400 Status|UNCONFIRMED |NEW Component|SVG |Evangelism Ever Confirmed|0 |1 ------- Comment #5 from ap@webkit.org 2008-04-01 05:15 PDT ------- Our behavior is correct to the letter of standard. The current consensus seems to be that we don't want to disobey the standard here, even though Firefox does, so moving to Evangelism. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 06:12:02 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 06:11:57 2008 Subject: [Webkit-unassigned] [Bug 18260] New: There is one row in table, and it cells using colspan, no width define. Table-layout is fixed. Cell width must be = (100% of talbe / N of virtual cols)*colspan value. This works in FF, IE, Opera, not Safari Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18260 Summary: There is one row in table, and it cells using colspan, no width define. Table-layout is fixed. Cell width must be = (100% of talbe / N of virtual cols)*colspan value. This works in FF, IE, Opera, not Safari Product: WebKit Version: 525.x (Safari 3.1) Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Tables AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: Dmitry-NK@yandex.ru There is one row in table, and it cells using colspan, no width define. Table-layout is fixed. Cell width must be = (100% of talbe / N of virtual cols)*colspan value. This works in FF, IE, Opera, not Safari
... ...
Tds width must be: 75% and 25%. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 05:55:32 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 06:12:28 2008 Subject: [Webkit-unassigned] [Bug 10957] HttpOnly Cookie Option In-Reply-To: Message-ID: <20080401125532.14DCA3A1A77@localhost> http://bugs.webkit.org/show_bug.cgi?id=10957 ------- Comment #11 from rsesek@bluestatic.org 2008-04-01 05:55 PDT ------- Apple isn't the only company we're waiting on to get HttpOnly support. Qt/Trolltech is also lacking HttpOnly support in QNetworkCookie. I filed bug #205188 with them to get QNetworkCookie::isHttpOnly() added. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 07:15:09 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 07:15:35 2008 Subject: [Webkit-unassigned] [Bug 17917] Cookie support for HTTP soup backend In-Reply-To: Message-ID: <20080401141509.9AFB73A1DE4@localhost> http://bugs.webkit.org/show_bug.cgi?id=17917 julien.chaffraix@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julien.chaffraix@gmail.com ------- Comment #6 from julien.chaffraix@gmail.com 2008-04-01 07:15 PDT ------- I do not know libsoup, so I will just comment on the interaction with the other backend. CookieJar.h and CookieJarGtk.h are currently shared with the cURL backend and your changes do not take that into account. For CookieJarGtk, we have the choice between adding the proper #if USE guards or split it into two files. I do not really think we can share code in this case so I would vote for splitting the files and moving them in their own directory. diff --git a/WebCore/platform/CookieJar.h b/WebCore/platform/CookieJar.h index 38efd04..3cd86dd 100644 --- a/WebCore/platform/CookieJar.h +++ b/WebCore/platform/CookieJar.h @@ -26,6 +26,10 @@ #ifndef CookieJar_h #define CookieJar_h +#if PLATFORM(GTK) Shoud be USE(SOUP). +#include +#endif + namespace WebCore { class KURL; @@ -35,7 +39,9 @@ namespace WebCore { String cookies(const Document* document, const KURL&); void setCookies(Document* document, const KURL&, const KURL& policyBaseURL, const String&); bool cookiesEnabled(const Document* document); - +#if PLATFORM(GTK) Same as above. + SoupCookieJar* getCookieJar(void); +#endif } #endif diff --git a/WebCore/platform/gtk/CookieJarGtk.cpp b/WebCore/platform/gtk/CookieJarGtk.cpp index 2f76ebc..eace692 100644 --- a/WebCore/platform/gtk/CookieJarGtk.cpp +++ b/WebCore/platform/gtk/CookieJarGtk.cpp @@ -1,4 +1,7 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; -*- */ /* + * Copyright (C) 2008 Xan Lopez + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -15,31 +18,56 @@ */ #include "config.h" +#include "CString.h" #include "CookieJar.h" #include "KURL.h" #include "PlatformString.h" #include "StringHash.h" -#include +#include namespace WebCore { -static HashMap cookieJar; +SoupCookieJar* getCookieJar() +{ + static SoupCookieJar* jar = NULL; + + if (!jar) + jar = soup_cookie_jar_new (); + + return jar; +} -void setCookies(Document* /*document*/, const KURL& url, const KURL& /*policyURL*/, const String& value) +void setCookies(Document* document, const KURL& url, const KURL& policyURL, const String& value) Why do you change this line while you do not use the parameters? { - cookieJar.set(url.string(), value); + SoupCookieJar* jar = getCookieJar(); + if (!jar) return; We usually put the if and the return on two different lines. + + SoupURI* origin = soup_uri_new(url.string().utf8().data()); + + soup_cookie_jar_set_cookie(jar, origin, value.utf8().data()); + soup_uri_free(origin); } -String cookies(const Document* /*document*/, const KURL& url) +String cookies(const Document* document, const KURL& url) Same as above. { - return cookieJar.get(url.string()); + SoupCookieJar* jar = getCookieJar(); + if (!jar) return String(); Same as above. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 07:15:30 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 07:15:55 2008 Subject: [Webkit-unassigned] [Bug 18222] Pop-up windows don't In-Reply-To: Message-ID: <20080401141530.668833A1DF0@localhost> http://bugs.webkit.org/show_bug.cgi?id=18222 ------- Comment #2 from brkemper@comcast.net 2008-04-01 07:15 PDT ------- That had no effect when I did it. However, the problem has cleared up with my latest Webkit download. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 07:34:13 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 07:34:39 2008 Subject: [Webkit-unassigned] [Bug 17768] REGRESSION (r30146): Inspector no longer shows elements properties In-Reply-To: Message-ID: <20080401143413.126383A1EBE@localhost> http://bugs.webkit.org/show_bug.cgi?id=17768 aroben@apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |InRadar ------- Comment #15 from aroben@apple.com 2008-04-01 07:34 PDT ------- -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 10:38:29 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 10:39:06 2008 Subject: [Webkit-unassigned] [Bug 15856] moodle.org: reload page does change its Default encoding In-Reply-To: Message-ID: <20080401173829.649A23A28F3@localhost> http://bugs.webkit.org/show_bug.cgi?id=15856 juanfc@uma.es changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Comment #5 from juanfc@uma.es 2008-04-01 10:38 PDT ------- This bug seems be gone since the lasts updates. My apologizes for don't give you a faster feedback. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 11:19:53 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 11:20:17 2008 Subject: [Webkit-unassigned] [Bug 18178] Website claims there is no SVG support In-Reply-To: Message-ID: <20080401181953.37C6A3A2D79@localhost> http://bugs.webkit.org/show_bug.cgi?id=18178 ------- Comment #6 from eric@webkit.org 2008-04-01 11:19 PDT ------- This will get fixed when we turn back on SVG_FILTER support. FireFox is violating the spec if they claim to support any of these feature strings: supported:function(){ var svgFeature="http://www.w3.org/TR/SVG11/feature#SVG"; var supported = (document.implementation && (document.implementation.hasFeature("org.w3c.svg","1.0") || document.implementation.hasFeature(svgFeature,"1.1"))); return supported; } Since all of those strings require SVG filter and SVG animation support. Both of which we have partial implementations for, both of which were turned off for Safari 3.0 and 3.1. We incorrectly claimed support of these feature strings in Safari 3.0 (beta), but it was fixed by the final version, IIRC. We can keep this bug around, but mostly this is just site evangelism. OpenLayers.js file is using the easy check (which requires all of SVG) instead of using finer-grained checks for the features it is actually using. This bug will "fix itself" if we're successful in getting a GSoC student this summer interested in SVG Filter completion. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 11:21:22 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 11:20:47 2008 Subject: [Webkit-unassigned] [Bug 17993] REGRESSION (r31081): Clicking in wordpress editor causes strange behavior and de-selection In-Reply-To: Message-ID: <20080401182122.6DAE03A2DD2@localhost> http://bugs.webkit.org/show_bug.cgi?id=17993 ------- Comment #8 from adele@apple.com 2008-04-01 11:21 PDT ------- hmm- i should've started on a reduction sooner. The test case no longer works. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 11:21:25 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 11:22:18 2008 Subject: [Webkit-unassigned] [Bug 18178] Website claims there is no SVG support In-Reply-To: Message-ID: <20080401182125.C8DBD3A2E10@localhost> http://bugs.webkit.org/show_bug.cgi?id=18178 ------- Comment #7 from eric@webkit.org 2008-04-01 11:21 PDT ------- If you're curious, the exact checks in our code which are causing this "bug" can be found here: http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/dom/DOMImplementation.cpp#L62 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 11:42:00 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 11:43:31 2008 Subject: [Webkit-unassigned] [Bug 18178] Website claims there is no SVG support In-Reply-To: Message-ID: <20080401184200.E846E3A3204@localhost> http://bugs.webkit.org/show_bug.cgi?id=18178 ------- Comment #8 from eric@webkit.org 2008-04-01 11:42 PDT ------- I filed https://bugzilla.mozilla.org/show_bug.cgi?id=426384 with Mozilla about their feature strings. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 12:10:00 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 12:10:25 2008 Subject: [Webkit-unassigned] [Bug 18234] JS exception thrown from NPN_InvokeDefault not shown in error console. In-Reply-To: Message-ID: <20080401191000.CC47C3A33D6@localhost> http://bugs.webkit.org/show_bug.cgi?id=18234 eric@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |GoogleBug, NeedsRadar -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 12:16:46 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 12:17:20 2008 Subject: [Webkit-unassigned] [Bug 16829] NPAPI: NPN_SetException() sets exception on the Global ExecState instead of local In-Reply-To: Message-ID: <20080401191646.DA4F03A3443@localhost> http://bugs.webkit.org/show_bug.cgi?id=16829 ------- Comment #5 from eric@webkit.org 2008-04-01 12:16 PDT ------- This bug blocks Google Gears support in Safari. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 12:45:19 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 12:44:45 2008 Subject: [Webkit-unassigned] [Bug 15920] Safari SVG graphic text and events problems In-Reply-To: Message-ID: <20080401194519.BDE693A35DF@localhost> http://bugs.webkit.org/show_bug.cgi?id=15920 ------- Comment #4 from rwlbuis@gmail.com 2008-04-01 12:45 PDT ------- Hi, (In reply to comment #3) > oops, the bug is not resolved. I tried it using trunk and it looks fine to me. Do you feel like trying it again using the latest nightly? Btw that is a nice looking webapp! Cheers, Rob. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 12:16:55 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 12:45:13 2008 Subject: [Webkit-unassigned] [Bug 18234] JS exception thrown from NPN_InvokeDefault not shown in error console. In-Reply-To: Message-ID: <20080401191655.C213E3A35E0@localhost> http://bugs.webkit.org/show_bug.cgi?id=18234 ------- Comment #2 from eric@webkit.org 2008-04-01 12:16 PDT ------- This bug blocks Google Gears support in Safari. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 12:59:08 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 12:59:32 2008 Subject: [Webkit-unassigned] [Bug 18258] Page search (⌘ F) doesn't work In-Reply-To: Message-ID: <20080401195908.7878C3A368F@localhost> http://bugs.webkit.org/show_bug.cgi?id=18258 mrowe@apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrowe@apple.com ------- Comment #1 from mrowe@apple.com 2008-04-01 12:59 PDT ------- Cmd-F to find works correctly for me. Can you please provide more detail about what you are doing, and how to reproduce this problem. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 13:01:31 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 13:01:25 2008 Subject: [Webkit-unassigned] [Bug 18257] Improve reference counting of registers in Change CodeGenerator::emitCall() In-Reply-To: Message-ID: <20080401200131.1B9D53A36C9@localhost> http://bugs.webkit.org/show_bug.cgi?id=18257 ggaren@apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #20271|review? |review+ Flag| | -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 13:50:21 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 13:50:46 2008 Subject: [Webkit-unassigned] [Bug 18261] New: Webkit quit Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18261 Summary: Webkit quit Product: WebKit Version: 312.x Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: WebKit Misc. AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: mimisammarco@gmail.com Date/Time: 2008-04-01 15:50:22.417 -0500 OS Version: 10.4.11 (Build 8S165) Report Version: 4 Command: Safari Path: /Applications/Safari.app/Contents/MacOS/Safari Parent: WindowServer [58] Version: r31232 (31232) PID: 8177 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000008 Thread 0 Crashed: 0 com.apple.WebCore 0x0118fd40 WebCore::Frame::forceLayout(bool) + 0 1 com.apple.WebKit 0x00344d40 -[WebHTMLView layoutToMinimumPageWidth:maximumPageWidth:adjustingViewSize:] + 224 2 com.apple.WebKit 0x0034a3b8 -[WebHTMLView(WebInternal) _web_layoutIfNeededRecursive] + 40 3 com.apple.WebKit 0x0034107c -[WebHTMLView(WebPrivate) _propagateDirtyRectsToOpaqueAncestors] + 76 4 com.apple.CoreFoundation 0x907ee204 CFArrayApplyFunction + 416 5 com.apple.AppKit 0x937c0d04 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 144 6 com.apple.CoreFoundation 0x907ee204 CFArrayApplyFunction + 416 7 com.apple.AppKit 0x937c0d04 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 144 8 com.apple.CoreFoundation 0x907ee204 CFArrayApplyFunction + 416 9 com.apple.AppKit 0x937c0d04 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 144 10 com.apple.CoreFoundation 0x907ee204 CFArrayApplyFunction + 416 11 com.apple.AppKit 0x937c0d04 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 144 12 com.apple.CoreFoundation 0x907ee204 CFArrayApplyFunction + 416 13 com.apple.AppKit 0x937c0d04 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 144 14 com.apple.CoreFoundation 0x907ee204 CFArrayApplyFunction + 416 15 com.apple.AppKit 0x937c0d04 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 144 16 com.apple.CoreFoundation 0x907ee204 CFArrayApplyFunction + 416 17 com.apple.AppKit 0x937c0d04 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 144 18 com.apple.CoreFoundation 0x907ee204 CFArrayApplyFunction + 416 19 com.apple.AppKit 0x937c0d04 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 144 20 com.apple.AppKit 0x937b6390 -[NSView displayIfNeeded] + 96 21 com.apple.AppKit 0x9383d02c -[NSControl mouseDown:] + 184 22 com.apple.AppKit 0x938c1638 -[_NSThemeWidget mouseDown:] + 100 23 com.apple.AppKit 0x937de970 -[NSWindow sendEvent:] + 4616 24 com.apple.Safari 0x00030a64 0x1000 + 195172 25 com.apple.AppKit 0x937879b4 -[NSApplication sendEvent:] + 4172 26 com.apple.Safari 0x000304b4 0x1000 + 193716 27 com.apple.AppKit 0x9377edf0 -[NSApplication run] + 508 28 com.apple.AppKit 0x9386f974 NSApplicationMain + 452 29 com.apple.Safari 0x0009bad4 0x1000 + 633556 30 com.apple.Safari 0x000022fc 0x1000 + 4860 Thread 1: 0 libSystem.B.dylib 0x9002c3c8 semaphore_wait_signal_trap + 8 1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480 2 com.apple.WebCore 0x01233020 WebCore::IconDatabase::syncThreadMainLoop() + 320 3 com.apple.WebCore 0x01233208 WebCore::IconDatabase::iconDatabaseSyncThread() + 424 4 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 2: 0 libSystem.B.dylib 0x9000b348 mach_msg_trap + 8 1 libSystem.B.dylib 0x9000b29c mach_msg + 60 2 com.apple.CoreFoundation 0x907de9b8 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268 4 com.apple.Foundation 0x92c0e738 +[NSURLCache _diskCacheSyncLoop:] + 152 5 com.apple.Foundation 0x92be60c0 forkThreadForFunction + 108 6 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 3: 0 libSystem.B.dylib 0x9000b348 mach_msg_trap + 8 1 libSystem.B.dylib 0x9000b29c mach_msg + 60 2 com.apple.CoreFoundation 0x907de9b8 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268 4 com.apple.Foundation 0x92c0d5f8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264 5 com.apple.Foundation 0x92be60c0 forkThreadForFunction + 108 6 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 4: 0 libSystem.B.dylib 0x9002c3c8 semaphore_wait_signal_trap + 8 1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480 2 com.apple.Foundation 0x92bed22c -[NSConditionLock lockWhenCondition:] + 68 3 com.apple.Syndication 0x9adb542c -[AsyncDB _run:] + 192 4 com.apple.Foundation 0x92be60c0 forkThreadForFunction + 108 5 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 5: 0 libSystem.B.dylib 0x9001f88c select + 12 1 com.apple.CoreFoundation 0x907f124c __CFSocketManager + 472 2 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 6: 0 libSystem.B.dylib 0x9000b348 mach_msg_trap + 8 1 libSystem.B.dylib 0x9000b29c mach_msg + 60 2 com.apple.CoreFoundation 0x907de9b8 __CFRunLoopRun + 832 3 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268 4 com.apple.audio.CoreAudio 0x91459524 HALRunLoop::OwnThread(void*) + 264 5 com.apple.audio.CoreAudio 0x914592c4 CAPThread::Entry(CAPThread*) + 96 6 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 7: 0 libSystem.B.dylib 0x9002c3c8 semaphore_wait_signal_trap + 8 1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480 2 com.apple.Foundation 0x92bed22c -[NSConditionLock lockWhenCondition:] + 68 3 com.apple.AppKit 0x9381f7e8 -[NSUIHeartBeat _heartBeatThread:] + 324 4 com.apple.Foundation 0x92be60c0 forkThreadForFunction + 108 5 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 8: 0 libSystem.B.dylib 0x9002f08c kevent + 12 1 com.apple.DesktopServices 0x92af9e50 TFSNotificationTask::FSNotificationTaskProc(void*) + 56 2 ...ple.CoreServices.CarbonCore 0x90bc6794 PrivateMPEntryPoint + 76 3 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 9: 0 libSystem.B.dylib 0x9002c3c8 semaphore_wait_signal_trap + 8 1 libSystem.B.dylib 0x90030eac pthread_cond_wait + 480 2 ...ple.CoreServices.CarbonCore 0x90bc6984 MPWaitOnQueue + 224 3 com.apple.DesktopServices 0x92afa4cc TNodeSyncTask::SyncTaskProc(void*) + 116 4 ...ple.CoreServices.CarbonCore 0x90bc6794 PrivateMPEntryPoint + 76 5 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 10: 0 libSystem.B.dylib 0x90054388 semaphore_timedwait_signal_trap + 8 1 libSystem.B.dylib 0x90070be8 pthread_cond_timedwait_relative_np + 556 2 ...ple.CoreServices.CarbonCore 0x90bf93f4 TSWaitOnSemaphoreCommon + 176 3 ...ple.CoreServices.CarbonCore 0x90bf9248 AsyncFileThread(void*) + 56 4 libSystem.B.dylib 0x9002bd08 _pthread_body + 96 Thread 0 crashed with PPC Thread State 64: srr0: 0x000000000118fd40 srr1: 0x000000000200f030 vrsave: 0x0000000000000000 cr: 0x24002222 xer: 0x0000000000000004 lr: 0x0000000000344d40 ctr: 0x000000000118fd40 r0: 0x0000000000344d40 r1: 0x00000000bfffdec0 r2: 0x00000000003d4c78 r3: 0x0000000000000000 r4: 0x0000000000000001 r5: 0x0000000000000001 r6: 0x0000000090a410e0 r7: 0x0000000000000000 r8: 0x0000000000000000 r9: 0x0000000000000002 r10: 0x000000000034a0ac r11: 0x00000000003d4d40 r12: 0x000000000118fd40 r13: 0x00000000a37ad768 r14: 0x0000000000000100 r15: 0x0000000000000000 r16: 0x00000000a37ad768 r17: 0x00000000a37bd768 r18: 0x00000000a37ad768 r19: 0x00000000a37ad768 r20: 0x0000000000000000 r21: 0x00000000a377d768 r22: 0x00000000a37b5a0c r23: 0x00000000a377d768 r24: 0x00000000a37ad768 r25: 0x0000000005fd5670 r26: 0x00000000003da3a0 r27: 0x000000001707d080 r28: 0x0000000000000000 r29: 0x0000000016913fd0 r30: 0x0000000000000000 r31: 0x0000000000344c78 Binary Images Description: 0x1000 - 0x134fff com.apple.Safari 3.0.4 (523.12.2) /Applications/Safari.app/Contents/MacOS/Safari 0x16b000 - 0x16cfff WebKitNightlyEnabler.dylib /Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib 0x305000 - 0x3d3fff com.apple.WebKit 526.1+ /Applications/WebKit.app/Contents/Frameworks/10.4/WebKit.framework/Versions/A/WebKit 0x460000 - 0x537fff com.apple.JavaScriptCore 526.1+ /Applications/WebKit.app/Contents/Frameworks/10.4/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x1008000 - 0x1728fff com.apple.WebCore 526.1+ /Applications/WebKit.app/Contents/Frameworks/10.4/WebCore.framework/Versions/A/WebCore 0x644b000 - 0x644cfff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bundle/Contents/MacOS/AOAHALPlugin 0x7305000 - 0x7722fff com.macromedia.Flash Player.plugin 9.0.115.0 (1.0.1f23) /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player 0x90f3000 - 0x9104fff com.apple.locale.textbreak.thai 1.0.2 /System/Library/LocalePlugins/ThaiTextBreak.localePlugin/Contents/MacOS/ThaiTextBreak 0x92c3000 - 0x9302fff com.apple.QuickTimeFireWireDV.component 7.4 (92) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV 0xb238000 - 0xb2a1fff com.apple.AppleIntermediateCodec 1.0.1 (124) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec 0xb83d000 - 0xb8b6fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo 0xcf9a000 - 0xcfd3fff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/SoundManagerComponents 0x8f4f0000 - 0x8f4f5fff com.apple.CoreMediaAuthoringPrivate 1.2 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/A/CoreMediaAuthoringPrivate 0x8f840000 - 0x8f86efff com.apple.CoreMediaPrivate 1.4 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate 0x8f8c0000 - 0x8f960fff com.apple.QuickTimeImporters.component 7.4 (92) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld 0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib 0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.9 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib 0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib 0x90aea000 - 0x90b5cfff com.apple.framework.IOKit 1.4.1 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib 0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.17 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x90f92000 - 0x90fd4fff com.apple.CFNetwork 129.22 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore 0x91011000 - 0x91092fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib 0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib 0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib 0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x914fe000 - 0x91536fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x91551000 - 0x91623fff com.apple.ColorSync 4.4.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x9174e000 - 0x91805fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent 0x9193c000 - 0x9197efff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib 0x91b2e000 - 0x91b44fff libcups.2.dylib /usr/lib/libcups.2.dylib 0x91b49000 - 0x91b67fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x91b6d000 - 0x91c24fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x91c73000 - 0x91c77fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x91c79000 - 0x91ce3fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib 0x91ce8000 - 0x91d25fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x91d2c000 - 0x91d46fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x91d4b000 - 0x91d4efff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x91d50000 - 0x91e2efff libxml2.2.dylib /usr/lib/libxml2.2.dylib 0x91e4e000 - 0x91e4efff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x91e50000 - 0x91f35fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x91f3d000 - 0x91f5cfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x91fc8000 - 0x92036fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x92041000 - 0x920d6fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x920f0000 - 0x92678fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x926ab000 - 0x929d6fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x92a06000 - 0x92af4fff libiconv.2.dylib /usr/lib/libiconv.2.dylib 0x92af7000 - 0x92b7ffff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x92bc0000 - 0x92debfff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x92f18000 - 0x92f36fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92f41000 - 0x92f9bfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x92fb9000 - 0x92fb9fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x92fbb000 - 0x92fcffff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x92fe7000 - 0x92ff7fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x93003000 - 0x93018fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x9302a000 - 0x930b1fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x930c5000 - 0x930d0fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x930da000 - 0x93107fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x93121000 - 0x93130fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9313c000 - 0x931a2fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x931d3000 - 0x93222fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x93250000 - 0x9326dfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x9327f000 - 0x9328cfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x93295000 - 0x935a3fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x936f3000 - 0x936fffff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x93704000 - 0x93724fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x93778000 - 0x93778fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x9377a000 - 0x93dadfff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x9413a000 - 0x941acfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x941e5000 - 0x942aafff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x942fd000 - 0x942fdfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x942ff000 - 0x944bffff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x94509000 - 0x94546fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib 0x9454e000 - 0x9459efff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x945a7000 - 0x945c1fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x945d2000 - 0x945f2fff libmx.A.dylib /usr/lib/libmx.A.dylib 0x94680000 - 0x946b8fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils 0x946fd000 - 0x94719fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x9472d000 - 0x94771fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x94795000 - 0x947a4fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x947ac000 - 0x947b9fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x947ff000 - 0x94818fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x9481f000 - 0x94b49fff com.apple.QuickTime 7.4.0 (92) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x94c2f000 - 0x94ca0fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib 0x94e15000 - 0x94f45fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x94fd8000 - 0x94fe7fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers 0x94fef000 - 0x9501cfff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x95023000 - 0x95033fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib 0x95037000 - 0x95066fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib 0x95076000 - 0x95093fff libresolv.9.dylib /usr/lib/libresolv.9.dylib 0x969eb000 - 0x96a01fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib 0x96a03000 - 0x96a23fff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib 0x96a31000 - 0x96a3ffff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib 0x96a47000 - 0x96a5afff libTraditionalChineseConverter.dylib /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib 0x97411000 - 0x97430fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x97c36000 - 0x97c43fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x9904d000 - 0x99d08fff com.apple.QuickTimeComponents.component 7.4 (92) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x99f6b000 - 0x99f6ffff com.apple.QuickTimeH264.component 7.4 (92) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x9a20f000 - 0x9a2dffff com.apple.QuickTimeMPEG4.component 7.4 (92) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4 0x9adb2000 - 0x9ade8fff com.apple.Syndication 1.0.7 (55) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication 0x9ae05000 - 0x9ae17fff com.apple.SyndicationUI 1.0.7 (55) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI Model: PowerBook6,7, BootROM 4.9.3f0, 1 processors, PowerPC G4 (1.5), 1.42 GHz, 1 GB Graphics: ATI Mobility Radeon 9550, ATY,M12, AGP, 32 MB Memory Module: DIMM0/BUILT-IN, 512 MB, built-in, built-in Memory Module: DIMM1/J7, 512 MB, DDR SDRAM, PC2700U-25330 AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18) Modem: Jump, V.92, Version 1.0 Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 PCI Card: pci106b,4318, sppci_othernetwork, SLOT-B Parallel ATA Device: MATSHITADVD-R UJ-845E Parallel ATA Device: FUJITSU MHV2060AT, 55.89 GB USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA USB Device: Apple Internal Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 14:16:33 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 14:17:32 2008 Subject: [Webkit-unassigned] [Bug 13596] Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information In-Reply-To: Message-ID: <20080401211633.A22423A3AB2@localhost> http://bugs.webkit.org/show_bug.cgi?id=13596 ------- Comment #6 from julien.chaffraix@gmail.com 2008-04-01 14:16 PDT ------- Discussion address: http://www.nabble.com/-XHR2--onprogress-Event-issue-to16419994.html > > Either way is OK with me, but I'm not convinced that the fix will be that > simple. What happens if the data is sent slowly (e.g. 1 byte per second)? I > would expect to get an event for each byte. > > I think that this is a practical use case, as progress of a lengthy operation > can be reported in this way. > Indeed. I have not thought about that. I will feel more comfortable if we move the performance issue on an separate bug (as you showed we have to think carefully about it). -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 14:21:02 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 14:21:25 2008 Subject: [Webkit-unassigned] [Bug 18174] Crash when destroying frame from onload callback In-Reply-To: Message-ID: <20080401212102.667AA3A3B14@localhost> http://bugs.webkit.org/show_bug.cgi?id=18174 eric@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 14:21:22 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 14:23:17 2008 Subject: [Webkit-unassigned] [Bug 18174] Crash when destroying frame from onload callback In-Reply-To: Message-ID: <20080401212122.D65453A3B1B@localhost> http://bugs.webkit.org/show_bug.cgi?id=18174 eric@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |HasReduction, NeedsRadar -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 15:25:04 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 15:25:28 2008 Subject: [Webkit-unassigned] [Bug 18262] New: Acid 3 Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18262 Summary: Acid 3 Product: WebKit Version: 526+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Trivial Priority: P2 Component: New Bugs AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: patrick.lavin@yahoo.com just thought you should know thaat your perfect score is gone from the acid 3 test (99/100) -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 15:29:30 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 15:29:53 2008 Subject: [Webkit-unassigned] [Bug 15920] Safari SVG graphic text and events problems In-Reply-To: Message-ID: <20080401222930.661473A3E3D@localhost> http://bugs.webkit.org/show_bug.cgi?id=15920 abzno1@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Comment #5 from abzno1@gmail.com 2008-04-01 15:29 PDT ------- Thanks rob, I tried safari 3.1 and the bug is now fixed. Good job guys. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 15:40:18 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 15:43:58 2008 Subject: [Webkit-unassigned] [Bug 16829] NPAPI: NPN_SetException() sets exception on the Global ExecState instead of local In-Reply-To: Message-ID: <20080401224018.46C103A3F17@localhost> http://bugs.webkit.org/show_bug.cgi?id=16829 ------- Comment #6 from sam@webkit.org 2008-04-01 15:40 PDT ------- This can probably be trivially fixed now that cache the currently executing GlobalObject for bridged js objects. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 15:44:33 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 15:44:27 2008 Subject: [Webkit-unassigned] [Bug 18183] Crashes when saving webpage to Web Archive format .webarchive file In-Reply-To: Message-ID: <20080401224433.3F6F33A3F14@localhost> http://bugs.webkit.org/show_bug.cgi?id=18183 a4list@hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Comment #30 from a4list@hotmail.com 2008-04-01 15:44 PDT ------- tested r31535 the crashing problem is gone (as expected). thanks! but blocked items are not appearing in the Activity window. (a small percentage of blocked items are shown, however). also, the Status bar is underreporting errors, because blocked items that do not appear in the Activity window are not reported as errors. a few examples: on www.drudgereport.com: everything blocked other than drudgereport.com and d.yimg.com harvest.adgardener.com items appear in Activity correctly ("can't connect to host") and is reported correctly as an error in Status Bar. other blocked domains do not appear in Activity and are not counted as errors. on www.cnn.com: mostly everything blocked, www.cnn.com, i.cdn.turner.com, i.l.cnn.net not blocked. metrics.cnn.com is blocked- it is the only blocked domain that appears in Activity window and counted as error. http://www.time.com/time/politics/article/0,8599,1725514,00.html : everything blocked except www.time.com and img.timeinc.net no blocked items appear in Activity window, no errors -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 15:48:53 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 15:49:22 2008 Subject: [Webkit-unassigned] [Bug 18183] Crashes when saving webpage to Web Archive format .webarchive file In-Reply-To: Message-ID: <20080401224853.D8ED13A3F4D@localhost> http://bugs.webkit.org/show_bug.cgi?id=18183 ------- Comment #31 from a4list@hotmail.com 2008-04-01 15:48 PDT ------- Created an attachment (id=20274) --> (http://bugs.webkit.org/attachment.cgi?id=20274&action=view) hosts.txt here is sample hosts file contains domains blocked for examples described in #30 above. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 15:50:20 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 15:51:46 2008 Subject: [Webkit-unassigned] [Bug 18262] Acid 3 In-Reply-To: Message-ID: <20080401225020.B2FB63A3F5E@localhost> http://bugs.webkit.org/show_bug.cgi?id=18262 ------- Comment #1 from mrowe@apple.com 2008-04-01 15:50 PDT ------- In the latest nightly build I still see 100/100. Can you please provide more information about what problem you are seeing? Shift-clicking on the "A" in "Acid" will provide some useful diagnostic information. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 16:13:05 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 16:13:56 2008 Subject: [Webkit-unassigned] [Bug 18263] New: WebCore never releases GDI font handles (HFONTS) Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18263 Summary: WebCore never releases GDI font handles (HFONTS) Product: WebKit Version: 526+ (Nightly build) Platform: PC OS/Version: Mac OS X 10.5 Status: NEW Severity: Normal Priority: P2 Component: New Bugs AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: eric@webkit.org WebCore never releases GDI font handles (HFONTS) WebCore (I think by design) never releases font objects. However this can be a problem when you're surfing for a long period of time (at least on windows), since HFONTs are GDI handles, of which there are only a fixed number. Turn on the GDI object column of the task manager (View->Select Columns...) and then view the attached test case, to see Safari bloat up to > 2000 GDI objects and never drop below that. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 16:38:03 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 16:38:31 2008 Subject: [Webkit-unassigned] [Bug 18263] WebCore never releases GDI font handles (HFONTS) In-Reply-To: Message-ID: <20080401233803.1ED5C3A419F@localhost> http://bugs.webkit.org/show_bug.cgi?id=18263 ------- Comment #1 from eric@webkit.org 2008-04-01 16:38 PDT ------- Created an attachment (id=20275) --> (http://bugs.webkit.org/attachment.cgi?id=20275&action=view) test case -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 16:42:39 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 16:43:06 2008 Subject: [Webkit-unassigned] [Bug 18263] WebCore never releases GDI font handles (HFONTS) In-Reply-To: Message-ID: <20080401234239.796743A41E9@localhost> http://bugs.webkit.org/show_bug.cgi?id=18263 ------- Comment #2 from eric@webkit.org 2008-04-01 16:42 PDT ------- Created an attachment (id=20276) --> (http://bugs.webkit.org/attachment.cgi?id=20276&action=view) another test case (probably hits GDI session limit) -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 16:57:20 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 16:57:51 2008 Subject: [Webkit-unassigned] [Bug 18264] New: Crash in array instance Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18264 Summary: Crash in array instance Product: WebKit Version: 526+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.5 Status: NEW Severity: Normal Priority: P1 Component: JavaScriptCore AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: eric@webkit.org Crash in array instance I ran into this while trying to make Safari run out of GDI objects. :) See test case. Process: Safari [18170] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.apple.Safari Version: 3.1 (5525.13) Build Info: WebBrowser-55251300~1 Code Type: X86 (Native) Parent Process: launchd [341] Date/Time: 2008-04-01 16:54:35.691 -0700 OS Version: Mac OS X 10.5.2 (9C31) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000bf7ffffc Crashed Thread: 0 Thread 0 Crashed: 0 com.apple.JavaScriptCore 0x00340cb2 KJS::ArrayInstance::mark() + 114 1 com.apple.JavaScriptCore 0x0033fd6d KJS::PropertyMap::mark() const + 221 2 com.apple.JavaScriptCore 0x0033fd6d KJS::PropertyMap::mark() const + 221 3 com.apple.JavaScriptCore 0x0033fd6d KJS::PropertyMap::mark() const + 221 4 com.apple.JavaScriptCore 0x0033fd6d KJS::PropertyMap::mark() const + 221 5 com.apple.JavaScriptCore 0x0033fd6d KJS::PropertyMap::mark() const + 221 6 com.apple.JavaScriptCore 0x0033fd6d KJS::PropertyMap::mark() const + 221 . . . -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 16:57:59 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 16:59:36 2008 Subject: [Webkit-unassigned] [Bug 18264] Crash in array instance In-Reply-To: Message-ID: <20080401235759.43A763A4294@localhost> http://bugs.webkit.org/show_bug.cgi?id=18264 ------- Comment #1 from eric@webkit.org 2008-04-01 16:57 PDT ------- Created an attachment (id=20277) --> (http://bugs.webkit.org/attachment.cgi?id=20277&action=view) test case (crashes Safari) -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:01:21 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:02:13 2008 Subject: [Webkit-unassigned] [Bug 18265] New: comment and @charset ".." causes the rest of the css to be ignored Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18265 Summary: comment and @charset ".." causes the rest of the css to be ignored Product: WebKit Version: 525.x (Safari 3.1) Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: Normal Priority: P2 Component: CSS AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: help.improve.webkit@gmail.com CC: help.improve.webkit@gmail.com I Steps: Go to the attached reduction II Issue: The div is not showing blue background III Conclusion: comment and the @charset ".." causes the rest of the css to be ignored. IV Other browsers: IE7: ok FF3: ok Opera9.24: ok V Nightly tested: 31446 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:01:44 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:02:15 2008 Subject: [Webkit-unassigned] [Bug 18265] comment and @charset ".." causes the rest of the css to be ignored In-Reply-To: Message-ID: <20080402000144.796203A42C0@localhost> http://bugs.webkit.org/show_bug.cgi?id=18265 ------- Comment #1 from help.improve.webkit@gmail.com 2008-04-01 17:01 PDT ------- Created an attachment (id=20278) --> (http://bugs.webkit.org/attachment.cgi?id=20278&action=view) reduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:01:52 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:05:25 2008 Subject: [Webkit-unassigned] [Bug 18265] comment and @charset ".." causes the rest of the css to be ignored In-Reply-To: Message-ID: <20080402000152.C56F03A42E7@localhost> http://bugs.webkit.org/show_bug.cgi?id=18265 help.improve.webkit@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |HasReduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:14:14 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:14:07 2008 Subject: [Webkit-unassigned] [Bug 18183] Crashes when saving webpage to Web Archive format .webarchive file In-Reply-To: Message-ID: <20080402001414.317903A4329@localhost> http://bugs.webkit.org/show_bug.cgi?id=18183 beidson@apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Comment #32 from beidson@apple.com 2008-04-01 17:14 PDT ------- You are now describing a completely different issue. If you could, please write up a new bug with the new issue. Also, please make sure you compare the behavior of shipping Safari 3.1 to the latest nightly to see if they differ. Thanks! -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:05:02 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:14:35 2008 Subject: [Webkit-unassigned] [Bug 18263] WebCore never releases GDI font handles (HFONTS) In-Reply-To: Message-ID: <20080402000502.3652E3A432A@localhost> http://bugs.webkit.org/show_bug.cgi?id=18263 eric@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #20276|0 |1 is obsolete| | ------- Comment #3 from eric@webkit.org 2008-04-01 17:05 PDT ------- Created an attachment (id=20279) --> (http://bugs.webkit.org/attachment.cgi?id=20279&action=view) another test case (takes forever) -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:16:25 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:16:48 2008 Subject: [Webkit-unassigned] [Bug 18266] New: Error WebkitDomainError 203 - error in Activity when 404 webpage error Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18266 Summary: Error WebkitDomainError 203 - error in Activity when 404 webpage error Product: WebKit Version: 526+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Page Loading AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: a4list@hotmail.com seen in r31535 possibly related to bug #18183 "Error WebkitDomainError 203" appears in Activity window for item. Attempting to load item by entering item URL in toolbar address, the page does not exist and a "404" error page is received, and the correct status "not found" appears in the Activity window. This was observed while playing back a song from a band's myspace webpage. The item was some kind of cache file... not a common error, but repeatable when it occurs. example: http://www.myspace.com/toremorenmusic play back song "Lonely Are The Brave" URL for Activity item - "Error WebkitDomainError 203": http://cache04-music02.myspacecdn.com/25/std_efdfe1d3e29b22b966f80da933a595ab.mp3?bandid=162774367&songid=50626988&token=1207094796_9afc7490869dd9db02bb062a51036637&p=aHR0cDovL2NhY2hlMDQtbXVzaWMwMi5teXNwYWNlY2RuLmNvbS8yNS9zdGRfZWZkZmUxZDNlMjliMjJiOTY2ZjgwZGE5MzNhNTk1YWIubXAz&a=0 another URL - "Error WebkitDomainError 203": http://cache05-music02.myspacecdn.com/35/std_c24751de0d3b52bdf109c00edc6abd49.mp3?bandid=162774367&songid=103593431&token=1207094854_01c0e483982535d8bfa62827510f3277&p=aHR0cDovL2NhY2hlMDUtbXVzaWMwMi5teXNwYWNlY2RuLmNvbS8zNS9zdGRfYzI0NzUxZGUwZDNiNTJiZGYxMDljMDBlZGM2YWJkNDkubXAz&a=0 YMMV HTH -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:20:47 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:20:40 2008 Subject: [Webkit-unassigned] [Bug 18183] Crashes when saving webpage to Web Archive format .webarchive file In-Reply-To: Message-ID: <20080402002047.A7E1B3A435B@localhost> http://bugs.webkit.org/show_bug.cgi?id=18183 ------- Comment #33 from a4list@hotmail.com 2008-04-01 17:20 PDT ------- (In reply to comment #32) > If you could, please > write up a new bug with the new issue. OK, will do... Thanks! (In reply to comment #32) > Also, please make sure you compare the behavior of shipping Safari 3.1 to the > latest nightly to see if they differ. Yes, Safari 3.1 reports the Activity ("can't connect to host") correctly. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:37:52 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:38:16 2008 Subject: [Webkit-unassigned] [Bug 18267] New: Activity fails to report items correctly Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18267 Summary: Activity fails to report items correctly Product: WebKit Version: 526+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.4 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: New Bugs AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: a4list@hotmail.com r31535 In previous builds, and in Apple Safari 3.1, if an item on a webpage cannot be loaded, the item is listed correctly in the Activity window, and the status indicates "can't connect to host" correctly. In build r31535, such items fail to appear in the Activity window. Also, errors are underreported in the Status Bar, because such items are not counted as errors. This behavior is incorrect. Note: the behavior is not consistent- there are some occasions where an item from a blocked domain will appear in the Activity window with correct "can't connect to host" status, and counted correctly as an error in Status Bar. a few examples: on www.drudgereport.com: when domains other than drudgereport.com and d.yimg.com are blocked intentionally- harvest.adgardener.com items appear in Activity correctly ("can't connect to host") and is reported correctly as an error in Status Bar. other blocked domains do not appear in Activity and are not counted as errors. on www.cnn.com: mostly everything blocked, www.cnn.com, i.cdn.turner.com, i.l.cnn.net not blocked. metrics.cnn.com is blocked- it is the only blocked domain that appears in Activity window and counted as error. http://www.time.com/time/politics/article/0,8599,1725514,00.html : everything blocked except www.time.com and img.timeinc.net no blocked items appear in Activity window, no errors NOTE: to block domain, modify /etc/hosts file to include "127.0.0.1 www.somedomain.com" to cause hostname references to point to localhost instead of the typical domain name lookup. This technique is detailed in bug#18183. http://bugs.webkit.org/attachment.cgi?id=20274 contains a sample host file which was used to get results illustrated in above examples. The attachment is named "hosts.txt", but please note the file on your computer is named "hosts". -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:43:11 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:43:58 2008 Subject: [Webkit-unassigned] [Bug 18268] New: WebKit (and FireFox) fail to detect "correct" encoding for CSS file (IE and Opera are OK) Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18268 Summary: WebKit (and FireFox) fail to detect "correct" encoding for CSS file (IE and Opera are OK) Product: WebKit Version: 526+ (Nightly build) Platform: Macintosh URL: http://news.vnet.cn/ OS/Version: Mac OS X 10.5 Status: NEW Severity: Normal Priority: P2 Component: New Bugs AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: eric@webkit.org CC: ap@webkit.org WebKit (and FireFox) fail to detect "correct" encoding for CSS file (IE and Opera are OK) This affected http://news.vnet.cn/ (although I'm not sure if it still does). I'm also not sure if we care about this IE/Opera encoding quirk. But I'm documenting it all the same. Maybe someone like ap can actually decide if this behaves correctly or not. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:43:36 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:44:00 2008 Subject: [Webkit-unassigned] [Bug 18268] WebKit (and FireFox) fail to detect "correct" encoding for CSS file (IE and Opera are OK) In-Reply-To: Message-ID: <20080402004336.088453A442E@localhost> http://bugs.webkit.org/show_bug.cgi?id=18268 ------- Comment #1 from eric@webkit.org 2008-04-01 17:43 PDT ------- Created an attachment (id=20280) --> (http://bugs.webkit.org/attachment.cgi?id=20280&action=view) test case (two files in a zip) -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:44:09 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:44:31 2008 Subject: [Webkit-unassigned] [Bug 17956] possible write to freed memory in EventTargetNode::dispatchSimulatedMouseEvent() In-Reply-To: Message-ID: <20080402004409.09AB33A4438@localhost> http://bugs.webkit.org/show_bug.cgi?id=17956 ------- Comment #3 from adele@apple.com 2008-04-01 17:44 PDT ------- I've been trying to create a test case where the node gets destroyed that early, and I've been unsuccessful. I think its because the Event keeps a RefPtr to the EventTarget...and dispatchSimulatedClick has a RefPtr for the event, so the event and the target node can't get destroyed until after dispatchSimulatedClick exits. Someone should check my logic on that though... -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:49:22 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:49:53 2008 Subject: [Webkit-unassigned] [Bug 18269] overlapping issue due to display: block In-Reply-To: Message-ID: <20080402004922.01EEF3A4483@localhost> http://bugs.webkit.org/show_bug.cgi?id=18269 ------- Comment #2 from help.improve.webkit@gmail.com 2008-04-01 17:49 PDT ------- Created an attachment (id=20282) --> (http://bugs.webkit.org/attachment.cgi?id=20282&action=view) reduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:48:39 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:49:54 2008 Subject: [Webkit-unassigned] [Bug 18269] New: overlapping issue due to display: block Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18269 Summary: overlapping issue due to display: block Product: WebKit Version: 525.x (Safari 3.1) Platform: PC URL: http://www.laredoute.fr/vente-baskets-toile-femme-le- coq- sportif.aspx?productid=324135015&documentid=207608&categ oryid=30365325&single=&hasnext=1&hasprev=1&direct=false& pagesize=16 OS/Version: Windows XP Status: UNCONFIRMED Severity: Normal Priority: P2 Component: CSS AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: help.improve.webkit@gmail.com CC: help.improve.webkit@gmail.com I Steps: Go to http://www.laredoute.fr/vente-baskets-toile-femme-le-coq-sportif.aspx?productid=324135015&documentid=207608&categoryid=30365325&single=&hasnext=1&hasprev=1&direct=false&pagesize=16 II Issue: Overlapping is seen in center column III Conclusion: issue: "display: block;" inside the select tag is causing the issue.if I change it to "display: inline;", the issue is resolved. IV Other browsers: IE7: ok FF3: not ok Opera9.24: not ok V Nightly tested: 31446 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:48:56 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:49:56 2008 Subject: [Webkit-unassigned] [Bug 18269] overlapping issue due to display: block In-Reply-To: Message-ID: <20080402004856.027C33A4478@localhost> http://bugs.webkit.org/show_bug.cgi?id=18269 ------- Comment #1 from help.improve.webkit@gmail.com 2008-04-01 17:48 PDT ------- Created an attachment (id=20281) --> (http://bugs.webkit.org/attachment.cgi?id=20281&action=view) screenshot -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 17:49:29 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 17:53:31 2008 Subject: [Webkit-unassigned] [Bug 18269] overlapping issue due to display: block In-Reply-To: Message-ID: <20080402004929.7E68A3A44A6@localhost> http://bugs.webkit.org/show_bug.cgi?id=18269 help.improve.webkit@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |HasReduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:07:55 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:08:26 2008 Subject: [Webkit-unassigned] [Bug 18270] New: treating x-user-defined different from windows-1255 breaks some Indian web sites Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18270 Summary: treating x-user-defined different from windows-1255 breaks some Indian web sites Product: WebKit Version: 525.x (Safari 3.1) Platform: All URL: http://loksatta.com/ OS/Version: All Status: NEW Severity: Normal Priority: P2 Component: Page Loading AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: jungshik.shin@gmail.com 1. Download MillenniumVarun font from http://loksatta.com/MillenniumVarun.zip 2. Go to http://loksatta.com/ 3. Half of characters are rendered with empty boxes or question marks. 4. Set the encoding manually to 'Western European' 5. All the characters are rendered correctly. The page has 3 meta charset declarations. The first is 'x-user-defined' and Safari (as well as FF) maps [0x80-0xff] to a PUA block ( U+F780-U+F7FF ?), but MillenniumVarun font installed above does not have any glyph in that range. It's their fault. They should have done either of the following: - use 'Symbol' cmap (rather than Microsoft Windows 1255 cmap) in their font - specify their page encoding as windows-1255 (or iso-8859-1) rather than x-user-defined. webkit treats them synonymously. Nonetheless, MS IE does not have a problem with the above page (and pages like that). I didn't enable webfont for IE so that it's 'thanks to' IE's handling of 'x-user-defined'. Perhaps, webkit also has to treat x-user-defined as an alias to windows-1255. That would save some code, too (TextCodecUserDefined.cpp). There are still a lot of Indian web pages with this problem, I believe although Unicode becomes more and more widespread. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:08:48 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:09:29 2008 Subject: [Webkit-unassigned] [Bug 18271] New: style !important is causing misalignment issue Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18271 Summary: style !important is causing misalignment issue Product: WebKit Version: 525.x (Safari 3.1) Platform: PC URL: http://travel.msn.com/default.aspx OS/Version: Windows XP Status: UNCONFIRMED Severity: Normal Priority: P2 Component: CSS AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: help.improve.webkit@gmail.com CC: help.improve.webkit@gmail.com I Steps: Go to http://travel.msn.com/default.aspx II Issue: In the right column the input box is not aligned under "Going to:" III Conclusion: style .fltfrmtxt{margin-right:10px!important} : removing !important resolves the issue. IV Other browsers: IE7: ok FF3: ok Opera9.24: ok V Nightly tested: 31446 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:09:24 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:09:48 2008 Subject: [Webkit-unassigned] [Bug 18271] style !important is causing misalignment issue In-Reply-To: Message-ID: <20080402010924.0A6193A456D@localhost> http://bugs.webkit.org/show_bug.cgi?id=18271 ------- Comment #2 from help.improve.webkit@gmail.com 2008-04-01 18:09 PDT ------- Created an attachment (id=20284) --> (http://bugs.webkit.org/attachment.cgi?id=20284&action=view) reduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:09:06 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:09:52 2008 Subject: [Webkit-unassigned] [Bug 18271] style !important is causing misalignment issue In-Reply-To: Message-ID: <20080402010906.DEAF83A4564@localhost> http://bugs.webkit.org/show_bug.cgi?id=18271 ------- Comment #1 from help.improve.webkit@gmail.com 2008-04-01 18:09 PDT ------- Created an attachment (id=20283) --> (http://bugs.webkit.org/attachment.cgi?id=20283&action=view) screenshot -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:09:31 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:11:29 2008 Subject: [Webkit-unassigned] [Bug 18271] style !important is causing misalignment issue In-Reply-To: Message-ID: <20080402010931.8D2723A4588@localhost> http://bugs.webkit.org/show_bug.cgi?id=18271 help.improve.webkit@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |HasReduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:11:35 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:11:29 2008 Subject: [Webkit-unassigned] [Bug 18183] Crashes when saving webpage to Web Archive format .webarchive file In-Reply-To: Message-ID: <20080402011135.8A75E3A4586@localhost> http://bugs.webkit.org/show_bug.cgi?id=18183 ------- Comment #34 from a4list@hotmail.com 2008-04-01 18:11 PDT ------- > write up a new bug with the new issue. added as bug #18267 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:19:35 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:22:13 2008 Subject: [Webkit-unassigned] [Bug 18266] Error WebkitDomainError 203 - error in Activity when 404 webpage error In-Reply-To: Message-ID: <20080402011935.1727A3A45CB@localhost> http://bugs.webkit.org/show_bug.cgi?id=18266 ------- Comment #1 from a4list@hotmail.com 2008-04-01 18:19 PDT ------- The same behavior is observed in Apple Safari 3.1. -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:34:01 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:34:36 2008 Subject: [Webkit-unassigned] [Bug 18272] New: Selection marks more than its span boundary because of outer
width and inner
positioning Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18272 Summary: Selection marks more than its span boundary because of outer
width and inner
positioning Product: WebKit Version: 525.x (Safari 3.1) Platform: PC URL: http://english.usvishakh.net/blog/ OS/Version: Windows XP Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Layout and Rendering AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: help.improve.webkit@gmail.com CC: help.improve.webkit@gmail.com I Steps: Go to http://english.usvishakh.net/blog/ II Issue: Select the text of the blog article. Selection marks more than user intends to do. III Conclusion: The outer
(which has a class=post-container) that contains the text has a width of 100%. Since the navigation on left (i.e. Fun, Jokes, etc) is positioned inside of that
, the left navigation text also gets selected when the contents of the post-container
is selected. See the 1st case in the attached reduction. In the 2nd testcase(attached reduction), I reduced the width of post-container
to 85% so the
that contains the left navigation is not enclosed in it. This works in Safari IV Other browsers: IE7: ok FF3: ok Opera9.24: ok V Nightly tested: 31446 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:34:18 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:34:40 2008 Subject: [Webkit-unassigned] [Bug 18272] Selection marks more than its span boundary because of outer
width and inner
positioning In-Reply-To: Message-ID: <20080402013418.54FDD3A4664@localhost> http://bugs.webkit.org/show_bug.cgi?id=18272 ------- Comment #1 from help.improve.webkit@gmail.com 2008-04-01 18:34 PDT ------- Created an attachment (id=20285) --> (http://bugs.webkit.org/attachment.cgi?id=20285&action=view) screenshot -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:34:44 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:35:13 2008 Subject: [Webkit-unassigned] [Bug 18272] Selection marks more than its span boundary because of outer
width and inner
positioning In-Reply-To: Message-ID: <20080402013444.ED8AF3A4676@localhost> http://bugs.webkit.org/show_bug.cgi?id=18272 ------- Comment #2 from help.improve.webkit@gmail.com 2008-04-01 18:34 PDT ------- Created an attachment (id=20286) --> (http://bugs.webkit.org/attachment.cgi?id=20286&action=view) reduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:34:51 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:40:27 2008 Subject: [Webkit-unassigned] [Bug 18272] Selection marks more than its span boundary because of outer
width and inner
positioning In-Reply-To: Message-ID: <20080402013451.F24C33A46AB@localhost> http://bugs.webkit.org/show_bug.cgi?id=18272 help.improve.webkit@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |HasReduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:54:41 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:55:35 2008 Subject: [Webkit-unassigned] [Bug 18273] New: misalignment of center column due to more width of
inside table Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18273 Summary: misalignment of center column due to more width of
inside table Product: WebKit Version: 525.x (Safari 3.1) Platform: PC URL: http://comic.kukudm.com/comiclist/363/index.htm OS/Version: Windows XP Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Tables AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: help.improve.webkit@gmail.com CC: help.improve.webkit@gmail.com I Steps: Go to http://comic.kukudm.com/comiclist/363/index.htm II Issue: The center column is incorrectly aligned. III Conclusion: #comiclistn { padding:5px; WIDTH: 545px; }
On changing WIDTH from 545px to less than or equal to 450px, the issue is resolved. IV Other browsers: IE7: ok FF3: not ok Opera9.24: ok V Nightly tested: 31446 -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:55:15 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:55:36 2008 Subject: [Webkit-unassigned] [Bug 18273] misalignment of center column due to more width of
inside table In-Reply-To: Message-ID: <20080402015515.9A4C63A4759@localhost> http://bugs.webkit.org/show_bug.cgi?id=18273 ------- Comment #1 from help.improve.webkit@gmail.com 2008-04-01 18:55 PDT ------- Created an attachment (id=20287) --> (http://bugs.webkit.org/attachment.cgi?id=20287&action=view) screenshot -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:55:44 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:55:40 2008 Subject: [Webkit-unassigned] [Bug 18273] misalignment of center column due to more width of
inside table In-Reply-To: Message-ID: <20080402015544.0587C3A476D@localhost> http://bugs.webkit.org/show_bug.cgi?id=18273 help.improve.webkit@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |HasReduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 18:55:33 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 18:57:29 2008 Subject: [Webkit-unassigned] [Bug 18273] misalignment of center column due to more width of
inside table In-Reply-To: Message-ID: <20080402015533.D21193A4763@localhost> http://bugs.webkit.org/show_bug.cgi?id=18273 ------- Comment #2 from help.improve.webkit@gmail.com 2008-04-01 18:55 PDT ------- Created an attachment (id=20288) --> (http://bugs.webkit.org/attachment.cgi?id=20288&action=view) reduction -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 19:05:07 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 19:07:58 2008 Subject: [Webkit-unassigned] [Bug 18263] WebCore never releases GDI font handles (HFONTS) In-Reply-To: Message-ID: <20080402020507.029BC3A47F5@localhost> http://bugs.webkit.org/show_bug.cgi?id=18263 ------- Comment #4 from hyatt@apple.com 2008-04-01 19:05 PDT ------- This bug is a dup of one aroben filed (also in bugzilla). -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 19:25:01 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 19:25:52 2008 Subject: [Webkit-unassigned] [Bug 18263] WebCore never releases GDI font handles (HFONTS) In-Reply-To: Message-ID: <20080402022501.135613A489A@localhost> http://bugs.webkit.org/show_bug.cgi?id=18263 mitz@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #5 from mitz@webkit.org 2008-04-01 19:25 PDT ------- *** This bug has been marked as a duplicate of 17097 *** -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 19:36:04 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 19:35:58 2008 Subject: [Webkit-unassigned] [Bug 18274] ResolveNode::emitCode() doesn't make a new temporary when dst is 0, leading to incorrect codegen In-Reply-To: Message-ID: <20080402023604.C702E3A4935@localhost> http://bugs.webkit.org/show_bug.cgi?id=18274 cwzwarich@uwaterloo.ca changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjs@apple.com -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 19:25:01 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 19:36:14 2008 Subject: [Webkit-unassigned] [Bug 17097] CGFontRefs (and HFONTs on Windows) leak because FontCache grows without bound In-Reply-To: Message-ID: <20080402022501.90F3C3A492D@localhost> http://bugs.webkit.org/show_bug.cgi?id=17097 mitz@webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric@webkit.org ------- Comment #3 from mitz@webkit.org 2008-04-01 19:25 PDT ------- *** Bug 18263 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 19:35:52 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 19:36:14 2008 Subject: [Webkit-unassigned] [Bug 18274] New: ResolveNode::emitCode() doesn't make a new temporary when dst is 0, leading to incorrect codegen Message-ID: http://bugs.webkit.org/show_bug.cgi?id=18274 Summary: ResolveNode::emitCode() doesn't make a new temporary when dst is 0, leading to incorrect codegen Product: WebKit Version: 526+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.5 Status: NEW Keywords: SquirrelFish Severity: Normal Priority: P2 Component: JavaScriptCore AssignedTo: webkit-unassigned@lists.webkit.org ReportedBy: cwzwarich@uwaterloo.ca This JavaScript var o = { a: function () { return 1; } }; o.a(); o; generates the following code: [ 0] load lr1, undefined(@k0) [ 3] new_object lr1 [ 5] new_func_exp tr0, f0 [ 8] put_prop_id lr1, a(@id0), tr0 [ 12] get_prop_id tr0, lr1, a(@id0) [ 16] call lr1, tr0, lr1, 8, 1 [ 22] end lr1 The end call ends up overwriting the local variable o with 1, which is clearly incorrect. Obviously, we don't always want ResolveNode::emitCode() to return a new temporary register if dst is unspecified. However, there are two situations where this causes a bug: 1) The returned register is reused. This occurs in FunctionCallDotNode and FunctionCallBracketNode. I have a patch that fixes this particular problem, and I will post it for review. DoWhileNode and ForNode increment the reference count of the returned register, but only to return it, not to reuse it. 2) The returned register is ignored, requiring dst to be the actual target. This occurs in codegen for IfNode, IfElseNode, WhileNode, and ForInNode. It doesn't cause any realistic problems in any of them, because they are statements. The first three return 0 as it is, and ForInNode returns dst, which still isn't a problem if it doesn't contain the correct value, because nothing will use it once we have completions working. Should we just accept this behaviour of emitNode and remember to code around it? -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 19:36:12 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 19:36:35 2008 Subject: [Webkit-unassigned] [Bug 18274] ResolveNode::emitCode() doesn't make a new temporary when dst is 0, leading to incorrect codegen In-Reply-To: Message-ID: <20080402023612.7BFC43A4938@localhost> http://bugs.webkit.org/show_bug.cgi?id=18274 cwzwarich@uwaterloo.ca changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ggaren@apple.com -- Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Tue Apr 1 19:36:17 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon@webkit.org) Date: Tue Apr 1 19:36:40 2008 Subject: [Webkit-unassigned] [Bug 18274] ResolveNode::emitCode() doesn't make a new temporary when dst is 0, leading to incorrect codegen In-Reply-To: Message-ID: <20080402023617.59906