Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
scripts.dartmetadata Namespace Reference

Variables

 _logger = logging.getLogger('dartmetadata')
 
 _dart2js_annotations
 
list _blink_experimental_annotations
 
list _indexed_db_annotations
 
list _file_system_annotations
 
list _all_but_ie9_annotations
 
list _history_annotations = _all_but_ie9_annotations
 
list _no_ie_annotations
 
list _performance_annotations
 
list _rtc_annotations
 
list _shadow_dom_annotations
 
list _speech_recognition_annotations
 
list _svg_annotations = _all_but_ie9_annotations
 
list _web_sql_annotations
 
list _webgl_annotations
 
list _web_audio_annotations = _webgl_annotations
 
list _webkit_experimental_annotations
 

Detailed Description

This module provides shared functionality to provide Dart metadata for
DOM APIs.

Variable Documentation

◆ _all_but_ie9_annotations

list scripts.dartmetadata._all_but_ie9_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3 "@SupportedBrowser(SupportedBrowser.FIREFOX)",
4 "@SupportedBrowser(SupportedBrowser.IE, '10')",
5 "@SupportedBrowser(SupportedBrowser.SAFARI)",
6]

Definition at line 410 of file dartmetadata.py.

◆ _blink_experimental_annotations

list scripts.dartmetadata._blink_experimental_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3]

Definition at line 396 of file dartmetadata.py.

◆ _dart2js_annotations

scripts.dartmetadata._dart2js_annotations
protected

Definition at line 28 of file dartmetadata.py.

◆ _file_system_annotations

list scripts.dartmetadata._file_system_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3]

Definition at line 406 of file dartmetadata.py.

◆ _history_annotations

list scripts.dartmetadata._history_annotations = _all_but_ie9_annotations
protected

Definition at line 417 of file dartmetadata.py.

◆ _indexed_db_annotations

list scripts.dartmetadata._indexed_db_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3 "@SupportedBrowser(SupportedBrowser.FIREFOX, '15')",
4 "@SupportedBrowser(SupportedBrowser.IE, '10')",
5]

Definition at line 400 of file dartmetadata.py.

◆ _logger

scripts.dartmetadata._logger = logging.getLogger('dartmetadata')
protected

Definition at line 17 of file dartmetadata.py.

◆ _no_ie_annotations

list scripts.dartmetadata._no_ie_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3 "@SupportedBrowser(SupportedBrowser.FIREFOX)",
4 "@SupportedBrowser(SupportedBrowser.SAFARI)",
5]

Definition at line 419 of file dartmetadata.py.

◆ _performance_annotations

list scripts.dartmetadata._performance_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3 "@SupportedBrowser(SupportedBrowser.FIREFOX)",
4 "@SupportedBrowser(SupportedBrowser.IE)",
5]

Definition at line 425 of file dartmetadata.py.

◆ _rtc_annotations

list scripts.dartmetadata._rtc_annotations
protected
Initial value:
1= [ # Note: Firefox nightly builds also support this.
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3]

Definition at line 431 of file dartmetadata.py.

◆ _shadow_dom_annotations

list scripts.dartmetadata._shadow_dom_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME, '26')",
3]

Definition at line 435 of file dartmetadata.py.

◆ _speech_recognition_annotations

list scripts.dartmetadata._speech_recognition_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME, '25')",
3]

Definition at line 439 of file dartmetadata.py.

◆ _svg_annotations

list scripts.dartmetadata._svg_annotations = _all_but_ie9_annotations
protected

Definition at line 443 of file dartmetadata.py.

◆ _web_audio_annotations

list scripts.dartmetadata._web_audio_annotations = _webgl_annotations
protected

Definition at line 455 of file dartmetadata.py.

◆ _web_sql_annotations

list scripts.dartmetadata._web_sql_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3 "@SupportedBrowser(SupportedBrowser.SAFARI)",
4]

Definition at line 445 of file dartmetadata.py.

◆ _webgl_annotations

list scripts.dartmetadata._webgl_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3 "@SupportedBrowser(SupportedBrowser.FIREFOX)",
4]

Definition at line 450 of file dartmetadata.py.

◆ _webkit_experimental_annotations

list scripts.dartmetadata._webkit_experimental_annotations
protected
Initial value:
1= [
2 "@SupportedBrowser(SupportedBrowser.CHROME)",
3 "@SupportedBrowser(SupportedBrowser.SAFARI)",
4]

Definition at line 457 of file dartmetadata.py.