Created
May 11, 2017 00:42
-
-
Save kewlbear/699c3bb15b25eef58df85f8c4f4c1b76 to your computer and use it in GitHub Desktop.
Webkit document.querySelector('meta[name=viewport]').content = 'width=320' call flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
JSC::callCustomSetter(...) | |
WebCore::setJSHTMLMetaElementContentFunction(...) | |
... | |
WebCore::HTMLMetaElement::process() | |
WebCore::Document::processViewport(...) | |
... | |
WebCore::Chrome::dispatchViewportPropertiesDidChange(...) | |
WebKit::WebChromeClient::dispatchViewportPropertiesDidChange(...) | |
WebKit::WebPage::viewportPropertiesDidChange(...) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment