Summary: | REGRESSION (r96595): First frame in assertion backtraces is no longer labeled "1" | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> | ||||
Component: | Web Template Framework | Assignee: | Gavin Peters <gavinp> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | darin, gavinp, mitz, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Mac (Intel) | ||||||
OS: | OS X 10.7 | ||||||
Attachments: |
|
Description
Adam Roben (:aroben)
2011-10-06 13:43:24 PDT
Created attachment 110033 [details]
Patch
Comment on attachment 110033 [details]
Patch
I discussed this with gbarra, and we think also that there's some formatting changes that would benefit here. I'll add those in a separate CL so they can be debated without fixing these regressions. This fix was tested by adding some superfluous dump to some html elements, and running DumpRenderTree, and it is working for me.
I think it would be better to fix the long-standing bug (which I’d introduced) where the numbering starts at 1. It really ought to start at 0. (The reason to start at 0 is that it would match other backtrace formats). mitz, I'll CC you on the upcoming bigger-changes-to-formatting CL. You will be interested. Comment on attachment 110033 [details] Patch Clearing flags on attachment: 110033 Committed r96869: <http://trac.webkit.org/changeset/96869> All reviewed patches have been landed. Closing bug. |