From bugzilla-daemon at webkit.org Sat Mar 1 02:39:34 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 02:39:34 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17627] New: website keeps 'blinking' ... Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17627 Summary: website keeps 'blinking' ... Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh URL: http://space.cweb.nl/iss_pass_prediction.html OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: New Bugs AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: jurkuipers at mac.com Sorry... I'm not a developer-guy... I noticed the website with this URL keeps 'blinking' in Safari 3.0.4 and Webkit In Firefox it is OK URL: http://space.cweb.nl/iss_pass_prediction.html Hope you can look into this... It's very annoying Best regards, Jur Kuipers, The Netherlands iMac iSight G5 OSX 10.5.2 -- 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 Sat Mar 1 02:54:25 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 02:54:25 -0800 (PST) Subject: [Webkit-unassigned] [Bug 16898] REGRESSION: Text of entire page incorrectly center aligned In-Reply-To: Message-ID: <20080301105425.C9E752F6F4A@localhost> http://bugs.webkit.org/show_bug.cgi?id=16898 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |webkit at blaut.biz ------- Comment #6 from webkit at blaut.biz 2008-03-01 02:54 PDT ------- kevino, who is assigned to 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 Sat Mar 1 03:59:49 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 03:59:49 -0800 (PST) Subject: [Webkit-unassigned] [Bug 10206] Novell NetMail, buttons misaligned In-Reply-To: Message-ID: <20080301115949.E8DB42F727E@localhost> http://bugs.webkit.org/show_bug.cgi?id=10206 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID ------- Comment #2 from webkit at blaut.biz 2008-03-01 03:59 PDT ------- (In reply to comment #1) > David, any update on this bug? I'm unable to confirm the issue without login. > No reply. I close the bug report as INVALID since there is no test case and no possibility to reproduce the bug. David, feel free to reopen the bug if you provide test case or step by step procedure to reproduce the 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 Sat Mar 1 04:42:05 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 04:42:05 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17078] SVGTextElement.getSubStringLength does not work as expected (affects Acid3 test 77) In-Reply-To: Message-ID: <20080301124205.D124D2F7528@localhost> http://bugs.webkit.org/show_bug.cgi?id=17078 jwalden+bwo at mit.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwalden+bwo at mit.edu ------- Comment #13 from jwalden+bwo at mit.edu 2008-03-01 04:42 PDT ------- The condition you want for an indexing error is: if (charcount <= charnum || nchars > charcount - charnum) where charcount is the unsigned number of characters in this. The <= changes to a < if text.getSubString(textLength, 0) is to return 0 and not throw, as I mildly think it should. -- 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 Sat Mar 1 06:41:12 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 06:41:12 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17628] New: delta.com Itineraries malfunction on WebKit nightly Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17628 Summary: delta.com Itineraries malfunction on WebKit nightly Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh URL: http://www.delta.com OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Layout and Rendering AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: sdwr98 at mac.com When viewing an itinerary on delta.com, the itinerary details appear on the screen, but then disappear as the page completes loading. This works in Safari 3.0.4 (5523.15) and FF 3 and Camino. To reproduce: - Obtain an itinerary on delta.com - Go to the itinerary summary page (Traveling & Check In -> Itineraries) - Click on Trip Details next to the selected intinerary - Expected: Trip details show up below itin. list - Observed: Trip details show up but then disappear. -- 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 Sat Mar 1 08:03:59 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 08:03:59 -0800 (PST) Subject: [Webkit-unassigned] [Bug 16592] [Gtk] Launcher functionalities In-Reply-To: Message-ID: <20080301160359.ED10D2F84F7@localhost> http://bugs.webkit.org/show_bug.cgi?id=16592 ------- Comment #7 from zuh at iki.fi 2008-03-01 08:03 PDT ------- Created an attachment (id=19472) --> (http://bugs.webkit.org/attachment.cgi?id=19472&action=view) Add navigational keyboard shortcuts to GtkLauncher Here's another enhancement for GtkLauncher, which might be useful for testing history items etc. and makes using the GtkLauncher slightly more pleasant to use. It adds - -l for activating the url entry - -Home for going to start page (google.com really) - -Left for going to back in history - -Right for going to forward in history AFAIK these should be pretty universally used shortcuts, and at least I'm basing my browser usage to those so not having them is a pain :) -- 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 Sat Mar 1 11:04:08 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 11:04:08 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17627] Endless reloads on http://space.cweb.nl In-Reply-To: Message-ID: <20080301190408.F20822F9027@localhost> http://bugs.webkit.org/show_bug.cgi?id=17627 webkit at mattlilek.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|New Bugs |Page Loading Ever Confirmed|0 |1 Keywords| |NeedsReduction Summary|website keeps 'blinking' ...|Endless reloads on | |http://space.cweb.nl ------- Comment #1 from webkit at mattlilek.com 2008-03-01 11:04 PDT ------- Confirmed with r30692 - the site keeps reloading. -- 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 Sat Mar 1 12:03:46 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 12:03:46 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17415] GTK Build (using autotools) on Mac OS (DarwinPorts) Fails In-Reply-To: Message-ID: <20080301200346.A84E42F9428@localhost> http://bugs.webkit.org/show_bug.cgi?id=17415 ------- Comment #4 from bfulgham at gmail.com 2008-03-01 12:03 PDT ------- Correcting the GNUmakefile include path ordering so that the system ICU (/opt/local in my case) allows the compile to continue. Unfortunately, a linker error is encountered later, but I do not believe this is related to the original 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 Sat Mar 1 12:48:11 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 12:48:11 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17626] Programatically set background color and 16-bit alpha on WebKit GTK In-Reply-To: Message-ID: <20080301204811.736542F975C@localhost> http://bugs.webkit.org/show_bug.cgi?id=17626 alp at atoker.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 ------- Comment #2 from alp at atoker.com 2008-03-01 12:48 PDT ------- (In reply to comment #0) > The OSX API allows you to set a background NSColor, which represents and RGBA > value. The GTK+ analog to this is GdkColor, which only supports RGB. I've > modeled this interface after GtkColorSelection which has separate, but similar, > functions and properties for GdkColors and a separate guint16 alpha value. > > I've kept the set_transparent/get_transparent API for backward compatibility, > but suspect they should be deprecated. set_transparent/get_transparent() is actually based directly on the drawsBackground from the Mac API (there might still be a case for removing it), but you are right that setting a background color is also a useful feature present on Mac. I'll need to compare the proposed implementation to the one in Mac since Mac's was slightly more compilicated IIRC. Out of curiosity, is the background color/alpha setting useful in apps (guessing this is for pidgin)? -- 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 Sat Mar 1 13:00:34 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 13:00:34 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17626] Programatically set background color and 16-bit alpha on WebKit GTK In-Reply-To: Message-ID: <20080301210034.158802F999E@localhost> http://bugs.webkit.org/show_bug.cgi?id=17626 ------- Comment #3 from seanegan at gmail.com 2008-03-01 13:00 PDT ------- (In reply to comment #2) > set_transparent/get_transparent() is actually based directly on the > drawsBackground from the Mac API (there might still be a case for removing it), > but you are right that setting a background color is also a useful feature > present on Mac. Oh, ok. I misundersood what 'setDrawsBackground' does, but it looks like maybe it's supposed to be deprecated? Adium says: if ([self respondsToSelector:@selector(setBackgroundColor:)]) { //As of Safari 3.0, we must call setBackgroundColor: to make the webview transparent [self setBackgroundColor:(flag ? [NSColor clearColor] : [NSColor whiteColor])]; } else { [self setDrawsBackground:!flag]; } > Out of curiosity, is the background color/alpha setting useful in apps > (guessing this is for pidgin)? Yeah! http://pidgin.im/~seanegan/webkit11.png -- 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 Sat Mar 1 13:05:09 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 13:05:09 -0800 (PST) Subject: [Webkit-unassigned] [Bug 8988] Add support for Mozilla CSS custom cursors In-Reply-To: Message-ID: <20080301210509.079552F9B5E@localhost> http://bugs.webkit.org/show_bug.cgi?id=8988 michael.knaup at mac.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19473| |review? Flag| | ------- Comment #9 from michael.knaup at mac.com 2008-03-01 13:05 PDT ------- Created an attachment (id=19473) --> (http://bugs.webkit.org/attachment.cgi?id=19473&action=view) -webkit-grab & -webkit-grabbing support A small patch to add support for -webkit-grab and -webkit-grabbing cursors. I think this should be enough, because there is no support for any -moz-* feature in webkit so far and I think it would be bad idea to add 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 Sat Mar 1 13:28:53 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 13:28:53 -0800 (PST) Subject: [Webkit-unassigned] [Bug 8988] Add support for Mozilla CSS custom cursors In-Reply-To: Message-ID: <20080301212853.E64D72F9C23@localhost> http://bugs.webkit.org/show_bug.cgi?id=8988 ------- Comment #10 from ap at webkit.org 2008-03-01 13:28 PDT ------- On one hand, it may be a bad idea indeed - but on the other hand, adding them would help web compatibility. I feel conflicted about this one. -- 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 Sat Mar 1 13:36:00 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 13:36:00 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17629] New: closing tab via (X) does not close the tab (just changes tab focus) Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17629 Summary: closing tab via (X) does not close the tab (just changes tab focus) Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.4 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: New Bugs AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: joshwhiting at gmail.com start with one tab open. open a page in a new tab. now open another page in a third tab. click the (X) on the currently focused third tab. focus is moved to the second tab but the third tab still exists. this only happens when three or more tabs are present. note i am using osx 10.4.9 instead of the latest 10.4.11. -- 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 Sat Mar 1 14:29:55 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 14:29:55 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17629] closing tab via (X) does not close the tab (just changes tab focus) In-Reply-To: Message-ID: <20080301222955.494BF2FA007@localhost> http://bugs.webkit.org/show_bug.cgi?id=17629 mrowe at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID ------- Comment #1 from mrowe at apple.com 2008-03-01 14:29 PDT ------- Tabs are a browser-level feature, not a WebKit-level feature. See for more information. Bug reports against Safari should be filed against http://bugreport.apple.com/, but there is probably not much point in filing reports against Safari 2.0 at this time as Safari 3.0 has been available for a while now and quite likely addresses the issue. -- 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 Sat Mar 1 14:34:32 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 14:34:32 -0800 (PST) Subject: [Webkit-unassigned] [Bug 8988] Add support for Mozilla CSS custom cursors In-Reply-To: Message-ID: <20080301223432.7C5F92FA088@localhost> http://bugs.webkit.org/show_bug.cgi?id=8988 michael.knaup at mac.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.knaup at mac.com ------- Comment #11 from michael.knaup at mac.com 2008-03-01 14:34 PDT ------- Maybe you are right, but looking at the standard I think it is a bad idea at all to add named custom cursors, because only one named cursor is permitted. So it would have been better to add something like -webkit-cursor:[zoom-in|zoom-out|grab|grabbing|...] -- 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 Sat Mar 1 15:25:56 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 15:25:56 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17630] New: Inspector Greying is not Tab Dependent Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17630 Summary: Inspector Greying is not Tab Dependent Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh Intel OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Web Inspector AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: cmf83 at cornell.edu Right click on anything, and click Inspect Element. The web inspector pops up, and everything except the selected element will be grey. If you change tabs, the grey stays, and the same area of the screen is still left not-grey. If you resize the window, the grey stays the same size, even if it extends beyond the window. Closing either the Inspector or the tab where the element is (which in turn closes the inspector) makes the grey go away. -- 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 Sat Mar 1 15:27:17 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 15:27:17 -0800 (PST) Subject: [Webkit-unassigned] [Bug 8947] yahoo mail beta: umbrella bug In-Reply-To: Message-ID: <20080301232717.A99882FA3D5@localhost> http://bugs.webkit.org/show_bug.cgi?id=8947 mitz at webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn|7633 |17622 -- 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 Sat Mar 1 15:27:17 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 15:27:17 -0800 (PST) Subject: [Webkit-unassigned] [Bug 7633] Implement insertAdjacentHTML (problems with page of IEEE website) In-Reply-To: Message-ID: <20080301232717.0932D2FA3EE@localhost> http://bugs.webkit.org/show_bug.cgi?id=7633 mitz at webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO|8947 | 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 Sat Mar 1 15:26:59 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 15:26:59 -0800 (PST) Subject: [Webkit-unassigned] [Bug 8947] yahoo mail beta: umbrella bug In-Reply-To: Message-ID: <20080301232659.A25E62FA3CE@localhost> http://bugs.webkit.org/show_bug.cgi?id=8947 Bug 8947 depends on bug 7633, which changed state. Bug 7633 Summary: Implement insertAdjacentHTML (problems with page of IEEE website) http://bugs.webkit.org/show_bug.cgi?id=7633 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE -- 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 Sat Mar 1 15:26:59 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 15:26:59 -0800 (PST) Subject: [Webkit-unassigned] [Bug 7633] Implement insertAdjacentHTML (problems with page of IEEE website) In-Reply-To: Message-ID: <20080301232659.99C792FA3C5@localhost> http://bugs.webkit.org/show_bug.cgi?id=7633 mitz at webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #5 from mitz at webkit.org 2008-03-01 15:26 PDT ------- Marking as duplicate of bug 17622, which already has a patch in progress. *** This bug has been marked as a duplicate of 17622 *** -- 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 Sat Mar 1 16:40:20 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 16:40:20 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17630] Inspector Greying is not Tab Dependent In-Reply-To: Message-ID: <20080302004020.5EC7A2FA836@localhost> http://bugs.webkit.org/show_bug.cgi?id=17630 webkit at mattlilek.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE ------- Comment #1 from webkit at mattlilek.com 2008-03-01 16:40 PDT ------- *** This bug has been marked as a duplicate of 14254 *** -- 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 Sat Mar 1 16:40:20 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 16:40:20 -0800 (PST) Subject: [Webkit-unassigned] [Bug 14254] Inspector node highlight applied to all tabs In-Reply-To: Message-ID: <20080302004020.8ACBE2FA906@localhost> http://bugs.webkit.org/show_bug.cgi?id=14254 webkit at mattlilek.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cmf83 at cornell.edu ------- Comment #6 from webkit at mattlilek.com 2008-03-01 16:40 PDT ------- *** Bug 17630 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 Sat Mar 1 16:56:33 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 16:56:33 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17631] New: URL encoding problem with spaces Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17631 Summary: URL encoding problem with spaces Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: WebCore Misc. AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: ismail at namtrac.org Attached is a web archive of http://www.milliyet.com.tr , one of the most popular newspaper in Turkey. To reproduce the bug click on the upper right picture (which is the picture of our president), the one with moustache. Which also contains the text "Ba??bakanl??k'ta ..." Now if you click the link its supposed to go to default.aspx?...blabla but instead it goes to %20%20...%20default.aspx?...blabla , somehow the whitespace is getting encoded. -- 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 Sat Mar 1 17:03:12 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 17:03:12 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17631] URL encoding problem with spaces In-Reply-To: Message-ID: <20080302010312.7DD092FA964@localhost> http://bugs.webkit.org/show_bug.cgi?id=17631 ------- Comment #1 from ismail at namtrac.org 2008-03-01 17:03 PDT ------- Uploaded web archive to http://cekirdek.pardus.org.tr/~ismail/tmp/milliyet.webarchive , too big to attach. -- 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 Sat Mar 1 17:34:55 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 17:34:55 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17632] New: Rendering problem at godaddy.com Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17632 Summary: Rendering problem at godaddy.com Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Layout and Rendering AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: ismail at namtrac.org How to reproduce: Go to http://www.godaddy.com scroll down to bottom and notice many characters are missing and repliced by question mark. -- 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 Sat Mar 1 17:35:30 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 17:35:30 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17632] Rendering problem at godaddy.com In-Reply-To: Message-ID: <20080302013530.6B78F2FAB27@localhost> http://bugs.webkit.org/show_bug.cgi?id=17632 ------- Comment #1 from ismail at namtrac.org 2008-03-01 17:35 PDT ------- Created an attachment (id=19475) --> (http://bugs.webkit.org/attachment.cgi?id=19475&action=view) Screenshot showing the 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 Sat Mar 1 18:10:12 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 18:10:12 -0800 (PST) Subject: [Webkit-unassigned] [Bug 16898] REGRESSION: Text of entire page incorrectly center aligned In-Reply-To: Message-ID: <20080302021012.02FB22FAD33@localhost> http://bugs.webkit.org/show_bug.cgi?id=16898 kevino at theolliviers.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19476| |review? Flag| | ------- Comment #7 from kevino at theolliviers.com 2008-03-01 18:10 PDT ------- Created an attachment (id=19476) --> (http://bugs.webkit.org/attachment.cgi?id=19476&action=view) Fix for the problem that ignores rules with an invalid value This is my first foray into CSSGrammar.y and Bison code, so I would really appreciate some extra eyes on this fix. I'm not seeing any new layout test failures after the change, but I don't know if there are any corner cases I'm missing or if the approach might be overly general. Also, I assume we want a layout test created for this, so that the regression won't recur later on? Where should I put it? And do we need to generate results on all platforms for it? (New to writing LayoutTests too, sorry... ;-) -- 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 Sat Mar 1 18:13:19 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 18:13:19 -0800 (PST) Subject: [Webkit-unassigned] [Bug 16898] REGRESSION: Text of entire page incorrectly center aligned In-Reply-To: Message-ID: <20080302021319.1A8282FAD8D@localhost> http://bugs.webkit.org/show_bug.cgi?id=16898 kevino at theolliviers.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bdakin at 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 Sat Mar 1 18:13:03 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 18:13:03 -0800 (PST) Subject: [Webkit-unassigned] [Bug 16898] REGRESSION: Text of entire page incorrectly center aligned In-Reply-To: Message-ID: <20080302021303.CD46F2FAD7F@localhost> http://bugs.webkit.org/show_bug.cgi?id=16898 kevino at theolliviers.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hyatt at 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 Sat Mar 1 18:14:12 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 18:14:12 -0800 (PST) Subject: [Webkit-unassigned] [Bug 16898] REGRESSION: Text of entire page incorrectly center aligned In-Reply-To: Message-ID: <20080302021412.BB73A2FADA2@localhost> http://bugs.webkit.org/show_bug.cgi?id=16898 ------- Comment #8 from hyatt at apple.com 2008-03-01 18:14 PDT ------- This looks good to me. Should attach test cases to the 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 Sat Mar 1 20:32:56 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 20:32:56 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17633] New: SVG: modifying x & y attribute of text element from JS fails Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17633 Summary: SVG: modifying x & y attribute of text element from JS fails Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.5 Status: NEW Severity: Normal Priority: P2 Component: SVG AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: andrejohn.mas at gmail.com Tested with nightly of 2008-03-01 If you try modifying the x and y attributes of a text element they are ignored, from Javascript, when they should be taken into account. In other words if I change x from 200 to 300, then the object remains at 200. I have compared this behaviour with Opera 9.5 and Firefox where the object moves. This behaviour should be corrected in Webkit. -- 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 Sat Mar 1 20:35:03 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 20:35:03 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17633] SVG: modifying x & y attribute of text element from JS fails In-Reply-To: Message-ID: <20080302043503.89A3C2FB38C@localhost> http://bugs.webkit.org/show_bug.cgi?id=17633 ------- Comment #1 from andrejohn.mas at gmail.com 2008-03-01 20:35 PDT ------- Created an attachment (id=19478) --> (http://bugs.webkit.org/attachment.cgi?id=19478&action=view) Test case illustrating the issue I have attached a test case which illustrates the issue. Here you see that both rectangles are moved to the new location (correct behaviour), but not the text element (incorrect behaviour). -- 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 Sat Mar 1 20:36:41 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 20:36:41 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17633] SVG: modifying x & y attribute of text element from JS fails In-Reply-To: Message-ID: <20080302043641.A2C792FB393@localhost> http://bugs.webkit.org/show_bug.cgi?id=17633 andrejohn.mas at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19478|0 |1 is obsolete| | ------- Comment #2 from andrejohn.mas at gmail.com 2008-03-01 20:36 PDT ------- Created an attachment (id=19479) --> (http://bugs.webkit.org/attachment.cgi?id=19479&action=view) Updated test-case, removing unnecessary alerts -- 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 Sat Mar 1 23:03:19 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sat, 1 Mar 2008 23:03:19 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17415] GTK Build (using autotools) on Mac OS (DarwinPorts) Fails In-Reply-To: Message-ID: <20080302070319.C637E2FBA17@localhost> http://bugs.webkit.org/show_bug.cgi?id=17415 bfulgham at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19480| |review? Flag| | ------- Comment #5 from bfulgham at gmail.com 2008-03-01 23:03 PDT ------- Created an attachment (id=19480) --> (http://bugs.webkit.org/attachment.cgi?id=19480&action=view) Update build rules for Mac OS (GTK+) Proposed correction to support GTK+ build on Mac OS X. -- 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 Sun Mar 2 00:41:11 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 00:41:11 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17634] New: Bug in string-validate-input SunSpider test Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17634 Summary: Bug in string-validate-input SunSpider test Product: WebKit Version: 525+ (Nightly build) Platform: All OS/Version: All Status: UNCONFIRMED Severity: Normal Priority: P2 Component: JavaScriptCore AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: jresig at mozilla.com CC: mjs at apple.com, oliver at apple.com, brendan at mozilla.org There's a couple minor bugs in the test which allows variables to leak into the global scope. Please see the attached 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 Sun Mar 2 00:42:09 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 00:42:09 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17634] Bug in string-validate-input SunSpider test In-Reply-To: Message-ID: <20080302084209.0A30B2FBEF7@localhost> http://bugs.webkit.org/show_bug.cgi?id=17634 jresig at mozilla.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19481| |review? Flag| | ------- Comment #1 from jresig at mozilla.com 2008-03-02 00:42 PDT ------- Created an attachment (id=19481) --> (http://bugs.webkit.org/attachment.cgi?id=19481&action=view) string-validate-input.js 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 Sun Mar 2 00:43:24 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 00:43:24 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17634] Bug in string-validate-input SunSpider test In-Reply-To: Message-ID: <20080302084324.530F42FBFAE@localhost> http://bugs.webkit.org/show_bug.cgi?id=17634 jresig at mozilla.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19481|review? | Flag| | Attachment #19481|0 |1 is obsolete| | Attachment #19482| |review? Flag| | ------- Comment #2 from jresig at mozilla.com 2008-03-02 00:43 PDT ------- Created an attachment (id=19482) --> (http://bugs.webkit.org/attachment.cgi?id=19482&action=view) string-validate-input.js 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 Sun Mar 2 01:10:03 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 01:10:03 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17634] Bug in string-validate-input SunSpider test In-Reply-To: Message-ID: <20080302091003.EE3402FC055@localhost> http://bugs.webkit.org/show_bug.cgi?id=17634 ------- Comment #3 from oliver at apple.com 2008-03-02 01:10 PDT ------- Thanks John, Changes look sane to me, but i'm not sure what the story is with changes to sunspider -- maciej is probably best to look into things like this, but any changes to performance characteristics makes it harder to compare prior results. Then again we already know of a couple of bug fixes which will have to be fixed at some point anyway :-/ -- 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 Sun Mar 2 01:17:20 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 01:17:20 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17634] Bug in string-validate-input SunSpider test In-Reply-To: Message-ID: <20080302091720.A59532FC0CC@localhost> http://bugs.webkit.org/show_bug.cgi?id=17634 ------- Comment #4 from jresig at mozilla.com 2008-03-02 01:17 PDT ------- Thanks Oliver - that's perfectly understandable. I figure that when it comes time for the next big update a bunch of these fixes can be grouped together; I just wanted to make sure that they don't get forgotten. -- 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 Sun Mar 2 01:53:33 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 01:53:33 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17604] Flash 9, 0, 115, 0 plugin cannot load streams correctly in WebKit In-Reply-To: Message-ID: <20080302095333.BF6EF2FC269@localhost> http://bugs.webkit.org/show_bug.cgi?id=17604 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |webkit at blaut.biz Status|UNCONFIRMED |NEW Component|Plug-ins |Evangelism Ever Confirmed|0 |1 ------- Comment #1 from webkit at blaut.biz 2008-03-02 01:53 PDT ------- Confirmed. But it's an evangelism bug. The issue is absent with User Agent set to Firefox. I think the script is responsible for the issue: http://www.neave.tv/history.js The project responsible for the script: http://www.unfocus.com/projects/historykeeper/ -- 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 Sun Mar 2 01:58:14 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 01:58:14 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17605] Flash 9, 0, 115, 0 plugin in WebKit with QuartzGL enabled slows down a lot In-Reply-To: Message-ID: <20080302095814.067FF2FC29D@localhost> http://bugs.webkit.org/show_bug.cgi?id=17605 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |webkit at blaut.biz Status|UNCONFIRMED |RESOLVED Resolution| |INVALID ------- Comment #1 from webkit at blaut.biz 2008-03-02 01:58 PDT ------- QuartzGL is disabled feature of Mac OS X due to serious problems with it. Moreover the report does not describe problem in Webkit. Bug report is INVALID. -- 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 Sun Mar 2 02:56:41 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 02:56:41 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17607] 'java' object not exposed to js In-Reply-To: Message-ID: <20080302105641.CC5BA2FC5EE@localhost> http://bugs.webkit.org/show_bug.cgi?id=17607 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |webkit at blaut.biz Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME ------- Comment #1 from webkit at blaut.biz 2008-03-02 02:56 PDT ------- It's by design. You cannot call Java directly from javascript. First you should create an applet on the page. After that you can use LiveConnect to call methods from the applet using JavaScript. This *proper* method works fine in Webkit. Check this page to read how to do it: http://www.whatscookin.com/staff/mattd/articles/jre-detection.html -- 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 Sun Mar 2 03:25:39 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 03:25:39 -0800 (PST) Subject: [Webkit-unassigned] [Bug 9634] [S60] Unable to submit a POST form in S60 Reindeer In-Reply-To: Message-ID: <20080302112539.0073B2FC769@localhost> http://bugs.webkit.org/show_bug.cgi?id=9634 ------- Comment #5 from petteri at futurice.com 2008-03-02 03:25 PDT ------- I had this same problem and it is caused by ECMT agent (debug util that comes with S60 SDK). If ECMT is installed, some of the FORM posts will fail (e.g. simple machines forum posting mechanism does not work). -- 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 Sun Mar 2 03:40:17 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 03:40:17 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17491] ER: Implement XPointer Support In-Reply-To: Message-ID: <20080302114017.2D9C82FC861@localhost> http://bugs.webkit.org/show_bug.cgi?id=17491 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |webkit at blaut.biz Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Priority|P2 |P4 Summary|Implement XPointer Support |ER: Implement XPointer | |Support ------- Comment #1 from webkit at blaut.biz 2008-03-02 03:40 PDT ------- Confirmed as an enhancement request. -- 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 Sun Mar 2 03:40:33 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 03:40:33 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17491] ER: Implement XPointer Support In-Reply-To: Message-ID: <20080302114033.94EC12FC88B@localhost> http://bugs.webkit.org/show_bug.cgi?id=17491 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.5 |All Platform|PC |All -- 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 Sun Mar 2 03:41:43 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 03:41:43 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17491] ER: Implement XPointer Support In-Reply-To: Message-ID: <20080302114143.66AE72FC8D0@localhost> http://bugs.webkit.org/show_bug.cgi?id=17491 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.w3.org/TR/xptr- | |framework/ -- 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 Sun Mar 2 03:46:32 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 03:46:32 -0800 (PST) Subject: [Webkit-unassigned] [Bug 11782] XSL transform ignores disable-output-escaping In-Reply-To: Message-ID: <20080302114632.638D02FC8CF@localhost> http://bugs.webkit.org/show_bug.cgi?id=11782 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |webkit at blaut.biz Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME ------- Comment #2 from webkit at blaut.biz 2008-03-02 03:46 PDT ------- (In reply to comment #1) > Created an attachment (id=15399) --> (http://bugs.webkit.org/attachment.cgi?id=15399&action=view) [edit] > a test that works > > I have tried to make a test case for this bug, but couldn't get the attribute > value to be escaped, even when I removed disable-output-escaping. I'm getting > identical results from Firefox 2, r18068 (from December 8th) and r23922. > > Please provide more information about this issue. > I also cannot confirm the bug. No more info form reporter on this subject since initial reporting. Marked as WORKSFORME. -- 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 Sun Mar 2 03:47:05 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 03:47:05 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17078] SVGTextElement.getSubStringLength does not work as expected (affects Acid3 test 77) In-Reply-To: Message-ID: <20080302114705.7A4802FC930@localhost> http://bugs.webkit.org/show_bug.cgi?id=17078 ------- Comment #14 from zimmermann at kde.org 2008-03-02 03:47 PDT ------- (In reply to comment #11) > Created an attachment (id=19454) --> (http://bugs.webkit.org/attachment.cgi?id=19454&action=view) [edit] > Import test 77 from Acid3 > > LayoutTests/svg/custom/acid3-test-77.html | 13 ++++ > .../svg/custom/resources/Acid3Font-loader.svg | 13 ++++ > LayoutTests/svg/custom/resources/Acid3Font.svg | 12 ++++ > LayoutTests/svg/custom/resources/acid3-test-77.js | 63 ++++++++++++++++++++ > 4 files changed, 101 insertions(+), 0 deletions(-) > Heya, I'm also trying to fix the bugs right now. I've noticed that in resources/Acid3Font-loader.svg, that you're referencing "font.svg" instead of "Acid3Font.svg", hence that testcase gives wrong metrics, as the font wasn't loaded! Keeping you updated on the progress.... Greetings, Niko -- 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 Sun Mar 2 03:53:27 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 03:53:27 -0800 (PST) Subject: [Webkit-unassigned] [Bug 15949] localName should be null for all nodes except ELEMENT_NODE and ATTRIBUTE_NODE In-Reply-To: Message-ID: <20080302115327.743722FC92D@localhost> http://bugs.webkit.org/show_bug.cgi?id=15949 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |webkit at blaut.biz Status|UNCONFIRMED |RESOLVED Keywords| |HasReduction Platform|PC |All Resolution| |WORKSFORME ------- Comment #2 from webkit at blaut.biz 2008-03-02 03:53 PDT ------- The test case in the latest Webkit r30667 works properly. In all 4 tested case returned value is "null'. I change the bug report from UNCONFIRMED to WORKSFORME. -- 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 Sun Mar 2 05:31:12 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 05:31:12 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17607] 'java' object not exposed to js In-Reply-To: Message-ID: <20080302133112.8ACCA2FCDD2@localhost> http://bugs.webkit.org/show_bug.cgi?id=17607 ------- Comment #2 from shadow2531 at gmail.com 2008-03-02 05:31 PDT ------- Thanks. I was referring to < http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:Packages > and < http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:java >. For example: (In reply to comment #1) > It's by design. O.K., this is invalid then. -- 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 Sun Mar 2 06:24:38 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 06:24:38 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17635] New: The page does not render properly Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17635 Summary: The page does not render properly Product: WebKit Version: 523.x (Safari 3) Platform: Macintosh Intel URL: http://www.dragonquestmonstersjoker.eu.com/it/ OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Layout and Rendering AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: mauro.labate at gmail.com There is a vertical alignment problem with the page, all the content is aligned too high and it is impossible to access half of 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 Sun Mar 2 07:41:02 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 07:41:02 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17057] REGRESSION: Frequent random crashes in WebCore::JSNodeList::indexGetter In-Reply-To: Message-ID: <20080302154102.747022FD52C@localhost> http://bugs.webkit.org/show_bug.cgi?id=17057 ------- Comment #27 from steven at ampcoder.com 2008-03-02 07:41 PDT ------- I just had this issue while working on a Spreadsheet in Google Docs. -- 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 Sun Mar 2 08:06:45 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 08:06:45 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17636] New: Mindmapper.com doesn't load Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17636 Summary: Mindmapper.com doesn't load Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh URL: http://www.mindmapper.com/ OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: Page Loading AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: jinkxx at gmail.com Doesn't load under nightly 30667, but it6 the same under Safari with usual OS X 10.5.2 Webkit. Loads correctly under both Opera 9.26 and Firefox 2.0.0.12 Here is the on screen message error : Microsoft VBScript runtime error '800a0005' Invalid procedure call or argument: 'mid' /default.asp, line 56 -- 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 Sun Mar 2 08:28:21 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 08:28:21 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] New: compile error in CarbonWindowAdapter.m, Revision 30701 Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17637 Summary: compile error in CarbonWindowAdapter.m, Revision 30701 Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.4 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: JavaScriptCore AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: michael.zedler at tum.de I checked out revision 30701, but using WebKit/WebKitTools/Scripts/build-webkit I get cd /Users/zedler/Documents/CVS/WebKit/WebKit /usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -std=gnu99 -Wno-trigraphs -fobjc-exceptions -fpascal-strings -fasm-blocks -O2 -Werror -Wmissing-prototypes -Wnewline-eof -DNDEBUG -DENABLE_WEBKIT_UNSET_DYLD_FRAMEWORK_PATH -DENABLE_CROSS_DOCUMENT_MESSAGING -DENABLE_DATABASE -DENABLE_ICONDATABASE -DENABLE_SVG -DENABLE_SVG_FOREIGN_OBJECT -DENABLE_SVG_FONTS -DENABLE_SVG_AS_IMAGE -DENABLE_SVG_USE -DENABLE_XPATH -DENABLE_XSLT -DENABLE_VIDEO -DFRAMEWORK_NAME=WebKit -fmessage-length=0 -fobjc-direct-dispatch -mmacosx-version-min=10.4 -gdwarf-2 -I/Users/zedler/Documents/CVS/WebKit/WebKitBuild/WebKit.build/Release/WebKit.build/WebKit.hmap -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wundef -F/Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release -F/Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks -F/System/Library/Frameworks/Carbon.framework/Frameworks -F/System/Library/Frameworks/Quartz.framework/Frameworks -F/System/Library/PrivateFrameworks -I/Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release/include -Imac/ForwardingHeaders -Imac/icu -I/Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release/usr/local/include -I/Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release/DerivedSources/WebKit -I/Users/zedler/Documents/CVS/WebKit/WebKitBuild/WebKit.build/Release/WebKit.build/DerivedSources -include /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/WebKitPrefix-fhlkzsamlxwauzfaircbxyhtsgyl/WebKitPrefix.h -c /Users/zedler/Documents/CVS/WebKit/WebKit/mac/Carbon/CarbonWindowAdapter.m -o /Users/zedler/Documents/CVS/WebKit/WebKitBuild/WebKit.build/Release/WebKit.build/Objects-normal/i386/CarbonWindowAdapter.o In file included from /Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release/WebKit.framework/Headers/DOMObject.h:28, from /Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release/WebKit.framework/Headers/DOMNode.h:27, from /Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release/WebKit.framework/Headers/DOMAttr.h:27, from /Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release/WebKit.framework/Headers/DOMCore.h:27, from /Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release/WebKit.framework/Headers/DOM.h:27, from /Users/zedler/Documents/CVS/WebKit/WebKit/mac/Misc/WebKit.h:29, from /Users/zedler/Documents/CVS/WebKit/WebKit/mac/Carbon/HIViewAdapter.h:29, from /Users/zedler/Documents/CVS/WebKit/WebKit/mac/Carbon/CarbonWindowAdapter.m:64: /Users/zedler/Documents/CVS/WebKit/WebKitBuild/Release/WebKit.framework/Headers/WebScriptObject.h:27:35: error: Message-ID: <20080302163334.C7D582FD885@localhost> http://bugs.webkit.org/show_bug.cgi?id=16898 ddkilzer at webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|webkit- |kevino at theolliviers.com |unassigned at lists.webkit.org | Status|ASSIGNED |NEW ------- Comment #9 from ddkilzer at webkit.org 2008-03-02 08:33 PDT ------- (In reply to comment #7) > Also, I assume we want a layout test created for this, so that the regression > won't recur later on? Where should I put it? And do we need to generate results > on all platforms for it? (New to writing LayoutTests too, sorry... ;-) I would put the test(s) in LayoutTests/fast/css/. If you make it a text-based test (using window.layoutTestController.dumpAsText()), then you don't have to worry about generating results for every platform. Look in LayoutTests/fast/css for examples that use layoutTestController.dumpAsText() and craft a similar test based on one or more reductions in this bug. I usually prefer to use the js-test-* assertions instead of custom "logging" solutions like getComputedStyle-zIndex-auto.html. See legacy-opacity-styles.html for one example. Darin likes to use the WebKitTools/Scripts/make-js-test-wrappers script to create the resources/*.js file first, then let the script generate the test file for 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. You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Sun Mar 2 09:29:58 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 09:29:58 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17636] Mindmapper.com doesn't load In-Reply-To: Message-ID: <20080302172958.68F7D2FDB29@localhost> http://bugs.webkit.org/show_bug.cgi?id=17636 webkit at mattlilek.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|Page Loading |Evangelism Ever Confirmed|0 |1 OS/Version|Mac OS X 10.5 |All Platform|Macintosh |All ------- Comment #1 from webkit at mattlilek.com 2008-03-02 09:29 PDT ------- Confirmed with r30701, but this is a problem on their end so it will have to be evangelized. -- 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 Sun Mar 2 09:34:25 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 09:34:25 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17635] Page content shifted too high In-Reply-To: Message-ID: <20080302173425.AACFA2FDB91@localhost> http://bugs.webkit.org/show_bug.cgi?id=17635 webkit at mattlilek.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |NeedsReduction Summary|The page does not render |Page content shifted too |properly |high ------- Comment #1 from webkit at mattlilek.com 2008-03-02 09:34 PDT ------- Confirmed with r30701. -- 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 Sun Mar 2 09:35:18 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 09:35:18 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17635] Page content shifted too high In-Reply-To: Message-ID: <20080302173518.BE9F72FDBA4@localhost> http://bugs.webkit.org/show_bug.cgi?id=17635 ------- Comment #2 from webkit at mattlilek.com 2008-03-02 09:35 PDT ------- Created an attachment (id=19483) --> (http://bugs.webkit.org/attachment.cgi?id=19483&action=view) Safari vs Firefox -- 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 Sun Mar 2 10:11:52 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 10:11:52 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17638] New: JavaScript-heavy game site breaks tab-key behavior Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17638 Summary: JavaScript-heavy game site breaks tab-key behavior Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh URL: http://www.wordsplay.net OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Minor Priority: P2 Component: Evangelism AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: jubal-webkit at cheeze.org Apologies for the poor summary; I don't have a reduction so I don't understand what's actually broken underneath the JavaScript on this site. Will change the summary name if there are any suggestions for a better one. I frequent an online game site, www.wordsplay.net. There are two cases of incorrect behavior: 1. The site presents a login screen, where the keyboard input is focused on the "Your Email" field. Hitting tab once moves you from this field to the next one, "Password". Hitting tab again causes the browser's URL field to gain focus. This is wrong; the action should focus on the next selectable item, which is the checkbox for "This is a public or shared computer[...]" label, and the next tab-key action after that is to focus on the "Log in" button. The broken behavior is when the Tab key moves the focus to the browser's URL field. The desired behavior is when the Tab key moves the focus to the next selectable item. 2. This problem is seen again after successful login if the user chooses the "Choose Game Name" link. This results in a window that appears in the middle of the browser. This window has two fields, "Your Name" and "Your Team". The tab-key action successfully moves focus from the first to the second field, but the next action moves focus to the browser's URL field, which is incorrect. I do not know if this is a problem with WebKit or with the site itself. I can confirm that the behavior for both cases above is correct inside Camino 1.6 beta 2, Windows Firefox 2.0.x, and Windows Firefox 3.0 beta 4+. However, it is incorrect (in the same manner as described above) for Mac Firefox 2.0.x. and 3.0 beta 4+. I find it interesting that Camino is the only Mac browser to behave correctly for the above two cases. There is a final bug, perhaps belonging to the site's code and not to WebKit. Attempting to dismiss the window in case #2 fails when using the keyboard only, as the window remains up front while any _successive_ keyboard actions (including tab key) cause effects behind the window, such as rotating the game board. The user must mouse to the close button in the upper right corner of the window to actually get rid of the 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 Sun Mar 2 10:12:27 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 10:12:27 -0800 (PST) Subject: [Webkit-unassigned] [Bug 12182] XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations In-Reply-To: Message-ID: <20080302181227.883A32FE1BB@localhost> http://bugs.webkit.org/show_bug.cgi?id=12182 julien.chaffraix at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|webkit- |julien.chaffraix at gmail.com |unassigned at lists.webkit.org | Status|NEW |ASSIGNED Attachment #19484| |review? Flag| | ------- Comment #2 from julien.chaffraix at gmail.com 2008-03-02 10:12 PDT ------- Created an attachment (id=19484) --> (http://bugs.webkit.org/attachment.cgi?id=19484&action=view) First version -- 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. You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Sun Mar 2 11:18:32 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 11:18:32 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17607] 'java' object not exposed to js In-Reply-To: Message-ID: <20080302191832.94CF62FE1BD@localhost> http://bugs.webkit.org/show_bug.cgi?id=17607 sam at webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andersca at 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 Sun Mar 2 12:14:13 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 12:14:13 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17639] New: Add support for 3 more quirks-mode doctypes from HTML 5 Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17639 Summary: Add support for 3 more quirks-mode doctypes from HTML 5 Product: WebKit Version: 525+ (Nightly build) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: P2 Component: HTML DOM AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: aroben at apple.com CC: hyatt at apple.com, sam at webkit.org Three more quirks-mode-triggering doctypes were just added to HTML 5 (see ). We should make sure these trigger quirks mode in WebKit. -- 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 Sun Mar 2 13:19:04 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 13:19:04 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080302211904.EAABB2FEA4C@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 mrowe at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrowe at apple.com ------- Comment #1 from mrowe at apple.com 2008-03-02 13:19 PDT ------- error: Message-ID: <20080302211930.ECB3F2FEA69@localhost> http://bugs.webkit.org/show_bug.cgi?id=17569 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|darin at apple.com |webkit- | |unassigned at lists.webkit.org Status|ASSIGNED |NEW ------- Comment #3 from darin at apple.com 2008-03-02 13:19 PDT ------- While this bug *is* my fault, I'm having trouble figuring out exactly why it affects buzzword.com this way. Throwing back into the unassigned pile for now. I'd also be OK with rolling the patch for the other bug out until we can figure this out. -- 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 Sun Mar 2 13:38:10 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 13:38:10 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17638] JavaScript-heavy game site breaks tab-key behavior In-Reply-To: Message-ID: <20080302213810.CF2BC2FEB48@localhost> http://bugs.webkit.org/show_bug.cgi?id=17638 mrowe at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrowe at apple.com ------- Comment #1 from mrowe at apple.com 2008-03-02 13:38 PDT ------- 1) is controlled by the "Full keyboard access" setting in the Keyboard & Mouse pane of System Preferences. Switching it to "All Controls" causes it to behave as you expect in Safari. I didn't bother registering for an account but it sounds like 2) would probably be resolved by the same setting. If this in fact the case then WebKit is behaving as designed. I would appreciate if you could confirm whether the setting mentioned above does resolve 2) as well. Does the third issue also occur in other browsers? -- 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 Sun Mar 2 13:42:12 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 13:42:12 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17641] New: Website ADVERTISEMENTS APPEAR in HISTORY Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17641 Summary: Website ADVERTISEMENTS APPEAR in HISTORY Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh URL: http://ad.doubleclick.net/adi/webmail.earthlink.dart/web mail__180x150;sz=180x150;ptile=1;ord=-1396434642? OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: Normal Priority: P2 Component: New Bugs AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: maddietrich at gmail.com Every website visited records advertisements in History log -- 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 Sun Mar 2 14:30:50 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 14:30:50 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17638] JavaScript-heavy game site breaks tab-key behavior In-Reply-To: Message-ID: <20080302223050.3A05F2FEEB4@localhost> http://bugs.webkit.org/show_bug.cgi?id=17638 ------- Comment #2 from jubal-webkit at cheeze.org 2008-03-02 14:30 PDT ------- Dang, I didn't know about that keyboard option. Bless you! That seems to have solved my problem for all three issues in WebKit. In reply to your question, the third issue exists for Windows Firefox 3 and Mac Firefox 2 as well (haven't tested Windows FF2 yet). WebKit seems fine... -- 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 Sun Mar 2 14:48:16 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 14:48:16 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17449] JSCore fails to compile on PPC/Linux (asm error) In-Reply-To: Message-ID: <20080302224816.9AA8E2FEF59@localhost> http://bugs.webkit.org/show_bug.cgi?id=17449 lars at strojny.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lars at strojny.net -- 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 Sun Mar 2 14:50:09 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 14:50:09 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17638] JavaScript-heavy game site breaks tab-key behavior In-Reply-To: Message-ID: <20080302225009.7AB622FEF8E@localhost> http://bugs.webkit.org/show_bug.cgi?id=17638 mrowe at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME ------- Comment #3 from mrowe at apple.com 2008-03-02 14:50 PDT ------- Wonderful! It might be worth filing a bug report against Firefox for the third issue if it reproduces, and perhaps for the first two issues if the "Full keyboard access" preference did not resolve it in Firefox too. Closing as WORKSFORME as there was no WebKit bug here. -- 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 Sun Mar 2 15:00:56 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 15:00:56 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17641] Website ADVERTISEMENTS APPEAR in HISTORY In-Reply-To: Message-ID: <20080302230056.B66F32FF00D@localhost> http://bugs.webkit.org/show_bug.cgi?id=17641 mitz at webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE ------- Comment #1 from mitz at webkit.org 2008-03-02 15:00 PDT ------- *** This bug has been marked as a duplicate of 17526 *** -- 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 Sun Mar 2 15:34:16 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 15:34:16 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080302233416.157182FF1DC@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 ------- Comment #2 from michael.zedler at tum.de 2008-03-02 15:34 PDT ------- > Which version of Xcode are you using to build? Xcode 2.4.1, Xcode Core: 762 I did nothing but checkout the current svn version and run WebKit/WebKitTools/Scripts/build-webkit -- 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 Sun Mar 2 15:37:33 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 15:37:33 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080302233733.13AA52FF1FE@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 ------- Comment #3 from mrowe at apple.com 2008-03-02 15:37 PDT ------- Does WebKitBuild/Release/JavaScriptCore.framework/Headers/JSBase.h exist? -- 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 Sun Mar 2 15:50:49 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 15:50:49 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080302235049.831B62FF31C@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 ------- Comment #4 from michael.zedler at tum.de 2008-03-02 15:50 PDT ------- (In reply to comment #3) > Does WebKitBuild/Release/JavaScriptCore.framework/Headers/JSBase.h exist? yes -- 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 Sun Mar 2 15:55:32 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 15:55:32 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080302235532.237E62FF37A@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 ------- Comment #5 from michael.zedler at tum.de 2008-03-02 15:55 PDT ------- (In reply to comment #4) > (In reply to comment #3) > > Does WebKitBuild/Release/JavaScriptCore.framework/Headers/JSBase.h exist? > > yes and WebKitBuild/Release/WebKit.framework/Headers/WebScriptObject.h has in line 27 #import < so there's the spurious "<" -- 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 Sun Mar 2 16:00:03 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 16:00:03 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080303000003.27D7B2FF3E6@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 ------- Comment #6 from mrowe at apple.com 2008-03-02 16:00 PDT ------- Can you please do the following: 1) diff -u ./WebCore/bindings/objc/WebScriptObject.h WebKitBuild/Release/WebKit.framework/Headers/WebScriptObject.h 2) svn st WebCore/bindings/objc/WebScriptObject.h -- 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 Sun Mar 2 16:06:53 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 16:06:53 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080303000653.DEB152FF432@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 ------- Comment #7 from michael.zedler at tum.de 2008-03-02 16:06 PDT ------- (In reply to comment #6) > Can you please do the following: > 1) diff -u ./WebCore/bindings/objc/WebScriptObject.h > WebKitBuild/Release/WebKit.framework/Headers/WebScriptObject.h --- ./WebCore/bindings/objc/WebScriptObject.h 2008-03-02 15:02:45.000000000 +0100 +++ WebKitBuild/Release/WebKit.framework/Headers/WebScriptObject.h 2008-03-03 01:01:35.000000000 +0100 @@ -24,7 +24,7 @@ */ #import -#import +#import < // NSObject (WebScripting) ----------------------------------------------------- > 2) svn st WebCore/bindings/objc/WebScriptObject.h returns nothing. Just a guess, could this behaviour be caused by the fink sed version I'm running? If I correct WebKitBuild/Release/WebKit.framework/Headers/WebScriptObject.h manually (remove spurious '<') the build compiles fine. -- 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 Sun Mar 2 16:09:09 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 16:09:09 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080303000909.20C8F2FF455@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 ------- Comment #8 from mrowe at apple.com 2008-03-02 16:09 PDT ------- Try removing Fink from your PATH variable and see whether things work correctly. Mine is simply: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin, which I believe is the default on Leopard. -- 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 Sun Mar 2 16:31:00 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 16:31:00 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080303003100.845BF2FF59C@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 ------- Comment #9 from michael.zedler at tum.de 2008-03-02 16:31 PDT ------- (In reply to comment #8) > Try removing Fink from your PATH variable and see whether things work > correctly. Mine is simply: > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin, which I believe is > the default on Leopard. With Apple's sed the problem is gone, thanks. Last question: Is it possible to use the intel compiler instead of gcc? -- 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 Sun Mar 2 16:37:54 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 16:37:54 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17637] compile error in CarbonWindowAdapter.m, Revision 30701 In-Reply-To: Message-ID: <20080303003754.48D552FF608@localhost> http://bugs.webkit.org/show_bug.cgi?id=17637 mrowe at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME ------- Comment #10 from mrowe at apple.com 2008-03-02 16:37 PDT ------- Using the Intel compiler isn't supported, though it may be possible to get it to work. Closing bug as WORKSFORME as it was a local configuration problem that caused the build error rather than a problem in WebKit itself. -- 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 Sun Mar 2 17:31:54 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 17:31:54 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17642] New: REGRESSION (3.0.4-TOT): Google Book Search book preview flashes and jump scrolls when a new page is loaded Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17642 Summary: REGRESSION (3.0.4-TOT): Google Book Search book preview flashes and jump scrolls when a new page is loaded Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh URL: http://books.google.com/books?id=4S2KocYp8AkC&printsec=f rontcover&dq=george+dyson&ei=elPLR6z- NYLusgO_r_XBAw&sig=bWC5wWWgiQ7Z9eD6HcZr3GCCYzI OS/Version: Mac OS X 10.5 Status: NEW Keywords: Regression Severity: Major Priority: P1 Component: New Bugs AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: mitz at webkit.org Google Book Search book preview loads page images dynamically as you scroll through the book. In TOT, when a new image starts loading, the progress indicator in the address bar goes on, then when the page is loaded, the whole page sort of flashes and the main view snaps to the top of the page. To reproduce, open the URL and start scrolling down slowly. This does not happen in Safari 3.0.4. -- 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 Sun Mar 2 17:39:31 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 17:39:31 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17642] REGRESSION (r30551-r30574): Google Book Search book preview flashes and jump scrolls when a new page is loaded In-Reply-To: Message-ID: <20080303013931.3F40E2FF8CA@localhost> http://bugs.webkit.org/show_bug.cgi?id=17642 mitz at webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|REGRESSION (3.0.4-TOT): |REGRESSION (r30551-r30574): |Google Book Search book |Google Book Search book |preview flashes and jump |preview flashes and jump |scrolls when a new page is |scrolls when a new page is |loaded |loaded ------- Comment #1 from mitz at webkit.org 2008-03-02 17:39 PDT ------- Works: r30551 Fails: r30574 -- 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 Sun Mar 2 17:48:26 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 17:48:26 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17642] REGRESSION (r30571): Google Book Search book preview flashes and jump scrolls when a new page is loaded In-Reply-To: Message-ID: <20080303014826.663F02FF917@localhost> http://bugs.webkit.org/show_bug.cgi?id=17642 mitz at webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andersca at apple.com, | |darin at apple.com Summary|REGRESSION (r30551-r30574): |REGRESSION (r30571): Google |Google Book Search book |Book Search book preview |preview flashes and jump |flashes and jump scrolls |scrolls when a new page is |when a new page is loaded |loaded | -- 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 Sun Mar 2 17:49:15 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 17:49:15 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17642] REGRESSION (r30571): Google Book Search book preview flashes and jump scrolls when a new page is loaded In-Reply-To: Message-ID: <20080303014915.6647F2FF923@localhost> http://bugs.webkit.org/show_bug.cgi?id=17642 mitz at webkit.org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |InRadar ------- Comment #2 from mitz at webkit.org 2008-03-02 17:49 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 Sun Mar 2 18:17:13 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 18:17:13 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17642] REGRESSION (r30571): Google Book Search book preview flashes and jump scrolls when a new page is loaded In-Reply-To: Message-ID: <20080303021713.0A6412FFAC0@localhost> http://bugs.webkit.org/show_bug.cgi?id=17642 ------- Comment #3 from darin at apple.com 2008-03-02 18:17 PDT ------- Sounds like we need to roll r30571 out then. -- 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 Sun Mar 2 18:30:03 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 18:30:03 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17634] Bug in string-validate-input SunSpider test In-Reply-To: Message-ID: <20080303023003.4EAF22FFB6A@localhost> http://bugs.webkit.org/show_bug.cgi?id=17634 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19482|review? |review- Flag| | ------- Comment #5 from darin at apple.com 2008-03-02 18:30 PDT ------- (From update of attachment 19482) Not a bug. This test intentionally testing cases where variables are not declared. This correctly reflects the sloppiness you'll see in lots of real world scripts. Most JavaScript engines are faster if you declare the variables, but this test is testing the slower code path. -- 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 Sun Mar 2 18:30:48 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 18:30:48 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17634] string-validate-input test in SunSpider uses window properties instead of variables In-Reply-To: Message-ID: <20080303023048.BEF9C2FFB9C@localhost> http://bugs.webkit.org/show_bug.cgi?id=17634 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Bug in string-validate-input|string-validate-input test |SunSpider test |in SunSpider uses window | |properties instead of | |variables ------- Comment #6 from darin at apple.com 2008-03-02 18:30 PDT ------- Maciej, please correct me if I'm mistaken. -- 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 Sun Mar 2 18:32:49 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 18:32:49 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17415] GTK Build (using autotools) on Mac OS (DarwinPorts) Fails In-Reply-To: Message-ID: <20080303023249.14AE82FFBB5@localhost> http://bugs.webkit.org/show_bug.cgi?id=17415 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19480|review? |review+ Flag| | ------- Comment #6 from darin at apple.com 2008-03-02 18:32 PDT ------- (From update of attachment 19480) Looks fine to me, although I'm not an expert on the GTK port. Setting review+. GTK folks, please let me know if I'm being too liberal reviewing GTK-specific patches and if so, I'll steer clear in the future. -- 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 Sun Mar 2 18:45:04 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 18:45:04 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17415] GTK Build (using autotools) on Mac OS (DarwinPorts) Fails In-Reply-To: Message-ID: <20080303024504.B492A2FFCBE@localhost> http://bugs.webkit.org/show_bug.cgi?id=17415 alp at atoker.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alp at atoker.com ------- Comment #7 from alp at atoker.com 2008-03-02 18:45 PDT ------- (In reply to comment #6) > (From update of attachment 19480 [edit]) > Looks fine to me, although I'm not an expert on the GTK port. Setting review+. > > GTK folks, please let me know if I'm being too liberal reviewing GTK-specific > patches and if so, I'll steer clear in the future. > In this case Brent was just trying out an alternative to this fix on #webkit but it's fine to be liberal on build fixes and WebCore changes. We wouldn't land it until it worked right anyway. We could actually do with advice (but not necessarily r+) on the API changes currently waiting for review if you have some time to spare. I've been a bit short of time to investigate the impact of these changes. -- 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 Sun Mar 2 18:45:58 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 18:45:58 -0800 (PST) Subject: [Webkit-unassigned] [Bug 13031] onkeydown prevents keyboard shortcuts from working on this page when the input field had focus. In-Reply-To: Message-ID: <20080303024558.DAA182FFCD7@localhost> http://bugs.webkit.org/show_bug.cgi?id=13031 ------- Comment #7 from darin at apple.com 2008-03-02 18:45 PDT ------- Alexey, do you think this is correct? -- 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 Sun Mar 2 19:02:14 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 19:02:14 -0800 (PST) Subject: [Webkit-unassigned] [Bug 16815] Crash with navigator.plugins and navigator.mimeTypes after plugins.refresh In-Reply-To: Message-ID: <20080303030214.5A8832FFDFF@localhost> http://bugs.webkit.org/show_bug.cgi?id=16815 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19433|review? |review- Flag| | ------- Comment #27 from darin at apple.com 2008-03-02 19:02 PDT ------- (From update of attachment 19433) Great patch! Seems almost ready to go. + const String &userAgent = m_frame->loader()->userAgent(m_frame->document() ? m_frame->document()->url() : KURL()); Should be const String&, with the space after the &. + return m_frame->settings()->isJavaEnabled(); Should be indented four spaces. + for (unsigned int i = 0; i < framesNeedingReload.size(); ++i) We normally just use "unsigned", but also since this is a Vector, should be size_t. + m_pluginData = new PluginData(this); Should be using PluginData::create instead of calling new directly. I don't think this will even compile. +MimeType::MimeType(PassRefPtr pluginData, unsigned index) + : RefCounted(0) This is going to be a problem. The constructor here starts with a count of 0, but the create function does an adoptRef. Need to remove the initialization of the refcount to 0. Same problem with PluginArray and perhaps other classes. Please double check this. + for (unsigned int i = 0; i < plugins.size(); ++i) + if (plugins[i] == mimes[m_index]->plugin) + return Plugin::create(m_pluginData.get(), i); Same comment about unsigned int and size_t as above. Also, we use braces around multi-line bodies, even if they are only a single statement, so the for should have braces. Could evaluate mimes[m_index]->plugin outside the loop. + String type() const; + String suffixes() const; + String description() const; Could return const String& from these for better efficiency since these are stored in a persistent data structure. +#include "PluginData.h" No need to include the entire PluginData header just to compile a RefPtr to one. + unsigned long length() const; unsigned long in IDL is the same as unsigned in C++, not unsigned long. So this should just be unsigned, not unsigned long. + // FIXME: Generated JSPlugin.cpp doesn't include JSMimeType.h for toJS + KJS::JSValue* toJS(KJS::ExecState*, MimeType*); What's the deal with this? Have you discussed it with Sam Weinig? It'd be more efficient to use a constructor for MimeClassInfo rather than constructing one with null strings and then assigning to it. The class MimeClassInfo uses the mixed class Mime as in Qt rather than the all capitals MIME used elsewhere in WebKit. review- because of the thing that won't compile (new with a private constructor) and the refcount problems (0 with adoptRef). -- 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 Sun Mar 2 19:05:13 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 19:05:13 -0800 (PST) Subject: [Webkit-unassigned] [Bug 8988] Add support for Mozilla CSS custom cursors In-Reply-To: Message-ID: <20080303030513.4AC402FFE27@localhost> http://bugs.webkit.org/show_bug.cgi?id=8988 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19473|review? |review- Flag| | ------- Comment #12 from darin at apple.com 2008-03-02 19:05 PDT ------- (From update of attachment 19473) Thanks for taking this on. This will break the build on all the non-Mac platforms, since the only definition of the new functions is for Mac. Please fix that. Patch otherwise looks great. -- 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 Sun Mar 2 19:08:54 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 19:08:54 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17626] Programatically set background color and 16-bit alpha on WebKit GTK In-Reply-To: Message-ID: <20080303030854.42ACE2FFE74@localhost> http://bugs.webkit.org/show_bug.cgi?id=17626 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19469|review? |review- Flag| | ------- Comment #4 from darin at apple.com 2008-03-02 19:08 PDT ------- (From update of attachment 19469) + g_value_set_uint(value, webkit_web_view_get_background_alpha(webView)); default: Missing a break here. I'm going to set review- because of that. Otherwise looks pretty good, but I'm not a GTK platform expert. - gboolean transparent; + GdkColor bg_color; + guint16 bg_alpha; + gboolean bg_color_set; This indentation in the new code is done with tabs, and there's also a tab in the ChangeLog entry. We can't check tabs into our repository, so please try to avoid tabs while writing the patch to help the person committing 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 Sun Mar 2 19:09:18 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 19:09:18 -0800 (PST) Subject: [Webkit-unassigned] [Bug 13031] [Mac] onkeydown prevents keyboard shortcuts from working on this page when the input field had focus. In-Reply-To: Message-ID: <20080303030918.41DE42FFE73@localhost> http://bugs.webkit.org/show_bug.cgi?id=13031 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|onkeydown prevents keyboard |[Mac] onkeydown prevents |shortcuts from working on |keyboard shortcuts from |this page when the input |working on this page when |field had focus. |the input field had focus. -- 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 Sun Mar 2 19:06:22 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 19:06:22 -0800 (PST) Subject: [Webkit-unassigned] [Bug 8988] Add support for Mozilla CSS custom cursors In-Reply-To: Message-ID: <20080303030622.4133E2FFE5F@localhost> http://bugs.webkit.org/show_bug.cgi?id=8988 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |darin at apple.com, | |hyatt at apple.com ------- Comment #13 from darin at apple.com 2008-03-02 19:06 PDT ------- (In reply to comment #10) > On one hand, it may be a bad idea indeed - but on the other hand, adding them > would help web compatibility. I feel conflicted about this one. I think we may indeed want to make the -moz- names work. I'd like to hear Hyatt's thoughts on 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 Sun Mar 2 19:32:28 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 19:32:28 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17544] Rename testkjs to something more reasonable In-Reply-To: Message-ID: <20080303033228.0B8D62FFF61@localhost> http://bugs.webkit.org/show_bug.cgi?id=17544 darin at apple.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|webkit- |sam at webkit.org |unassigned at lists.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. You are the assignee for the bug, or are watching the assignee. From bugzilla-daemon at webkit.org Sun Mar 2 20:00:19 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 20:00:19 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17415] GTK Build (using autotools) on Mac OS (DarwinPorts) Fails In-Reply-To: Message-ID: <20080303040019.EDCC1300060@localhost> http://bugs.webkit.org/show_bug.cgi?id=17415 bfulgham at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19480|0 |1 is obsolete| | Attachment #19487| |review? Flag| | ------- Comment #8 from bfulgham at gmail.com 2008-03-02 20:00 PDT ------- Created an attachment (id=19487) --> (http://bugs.webkit.org/attachment.cgi?id=19487&action=view) Revised patch using ICU_CPPFLAGS instead of "$(prefix)/include" Revised patch using ICU_CPPFLAGS instead of "$(prefix)/include" -- 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 Sun Mar 2 21:01:49 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 21:01:49 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17643] New: [wx] Scrolling fixes Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17643 Summary: [wx] Scrolling fixes Product: WebKit Version: 525+ (Nightly build) Platform: All OS/Version: All Status: NEW Keywords: Wx Severity: Normal Priority: P2 Component: WebKit wx AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: kevino at theolliviers.com Patch to fix scrolling on Windows due to m_isAccepted not being initialized, implement page scrolling, and remove a duplicate wx event binding for the SCROLLWIN_TOP event. -- 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 Sun Mar 2 21:05:54 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 21:05:54 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17643] [wx] Scrolling fixes In-Reply-To: Message-ID: <20080303050554.11B263002D8@localhost> http://bugs.webkit.org/show_bug.cgi?id=17643 kevino at theolliviers.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19488| |review? Flag| | ------- Comment #1 from kevino at theolliviers.com 2008-03-02 21:05 PDT ------- Created an attachment (id=19488) --> (http://bugs.webkit.org/attachment.cgi?id=19488&action=view) wx scrolling fixes -- 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 Sun Mar 2 21:11:59 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 21:11:59 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17415] GTK Build (using autotools) on Mac OS (DarwinPorts) Fails In-Reply-To: Message-ID: <20080303051159.CBAD7300339@localhost> http://bugs.webkit.org/show_bug.cgi?id=17415 alp at atoker.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19487|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 Sun Mar 2 21:12:52 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 21:12:52 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17415] GTK Build (using autotools) on Mac OS (DarwinPorts) Fails In-Reply-To: Message-ID: <20080303051252.DBABF300349@localhost> http://bugs.webkit.org/show_bug.cgi?id=17415 alp at atoker.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #9 from alp at atoker.com 2008-03-02 21:12 PDT ------- Landed in r30707 with a couple of tweaks. -- 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 Sun Mar 2 21:31:31 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 21:31:31 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17643] [wx] Scrolling fixes In-Reply-To: Message-ID: <20080303053131.58D84300424@localhost> http://bugs.webkit.org/show_bug.cgi?id=17643 kevino at theolliviers.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from kevino at theolliviers.com 2008-03-02 21:31 PDT ------- r=alp, landed in r30707. -- 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 Sun Mar 2 22:19:28 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 22:19:28 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17532] HTML5 spec violation: Webkit imports styles from element which doesn't have rel=stylesheet defined In-Reply-To: Message-ID: <20080303061928.DF1263006A7@localhost> http://bugs.webkit.org/show_bug.cgi?id=17532 webkit at blaut.biz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED -- 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 Sun Mar 2 22:46:08 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 22:46:08 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17644] New: Build GTK on Mac OS X using native ICU library Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17644 Summary: Build GTK on Mac OS X using native ICU library Product: WebKit Version: 525+ (Nightly build) Platform: Macintosh OS/Version: Mac OS X 10.5 Status: NEW Severity: Normal Priority: P2 Component: WebKit Gtk AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: bfulgham at gmail.com The attached patch modifies the autoconf rules so that when building on Mac OS X the build uses the native ICU libraries, rather than requiring anything external be installed. -- 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 Sun Mar 2 22:47:30 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 22:47:30 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17644] Build GTK on Mac OS X using native ICU library In-Reply-To: Message-ID: <20080303064730.043A9300824@localhost> http://bugs.webkit.org/show_bug.cgi?id=17644 bfulgham at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19489| |review? Flag| | ------- Comment #1 from bfulgham at gmail.com 2008-03-02 22:47 PDT ------- Created an attachment (id=19489) --> (http://bugs.webkit.org/attachment.cgi?id=19489&action=view) configure.ac change for ICU support Change to configure.ac to use the native Apple ICU library, rather than requiring the installation of any additional libraries. -- 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 Sun Mar 2 22:48:03 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 22:48:03 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17644] Build GTK on Mac OS X using native ICU library In-Reply-To: Message-ID: <20080303064803.4CF0C300826@localhost> http://bugs.webkit.org/show_bug.cgi?id=17644 bfulgham at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alp at atoker.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 Sun Mar 2 22:56:28 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 22:56:28 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17400] hasFeature Broken (WebKit claims it does not support SVG) In-Reply-To: Message-ID: <20080303065628.3A51C3008B6@localhost> http://bugs.webkit.org/show_bug.cgi?id=17400 ------- Comment #3 from cfis at savagexi.com 2008-03-02 22:56 PDT ------- Any additional thoughts or progress on this? -- 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 Sun Mar 2 23:18:08 2008 From: bugzilla-daemon at webkit.org (bugzilla-daemon at webkit.org) Date: Sun, 2 Mar 2008 23:18:08 -0800 (PST) Subject: [Webkit-unassigned] [Bug 17645] New: DOM Clipboard does not allow writes during clipboard events Message-ID: http://bugs.webkit.org/show_bug.cgi?id=17645 Summary: DOM Clipboard does not allow writes during clipboard events Product: WebKit Version: 525+ (Nightly build) Platform: PC OS/Version: Windows XP Status: NEW Keywords: InRadar, ReviewedForRadar Severity: Normal Priority: P2 Component: WebCore Misc. AssignedTo: webkit-unassigned at lists.webkit.org ReportedBy: mrowe at apple.com * SUMMARY The current ClipboardWin implementation does not allow writing to the system clipboard. This affects DOM clipboard events. This prevents developer