| Auto-Submit | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Bug: Using negative margins can offset the indent position which isn't checked in debug builds
Change-Id: Id954d9463407ef4f858005026692398fdd91b296
Failing DCHECK:
DCHECK_EQ(should_break_at_first_opportunity,
is_at_mid_word ||
(has_cloned_box_decorations_ &&
cloned_box_decorations_initial_size_ > LayoutUnit()));
How to produce the issue: In debug/component build and visit accounts.zoho.comThis commit message looks supremely weird. Let's keep the `Change-Id` as the last line. I'd also suggest actually filing a bug. otherwise drop the `Bug:` directive.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
Bug: Using negative margins can offset the indent position which isn't checked in debug builds
Change-Id: Id954d9463407ef4f858005026692398fdd91b296
Failing DCHECK:
DCHECK_EQ(should_break_at_first_opportunity,
is_at_mid_word ||
(has_cloned_box_decorations_ &&
cloned_box_decorations_initial_size_ > LayoutUnit()));
How to produce the issue: In debug/component build and visit accounts.zoho.comThis commit message looks supremely weird. Let's keep the `Change-Id` as the last line. I'd also suggest actually filing a bug. otherwise drop the `Bug:` directive.
Sorry about that, I edited the message in the end.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
Nishaanth Shriram M SPlease add a test.
Added it. Thanks! Do you normally run tests with EXPENSIVE_DCHECKS on?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
Bug: Using negative margins can offset the indent position which isn't checked in debug builds
Change-Id: Id954d9463407ef4f858005026692398fdd91b296
Failing DCHECK:
DCHECK_EQ(should_break_at_first_opportunity,
is_at_mid_word ||
(has_cloned_box_decorations_ &&
cloned_box_decorations_initial_size_ > LayoutUnit()));
How to produce the issue: In debug/component build and visit accounts.zoho.comNishaanth Shriram M SThis commit message looks supremely weird. Let's keep the `Change-Id` as the last line. I'd also suggest actually filing a bug. otherwise drop the `Bug:` directive.
Sorry about that, I edited the message in the end.
I've filed a bug and linked it. https://issues.chromium.org/issues/496807859
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks for finding this issue, filing it, and trying to fix. Please see inline:
Bug: https://issues.chromium.org/issues/496807859Can you change this line to:
```
Bug: 496807859
```
} else if (line_info->Results().size() > 1) [[unlikely]] {Hmm...this is quite a common case, no? We will run into this code path for:
```html
<span><span>text</span></span>
```
or
```html
text<span>text</span>
```
correct?
While fixing the failure is great, I'm afraid of loosing the performance gain by this fast code path in too common cases.
Can you try to find a way to limit `return false` in more rare cases, or other ways to fix this?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
Can you change this line to:
```
Bug: 496807859
```
Done
Please remove this blank line.
Done
} else if (line_info->Results().size() > 1) [[unlikely]] {Hmm...this is quite a common case, no? We will run into this code path for:
```html
<span><span>text</span></span>
```
or
```html
text<span>text</span>
```
correct?While fixing the failure is great, I'm afraid of loosing the performance gain by this fast code path in too common cases.
Can you try to find a way to limit `return false` in more rare cases, or other ways to fix this?
Oh yes. Guess didn't think of its occurrance without the margin values. Then I guess the DCHECK it self must be corrected in that case. What do you think?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job mac-m1_mini_2020-perf/speedometer3 complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/12cd907d090000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
😿 Job linux-perf/blink_perf.layout failed.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/12143b57090000
| Auto-Submit | +1 |
} else if (line_info->Results().size() > 1) [[unlikely]] {Nishaanth Shriram M SHmm...this is quite a common case, no? We will run into this code path for:
```html
<span><span>text</span></span>
```
or
```html
text<span>text</span>
```
correct?While fixing the failure is great, I'm afraid of loosing the performance gain by this fast code path in too common cases.
Can you try to find a way to limit `return false` in more rare cases, or other ways to fix this?
Oh yes. Guess didn't think of its occurrance without the margin values. Then I guess the DCHECK it self must be corrected in that case. What do you think?
I have updated the DCHECK to account for the right width. Can you check?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
HI @ko...@chromium.org @tk...@chromium.org @f...@opera.com Any update on this Pull request?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
hi @tk...@chromium.orgCan you review this CL?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
hi @tk...@chromium.orgCan you review this CL?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Nishaanth Shriram M Shi @tk...@chromium.orgCan you review this CL?
I'll leave the review of this to @ko...@chromium.org .
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/59140.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Check negative margin sizes for min-content while computing indent position
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |