Josh Matthews
Josh Matthews
This may be a regression from #22871.
The touchpad is used for selecting characters, and there seems to be no way to adjust the current cursor input location inside the URL if you started at the wrong...
I'm not sure what's happening here; it seemed like the laser pointer was selecting links when I was in keyboard mode.
The terminal output suggests that it may be swamped; it just keeps printing "script: waiting on layout"
There are two good reasons to reinvent https://threejs.org/examples/: 1. Lists of links are hard to click in Servo right now due to pointer jitter 2. Helio can't scroll the page
https://threejs.org/examples/webgl_custom_attributes_points3.html It's about 12fps in servo. Helio pulls 20-25fps.
``` 08-13 10:15:14.583 12026 19 E NoTag : Last GL operation failed: Clear(16384) 08-13 10:15:14.583 12026 5 I NoTag : thread 'WebGL thread' panicked at 'assertion failed: `(left == right)`...
To reproduce: `./mach test-wpt tests/wpt/mozilla/tests/mozilla/parser-reentrancy-customelement.window.js` ``` pid:79050 internal error: entered unreachable code (thread Script(1,1), at components/script/dom/servoparser/async_html.rs:338) 0:13.35 pid:79050 12: core::panicking::panic 0:13.35 pid:79050 at /rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/panicking.rs:146:5 0:13.40 pid:79050 13: script::dom::servoparser::async_html::Tokenizer::end 0:13.40 pid:79050...
Before: ``` 0:01.43 SUITE_START: web-platform-test - running 1 tests 0:01.43 TEST_START: /cookies/attributes/max-age.html 0:01.43 TEST_END: SKIP 0:01.43 INFO Using 1 child processes 0:01.43 INFO No more tests 0:01.43 SUITE_END web-platform-test ~~~~~~~~~~~~~~~~~...
This is a quick and dirty attempt to see what changes if we follow the spirit of the standard for about:blank iframes, per #31973.