[webkit-dev] build.webkit.org is moving to a new home this weekend

2009-03-27 Thread Mark Rowe

Hi all,

Over the next day or two build.webkit.org will be moving to join the  
rest of the webkit.org services in being hosted by Mac OS Forge.   
There will be some down time for the build bots as I intend to take  
advantage of the move to rework the configuration in order to simplify  
adding further build slaves in the future.


Thanks for your patience,

- Mark



smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] [GTK]Scroll deficiency

2009-03-27 Thread Brent Fulgham

Xiong,

I'm sorry you are encountering the problem, but I must admit I am glad  
someone else is seeing this issue as now we can pool our efforts to  
resolve it.


Since you are using directfb stuff, and I am on top of Windows, it  
seems the culprit is somewhere in the Cairo logic.  Perhaps the dirty  
regions are not being computed properly (I have encountered a few  
places where the coordinate systems in Cairo and Windows don't agree).


However, the kludge of setting a background color (does this work for  
you as well?) does not fit into the 'bad coordinate' theory, as I  
don't see how the presence of a background color in the rendering  
instructions would affect this.


The fact that it does not happen for me in Debug builds makes me  
wonder if maybe there is some kind of improper initialization or  
buffer overrun that is involved.


-Brent


On Mar 26, 2009, at 10:48 PM, xiong wrote:


Webkit r40777 Release builds for me.

On Fri, Mar 27, 2009 at 1:25 PM, Brent Fulgham   
wrote:
I wonder if your issue is related to one I documented on Windows  
(using Cairo backend) a few months ago.  Currently this only happens  
for me in Release builds, but it's still quite annoying.


https://bugs.webkit.org/show_bug.cgi?id=22891

I attached a few images in my bug for comparison.

The easiest way to reproduce is to go to the http:// 
planet.webkit.org and try to scroll up/down the page using the  
scroll bar.  After a short while you will find areas of the page not  
rendered.


Thanks,

-Brent


On Mar 26, 2009, at 9:54 PM, browserwk wrote:

Dear all:

I am able to run webkit over directfb backend on arm platform - using
GtkLauncher .

The problem I face is that when I open
http://www.google.com/intl/en/privacy.html using this browser and  
scroll
the page; it results the visual area is not updated when scrolling,  
and

the screen display confusion.

Any ideas where to look to fix this issue ?

Appreciate any clues~

FYI:
[Following address are the screenshots]

Render OK when not scroll:
http://picasaweb.google.com/lh/photo/ybhIcahTEgsfBmMzXM13-g?feat=directlink

Render error when scroll:
http://picasaweb.google.com/lh/photo/0B8fi1ZTZ7hWH0S86a5RJA?feat=directlink
http://picasaweb.google.com/lh/photo/_ScHyJBOmJ8-xbRB_aZ2NQ?feat=directlink
http://picasaweb.google.com/lh/photo/Ael-gWdHEVnEtu_qbMFOZw?feat=directlink

BTW:
I am using following version of packages and running DirectFB without
any acceleration on my embeded target.
WebKit-r40777
gtk+-2.12.12
cairo-1.4.14
DirectFB-1.2.6

Thanks.

-xiong
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] How does webkit handle mime-type

2009-03-27 Thread Adam Barth
Do you mean the mime sniffer that decides which mime type to use for a
given response or the code that decides what kind of document to
create for a given mime type?

On Fri, Mar 27, 2009 at 12:10 AM, Meryl Silverburgh
 wrote:
> Hi,
>
> Can you please tell me where in the webkit code which look at the
> mime-type of http response and decides how to process it?
> Thank you.
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] make webkit-1.1.3 - error

2009-03-27 Thread Gustavo Noronha Silva
On Fri, 2009-03-27 at 13:24 +0800, yenchengwang wrote:
> hi all,
> I also get error messages like bellow when I make webkit-1.1.3

I would suggest doing a make distclean and starting the build from
scratch. This looks like a build mixing versions of libraries.

See you,

-- 
Gustavo Noronha Silva 
Collabora

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] make webkit-1.1.3

2009-03-27 Thread Gustavo Noronha
On Fri, 2009-03-27 at 14:25 +0300, Alexey Proskuryakov wrote:
> On 27.03.2009, at 12:57, Zoltan Horvath wrote:
> 
> > you have to update your system's ICU to 4.0.
> > (http://site.icu-project.org/download)
> 
> 
> Is this a requirement only for the Gtk port? On other platforms, ICU  
> as old as 3.2 is still used, although with some differences in behavior.

No such requirement exists as far as I know. We were building it with an
earlier libicu in Debian some weeks ago. This could be caused by
starting the build with a version of icu and then trying to finish
building on another machine, with a different version of icu, I guess?

See you,

-- 
Gustavo Noronha 
GNOME contributor

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Tree Redness

2009-03-27 Thread Eric Seidel
I filed the hanging tests on the PPC bot under this bug:
https://bugs.webkit.org/show_bug.cgi?id=24888

I think they all may be caused by one AX crasher?  But I'm not sure.
run-webkit-tests doesn't seem to be properly reporting the crasher.

-eric

2009/3/26 Eric Seidel :
> Oh, and there are a bunch of tests which time out on PPC:
>
> accessibility/internal-link-anchors2.html       stderr
> accessibility/legend.html       stderr
> accessibility/lists.html        stderr
> editing/selection/move-left-right.html  stderr
> editing/selection/selectNodeContents.html       stderr
> fast/forms/select-max-length.html       stderr
> http/tests/xmlhttprequest/supported-xml-content-types.html      stderr
> platform/mac/accessibility/bounds-for-range.html        stderr
> platform/mac/accessibility/internal-link-anchors.html   stderr
> storage/sql-data-types.html     stderr
>
> I guess the PPC bot is just much slower?
>
> -eric
>
> On Thu, Mar 26, 2009 at 4:56 PM, Eric Seidel  wrote:
>> Seems we have quite a bit of tree redness atm.  Enough that I'm a
>> little scared to check in. ;)
>>
>> http://build.webkit.org/results/trunk-mac-intel-pixel/2933/results.html
>>  - fast/repaint/lines-with-layout-delta.html    expected image  image
>> diffs   1.90% // Mitz?  Hyatt?
>>
>>
>> PPC shows a bunch of failures:
>> http://build.webkit.org/results/trunk-mac-ppc-release/16958/results.html
>>  - animations/change-keyframes-name.html // smfr?
>>  - animations/change-one-anim.html // smfr?
>>  - fast/dom/gc-9.html // ggaren?  olliej?
>>  - http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html
>>  - http/tests/xmlhttprequest/simple-cross-origin-progress-events.html
>>  - storage/quota-tracking.html // no clue...
>>
>> http://build.webkit.org/
>>
>> Sorry for any false accusations above.  I did not dig through the
>> build history, merely made guesses based on historical hacking
>> preferences.
>>
>> - your friendly concerned WebKit citizen
>>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] make webkit-1.1.3

2009-03-27 Thread Alexey Proskuryakov


On 27.03.2009, at 12:57, Zoltan Horvath wrote:


you have to update your system's ICU to 4.0.
(http://site.icu-project.org/download)



Is this a requirement only for the Gtk port? On other platforms, ICU  
as old as 3.2 is still used, although with some differences in behavior.


- WBR, Alexey Proskuryakov


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] opcode for Webkit JavaScript Engine opcode

2009-03-27 Thread Ariya Hidayat

> Can you please tell where i can find definition of JavaScript opcode?
> I mean, Webkit will parse the source js file into some internal
> JavaScript opcode for it s JavaScript VM to execute.
> Can you please tell me where I can find that?

Could not be more obvious:

JavaScriptCore/bytecode/
JavaScriptCore/bytecompiler/




-- 
Ariya Hidayat, Software Engineer
Qt Software, Nokia Devices R&D
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] make webkit-1.1.3

2009-03-27 Thread Zoltan Horvath

yenchengwang wrote at: 2009. 03. 27. 04.54.:
> Hi all,
> I downloaded the gtk webkit, webkit-1.1.3 and try to make it, but
> always get these error messages like bellow:
> ...
> Could someone give me a hand or some hints ??
> any information would be appreciate~ :D

Hi,

you have to update your system's ICU to 4.0. 
(http://site.icu-project.org/download)

Zoltan
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Workers and Database

2009-03-27 Thread Ian Hickson
On Thu, 26 Mar 2009, Husam Senussi wrote:
>
> Does workers have access to thing like localstorage and database

Per spec, localstorage:no, databases:yes. (Not sure about the 
implementation, though.)

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] opcode for Webkit JavaScript Engine opcode

2009-03-27 Thread Lucius Fox
Hi,

Can you please tell where i can find definition of JavaScript opcode?
I mean, Webkit will parse the source js file into some internal
JavaScript opcode for it s JavaScript VM to execute.
Can you please tell me where I can find that?

Thank you.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] How does webkit handle mime-type

2009-03-27 Thread Meryl Silverburgh
Hi,

Can you please tell me where in the webkit code which look at the
mime-type of http response and decides how to process it?
Thank you.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev