[webkit-dev] How to make "window.open" inherit objects form the opener?

2012-09-06 Thread Zhao Cheng
Hi webkit-dev, What I'm doing is integrating node.js with Chromium, one step is to insert all objects from node's "global" object into the "window" object. I made it by hacking into the "V8DOMWindowShell::initializeIfNeeded" function in WebKit's V8 binding code and set all node's global objects as

[webkit-dev] Replacing the JSC classic C++ interpreter with a llint generated C++ interpreter

2012-09-06 Thread Mark Lam
As part of an effort to simplify future development, the JSC team is deprecating the classic C++ interpreter (and will delete it shortly on Sept 24). In its place, we will use the LLINT (low level interpreter) with the C++ back-end (see https://bugs.webkit.org/show_bug.cgi?id=91052) to generate

[webkit-dev] New feature: CSS Device Adaptation

2012-09-06 Thread Thiago Marcos P. Santos
Hi WebKit, I have been cooking an implementation of CSS Device Adaptation [1] for quite a while and I think it is now in a point that it can be proposed to WebKit upstream. The specification itself has matured and solved some controversial issues. Opera [2] and and IE10 [3] are implementing it. If

[webkit-dev] Regd. Remote debugging support in GtkLauncher

2012-09-06 Thread debojyoti . pal
Hello All, I am trying to use WebInspector remotely, to do this I need to connect to the WebCore using WebSocket. But when the Web Inspector loaded function is getting called to create a new websocket "socket = new WebSocket("ws://" + host + "/devtools/page/" + page)" WebCore is giving "page no