Re: [webkit-dev] Christophe Dumez is now a WebKit reviewer

2013-05-10 Thread Thiago Marcos P. Santos
Congratulations Christophe! On Fri, May 10, 2013 at 3:22 AM, Laszlo Gombos laszlo.gom...@gmail.com wrote: Hi, I'm happy to announce that Christophe Dumez is now a WebKit reviewer. Chris has done great work on WebKit2 (test infrastructure, support for new device APIs) and one of the driving

Re: [webkit-dev] Rewriting binding code generator, maybe?

2013-04-11 Thread Thiago Marcos P. Santos
On Thu, Apr 11, 2013 at 1:36 AM, Eric Seidel e...@webkit.org wrote: I know some folks in our TOK office have expressed strong interest in re-writing it in python for Blink. Perhaps there is an opportunity for some x-project collaboration here. Would be great if both projects could share the

Re: [webkit-dev] Sunsetting committership and reviewership

2013-04-08 Thread Thiago Marcos P. Santos
On Mon, Apr 8, 2013 at 4:27 AM, Benjamin Poulain benja...@webkit.orgwrote: On Sun, Apr 7, 2013 at 6:07 PM, Dirk Schulze dschu...@adobe.com wrote: On Apr 7, 2013, at 5:53 PM, Benjamin Poulain benja...@webkit.org wrote: On Sun, Apr 7, 2013 at 5:49 PM, Timothy Hatcher timo...@apple.com

Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-03-01 Thread Thiago Marcos P. Santos
On Mon, Feb 25, 2013 at 5:24 AM, Ryosuke Niwa rn...@webkit.org wrote: Hi all, We've replaced webkit-perf.appspot.com by perf.webkit.org. webkit-perf.appspot.com will be phased-out in the coming weeks. I'm going to check in the source code of perf.webkit.org into WebKit repository in coming

Re: [webkit-dev] Changes to the WebKit2 development process

2013-01-09 Thread Thiago Marcos P. Santos
On Wed, Jan 9, 2013 at 11:32 AM, Simon Hausmann simon.hausm...@digia.com wrote: On Tuesday, January 08, 2013 02:57:53 PM Sam Weinig wrote: Hello webkit-dev, We are making some changes to the development process for WebKit2. These changes were announced to reviewers in advance, and I'd like to

Re: [webkit-dev] how could I use std::cout in webkit?

2012-11-12 Thread Thiago Marcos P. Santos
On Mon, Nov 12, 2012 at 12:00 PM, Zhao, Halley halley.z...@intel.com wrote: Nothing shows in terminal when I added some std::cout in source code, any hints to print some log in webkit? My build command line: “./build-webkit --gtk --3d-rendering 21 | tee build.log” My run command line:

Re: [webkit-dev] Does anyone still use the TestFailures app?

2012-11-06 Thread Thiago Marcos P. Santos
On Mon, Nov 5, 2012 at 10:21 PM, Dirk Pranke dpra...@chromium.org wrote: http://build.webkit.org/TestFailures/ I think Adam Roben was working on this a year or so ago. It appears to be broken at the moment (it's likely that I broke it, in fact), but before I spend much time fixing it I

Re: [webkit-dev] Where is the Gtk+ DOM API?

2012-10-26 Thread Thiago Marcos P. Santos
On Fri, Oct 26, 2012 at 11:35 AM, Luka Napotnik luka.napot...@gmail.com wrote: Hello. I used Webkitgtk3 (webkit 1.8) on my Ubuntu 12.04 for a program I'm developing. I used the webkit_dom_html_element_click() function call to trigger click events on elements. But now, when I look into the

Re: [webkit-dev] Replacing the JSC classic C++ interpreter with a llint generated C++ interpreter

2012-09-07 Thread Thiago Marcos P. Santos
geometric * 15.31772+-0.22338!16.92580+-0.09735 ! definitely 1.1050x slower How is the llint built? Here's a summary of the steps: Step 1: Generate LLIntDesiredOffsets.h mkdir -p ${BUILT_PRODUCTS_DIR}/LLIntOffsets/ /usr/bin/env ruby ${SRCROOT

[webkit-dev] New feature: CSS Device Adaptation

2012-09-06 Thread Thiago Marcos P. Santos
Hi WebKit, I have been cooking an implementation of CSS Device Adaptation [1] for quite a while and I think it is now in a point that it can be proposed to WebKit upstream. The specification itself has matured and solved some controversial issues. Opera [2] and and IE10 [3] are implementing it.

Re: [webkit-dev] New WebKit reviewer: Gyuyoung Kim

2012-08-21 Thread Thiago Marcos P. Santos
On Tue, Aug 21, 2012 at 10:38 AM, Kenneth Rohde Christiansen kenneth.christian...@gmail.com wrote: I’m pleased to announce that Gyuyoung Kim is now a WebKit reviewer. Gyuyoung joined the WebKit team as part of an effort to port WebKit to the EFL platform. Since then he has taken leadership of

Re: [webkit-dev] bugs.webkit.org and trac.webkit org down?

2012-08-21 Thread Thiago Marcos P. Santos
On Tue, Aug 21, 2012 at 4:42 PM, William Siegrist wsiegr...@apple.com wrote: On Aug 21, 2012, at 6:33 AM, William Siegrist wsiegr...@apple.com wrote: On Aug 21, 2012, at 3:36 AM, Mark Rowe mr...@apple.com wrote: On 2012-08-21, at 02:25, Osztrogonac Csaba o...@inf.u-szeged.hu wrote: and

[webkit-dev] Commit queue is sick

2012-08-21 Thread Thiago Marcos P. Santos
Looks like the commit queue is sick. Can someone please check? Cheers, ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Easing printf based debugging in WebKit with an helper.

2012-08-13 Thread Thiago Marcos P. Santos
On Thu, Jul 19, 2012 at 9:27 PM, Andreas Kling kl...@webkit.org wrote: On Thu, Jul 19, 2012 at 7:20 PM, Filip Pizlo fpi...@apple.com wrote: dataLog(foo %d bar %x baz %p\n, a, b, c); Reasoning and valid arguments aside, that actually looks totally beautiful. Do want. +1 from

[webkit-dev] Feature announcement: webkit-patch patches-to-review

2012-06-28 Thread Thiago Marcos P. Santos
Hi WebKit, webkit-patch patches-to-review was reworked [1] and now, instead of giving you the list of attachment ID of all the patches pending review, it will give you the list of bugs + description + age of patches pending review that has you on the CC list. The age here stands for how long in

Re: [webkit-dev] can we stop using Skipped files?

2012-06-09 Thread Thiago Marcos P. Santos
On Fri, Jun 8, 2012 at 2:47 AM, Dirk Pranke dpra...@chromium.org wrote: I believe most if not all of the ports have started using either TestExpectations files or a combination of TestExpectations files (except for the Apple Win port). Can we explicitly switch to the TestExpectations files

Re: [webkit-dev] setting http referrer using webkit

2010-06-07 Thread P. Bateman
hi...first of all thank you very much for the comments. in fact removing the referer would be one possibility. but i think faking the referer from time to time would be more realistic in the case you visit the same site more than one time.the best and most detailed way would be if i could set the

[webkit-dev] running webkit in unbuntu

2010-03-18 Thread Shivaprasad P
Hi, Af ter executing ./build-webkit in ubuntu 9.1 linux I agetting following error: upported platform, can't determine built library locations. at /home/test/Webkit/Webkit/WebKitTools/Scripts/webkitdirs.pm line 577. Same errot comes for run-safari, run-laauncher etc.. present in ithe

[webkit-dev] webkit installation on linux

2010-03-11 Thread Shivaprasad P
Hi all, I want to install webkit on fedora fc7 linux. I installed gperf-3.0.4, glib 2.21.6 and downloaded WebKit-r55740 version got from http://nightly.webkit.org/builds/trunk/src/1 . I am getting following error: configure: error: Cannot find

[webkit-dev] Keychain access

2007-04-28 Thread P A
Is there anyway to use Webkit but also have Webkit access Keychain? For me this a drawback as I have to constantly input my passwords. What does everyone else use to have their passwords entered automatically? __ Do You Yahoo!? Tired of spam?

[webkit-dev] Keychain?

2007-01-27 Thread P A
Is there a reason why I can't get keychain to remember and/or prompt to save or recall usernames and passwords? I have to manually input the information regardless of the build. Now that's room service!