Re: [webkit-dev] Proposal to Reorganize Position Classes

2011-02-02 Thread Roland Steiner
Just for context: Maciej and others had some feedback in the similar Rich Text Editing Questions, Refactoring of Position Class thread from a year ago (4/2/10). As an aside, I'm wondering if the general thoughts and reservations about supporting positions inside :before/:after-generated content

Re: [webkit-dev] safari extension script loading within injected file

2011-02-02 Thread Adam Roben
This list is for discussion of the development of the WebKit project itself, not questions about how to use WebKit (or a browser that uses WebKit, such as Safari). See http://webkit.org/contact.html for details. You'll have better luck asking in a Safari-specific venue, such as

[webkit-dev] svn.webkit.org and nightly.webkit.org down ahead of schedule?

2011-02-02 Thread Adam Roben
Hi Bill- svn.webkit.org is responding to pings, but svn up just hangs. And nightly.webkit.org responds to pings, but never finishes loading when navigated to in a browser. Is this expected? Do you know when they'll be available again? Thanks! -Adam On Feb 1, 2011, at 8:52 PM, William

Re: [webkit-dev] svn.webkit.org and nightly.webkit.org down ahead of schedule?

2011-02-02 Thread William Siegrist
Svn and nightly have been fixed. The maintenance is still planned for 7am this morning. -Bill On Feb 2, 2011, at 5:05 AM, Adam Roben wrote: Hi Bill- svn.webkit.org is responding to pings, but svn up just hangs. And nightly.webkit.org responds to pings, but never finishes loading when

[webkit-dev] device element

2011-02-02 Thread René Müller
Hello Safari, Recently I read about the device element in the HTML specification. It seems the possibilities of such an element wourld improve a browsers features sigificantly. Since the device element is not implemented in any browser yet, is Safari already planning to implement this? Link to

Re: [webkit-dev] device element

2011-02-02 Thread Leandro Graciá Gil
Hi René, There's already people working on this in WebKit. I can't speak about Safari but we're actually discussing different approaches to its implementation. Please take a look at this thread and feel free to contribute: https://lists.webkit.org/pipermail/webkit-dev/2011-January/015822.html

Re: [webkit-dev] Server Downtime - Feb 2nd, 7 - 8am PST

2011-02-02 Thread William Siegrist
All services are back online. Let me know if you have any trouble with them. -Bill On Feb 1, 2011, at 5:52 PM, William Siegrist wrote: We are upgrading another server tomorrow morning at 7am PST. Downtime should be about an hour and I will make announcements in #webkit as usual. Mail

Re: [webkit-dev] Implementing the device element

2011-02-02 Thread Leandro Graciá Gil
I have created a patch to introduce compilation guards for the device element implementation. These should be the same independently of the design approach we decide to take while enabling us to propose more specific patches later. Here's the link: https://bugs.webkit.org/show_bug.cgi?id=53595

Re: [webkit-dev] Implementing the device element

2011-02-02 Thread Leandro Graciá Gil
I have created a patch to introduce compilation guards for the device element implementation. These should be the same independently of the design approach we decide to take while enabling us to propose more specific patches later. Here's the link: https://bugs.webkit.org/show_bug.cgi?id=53595

Re: [webkit-dev] Server Downtime - Feb 2nd, 7 - 8am PST

2011-02-02 Thread William Siegrist
Mailing list delivery was broken until now, but most services were back around 8am. Sorry for the inconvenience. -Bill On Feb 2, 2011, at 8:10 AM, William Siegrist wrote: All services are back online. Let me know if you have any trouble with them. -Bill On Feb 1, 2011, at 5:52 PM,

Re: [webkit-dev] Proposal to Reorganize Position Classes

2011-02-02 Thread Ryosuke Niwa
On Wed, Feb 2, 2011 at 3:16 AM, Roland Steiner rolandstei...@google.comwrote: Just for context: Maciej and others had some feedback in the similar Rich Text Editing Questions, Refactoring of Position Class thread from a year ago (4/2/10). As an aside, I'm wondering if the general thoughts and

Re: [webkit-dev] code review tool changes

2011-02-02 Thread Ryosuke Niwa
On Tue, Feb 1, 2011 at 5:09 PM, Ojan Vafai o...@chromium.org wrote: -Side-by-side diffs: You can view the entire diff or individual files in side-by-side diff. If you change the entire diff, we'll store that in localstorage and load diffs in side-by-side by default. -Comments and diff

Re: [webkit-dev] safari extension script loading within injected file

2011-02-02 Thread Lou Zell
On Tue, Feb 1, 2011 at 5:44 PM, Nick Guenther nick.guent...@dossierview.com wrote: Cluestick (or n00b question): What's 'document' within the extension scope? It is not the same as 'document' of the loaded page. I am no expert with terminology here, so in case that makes zero sense: If I

Re: [webkit-dev] safari extension script loading within injected file

2011-02-02 Thread Lou Zell
On Wed, Feb 2, 2011 at 10:59 PM, Lou Zell lzel...@gmail.com wrote: I made a simple test where I load a single javascript file from within the injected js. This single file creates a variable, window.MyGlobal. What is very interesting to me is that this object is accessible from the loaded