[webkit-dev] New feature : Network Information API

2011-12-01 Thread Gyuyoung Kim
Title: Samsung Enterprise Portal mySingle Hello WebKit folks, I'd like to introduce new feature - Network Information API. This feature is to provide an interface for Web Applications to access the underlying network information of device. In Web Application case, they need to know what

[webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-01 Thread Ilyes Gouta
Hi, I'd like to ask about the status of the current inspector (WebKitWebInspector) status in the Gtk+ port on the master branch. Is it functional? I got it built, enabled via --enable-developer-extras run-time option and exposed via the embedding API in GtkLauncher, but then all I get is the

Re: [webkit-dev] New feature : Network Information API

2011-12-01 Thread John Knottenbelt
Hi Gyuyoung, This is great news! Can I ask you also to take a look at the editor's draft http://dev.w3.org/2009/dap/netinfo/#connection-interface so that you can keep it in mind as you design the feature, since the draft will at some point likely become the next TR. Cheers John On Thu, Dec 1,

Re: [webkit-dev] New feature : Network Information API

2011-12-01 Thread Gyuyoung Kim
Title: Samsung Enterprise Portal mySingle Hello John, Yes, I already made a prototype patch based on the editor's draft. Current patch should be improved further further. I will submit new patch soon. Cheers, Gyuyoung. --- Original Message --- Sender : John

Re: [webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-01 Thread Ilyes Gouta
Hi Martin, Have you run 'make install' or set the WEBKIT_INSPECTOR_PATH environment variable? Yes. I understand that the inspector's JS and HTML files are post-processed and then installed in the final destination location. I'm getting (just) this on my shell: ** Message: console message:

Re: [webkit-dev] Using C++ constant local variables in WebKit

2011-12-01 Thread Antti Koivisto
On Thu, Dec 1, 2011 at 4:26 AM, Ojan Vafai o...@chromium.org wrote: I don't mind using const in some cases, but I share Darin's concern of littering the code with consts. I'd prefer that we come up with a fairly conservative guideline about when to use it. I'm not sure what that would look

Re: [webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-01 Thread Ilyes Gouta
Hi, My bad. I'm so used to build WebKit with most build options disabled. Reverted to a default build configuration and it indeed looks good. Thanks, -Ilyes On Thu, Dec 1, 2011 at 2:35 PM, Ilyes Gouta ilyes.go...@gmail.com wrote: Hi Martin, Have you run 'make install' or set the

Re: [webkit-dev] Style bot complains of missing binary data in diff when deleting .png test results

2011-12-01 Thread Tony Chang
The change you suggest for VCSUtils.pm seems fine to me, but if you use 'webkit-patch upload', it'll generate a diff that svn-apply can successfully apply. On Wed, Nov 30, 2011 at 5:42 PM, Alan Stearns stea...@adobe.com wrote: David, This is a bug where I accidentally turned on a pixel

Re: [webkit-dev] Using C++ constant local variables in WebKit

2011-12-01 Thread Ojan Vafai
On Thu, Dec 1, 2011 at 6:49 AM, Antti Koivisto koivi...@iki.fi wrote: On Thu, Dec 1, 2011 at 4:26 AM, Ojan Vafai o...@chromium.org wrote: I don't mind using const in some cases, but I share Darin's concern of littering the code with consts. I'd prefer that we come up with a fairly

Re: [webkit-dev] Using C++ constant local variables in WebKit

2011-12-01 Thread Ryosuke Niwa
On Thu, Dec 1, 2011 at 10:48 AM, Ojan Vafai o...@chromium.org wrote: On Thu, Dec 1, 2011 at 6:49 AM, Antti Koivisto koivi...@iki.fi wrote: On Thu, Dec 1, 2011 at 4:26 AM, Ojan Vafai o...@chromium.org wrote: I don't mind using const in some cases, but I share Darin's concern of littering the

Re: [webkit-dev] [GTK] Buildslave changes

2011-12-01 Thread Philippe Normand
The bot is now deployed and so far, working well :) Thanks Adam for the help! Philippe On Wed, 2011-11-30 at 17:03 -0500, Adam Roben wrote: On Nov 30, 2011, at 4:34 PM, Philippe Normand wrote: Can we get new buildbot credentials for the new slave or can we reuse the 32-bits Debug ones?

Re: [webkit-dev] query on eventsender

2011-12-01 Thread Darin Adler
On Nov 22, 2011, at 2:35 AM, Antaryami Pandia wrote: Can eventsender be used to send click events on options of a drop down combo box? No. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] naming conventions for reftests and the w3c test suites

2011-12-01 Thread Dirk Pranke
Hi all, You may be aware that some people are working on getting w3c-style reftests to work in our infrastructure (using new-run-webkit-tests). The few existing reftests we have follow a naming convention of testname-expected.html or testname-expected-mismatch.html. This makes it easy to

Re: [webkit-dev] naming conventions for reftests and the w3c test suites

2011-12-01 Thread Ryosuke Niwa
Do we know if Mozilla's test suite follow such a convention? Given we already have tables/mozilla, there appears be an interest to import some Mozilla tests to WebKit. e.g. I'm planning to import Mozilla's reftests for unicode-bidi: isolate / plaintext as well. If their test suite don't follow

Re: [webkit-dev] naming conventions for reftests and the w3c test suites

2011-12-01 Thread Dirk Pranke
On Thu, Dec 1, 2011 at 2:08 PM, Ryosuke Niwa rn...@webkit.org wrote: Do we know if Mozilla's test suite follow such a convention? Given we already have tables/mozilla, there appears be an interest to import some Mozilla tests to WebKit. e.g. I'm planning to import Mozilla's reftests for

[webkit-dev] [gtk] OpenGL headers are not listed as a dependency

2011-12-01 Thread John Yani
I followed this instruction http://trac.webkit.org/wiki/BuildingGtk and I've got a configure error: GL/gl.h not found. When I installed mesa-common-dev, linker said it cannot find -lGL Is something wrong with my distribution? I'm running Ubuntu 11.10. Or I should install opengl package or

Re: [webkit-dev] [gtk] OpenGL headers are not listed as a dependency

2011-12-01 Thread John Yani
Got it working by installing these packages: libgl1-mesa-glx libgl1-mesa-dev Probably, It should've been written in the instruction. On 2 December 2011 01:30, John Yani van...@gmail.com wrote: I followed this instruction http://trac.webkit.org/wiki/BuildingGtk and I've got a configure

Re: [webkit-dev] naming conventions for reftests and the w3c test suites

2011-12-01 Thread Ryosuke Niwa
I've talked with plinss on IRC and confirmed that we can assume any files that do not match either one of the following criteria as tests: - Not in a subdirectory of a directory named support, reference, or reftest - Filename doesn't start with ref- or notref- - Filename doesn't end

Re: [webkit-dev] EWS bots don't run when missing binary data in diff [was Re: Style bot complains of missing binary data in diff when deleting .png test results]

2011-12-01 Thread Adam Barth
On Wed, Nov 30, 2011 at 5:46 PM, David Levin le...@chromium.org wrote: On Wed, Nov 30, 2011 at 5:42 PM, Alan Stearns stea...@adobe.com wrote:   This is a bug where I accidentally turned on a pixel result, then needed to remove the .pngs when I fixed the problem: