[webkit-dev] List of IRC nicknames pictures?

2012-11-04 Thread Ryosuke Niwa
Hi,

Do you think we can have a list of IRC nicknames  profile pictures of
WebKit contributors somewhere? Since most of us see each other in person
only once a year, I can't really keep everyone's face  name straight
without a database like that.

Best,
- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] List of IRC nicknames pictures?

2012-11-04 Thread Peter Beverloo
IRC nicknames are available in committers.py, as the third argument of the
Contributor, Committer and Reviewer entries:
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py

I'm not aware of any picture database.  I guess we could include them on
the WebKit Team wiki page, but I'm not convinced the benefit would be worth
the effort of adding that much images.  If you use Gmail as your e-mail
client, it'll somehow figure out these images anyway.

Peter

On Sun, Nov 4, 2012 at 11:10 AM, Ryosuke Niwa rn...@webkit.org wrote:

 Hi,

 Do you think we can have a list of IRC nicknames  profile pictures of
 WebKit contributors somewhere? Since most of us see each other in person
 only once a year, I can't really keep everyone's face  name straight
 without a database like that.

 Best,
 - R. Niwa


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] List of IRC nicknames pictures?

2012-11-04 Thread Ryosuke Niwa
On Sun, Nov 4, 2012 at 2:45 AM, Peter Beverloo pe...@chromium.org wrote:

 IRC nicknames are available in committers.py, as the third argument of the
 Contributor, Committer and Reviewer entries:

 http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py


I am certainly aware of that. You can even ask sheriffbot with whois
command.

I'm not aware of any picture database.  I guess we could include them on
 the WebKit Team wiki page,


I don't think having people upload images to wiki is a scalable solution.

How about ohloh? https://www.ohloh.net/p/WebKit/contributors shows
gravatar.com pictures associated with commits.

but I'm not convinced the benefit would be worth the effort of adding that
 much images.  If you use Gmail as your e-mail client, it'll somehow figure
 out these images anyway.


I guess people don't mind even if I can't remember who they are?  And no,
Gmail isn't a solution for this either because very few people ever post
things on webkit-dev, and many contributors don't use Gmail.

- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] List of IRC nicknames pictures?

2012-11-04 Thread Hajime Morrita
(From right address...)


On Sun, Nov 4, 2012 at 8:14 PM, Ryosuke Niwa rn...@webkit.org wrote:

 On Sun, Nov 4, 2012 at 2:45 AM, Peter Beverloo pe...@chromium.org wrote:

 IRC nicknames are available in committers.py, as the third argument of
 the Contributor, Committer and Reviewer entries:

 http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py


 I am certainly aware of that. You can even ask sheriffbot with whois
 command.

 I'm not aware of any picture database.  I guess we could include them on
 the WebKit Team wiki page,


 I don't think having people upload images to wiki is a scalable solution.

 How about ohloh? https://www.ohloh.net/p/WebKit/contributors shows
 gravatar.com pictures associated with commits.


Propbably we could have an optional link to gravatar icon and some other
informal data in committers.py then we can auto-generate pretty-looking
alternative to http://trac.webkit.org/wiki/WebKit%20Team.
Sounds like a good weekend project :-)


 but I'm not convinced the benefit would be worth the effort of adding that
 much images.  If you use Gmail as your e-mail client, it'll somehow figure
 out these images anyway.


 I guess people don't mind even if I can't remember who they are?  And no,
 Gmail isn't a solution for this either because very few people ever post
 things on webkit-dev, and many contributors don't use Gmail.

 - R. Niwa


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Touch operation corrupts screen when specifying other than overflow:visible in css

2012-11-04 Thread HIDEKI YOSHIDA
Hi, I filed this problem to https://bugs.webkit.org with 
test case as an HTML file after I was suggested to do so.

Bug id 99842.

I am trying to find a workaround to resolve this problem.
If someone has it, post it, please.

 Hi,
 
 On a windows 7 tablet, PAN operation(=scroll) causes
 corruption of screen.
 
 Does anybody know how to resolve this or have the fix?
 
 How to reproduce.
 1. Prepare a HTML contents which have an element specifying
other than visible to the property overflow in css.
 2. Load the contents with webkit
 3. Operate the touch operaion, PAN on the element.
 
 Problem
 The content in the element protrudes outside the placeholder 
 for it and can disappear.
 
 The build version
 Webkit.exe on r131112 for Nightly builds
 
 We guess Source\WebKit\win\WebView.cpp has some bugs on this 
 issue.
 
 Here is the sample contents to reproduce problem. You will see the
 problem if you PAN on the field for overflow:auto.
 
 --
 HTML
 HEADTITLEpan with css:overflow/TITLE/HEAD
 BODY
 font size=+2
 div style=border: 2px solid blue; padding: 5px 5px 5px 5px; 
 overflow:visible;
 overflow:visible
 /div
 br
 div style=border: 2px solid red; padding: 5px 5px 5px 5px; overflow:auto;
 overflow:auto
 /div
 /font
 /BODY
 /HTML
 --
 
 Hideki
 
 ***
   Hideki Yoshida
   Embedded Software Division
   NEC System Technologies, Ltd.
 E-MAIL:yoshida-...@necst.nec.co.jp
 ***


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev