[webkit-dev] How to create a login at trac ?

2007-07-19 Thread Pushparajan V

I cannot create a login at trac site of webkit. Any problems in it ??

Thanks.

--
Pushparajan V
http://www.vprajan.org
- - - - - - - -
Know me:
http://www.hackerkey.com/decrypt.php?hackerkey=v4sw57BCHJUY$hw3/5ln2pr6AFOPSck3ma4u7FLMSw7DTWXm6l6FGIKLRSU$i862NLJ0CAe6$t3b4en4a23Ns3MSr9g5AGO
- - - - - - - -
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] How to create a login at trac ?

2007-07-19 Thread Pushparajan V

Yep.. it looks like a similar issue.. after i give my email ID and password,
it gets redirecting to Mac Forge and a javascript alert box asks for
username and password..

So i thought that this mac forge user details would have been send to my
email and checked my mail client..  But i never got any mail from trac..

Is it bug ?.. can i open a bug in bugzilla ??

Sorry.. forget the Reply-To-All button.. and the mail went only to Rob :)

Many never like this Reply-To-All button (personally, i don't like it)..
Please add a reply header Reply-To: webkit-dev in mailman.


Thanks.


On 7/19/07, Rob Burns [EMAIL PROTECTED] wrote:



On Jul 19, 2007, at 1:41 AM, Mark Rowe wrote:


 On 19/07/2007, at 4:37 PM, Pushparajan V wrote:

 I cannot create a login at trac site of webkit. Any problems in it ??

 Thanks.

 There's a Register link on the top-right corner of each page.
 The login doesn't give you much, only the ability to edit wiki
 pages.  We use Bugzilla at bugs.webkit.org for the other
 interesting functionality that Trac usually provides.

I' ran into the same problem too, and just hadn't yet reported it. I
think it might be because I was somehow already automatically
registered in the migration to webkit.org (because I don't recall
ever registering for the wiki before, but I am registered on
bugzilla) , or something, but it doesn't provide any password
recovery or other abilities.  This may be the  same issue that
Pushparajan has run into.

Take care,
Rob





--
Pushparajan V
http://www.vprajan.org
- - - - - - - -
Know me:
http://www.hackerkey.com/decrypt.php?hackerkey=v4sw57BCHJUY$hw3/5ln2pr6AFOPSck3ma4u7FLMSw7DTWXm6l6FGIKLRSU$i862NLJ0CAe6$t3b4en4a23Ns3MSr9g5AGO
- - - - - - - -
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] How to create a login at trac ?

2007-07-19 Thread Mark Rowe


On 19/07/2007, at 5:04 PM, Pushparajan V wrote:

Yep.. it looks like a similar issue.. after i give my email ID and  
password,

it gets redirecting to Mac Forge and a javascript alert box asks for
username and password..

So i thought that this mac forge user details would have been send  
to my
email and checked my mail client..  But i never got any mail from  
trac..


Is it bug ?.. can i open a bug in bugzilla ??


If it's not working correctly you should email [EMAIL PROTECTED]  
with details of the problem.  The Trac installation is not something  
the WebKit project manages ourself.


Sorry.. forget the Reply-To-All button.. and the mail went only to  
Rob :)


Many never like this Reply-To-All button (personally, i don't like  
it)..

Please add a reply header Reply-To: webkit-dev in mailman.


I agree that would be worth looking in to.

- Mark

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


Re: [webkit-dev] Various library dependencies of Webkit

2007-07-19 Thread Mark Rowe


On 19/07/2007, at 5:10 PM, Pushparajan V wrote:


What are the various libraries WebKit depends on ?..


It depends on which platform you are building on.  On the Mac, there  
are no dependencies beyond the developer tools.  For the Windows port,  
the build instructions on webkit.org describe how to download and  
install the necessary dependencies.  For the Qt or Gdk ports I believe  
things are a little more complicated, but I think there is a wiki page  
on trac.webkit.org with a somewhat-complete list of the dependencies.


