Re: [webkit-dev] Error while applying on EWS bots.

2012-05-10 Thread Vivek Galatage
Hi Pravin and Eric, I also faced similar issue with http://queues.webkit.org/patch/141226 and ESW bots thrown the same error as Pravin outlined. So the way I fixed this is by removing the svn property which is set on the new layout test as- svn propdel svn:executable And then when I uploaded

Re: [webkit-dev] Error while applying on EWS bots.

2012-05-10 Thread Eric Seidel
Presumably this is the same as https://bugs.webkit.org/show_bug.cgi?id=85742. On Thu, May 10, 2012 at 10:56 PM, Pravin D wrote: > Hi All, > > I had uploaded a patch for a Bug from Windows cygwin, using " webkit-patch > upload" command. > All the EWS bots are not able to apply the patch issuing th

[webkit-dev] Error while applying on EWS bots.

2012-05-10 Thread Pravin D
Hi All, I had uploaded a patch for a Bug from Windows cygwin, using " webkit-patch upload" command. All the EWS bots are not able to apply the patch issuing the following error: Failed to find the property value for the SVN property "svn:executable": "## -0,0 +1 ## ". at /mnt/git/webkit-style-que

Re: [webkit-dev] EFL Debug Buildbot Green

2012-05-10 Thread Dirk Pranke
+1 :). On Thu, May 10, 2012 at 12:01 PM, Ojan Vafai wrote: > That's a great milestone. Congratulations! > > On Thu, May 10, 2012 at 8:43 AM, Dominik Röttsches > wrote: >> >> Hi all, >> >> We're happy to share with you that yesterday the EFL Linux Debug Buildbot >> has turned green for the first

Re: [webkit-dev] EFL Debug Buildbot Green

2012-05-10 Thread Ojan Vafai
That's a great milestone. Congratulations! On Thu, May 10, 2012 at 8:43 AM, Dominik Röttsches < dominik.rottsc...@intel.com> wrote: > Hi all, > > We're happy to share with you that yesterday the EFL Linux Debug Buildbot > has turned green for the first time. > http://build.webkit.org/builders/EF

Re: [webkit-dev] Issue regarding Same Origin check with Blobs and XMLHttpRequest

2012-05-10 Thread Darin Adler
On May 10, 2012, at 1:32 AM, Vishal Shah wrote: > If this is not the correct list to be contacted, please suggest me the > correct one. This is not the correct WebKit list. http://www.webkit.org/contact.html “webkit-dev is for discussion of the WebKit project's development […] you should dire

[webkit-dev] EFL Debug Buildbot Green

2012-05-10 Thread Dominik Röttsches
Hi all, We're happy to share with you that yesterday the EFL Linux Debug Buildbot has turned green for the first time. http://build.webkit.org/builders/EFL%20Linux%20Debug This has been an example of a great team effort [1]. We'd like to thank the friendly reviewers and committers who helped

Re: [webkit-dev] Adding ENABLE_HTML_MEDIA_CAPTURE to WebCore

2012-05-10 Thread Anssi Kostiainen
On 9.5.2012, at 23.22, ext Adam Barth wrote: > Thanks. I just have two pieces of feedback: > > 1) As far as I know, we don't have any plans to implement the WebIDL > interfaces. > > 2) From the spec, it sounds like the capture attribute is "limited to > only known values" (see >

[webkit-dev] Issue regarding Same Origin check with Blobs and XMLHttpRequest

2012-05-10 Thread Vishal Shah
Hello, I have implemented a web worker that handles XMLHttpRequest object for my application When I create a separate *.js file for the worker's script it works perfectly fine. However, when trying to instantiate the worker using a Blob, Chrome throws an error as follows: XMLHttpRequest cannot lo