gecko-dev/servo/ports/geckolib
Nicolas Chevobbe e99d49e5e2 Bug 1890775 - [devtools] Fix get_byte_index_from_line_and_column line index computation. r=layout-reviewers,devtools-reviewers,emilio.
We were getting a line byte index for the
actual char matching the line we want, but
we actually need the index _after_ that
new line char.
A test case is added to cover this fix.

Differential Revision: https://phabricator.services.mozilla.com/D207156
2024-04-11 12:57:38 +00:00
..
tests
Cargo.toml Bug 1864817 - initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio,jesup 2024-02-22 10:43:49 +00:00
cbindgen.toml Bug 1889670 - Add code to track accurate allocation size in servo-arc. r=firefox-style-system-reviewers,zrhoffman 2024-04-05 19:23:42 +00:00
error_reporter.rs Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
glue.rs Bug 1890775 - [devtools] Fix get_byte_index_from_line_and_column line index computation. r=layout-reviewers,devtools-reviewers,emilio. 2024-04-11 12:57:38 +00:00
lib.rs Bug 1864817 - initialize STYLE_THREAD_POOL in Sevo_initialize. r=emilio,jesup 2024-02-22 10:43:49 +00:00
stylesheet_loader.rs