[webkit-reviews] review requested: [Bug 114929] Web Inspector: ConsoleMessage should include line and column number where possible : [Attachment 198979] [PATCH] Add column number alongside line number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 21 18:23:48 PDT 2013


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 114929: Web Inspector: ConsoleMessage should include line and column number
where possible
https://bugs.webkit.org/show_bug.cgi?id=114929

Attachment 198979: [PATCH] Add column number alongside line number
https://bugs.webkit.org/attachment.cgi?id=198979&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
This patch:

  - adds column number (almost) everywhere where line number is available.
(Follow up will come for exceptions)
  - exposes column to ChromeClient alongside line number
  - adds column to ConsoleMessages in the Inspector Protocol.
  - provides a column for console.* function calls (log, error, etc.)

Lets see how the bot does on other ports.


More information about the webkit-reviews mailing list