Closed
Bug 1707080
Opened 4 years ago
Closed 4 years ago
Enable dom.w3c_pointer_events.dispatch_by_pointer_messages on Nightly
Categories
(Core :: DOM: UI Events & Focus Handling, task, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b4ab5643d456
Enable dispatch_by_pointer_messages on Nightly r=edgar
Comment 3•4 years ago
|
||
Backed out for causing build bustage
backout: https://hg.mozilla.org/integration/autoland/rev/cd514176fec8584cd9b2377f964615fce33e8304
failure log: https://treeherder.mozilla.org/logviewer?job_id=341986599&repo=autoland&lineNumber=2432
[task 2021-06-07T13:03:25.316Z] 13:03:25 INFO - /builds/worker/workspace/obj-build/_virtualenvs/common/bin/python -m mozbuild.action.file_generate /builds/worker/checkouts/gecko/modules/libpref/init/generate_static_pref_list.py emit_code init/StaticPrefListAll.h init/.deps/StaticPrefListAll.h.pp init/.deps/StaticPrefListAll.h.stub /builds/worker/checkouts/gecko/modules/libpref/init/StaticPrefList.yaml
[task 2021-06-07T13:03:25.316Z] 13:03:25 ERROR - Traceback (most recent call last):
[task 2021-06-07T13:03:25.316Z] 13:03:25 INFO - File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
[task 2021-06-07T13:03:25.316Z] 13:03:25 INFO - "__main__", mod_spec)
[task 2021-06-07T13:03:25.316Z] 13:03:25 INFO - File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
[task 2021-06-07T13:03:25.316Z] 13:03:25 INFO - exec(code, run_globals)
[task 2021-06-07T13:03:25.316Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/file_generate.py", line 156, in <module>
[task 2021-06-07T13:03:25.316Z] 13:03:25 INFO - sys.exit(log_build_task(main, sys.argv[1:]))
[task 2021-06-07T13:03:25.316Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/util.py", line 18, in log_build_task
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - return f(*args, **kwargs)
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/python/mozbuild/mozbuild/action/file_generate.py", line 101, in main
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - output, *args.additional_arguments, **kwargs
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/modules/libpref/init/generate_static_pref_list.py", line 389, in emit_code
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - pref_list = yaml.safe_load(pp.out.getvalue())
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/__init__.py", line 162, in safe_load
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - return load(stream, SafeLoader)
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/__init__.py", line 114, in load
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - return loader.get_single_data()
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/constructor.py", line 49, in get_single_data
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - node = self.get_single_node()
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/composer.py", line 36, in get_single_node
[task 2021-06-07T13:03:25.317Z] 13:03:25 INFO - document = self.compose_document()
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/composer.py", line 55, in compose_document
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - node = self.compose_node(None, None)
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/composer.py", line 82, in compose_node
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - node = self.compose_sequence_node(anchor)
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/composer.py", line 111, in compose_sequence_node
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - node.value.append(self.compose_node(node, index))
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/composer.py", line 84, in compose_node
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - node = self.compose_mapping_node(anchor)
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/composer.py", line 133, in compose_mapping_node
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - item_value = self.compose_node(node, item_key)
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/composer.py", line 64, in compose_node
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - if self.check_event(AliasEvent):
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/parser.py", line 98, in check_event
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - self.current_event = self.state()
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/parser.py", line 449, in parse_block_mapping_value
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - if not self.check_token(KeyToken, ValueToken, BlockEndToken):
[task 2021-06-07T13:03:25.318Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/scanner.py", line 116, in check_token
[task 2021-06-07T13:03:25.319Z] 13:03:25 INFO - self.fetch_more_tokens()
[task 2021-06-07T13:03:25.319Z] 13:03:25 INFO - File "/builds/worker/checkouts/gecko/third_party/python/PyYAML/lib3/yaml/scanner.py", line 260, in fetch_more_tokens
[task 2021-06-07T13:03:25.319Z] 13:03:25 INFO - self.get_mark())
[task 2021-06-07T13:03:25.319Z] 13:03:25 INFO - yaml.scanner.ScannerError: while scanning for the next token
[task 2021-06-07T13:03:25.319Z] 13:03:25 INFO - found character '%' that cannot start any token
[task 2021-06-07T13:03:25.319Z] 13:03:25 INFO - in "<unicode string>", line 2513, column 12:
[task 2021-06-07T13:03:25.319Z] 13:03:25 INFO - value: %IS_NIGHTLY_BUILD%
[task 2021-06-07T13:03:25.319Z] 13:03:25 INFO - ^
[task 2021-06-07T13:03:25.319Z] 13:03:25 ERROR - make[4]: *** [backend.mk:140: init/.deps/StaticPrefListAll.h.stub] Error 1
Flags: needinfo?(krosylight)
| Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(krosylight)
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7ee5516df237
Enable dispatch_by_pointer_messages on Nightly r=edgar
Comment 5•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•