Re: [webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-06-21 Thread Zoltan Herczeg
Hi Filip, we (Gabor Loki and me) are the maintainers of the traditional ARM port, and we are willing to fix all issues. Just let us know what we need to do. You can assign the necessary bug reports to us and we are available in the #squirrelfish (or #webkit) channel as well. Regards, Zoltan > Hi

Re: [webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-06-21 Thread Fu, Chao-Ying
Hi Filip, We (MIPS Technologies) have customers that ship MIPS Qt WebKit and Android that uses WebKit JSC. Also, we are working on the new interpreter and the new JIT. We think it would be ready in two months to contribute our code to webkit.org. We have a nightly cron job that checks out s

Re: [webkit-dev] build.webkit.org down?

2012-06-21 Thread Mark Rowe
On 2012-06-21, at 15:46, Lucas Forschler wrote: > I'd like to see a 'test' buildbot up and running that we could use as a > staging area for trying out new changes before deploying to the production > server. We could copy > /OpenSource/Tools/BuildSlaveSupport/build.webkit.org-config to > /

[webkit-dev] SH4, MIPS, and legacy-ARM assemblers in JavaScriptCore

2012-06-21 Thread Filip Pizlo
Hi all, We are actively trying to improve the WebKit JavaScript engine (JavaScriptCore), with new debugging, profiling, memory efficiency, and performance features. Because JavaScriptCore is a JIT-based engine, this inevitably means doing JIT work, which in turn includes adding new instruction

Re: [webkit-dev] build.webkit.org down?

2012-06-21 Thread Lucas Forschler
I'd like to see a 'test' buildbot up and running that we could use as a staging area for trying out new changes before deploying to the production server. We could copy /OpenSource/Tools/BuildSlaveSupport/build.webkit.org-config to /OpenSource/Tools/BuildSlaveSupport/test.webkit.org-config, and

[webkit-dev] Use dashboard region to support dragging frameless window in chromium extensions

2012-06-21 Thread Jian Li
Hi, In Chromium port, we're working on supporting frameless windows for extensions, that allow the web contents to have complete control of the window. Frameless windows do not have the standard frame and the web contents cover the whole window. Thus we need to provide a way to let the web content

Re: [webkit-dev] build.webkit.org down?

2012-06-21 Thread William Siegrist
The server does not run the unittests, but it does normally run `buildbot checkconfig`. However, we had to temporarily bypass the checkconfig test during restart due to a bug in Buildbot: http://trac.buildbot.net/ticket/2279 The best thing to do when working on the buildbot config is to have bu

Re: [webkit-dev] build.webkit.org down?

2012-06-21 Thread Osztrogonac Csaba
Hi, In this case we could have avoided the breakage with running this unittest. Can we make the master somehow run this unittest before restarting itself? br, Ossy Eric Seidel írta: One can run: http://trac.webkit.org/browser/trunk/Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unit

Re: [webkit-dev] build.webkit.org down?

2012-06-21 Thread Eric Seidel
One can run: http://trac.webkit.org/browser/trunk/Tools/BuildSlaveSupport/build.webkit.org-config/mastercfg_unittest.py to test the master locally, but that's all I know of. On Thu, Jun 21, 2012 at 11:15 AM, Sergio Villar Senin wrote: > En 21/06/12 19:54, William Siegrist escribiu: >> On Jun 21,

Re: [webkit-dev] build.webkit.org down?

2012-06-21 Thread Sergio Villar Senin
En 21/06/12 19:54, William Siegrist escribiu: > On Jun 21, 2012, at 10:43 AM, Jon Lee wrote: > >> Is something being upgraded right now? >> > > No, the config file has a problem in it which is unrelated to our upgrade as > far as I can tell. I'm trying to track down what happened. > > $ build

Re: [webkit-dev] build.webkit.org down?

2012-06-21 Thread William Siegrist
On Jun 21, 2012, at 10:54 AM, William Siegrist wrote: > On Jun 21, 2012, at 10:43 AM, Jon Lee wrote: > >> Is something being upgraded right now? >> > > No, the config file has a problem in it which is unrelated to our upgrade as > far as I can tell. I'm trying to track down what happened.

Re: [webkit-dev] build.webkit.org down?

2012-06-21 Thread William Siegrist
On Jun 21, 2012, at 10:43 AM, Jon Lee wrote: > Is something being upgraded right now? > No, the config file has a problem in it which is unrelated to our upgrade as far as I can tell. I'm trying to track down what happened. $ buildbot checkconfig Unhandled Error Traceback (most recent call l

Re: [webkit-dev] Hardware Acceleration

2012-06-21 Thread Darin Adler
On Jun 21, 2012, at 2:49 AM, ketan goyal wrote: > I am working on some 3D stuff and need hardware acceleration for performance. > > So, I am wondering if Hardware Acceleration is supported for GTK port in > webkit ? I think you may misunderstand the purpose of this mailing list. This is the ma

[webkit-dev] Hardware Acceleration

2012-06-21 Thread ketan goyal
Hi, I am working on some 3D stuff and need hardware acceleration for performance. So, I am wondering if Hardware Acceleration is supported for GTK port in webkit ? -- Regards Ketan Goyal ___ webkit-dev mailing list webkit-dev@lists.webkit.org http:/