Re: [webkit-dev] Implementing the device element

2011-02-10 Thread Adam Bergkvist
Hi, On 2011-02-09 22:10, Leandro Graciá Gil wrote: So, does that mean that a WebCore platform-independent code is going to determine if a new device handler should be created? I think that some UAs may like to, for example, keep a track of trusted pages for specific types of devices to

[webkit-dev] Aligning User Agent Header changes

2011-02-10 Thread laszlo.1.gombos
Hi, QtWebKit is considering dropping the language tag part of the User Agent string - following Firefox (http://hacks.mozilla.org/2010/09/final-user-agent-string-for-firefox-4/). I think the WebKit community did a reasonable job at aligning the User Agent string for WebKit based products and

Re: [webkit-dev] CSS cache and unfired events.

2011-02-10 Thread Frédéric Lefebvre
Hello again. Regarding the events firing, and after some tests, it appears that, using the TryItYourself of the page http://www.w3schools.com/jsref/event_onunload.asp I followed an advised simple routine: -Open TryitYourself page in a new thumb -Edit and click me button always works but -Close

Re: [webkit-dev] Aligning User Agent Header changes

2011-02-10 Thread Peter Kasting
On Thu, Feb 10, 2011 at 7:32 AM, laszlo.1.gom...@nokia.com wrote: QtWebKit is considering dropping the language tag part of the User Agent string - following Firefox ( http://hacks.mozilla.org/2010/09/final-user-agent-string-for-firefox-4/). I think the WebKit community did a reasonable job

Re: [webkit-dev] Aligning User Agent Header changes

2011-02-10 Thread Alexey Proskuryakov
10.02.2011, в 07:32, laszlo.1.gom...@nokia.com laszlo.1.gom...@nokia.com написал(а): QtWebKit is considering dropping the language tag part of the User Agent string - following Firefox (http://hacks.mozilla.org/2010/09/final-user-agent-string-for-firefox-4/). I think the WebKit community

Re: [webkit-dev] Getting CC-ed on webkit.org/new-inspector-bug

2011-02-10 Thread Darin Fisher
On Thu, Feb 10, 2011 at 9:16 AM, Antonio Gomes toniki...@gmail.com wrote: It was very common to use this approach on bugzilla.mozilla.org, with each component in the system having its own dummy email address auto-added. This allows developers to subscribe / unsubscribe from receiving email

Re: [webkit-dev] Getting CC-ed on webkit.org/new-inspector-bug

2011-02-10 Thread Alexey Proskuryakov
10.02.2011, в 10:58, Darin Fisher написал(а): What Mozilla does is they set the QA Contact field to an email address of the form component@product.bugs. We don't have that field in bugs.webkit.org, so we'd need to either add it, some other field, or maybe we could just get by with adding

Re: [webkit-dev] Web Inspector blog post draft

2011-02-10 Thread Mihai Parparita
For those who are interested in this, I've included the draft inline below. Mihai Web Inspector: Styles Enhanced http://webkit.org/blog/?p=1463Posted by *Alexander Pavlov* on Wednesday, February 9th, 2011 at 9:43 am During the past months, we’ve been working hard to improve the CSS editing

Re: [webkit-dev] Getting CC-ed on webkit.org/new-inspector-bug

2011-02-10 Thread Jeremy Orlow
It seems like it'd be nice to be able to watch bugs that are assigned to someone too though. On Thu, Feb 10, 2011 at 11:18 AM, Alexey Proskuryakov a...@webkit.org wrote: 10.02.2011, в 10:58, Darin Fisher написал(а): What Mozilla does is they set the QA Contact field to an email address of

Re: [webkit-dev] EventTarget Changes Causes Safari Launch Problems

2011-02-10 Thread Alex Milowski
On Wed, Feb 9, 2011 at 8:03 PM, Alex Milowski a...@milowski.org wrote: In a recent set of experiments in changes to XML processing, I added a new EventTarget class called XMLReader.  As such, I had to add a toXMLReader() method to the EventTarget class.  Previously, this has worked well but

[webkit-dev] Plugin Troubles with Local Builds vs. Nightly Build Differences

2011-02-10 Thread Alex Milowski
I've been trying to get some plugins to work with a locally built version of WebKit without much success. They do work in the nightly build and so that makes me think that my configuration or build is somehow different. I've noticed that when I use Tools/Scripts/run-safari, the plugin is

Re: [webkit-dev] Plugin Troubles with Local Builds vs. Nightly Build Differences

2011-02-10 Thread Jon Shier
Alex: See my bugs here: https://bugs.webkit.org/show_bug.cgi?id=49146 https://bugs.webkit.org/show_bug.cgi?id=37507 Basically, updated versions of the required executables aren't part of the open source repository. Workaround: Copy the WebKitPluginAgent and

Re: [webkit-dev] Plugin Troubles with Local Builds vs. Nightly Build Differences

2011-02-10 Thread Alex Milowski
On Thu, Feb 10, 2011 at 3:55 PM, Jon Shier j...@jonshier.com wrote: Alex:        See my bugs here: https://bugs.webkit.org/show_bug.cgi?id=49146        https://bugs.webkit.org/show_bug.cgi?id=37507        Basically, updated versions of the required executables aren't part of the open source

[webkit-dev] Preload Scanner in WebKit

2011-02-10 Thread ROSE-nd-ASH
Hi, While trying to understand preload scanning in WebKit code, I got to know that it only starts when HTMLTokenizer encounters JavaScript. Am I right in concluding so? If yes, why it's not started if when CSS files or other sub-resources are encountered first. Is there any particular reason for

Re: [webkit-dev] Preload Scanner in WebKit

2011-02-10 Thread Adam Barth
On Thu, Feb 10, 2011 at 11:09 PM, ROSE-nd-ASH rosen.d...@gmail.com wrote: While trying to understand preload scanning in WebKit code, I got to know that it only starts when HTMLTokenizer encounters JavaScript. Am I right in concluding so? If yes, why it's not started if when CSS files or other