Re: [webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-02 Thread Gustavo Noronha Silva
On Thu, 2011-12-01 at 17:41 +0100, Ilyes Gouta wrote:
 My bad. I'm so used to build WebKit with most build options disabled.
 Reverted to a default build configuration and it indeed looks good.

FWIW, I saw this problem before and it seems it was related to workers
being disabled.
-- 
Gustavo Noronha Silva g...@gnome.org
GNOME Project

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


Re: [webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-02 Thread Ilyes Gouta
Thanks Gustavo, I'll check it out. I'm definitely still interested in
a minimal build with just the features I need being explicitly
enabled.

-Ilyes

On Fri, Dec 2, 2011 at 10:12 AM, Gustavo Noronha Silva g...@gnome.org wrote:
 On Thu, 2011-12-01 at 17:41 +0100, Ilyes Gouta wrote:
 My bad. I'm so used to build WebKit with most build options disabled.
 Reverted to a default build configuration and it indeed looks good.

 FWIW, I saw this problem before and it seems it was related to workers
 being disabled.
 --
 Gustavo Noronha Silva g...@gnome.org
 GNOME Project

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


[webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-01 Thread Ilyes Gouta
Hi,

I'd like to ask about the status of the current inspector
(WebKitWebInspector) status in the Gtk+ port on the master branch. Is
it functional?

I got it built, enabled via --enable-developer-extras run-time option
and exposed via the embedding API in GtkLauncher, but then all I get
is the empty HTML/JS w/ just the grey toolbar when I click on Inspect
Item in the contextual menu.

Any thoughts?

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


Re: [webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-01 Thread Ilyes Gouta
Hi Martin,

 Have you run 'make install' or set the WEBKIT_INSPECTOR_PATH
 environment variable?

Yes. I understand that the inspector's JS and HTML files are
post-processed and then installed in the final destination location.

I'm getting (just) this on my shell:

** Message: console message: undefined @0: TypeError: 'undefined' is
not a function

Running the inspector w/o a 'make install' resulted in WebKit
complaining about not finding the sources in the right place. Running
the unprocessed code lead to few - kind of - fatal errors when trying
to run the inspector's JS back-end code.

Why I'm not getting the full UI of the inspector (the icons) at least?

-Ilyes

On Thu, Dec 1, 2011 at 11:02 AM, Martin Robinson mrobin...@webkit.org wrote:
 On Thu, Dec 1, 2011 at 10:53 AM, Ilyes Gouta ilyes.go...@gmail.com wrote:
 I got it built, enabled via --enable-developer-extras run-time option
 and exposed via the embedding API in GtkLauncher, but then all I get
 is the empty HTML/JS w/ just the grey toolbar when I click on Inspect
 Item in the contextual menu.

 Have you run 'make install' or set the WEBKIT_INSPECTOR_PATH
 environment variable?

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


Re: [webkit-dev] Status of the Inspector client in the Gtk+ WebKit port

2011-12-01 Thread Ilyes Gouta
Hi,

My bad. I'm so used to build WebKit with most build options disabled.
Reverted to a default build configuration and it indeed looks good.

Thanks,

-Ilyes

On Thu, Dec 1, 2011 at 2:35 PM, Ilyes Gouta ilyes.go...@gmail.com wrote:
 Hi Martin,

 Have you run 'make install' or set the WEBKIT_INSPECTOR_PATH
 environment variable?

 Yes. I understand that the inspector's JS and HTML files are
 post-processed and then installed in the final destination location.

 I'm getting (just) this on my shell:

 ** Message: console message: undefined @0: TypeError: 'undefined' is
 not a function

 Running the inspector w/o a 'make install' resulted in WebKit
 complaining about not finding the sources in the right place. Running
 the unprocessed code lead to few - kind of - fatal errors when trying
 to run the inspector's JS back-end code.

 Why I'm not getting the full UI of the inspector (the icons) at least?

 -Ilyes

 On Thu, Dec 1, 2011 at 11:02 AM, Martin Robinson mrobin...@webkit.org wrote:
 On Thu, Dec 1, 2011 at 10:53 AM, Ilyes Gouta ilyes.go...@gmail.com wrote:
 I got it built, enabled via --enable-developer-extras run-time option
 and exposed via the embedding API in GtkLauncher, but then all I get
 is the empty HTML/JS w/ just the grey toolbar when I click on Inspect
 Item in the contextual menu.

 Have you run 'make install' or set the WEBKIT_INSPECTOR_PATH
 environment variable?

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