Re: [css-d] google Chrome browser

2008-09-03 Thread Ingo Chao
2008/9/3 Ingo Chao <[EMAIL PROTECTED]>

> ...
> Did they have missed to publish a link to their public bug tracking system?
>
> Ingo
>


Here: http://dev.chromium.org/for-testers/bug-reporting-guidelines

Ingo
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] google Chrome browser

2008-09-03 Thread snak detek+0r
the console's not bad -- gotta say i love the metrics bit. that's a 
time-saver.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] google Chrome browser

2008-09-03 Thread Ingo Chao
Brian Cummiskey wrote:
> ...  Any scary things we
> should be aware of?
> 

css3.info collects some problems in the comments here:
http://www.css3.info/google-chrome-is-available/

I was not able to produce a list-style-type:square without a curve at 
left top (don't know if this is the common behavior on windows), looks 
like a clipped disc.
http://reference.sitepoint.com/css/list-style-type

Starting WebKit WebInspector with a rightclick (inspect element) 
produces a 100% CPU load.

Did they have missed to publish a link to their public bug tracking system?

Ingo


-- 
http://www.satzansatz.de/css.html
http://www.dolphinsback.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] google Chrome browser

2008-09-02 Thread Dejan Kozina
Just captured with Fiddler2:

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21


Philippe Wittenbergh wrote:
> I don't have Safari 3.1 Windows available to check :-/
> 

-- 
-
Dejan Kozina Web design studio
Dolina 346 (TS) - I-34018 Italy
tel./fax: +39 040 228 436 - cell.: +39 348 7355 225 skype: dejankozina
http://www.kozina.com/  - e-mail: [EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] google Chrome browser

2008-09-02 Thread Philippe Wittenbergh

On Sep 2, 2008, at 9:01 PM, Philippe Wittenbergh wrote:

>> But which version?
>
> That is a more reasonable question.

The UA string tells us:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13  
(KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13

whereas Safari 3.1 Mac has
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_4; en-us) AppleWebKit/ 
525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.20.1

AppleWebKit/525.13 for Chrome, AppleWebKit/525.18 for Safari.
Chrome is using an older version ???

I don't have Safari 3.1 Windows available to check :-/


Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] google Chrome browser

2008-09-02 Thread christopher
> Anyone get a pre-release copy to do some testing?  Any scary things we 
> should be aware of?

The download doesn't work. I've been sitting here for 5
minutes after hitting [Accept and Install]

Leaves a good taste in my mouth.


-- 
flooose
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] google Chrome browser

2008-09-02 Thread Philippe Wittenbergh

On Sep 2, 2008, at 5:49 PM, Christian Heilmann wrote:

>> It uses WebKit as rendering engine. That is all we need to know,  
>> as  far as CSS-D is concerned.
>>
>>
> But which version?

That is a more reasonable question. Until we have builds at hand, we  
can't answer it. Sure bet is the equivalent of the WebKit version used  
by Safari 3.1; or newer (the one in Safari 4beta?).
It is a pity that WebKit doesn't have release versions the way Gecko  
has (Gecko 1.7, 1.8.0, 1.8.1, 1.9.0, ...).

> ... There are differences between Firefox3 on PC and Mac and that is  
> the same engine...
Most differences I run into have more to do with underlying OS-level  
technologies/APIs/fonts etc.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] google Chrome browser

2008-09-02 Thread Christian Heilmann
Philippe Wittenbergh wrote:
> On Sep 2, 2008, at 3:14 PM, Brian Cummiskey wrote:
>
>   
>> Chrome is set to drop for download sometime today:
>>
>> http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html
>>
>>
>> Anyone get a pre-release copy to do some testing?  Any scary things we
>> should be aware of?
>> 
>
> It uses WebKit as rendering engine. That is all we need to know, as  
> far as CSS-D is concerned.
>
>   
But which version? Also I am sure that there will be differences. There 
are differences between Firefox3 on PC and Mac and that is the same 
engine...




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] google Chrome browser

2008-09-02 Thread Philippe Wittenbergh

On Sep 2, 2008, at 3:14 PM, Brian Cummiskey wrote:

> Chrome is set to drop for download sometime today:
>
> http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html
>
>
> Anyone get a pre-release copy to do some testing?  Any scary things we
> should be aware of?

It uses WebKit as rendering engine. That is all we need to know, as  
far as CSS-D is concerned.


Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] google Chrome browser

2008-09-01 Thread Brian Cummiskey
Chrome is set to drop for download sometime today:

http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html


Anyone get a pre-release copy to do some testing?  Any scary things we 
should be aware of?

Thanks
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/