![]() |
Flutter Engine
The Flutter Engine
|
Classes | |
class | _WarningsAsErrors |
class | CodeReview |
Functions | |
def | load_source (modname, filename) |
def | runSmokeTest (input_api, output_api) |
def | CheckChangeOnCommit (input_api, output_api) |
def | CheckChangeOnUpload (input_api, output_api) |
def | EnsurePubspecAndChangelogAltered (input_api, package_name) |
def | CheckChange (input_api, output_api) |
def | CheckNodeTextExpectationsCollectorUpdatingIsDisabled (input_api, output_api) |
def | is_cpp_file (path) |
def | is_dart_file (path) |
def | get_old_contents (input_api, path) |
def | files_to_check_for_format (input_api, extension, exclude_folders) |
def | CheckMemcpy (filename) |
def | RunLint (input_api, output_api) |
def | CheckGn (input_api, output_api) |
def | CheckFormatted (input_api, output_api) |
def | PostUploadHook (gerrit, change, output_api) |
Variables | |
bool | USE_PYTHON3 = True |
string | PRESUBMIT_VERSION = '2.0.0' |
string | RELEASE_NOTES_DIR = 'relnotes' |
string | RELEASE_NOTES_FILE_NAME = 'RELEASE_NOTES.md' |
string | RELEASE_NOTES_README = '//relnotes/README.md' |
string | GOLD_TRYBOT_URL = 'https://gold.skia.org/search?issue=' |
list | SERVICE_ACCOUNT_SUFFIX |
def PRESUBMIT.CheckChange | ( | input_api, | |
output_api | |||
) |
Definition at line 41 of file PRESUBMIT.py.
def PRESUBMIT.CheckChangeOnCommit | ( | input_api | , |
output_api | |||
) |
Presubmit checks for the change on commit.
Definition at line 66 of file PRESUBMIT.py.
def PRESUBMIT.CheckChangeOnUpload | ( | input_api | , |
output_api | |||
) |
Presubmit checks for the change on upload.
Definition at line 70 of file PRESUBMIT.py.
def PRESUBMIT.CheckFormatted | ( | input_api, | |
output_api | |||
) |
Definition at line 62 of file PRESUBMIT.py.
def PRESUBMIT.CheckGn | ( | input_api, | |
output_api | |||
) |
Definition at line 58 of file PRESUBMIT.py.
def PRESUBMIT.CheckMemcpy | ( | filename | ) |
Definition at line 17 of file PRESUBMIT.py.
def PRESUBMIT.CheckNodeTextExpectationsCollectorUpdatingIsDisabled | ( | input_api, | |
output_api | |||
) |
Definition at line 18 of file PRESUBMIT.py.
def PRESUBMIT.EnsurePubspecAndChangelogAltered | ( | input_api, | |
package_name | |||
) |
Definition at line 20 of file PRESUBMIT.py.
def PRESUBMIT.files_to_check_for_format | ( | input_api, | |
extension, | |||
exclude_folders | |||
) |
Definition at line 41 of file PRESUBMIT.py.
def PRESUBMIT.get_old_contents | ( | input_api, | |
path | |||
) |
Definition at line 33 of file PRESUBMIT.py.
def PRESUBMIT.is_cpp_file | ( | path | ) |
Definition at line 25 of file PRESUBMIT.py.
def PRESUBMIT.is_dart_file | ( | path | ) |
Definition at line 29 of file PRESUBMIT.py.
def PRESUBMIT.load_source | ( | modname, | |
filename | |||
) |
Definition at line 19 of file PRESUBMIT.py.
def PRESUBMIT.PostUploadHook | ( | gerrit, | |
change, | |||
output_api | |||
) |
git cl upload will call this hook after the issue is created/modified. This hook does the following: * Adds a link to preview docs changes if there are any docs changes in the CL. * Adds 'No-Try: true' if the CL contains only docs changes.
Definition at line 658 of file PRESUBMIT.py.
def PRESUBMIT.RunLint | ( | input_api, | |
output_api | |||
) |
Definition at line 35 of file PRESUBMIT.py.
def PRESUBMIT.runSmokeTest | ( | input_api, | |
output_api | |||
) |
Definition at line 32 of file PRESUBMIT.py.
string PRESUBMIT.GOLD_TRYBOT_URL = 'https://gold.skia.org/search?issue=' |
Definition at line 25 of file PRESUBMIT.py.
string PRESUBMIT.PRESUBMIT_VERSION = '2.0.0' |
Definition at line 11 of file PRESUBMIT.py.
string PRESUBMIT.RELEASE_NOTES_DIR = 'relnotes' |
Definition at line 21 of file PRESUBMIT.py.
string PRESUBMIT.RELEASE_NOTES_FILE_NAME = 'RELEASE_NOTES.md' |
Definition at line 22 of file PRESUBMIT.py.
string PRESUBMIT.RELEASE_NOTES_README = '//relnotes/README.md' |
Definition at line 23 of file PRESUBMIT.py.
list PRESUBMIT.SERVICE_ACCOUNT_SUFFIX |
Definition at line 27 of file PRESUBMIT.py.
bool PRESUBMIT.USE_PYTHON3 = True |
Definition at line 16 of file PRESUBMIT.py.