Re: [webkit-dev] javascript unmodified

2012-08-07 Thread Adam Barth
I'm sorry, but this mailing list is about the development of the
WebKit engine.  You might have more luck emailing webkit-help:

http://lists.webkit.org/mailman/listinfo/webkit-help

Adam


On Mon, Aug 6, 2012 at 10:54 PM, sarath Gude sharaththe...@yahoo.com wrote:
 Hi,

 I've been using google chromium and trying to collect javascripts from the
 webpages it browses.
 These scripts are modified by various files in chromium and all those
 modifications were made by webkit.
 when contacted the chromium developers for the file to which the unmodified
 javascript is first fed,
 they suggested me to contact the webkit developers.
 I tried to go through webkit but it is too time consuming and confusing.
 Can you point me to the file to which the scripts are initially passed in
 Webkit.

 Thanks,
 Sharath.


 ___
 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] Build failed for Qt port revision - r124698

2012-08-07 Thread Pravin D
There seems to be some problem with the revision. It has been fixed on the
latest revisions... Please refer

http://build.webkit.org/builders/Qt%20Windows%2032-bit%20Debug?numbuilds=200


I'm not able to find Linux debug builder :(  the above link should help
though

--Pravin

On Tue, Aug 7, 2012 at 11:16 AM, Nilesh Patil vni...@gmail.com wrote:

 Hi

 I am trying to build Webkit source based on r124698.
 It breaks with following linking error. I am currently clueless:

 /home/nilesh.patil/Project/WebKit-r124698/WebKitBuild/Debug/lib/libQtWebKit.so:
 undefined reference to `WebCore::GlyphPageTreeNode::getRoot(unsigned int)'
 /home/nilesh.patil/Project/WebKit-r124698/WebKitBuild/Debug/lib/libQtWebKit.so:
 undefined reference to
 `WebCore::GlyphPageTreeNode::getChild(WebCore::FontData const*, unsigned
 int)'
 collect2: ld returned 1 exit status
 make[4]: *** [tst_qobjectbridge] Error 1
 .
 .
 .
 make: *** [incremental] Error 2

 Thanks  Regards
 vniles

 ___
 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


[webkit-dev] Browser's ContentEditable functionality spec

2012-08-07 Thread Rangaswamy C T
Hi All,

I had a question around how browsers have implemented the white space handling 
functionality when multiple space characters are typed in browser view.

Specifically, when multiple spaces are typed inside a paragraph tag how is the 
space character and nbsp; entity sequence is determined.  Is there any 
standard W3C spec that every browser implements ?

Will you please share any links to understand these browser behaviors when 
contentEditable flag is set.

Thanks
Ranga

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


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

2012-08-07 Thread Shawn Singh
It also seems to be down for me here in Mountain View, CA USA, right next
to Apple...


On Tue, Aug 7, 2012 at 9:20 AM, Osztrogonac Csaba o...@inf.u-szeged.huwrote:

 Hi,

 It seems bugs.webkit.org and trac.webkit.org is unavailable
 now. (at least from Hungary) Have you got any idea what happened?

 br,
 Ossy
 __**_
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/**mailman/listinfo/webkit-devhttp://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] bugs.webkit.org and trac.webkit org down?

2012-08-07 Thread Konrad Piascik
It's down in Waterloo, ON as well, so I guess it's just down :(
Konrad
Sent from my BlackBerry on the Rogers Wireless Network

From: Shawn Singh [mailto:shawnsi...@chromium.org]
Sent: Tuesday, August 07, 2012 12:27 PM
To: Osztrogonac Csaba o...@inf.u-szeged.hu
Cc: WebKit Development webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] bugs.webkit.org and trac.webkit org down?

It also seems to be down for me here in Mountain View, CA USA, right next to 
Apple...


On Tue, Aug 7, 2012 at 9:20 AM, Osztrogonac Csaba 
o...@inf.u-szeged.humailto:o...@inf.u-szeged.hu wrote:
Hi,

It seems bugs.webkit.orghttp://bugs.webkit.org and 
trac.webkit.orghttp://trac.webkit.org is unavailable
now. (at least from Hungary) Have you got any idea what happened?

br,
Ossy
___
webkit-dev mailing list
webkit-dev@lists.webkit.orgmailto:webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Browser's ContentEditable functionality spec

2012-08-07 Thread Ryosuke Niwa
Committers, changes, and reviewers mailing lists are inappropriate for
these questions.

See
http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#canonical-space-sequences

However, no browser implements the spec exactly so if you're planning on
submitting some patches, basing your patch based on the spec may not be a
good idea at the moment.

On Tue, Aug 7, 2012 at 6:11 AM, Rangaswamy C T ra...@adobe.com wrote:

 Hi All,

 ** **

 I had a question around how browsers have implemented the white space
 handling functionality when multiple space characters are typed in browser
 view.

 ** **

 Specifically, when multiple spaces are typed inside a paragraph tag *how
 is the “space character and nbsp; entity” sequence is determined*.  Is
 there any standard W3C spec that every browser implements ?

 ** **

 Will you please share any links to understand these browser behaviors when
 contentEditable flag is set.

 ** **

 Thanks

 Ranga

 ** **

 ___
 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] bugs.webkit.org and trac.webkit org down?

2012-08-07 Thread Lucas Forschler
Hi everyone.  We are working on getting things back online.
Thanks!
Lucas

On Aug 7, 2012, at 9:29 AM, Konrad Piascik wrote:

 It's down in Waterloo, ON as well, so I guess it's just down :( 
 Konrad 
 Sent from my BlackBerry on the Rogers Wireless Network
  
 From: Shawn Singh [mailto:shawnsi...@chromium.org] 
 Sent: Tuesday, August 07, 2012 12:27 PM
 To: Osztrogonac Csaba o...@inf.u-szeged.hu 
 Cc: WebKit Development webkit-dev@lists.webkit.org 
 Subject: Re: [webkit-dev] bugs.webkit.org and trac.webkit org down? 
  
 It also seems to be down for me here in Mountain View, CA USA, right next to 
 Apple...
 
 
 On Tue, Aug 7, 2012 at 9:20 AM, Osztrogonac Csaba o...@inf.u-szeged.hu 
 wrote:
 Hi,
 
 It seems bugs.webkit.org and trac.webkit.org is unavailable
 now. (at least from Hungary) Have you got any idea what happened?
 
 br,
 Ossy
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev
 
 - 
 This transmission (including any attachments) may contain confidential 
 information, privileged material (including material protected by the 
 solicitor-client or other applicable privileges), or constitute non-public 
 information. Any use of this information by anyone other than the intended 
 recipient is prohibited. If you have received this transmission in error, 
 please immediately reply to the sender and delete this information from your 
 system. Use, dissemination, distribution, or reproduction of this 
 transmission by unintended recipients is not authorized and may be unlawful.
 ___
 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] bugs.webkit.org and trac.webkit org down?

2012-08-07 Thread Sravan
I am still seeing the problem(ofcourse, Sunnyvale, CA) ? any one, when this
will be up?

-Sravan.

On Tue, Aug 7, 2012 at 9:20 AM, Osztrogonac Csaba o...@inf.u-szeged.huwrote:

 Hi,

 It seems bugs.webkit.org and trac.webkit.org is unavailable
 now. (at least from Hungary) Have you got any idea what happened?

 br,
 Ossy
 __**_
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/**mailman/listinfo/webkit-devhttp://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] bugs.webkit.org and trac.webkit org down?

2012-08-07 Thread Mark Rowe

On 2012-08-07, at 10:55, Sravan sra1sand...@gmail.com wrote:

 I am still seeing the problem(ofcourse, Sunnyvale, CA) ? any one, when this 
 will be up?

This should be fixed now. Part of the database infrastructure (pgpool) was 
timing out all new connections. This caused all of the services that depend on 
the database to stop working.

- Mark

 On Tue, Aug 7, 2012 at 9:20 AM, Osztrogonac Csaba o...@inf.u-szeged.hu 
 wrote:
 Hi,
 
 It seems bugs.webkit.org and trac.webkit.org is unavailable
 now. (at least from Hungary) Have you got any idea what happened?
 
 br,
 Ossy
 ___
 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

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


Re: [webkit-dev] new -webkit-user-select value: atomic

2012-08-07 Thread Edward O'Connor
Hi,

After reviewing the original specification for 'user-select: all' [1], I
think the behavior we had in mind for 'user-select: atomic' matches the
original intent of 'user-select: all'. It also partially matches the
Mozilla behavior, and I believe the differences are likely to be bugs in
Mozilla's implementation. I've encouraged Alice to proceed with
implementing, using 'all' for the property value, while we continue to
work the issue in the CSS WG.


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


Re: [webkit-dev] new -webkit-user-select value: atomic

2012-08-07 Thread Ryosuke Niwa
Excellent! Thanks for the follow up. I'm so glad we reached out to the
standards group first.

- Ryosuke
On Aug 7, 2012 2:31 PM, Edward O'Connor eocon...@apple.com wrote:

 Hi,

 After reviewing the original specification for 'user-select: all' [1], I
 think the behavior we had in mind for 'user-select: atomic' matches the
 original intent of 'user-select: all'. It also partially matches the
 Mozilla behavior, and I believe the differences are likely to be bugs in
 Mozilla's implementation. I've encouraged Alice to proceed with
 implementing, using 'all' for the property value, while we continue to
 work the issue in the CSS WG.


 Thanks,
 Ted
 ___
 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