Bug 1548003 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

WipeContainingBlock marker is invalid: it uses the type "tracing" but has no "interval" value.

{
  "start": 31428.499575484377,
  "dur": 0,
  "name": "WipeContainingBlock: IB splits",
  "title": null,
  "data": {
    "type": "tracing",
    "category": "Layout"
  }
}

[1] https://searchfox.org/mozilla-central/rev/b756e6d00728dda4121f8278a744381d8643317a/layout/base/nsCSSFrameConstructor.cpp#11245-11246

This was lately changed in bug 1520526 but the marker itself was added in bug 1498067. I don't know if bug 1520526 changed the behavior by adding this "category", what do you think Greg?
WipeContainingBlock marker is invalid: it uses the type "tracing" but has no "interval" value.
```json
{
  "start": 31428.499575484377,
  "dur": 0,
  "name": "WipeContainingBlock: IB splits",
  "title": null,
  "data": {
    "type": "tracing",
    "category": "Layout"
  }
}
```

[1] https://searchfox.org/mozilla-central/rev/b756e6d00728dda4121f8278a744381d8643317a/layout/base/nsCSSFrameConstructor.cpp#11245-11246

This was lately changed in bug 1520526 but the marker itself was added in bug 1498067. I don't know if bug 1520526 changed the behavior by adding this "category", what do you think Greg?

Back to Bug 1548003 Comment 0