-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Live development refactoring #1396
Live development refactoring #1396
Conversation
…ive connection is active
…oaded from LiveDevelopment, which is independent of the Inspector)
Inspector events are now dispatched via $(Inspector.Domain), Agent events are dispatched via the agent.
I'm seeing 1 unit test failure in Live Development "should establish a browser connection for an opened html file"
|
I do not get this error, and do not understand how it can occur. The variable in question (Inspector.js:143:17) is method, which is not an object but a string. The call that is issued is window.close() on the client side to close the active tab after a live development session. Can you try closing an active live development session manually and verify that the error actually occurs? Other than that, I am not sure how I can help in fixing this issue. On Aug 17, 2012, at 19:03 , Jason San Jose notifications@github.com wrote:
|
@@ -28,20 +28,6 @@ | |||
{ "name": "object", "$ref": "Runtime.RemoteObject" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting that the version number at the top of this object isn't updated. Just to document the diff, whats the origin and rev of this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Origin is WebKit: http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/inspector/Inspector.json
(the link can be found in jsdoc.rb)
That is all the info, I have.
Looks good. I wasn't able to reproduce the unit test failure once I closed chrome before launching the tests. Merging. Thanks for the bug fix! |
Live development refactoring
As suggested in #1340:
load
event handler (it is triggered otherwise)