Skip to content

Elements tab support for iOS Chrome DevTools#4930

Merged
petekanev merged 6 commits intomasterfrom
pete/elements-ios
Oct 12, 2017
Merged

Elements tab support for iOS Chrome DevTools#4930
petekanev merged 6 commits intomasterfrom
pete/elements-ios

Conversation

@petekanev
Copy link
Copy Markdown
Contributor

@petekanev petekanev commented Oct 9, 2017

The changes in the PR aim to provide implementation for the DOM and CSS agents in the Chrome Devtools Inspector protocol for iOS.

The implementation steps on top of what was already established in the tns-core-modules to build dom-node objects on demand when the Inspector is attached. Thanks to that, no changes to the core modules have been done, but rather only in the debugger module.

The commit message references a specific issue in this repo

Implements NativeScript/ios-jsc#791

You have unit tests

Tried to accommodate the dom-node-tests to work with the iOS implementation of the DevTools Inspector.

@ghost ghost assigned petekanev Oct 9, 2017
@ghost ghost added the in progress label Oct 9, 2017
…droid

patch elements dom-node tests to test for ios too
@petekanev petekanev changed the title [DO NOT MERGE] Elements tab support for iOS Chrome DevTools Elements tab support for iOS Chrome DevTools Oct 10, 2017
@petekanev
Copy link
Copy Markdown
Contributor Author

run ci

2 similar comments
@petekanev
Copy link
Copy Markdown
Contributor Author

run ci

@dtopuzov
Copy link
Copy Markdown
Contributor

run ci

@ghost ghost assigned vakrilov Oct 12, 2017
result.push([prop, style[prop]]);
}

result.push(["top", "auto"]);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Add a comment why these are needed

@petekanev petekanev merged commit cb02922 into master Oct 12, 2017
@ghost ghost removed the in progress label Oct 12, 2017
@petekanev petekanev deleted the pete/elements-ios branch October 12, 2017 08:32
@lock
Copy link
Copy Markdown

lock bot commented Aug 26, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants