What steps will reproduce the problem?
1. Type "javascript:console.log('one','two','three');" without quotes in the
cefclient address bar and hit enter.
2. Only the first argument will be passed to OnConsoleMessage().
What is the expected output? What do you see instead?
All arguments should be passed to OnConsoleMessage().
Please use labels and text to provide additional information.
WebKit intentionally passes only the first argument to
ChromeClient::addMessageToConsole() in Console::addMessage(). Need to have a
discussion with the WebKit devs to see if this is something they would be
willing to change.