Re: Problem with gmail on embedded browser

2008-05-19 Thread Christopher Blizzard
Glen Gray wrote: Made some further tests and yes it was the gtk processing in our functions that was causing the problems. 2 functions that displayed some graphical button widgets where calling while (gtk_events_pending()) { gtk_main_iteration(); } This was obviously draining

Re: Problem with gmail on embedded browser

2008-05-08 Thread Glen Gray
hey guys I've isolated the code that was causing me those Gmail problems. it was unnecessarily being called in the load completed callback code, so I just removed it. But I'm still a little confused as to why it was causing problems The code in question that was being triggered handles our

Re: Problem with gmail on embedded browser

2008-05-02 Thread Glen Gray
Ok, thanks to Chris's IRC prompting yesterday, I rebuilt xulrunner with --enable-tests (on F9, firefox's --enable-tests doesn't do anything for GtkMozEmbed testing, it has to be xulrunner). After a long re-build, I was able to test with TestGtkEmbed. I'm pleased to say that TestGtkEmbed

Re: Problem with gmail on embedded browser

2008-05-02 Thread Grant Gayed
Hi Glen, There was a problem until recently in SWT's Safari-based Browsers when accessing gmail and google calendar because they look for certain user-agent strings in the request header to decide what to enable. Embedding cases may not have these strings if they are added by the browser (eg.-

Re: Problem with gmail on embedded browser

2008-05-02 Thread Glen Gray
User-Agent string was one of the first things I looked at. The example CNN Video that Steve Lu mentioned yesterday for example, won't play with out standard user-agent string but does when left unmodified. -- Glen Gray [EMAIL PROTECTED] On 2 May 2008, at 14:37, Grant Gayed wrote: Hi

Re: Problem with gmail on embedded browser

2008-05-01 Thread steve lu
Does the video loads and play automatically if you visit this page in your embedded browser? http://www.cnn.com/video/#/video/crime/2008/05/01/pkg.pregnant.woman.dui.baynews9 I believe the Gmail issue is caused by not able to write to your cookie by the web site (exactly what happened in the

Re: Problem with gmail on embedded browser

2008-05-01 Thread Glen Gray
Hey Chris, On 1 May 2008, at 16:57, Christopher Blizzard wrote: Glen Gray wrote: So, I'm guessing that somethings going wrong with the javascript/ session but I've no idea how to debug that. So some suggestions are definitely most welcome. This is a pretty vague bug report and I