| commit | fb90bf24d217da0937226ac058bae3f2a0d8e799 | [log] [tgz] |
|---|---|---|
| author | dgozman <dgozman@chromium.org> | Fri Jul 15 02:23:42 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 02:25:28 2016 |
| tree | c31174aab2cdff3fb01eaa6bfe179145145beed8 | |
| parent | 74a6064cb7c7f8f70ae2d7b6f24d143f1d568942 [diff] |
[DevTools] Report console API calls through Runtime. Follow the scheme of Runtime.exceptionThrown, but also send a copy of the message (with a string representation of the first argument) via Console.messageAdded. This makes the change backwards-compatible. BUG=613882 Review-Url: https://codereview.chromium.org/2139543002 Cr-Commit-Position: refs/heads/master@{#405679}