[webkit-dev] HA: Problem with -webkit-gradient css option on MIPS platform.

2015-10-02 Thread Pushkin Andrei
I test more and find that bug reproduced in all gtk2 native elements (button, 
inputbox etc), but not reproduced in all not native elements (div). How I can 
debug it? What part of code I need to look up?

Andrei Pushkin

От: mmaxfi...@apple.com [mmaxfi...@apple.com]
Отправлено: 29 сентября 2015 г. 23:37
Кому: Pushkin Andrei
Копия: webkit-dev@lists.webkit.org
Тема: Re: [webkit-dev] Problem with -webkit-gradient css option on MIPS 
platform.

Are you sure that the two versions of webkit are exactly the same? Same 
operating system, same port, same SVN revision?

AFAIK, WebKit itself has no concept of "1.10." That version number belongs to 
whichever project you are getting WebKit from. That project may have built 
WebKit on the two different platforms differently. (Someone else on the team: 
Please correct me if I'm wrong.)

--Myles

On Sep 29, 2015, at 8:35 AM, Pushkin Andrei 
<andrei.push...@promwad.com<mailto:andrei.push...@promwad.com>> wrote:

Hi. I have embedded Linux MIPS board with webkit 1.10.
This code does not work on my MIPS board (-webkit-gradient is ignored):
ABC
But work in my x86 PC on same version of webkit.

This code work fine in all platforms:
ABC

Andrei Pushkin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org<mailto:webkit-dev@lists.webkit.org>
https://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] HA: Problem with -webkit-gradient css option on MIPS platform.

2015-09-30 Thread Pushkin Andrei
A talk about webkitgtk (webkitgtk-1.10.0.tar.xz). Both version build from one 
sources with similar configure options.
Why webkit can not show -webkit-gradient on buttons? Is it bug or some webkit 
settings?

Andrei Pushkin

От: mmaxfi...@apple.com [mmaxfi...@apple.com]
Отправлено: 29 сентября 2015 г. 23:37
Кому: Pushkin Andrei
Копия: webkit-dev@lists.webkit.org
Тема: Re: [webkit-dev] Problem with -webkit-gradient css option on MIPS 
platform.

Are you sure that the two versions of webkit are exactly the same? Same 
operating system, same port, same SVN revision?

AFAIK, WebKit itself has no concept of "1.10." That version number belongs to 
whichever project you are getting WebKit from. That project may have built 
WebKit on the two different platforms differently. (Someone else on the team: 
Please correct me if I'm wrong.)

--Myles

On Sep 29, 2015, at 8:35 AM, Pushkin Andrei 
<andrei.push...@promwad.com<mailto:andrei.push...@promwad.com>> wrote:

Hi. I have embedded Linux MIPS board with webkit 1.10.
This code does not work on my MIPS board (-webkit-gradient is ignored):
ABC
But work in my x86 PC on same version of webkit.

This code work fine in all platforms:
ABC

Andrei Pushkin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org<mailto:webkit-dev@lists.webkit.org>
https://lists.webkit.org/mailman/listinfo/webkit-dev

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


[webkit-dev] Problem with -webkit-gradient css option on MIPS platform.

2015-09-29 Thread Pushkin Andrei
Hi. I have embedded Linux MIPS board with webkit 1.10.
This code does not work on my MIPS board (-webkit-gradient is ignored):
ABC
But work in my x86 PC on same version of webkit.

This code work fine in all platforms:
ABC

Andrei Pushkin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Webkit does not showing local html files

2015-09-08 Thread Pushkin Andrei
Hi. I use webkit 1.10 with embbeded mips device. Its working fine with http and 
https, but is does not working with local files like file:///root/index.html . 
Its show only sources of HTML page.

Andrei Pushkin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev