Bug 119257 - Add 'colno' attribute to ErrorEvent interface
Summary: Add 'colno' attribute to ErrorEvent interface
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: BlinkMergeCandidate, WebExposed
Depends on: 119251
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-30 07:04 PDT by Chris Dumez
Modified: 2013-07-30 14:43 PDT (History)
12 users (show)

See Also:


Attachments
Patch (19.92 KB, patch)
2013-07-30 11:39 PDT, Chris Dumez
darin: review+
Details | Formatted Diff | Diff
Patch for landing (19.69 KB, patch)
2013-07-30 13:50 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-07-30 07:04:43 PDT
Add 'colno' attribute to ErrorEvent interface to match the latest specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#errorevent

The 'colno' attribute is already supported by IE10 and Blink.

Corresponding Blink revision:
https://src.chromium.org/viewvc/blink?revision=155148&view=revision
Comment 1 Chris Dumez 2013-07-30 11:39:17 PDT
Created attachment 207752 [details]
Patch
Comment 2 Chris Dumez 2013-07-30 13:50:25 PDT
Created attachment 207762 [details]
Patch for landing

Rebaselined an additional test case reported by mac-ews.
Comment 3 WebKit Commit Bot 2013-07-30 14:43:39 PDT
Comment on attachment 207762 [details]
Patch for landing

Clearing flags on attachment: 207762

Committed r153495: <http://trac.webkit.org/changeset/153495>
Comment 4 WebKit Commit Bot 2013-07-30 14:43:42 PDT
All reviewed patches have been landed.  Closing bug.