Bug 29197 - wx port: can't get a console message's MessageLevel
Summary: wx port: can't get a console message's MessageLevel
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 11:35 PDT by Kevin Watters
Modified: 2009-09-13 18:04 PDT (History)
1 user (show)

See Also:


Attachments
adds support for console message MessageLevels in the wx api (2.14 KB, patch)
2009-09-11 11:36 PDT, Kevin Watters
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-09-11 11:35:20 PDT
Each JS console message has an associated "level." We should expose these in the wx API.
Comment 1 Kevin Watters 2009-09-11 11:36:45 PDT
Created attachment 39456 [details]
adds support for console message MessageLevels in the wx api
Comment 2 Kevin Ollivier 2009-09-13 18:04:55 PDT
Landed in r48345, thanks!