- Mark

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


Re: [webkit-dev] Safari or webkit issue - http getting chopped,

2007-07-19 Thread Andre-John Mas
Let's try this again, this time with the text:

I have a server in my domain called 'chat' and have a Tomcat server running
there on port 8081. On that Tomcat server I have web application the provides
an RSS feed. The URL I normally use is:

http://char:8081/ds/rss-feeds.do

This page is a form allowing me to select the feeds I want from the server.
This works correctly. Now when I tell the server that parameters for the RSS I
start getting issues. The RSS query is:

http://chat:8081/ds/rss.do?report=visits

What happens is that I get told:

  The page you opened redirected you to a page that isn’t supported by Safari.
  Safari can’t open the page “chat:8081/ds/rss.do?report=visits” because it
  cannot redirect to locations starting with “chat:”.

This is strange since this page works correctly in Firefox (Mac, Linux,
Windows), IE6 and Opera. Using wget also shows no redirection happening. I am
suspecting that this is something is Safari/Webkit going funny.

A few things I have tried:

  1 - changing application/rss+xml - application/xml  -- same behaviour

  2 - changing application/rss+xml - text/plain -- same behaviour

  3 - changing rss version=2.0 to xxx version=2.0 -- same behaviour

  4 - doing both 3 and 4 -- URL doesn't get mangled

  5 - changing host name to 192.168.2.101 or fully qualified chat.mydomain.com 
-- URL doesn't get mangled

This affects Safari 3 and the latest WebKit build (2007-07-18) on the Mac. It
also seems focused on RSS being the document type.

Andre

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


Re: [webkit-dev] Safari or webkit issue - http getting chopped,

2007-07-19 Thread Maciej Stachowiak


On Jul 19, 2007, at 11:21 AM, Andre-John Mas wrote:


Let's try this again, this time with the text:

I have a server in my domain called 'chat' and have a Tomcat server  
running
there on port 8081. On that Tomcat server I have web application the  
provides

an RSS feed. The URL I normally use is:

http://char:8081/ds/rss-feeds.do

This page is a form allowing me to select the feeds I want from the  
server.
This works correctly. Now when I tell the server that parameters for  
the RSS I

start getting issues. The RSS query is:

http://chat:8081/ds/rss.do?report=visits


Is it correct that one is char and the other is chat?

In any case, please file a bug, and attach a tcpflow dump of the  
network transaction. It looks like something is misinterpreting  
chat: as a protocol instead of a host name, but I can't tell just by  
guessing






What happens is that I get told:

 The page you opened redirected you to a page that isn’t supported  
by Safari.
 Safari can’t open the page “chat:8081/ds/rss.do?report=visits”  
because it

 cannot redirect to locations starting with “chat:”.

This is strange since this page works correctly in Firefox (Mac,  
Linux,
Windows), IE6 and Opera. Using wget also shows no redirection  
happening. I am

suspecting that this is something is Safari/Webkit going funny.

A few things I have tried:

 1 - changing application/rss+xml - application/xml  -- same  
behaviour


 2 - changing application/rss+xml - text/plain -- same behaviour

 3 - changing rss version=2.0 to xxx version=2.0 -- same  
behaviour


 4 - doing both 3 and 4 -- URL doesn't get mangled


It sounds like this is something Safari RSS is doing, probably it  
converts the URL to a feed: URL by stripping off the http:, and  
prepending feed:, but then it mistakenly thinks chat: is the URI of  
what the feed: protocol points to. But it's hard to be sure without a  
reproducible case, and I'm not sure why the query would affect this.


Regards,
Maciej




 5 - changing host name to 192.168.2.101 or fully qualified  
chat.mydomain.com

-- URL doesn't get mangled


This affects Safari 3 and the latest WebKit build (2007-07-18) on  
the Mac. It

also seems focused on RSS being the document type.

Andre

___
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