[webkit-dev] Planet WebKit is live!

2007-11-30 Thread Adam Roben
Hi everyone- is now live and functioning. The code is checked in to the PlanetWebKit directory. The site polls the feeds it aggregates every 30 minutes (we can adjust that rate if it seems too slow). Once we have a post-commit hook in place the site should also up

[webkit-dev] New open committer and reviewer policy

2007-11-30 Thread Maciej Stachowiak
See announcement here: http://webkit.org/blog/146/new-open-committer-and-reviewer-policy/ And document here: http://webkit.org/coding/commit-review-policy.html We'll try to get mailing lists for reviewers and committers set up as fast as possible and would like to use this community-driven po

Re: [webkit-dev] Apple's feature and performance goals for WebKit

2007-11-30 Thread Maciej Stachowiak
On Nov 30, 2007, at 12:27 PM, Rob Napier wrote: On Nov 29, 2007 8:59 PM, Nicholas Shanks <[EMAIL PROTECTED]> wrote: On 30 Nov 2007, at 00:27, Maciej Stachowiak wrote: >> • Ability to right-click on an element and remove it from flow >> (probably by adding a display: none attribute; so the DO

[webkit-dev] Webkit flash resizing problem - Leopard

2007-11-30 Thread Mugdha Jain
Hi Everyone, I have an offscreen flash window and a bitmap representation on the screen. When I resize the window using the setContentSize function, the window is resized but the flash contents displayed don't scale with it. I have been doing the same in Tiger it works, but not in Leopard.

Re: [webkit-dev] Apple's feature and performance goals for WebKit

2007-11-30 Thread Rob Napier
On Nov 29, 2007 8:59 PM, Nicholas Shanks <[EMAIL PROTECTED]> wrote: > On 30 Nov 2007, at 00:27, Maciej Stachowiak wrote: > > >> • A means by which to inject CSS and JavaScript into sites I visit, > >> and have those modifications remembered across sessions. > > > > Same thing - I think the needed

Re: [webkit-dev] win32 Build Issue

2007-11-30 Thread Adam Roben
Brent Fulgham wrote: Hi, I just managed to get a current SVN build of WebKit to build. The instructions on the website are great, but I ran into a problem because I chose to land my working sources on my D: drive (/cygdrive/d/Development/WebKit) rather than in the suggested home directory.

[webkit-dev] win32 Build Issue

2007-11-30 Thread Brent Fulgham
Hi, I just managed to get a current SVN build of WebKit to build. The instructions on the website are great, but I ran into a problem because I chose to land my working sources on my D: drive (/cygdrive/d/Development/WebKit) rather than in the suggested home directory. In this configuration, I g

[webkit-dev] Re: get the bits of the complete page

2007-11-30 Thread zaheer ahmad
hi alp, thanks a lot for the inputs.. i will try it. regards, Zaheer On Nov 30, 2007 4:47 PM, Alp Toker <[EMAIL PROTECTED]> wrote: > Zaheer, > > If you really need full page zooming so much and can't wait for the bug > to get fixed, try something like this (untested): > > void webkit_frame_set_s

[webkit-dev] Re: get the bits of the complete page

2007-11-30 Thread Alp Toker
Zaheer, If you really need full page zooming so much and can't wait for the bug to get fixed, try something like this (untested): void webkit_frame_set_scale(WebKitFrame* frame, double scale) { g_return_if_fail(WEBKIT_IS_FRAME(frame)); WebKitFramePrivate* frameData = WEBKIT_FRAME_GET_