mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #10347 - mbrubeck:incremental-selection, r=pcwalton
Fix incremental reflow of text selection changes r? @emilio or @pcwalton CC @paulrouget: This fixes a bug in the browser.html URL bar auto-completion. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10347) <!-- Reviewable:end -->
This commit is contained in:
commit
0489280ded
5 changed files with 83 additions and 20 deletions
|
@ -2615,6 +2615,18 @@
|
|||
"url": "/_mozilla/css/input_selection_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_incremental_a.html": [
|
||||
{
|
||||
"path": "css/input_selection_incremental_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_selection_incremental_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_selection_incremental_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_ref.html": [
|
||||
{
|
||||
"path": "css/input_selection_ref.html",
|
||||
|
@ -9049,6 +9061,18 @@
|
|||
"url": "/_mozilla/css/input_selection_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_incremental_a.html": [
|
||||
{
|
||||
"path": "css/input_selection_incremental_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/input_selection_incremental_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/input_selection_incremental_a.html"
|
||||
}
|
||||
],
|
||||
"css/input_selection_ref.html": [
|
||||
{
|
||||
"path": "css/input_selection_ref.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue