Description: The Crosswalk web runtime should support to replace the user agent string when a web application running on top of it, so that the remote server could return the right response to the web application as expecting.
Affected component: Crosswalk common, Crosswalk application Related feature: XWALK-3689 Target release: Crosswalk 14 Implementation details: 1. Add a parser handler for 'xwalk_user_agent' field in XPK package manifest file. 2. Implement the content::ContentClient::GetUserAgent() interface in XWalkContentClient. 3. Move the implemented Tizen specific code XWalkContentRendererClientTizen::GetOverridenUserAgent() to the general place, XWalkContentRendererClient::GetOverridenUserAgent(). -- Best Regards, He, Xinchao _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
