Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Refactor remotefunctions #1529

Merged
merged 15 commits into from
Nov 14, 2012
Merged

Refactor remotefunctions #1529

merged 15 commits into from
Nov 14, 2012

Conversation

jdiehl
Copy link
Contributor

@jdiehl jdiehl commented Aug 30, 2012

This pull request is a complete rewrite of RemoteFunctions.js that makes it more efficient and introduces a much better node editor.

if (!EditAgent.isEditing) {
// only update the DOM if the change was not caused by the edit agent
Inspector.DOM.setNodeValue(node.nodeId, node.value);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To avoid changes that occur from the editor on the remote site to propagate back there, the DOMAgent must not push any changed node values if they have come from there (through the EditAgent).

@ghost ghost assigned joelrbrandt Sep 4, 2012
@joelrbrandt
Copy link
Contributor

@jdiehl thanks again for submitting this. It's definitely something we want to get into master. I'm going to wait until after our Sept 24 milestone to review it and get it merged. (And, incidentally, after your Sept 19 milestone too...)

@gruehle
Copy link
Member

gruehle commented Nov 14, 2012

Sorry it has taken so long to get to this request. I didn't test the experimental functionality, but I did verify that the non-experimental features still work.

The code in RemoteFunctions.js is much cleaner now - thanks!

Merging.

gruehle added a commit that referenced this pull request Nov 14, 2012
@gruehle gruehle merged commit 04a9096 into adobe:master Nov 14, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants