Re: [webkit-dev] Webkit 2 drawing

2013-06-04 Thread Vishvesh Community
Thank Tim. I am using qt port. On Wed, Jun 5, 2013 at 11:03 AM, Tim Horton wrote: > > On Jun 4, 2013, at 10:18 PM, Vishvesh Community > wrote: > > Hi All, > I have been going through the webkit 2 code. But I am not able to > findout how the bitmaps are shared between the webprocess and th

Re: [webkit-dev] Webkit 2 drawing

2013-06-04 Thread Tim Horton
On Jun 4, 2013, at 10:18 PM, Vishvesh Community wrote: > Hi All, > I have been going through the webkit 2 code. But I am not able to > findout how the bitmaps are shared between the webprocess and the UI process. > Can anybody point me to the appropriate class or share some details on it

[webkit-dev] Webkit 2 drawing

2013-06-04 Thread Vishvesh Community
Hi All, I have been going through the webkit 2 code. But I am not able to findout how the bitmaps are shared between the webprocess and the UI process. Can anybody point me to the appropriate class or share some details on it? Thanks and Regards, Vishvesh

Re: [webkit-dev] Remove CSS_IMAGE_ORIENTATION Feature Guard

2013-06-04 Thread Gyuyoung Kim
Hi, I'm interested in this feature. So, I took Bug 92330 over. Though I rebased the feature according to review comments, this feature doesn't work yet. So, I have investigated why it doesn't work. However, unfortunately, I need to have time a little further. If there is no big reason this patch s

[webkit-dev] Remove CSS_IMAGE_ORIENTATION Feature Guard

2013-06-04 Thread Brent Fulgham
We have code in WebKit that is protected by the ENABLE(CSS_IMAGE_ORIENTATION) guard, but no active WebKit ports seem to enable this feature. Is anyone currently working on (or planning to work on) this feature? Since this CSS feature is currently in an early draft form, and is likely to change,