OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patchsets
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher.py
95
patchsets
= issue_json.get('
patchsets
')
96
if not isinstance(
patchsets
, list) or len(
patchsets
) == 0:
103
return str(
patchsets
[-1])
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js
122
var index = issue.
patchsets
.length - 1;
126
!fullPatchsets[issue.
patchsets
[index]] ||
127
!fullPatchsets[issue.
patchsets
[index]].try_job_results ||
128
fullPatchsets[issue.
patchsets
[index]].try_job_results.length == 0)) {
132
return index >= 0 ? fullPatchsets[issue.
patchsets
[index]] : null;
bg.js
165
// Notify updated once after receiving all
patchsets
, and a second time after
169
issue.
patchsets
.forEach(function(patchset) {
194
if (++patchsetsRetrieved == issue.
patchsets
.length) {
Completed in 539 milliseconds