Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Console Client to our code base #340

Merged
merged 5 commits into from
Oct 2, 2015
Merged

Conversation

KristinaKoeva
Copy link
Contributor

@KristinaKoeva KristinaKoeva added this to the 1.5.0 (Under Review) milestone Sep 30, 2015
@ns-bot
Copy link

ns-bot commented Sep 30, 2015

Test PASSed.

m_consoleAgent->addMessageToConsole(std::make_unique<Inspector::ConsoleMessage>(MessageSource::ConsoleAPI, MessageType::Log, MessageLevel::Warning, message, nullptr, nullptr));
}

WTF::String GlobalObjectConsoleClient::getDirMessage(JSC::ExecState* exec, RefPtr<Inspector::ScriptArguments>& arguments) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Since this method always takes the first argument, shouldn't it just be declared as accepting a single JSValue instead of a ScriptArguments object?

@fealebenpae
Copy link
Contributor

Please change TNSRuntimeInspector to use the new GlobalObjectConsoleClient.

@ns-bot
Copy link

ns-bot commented Oct 2, 2015

Test PASSed.

fealebenpae added a commit that referenced this pull request Oct 2, 2015
@fealebenpae fealebenpae merged commit 30bc843 into master Oct 2, 2015
@fealebenpae fealebenpae deleted the KristinaKoeva/Console branch October 2, 2015 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants