electron/shell
Charles Kerr ac1ffb1bff
fix: leaked gfx::Canvas in AutofillPopupView::OnPaint() (#46384)
* perf: avoid redundant call to popup_bounds_in_view()

* refactor: use a std::optional<> for paint_canvas local

* fix: fix leaked gfx::Canvas in AutofillPopupView::OnPaint()

* refactor: remove redundant get() call when testing smart pointer for nonempty

* refactor: remove unnecessary draw_canvas variable

* refactor: rename bitmap to offscreen_bitmap for symmetry

* refactor: avoid another redundant call to popup_bounds_in_view()
2025-04-01 11:22:26 -05:00
..
app refactor: remove unused system header includes (#46015) 2025-03-14 10:59:15 -05:00
browser fix: leaked gfx::Canvas in AutofillPopupView::OnPaint() (#46384) 2025-04-01 11:22:26 -05:00
common feat: Corner Smoothing CSS rule (Reland) (#46278) 2025-03-31 11:22:23 -05:00
renderer feat: Corner Smoothing CSS rule (Reland) (#46278) 2025-03-31 11:22:23 -05:00
services/node fix: don't crash Utility Processes on unhandled rejections (#45921) 2025-03-14 09:09:02 -05:00
utility fix: broken OOP window.print() on macOS/Linux (#45214) 2025-01-20 10:23:44 +01:00