Searched refs:revision (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrevisionHistory.css29 .outline-disclosure.revision-history-drawer {
34 .outline-disclosure.revision-history-drawer ol {
40 .outline-disclosure.revision-history-drawer > ol {
44 .outline-disclosure.revision-history-drawer li {
51 .outline-disclosure.revision-history-drawer li.parent {
55 .revision-history-link {
62 .revision-history-link-row {
66 .outline-disclosure.revision-history-drawer .revision-history-line {
71 .revision
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dhost_file_system_provider.py29 If not None, the maximum revision that a 'trunk' file system will be
33 specific revision will return |default_trunk_instance| instead.
46 def GetTrunk(self, revision=None):
49 be pinned to a max revision (|max_trunk_revision| in constructor) and can
53 |revision| if non-None determines a specific revision to pin the host file
55 If None then |revision| will track |max_trunk_revision| if is has been
58 if revision is None:
61 return self._Create('trunk', revision=self._max_trunk_revision)
63 revision
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Dlist.py37 revision = ' (r%s -> r%s)' % (local_bundle.revision, bundle.revision)
39 revision = ' (r%s)' % (bundle.revision,)
41 revision = ''
48 revision))
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_sdktools.py31 SDK_TOOLS_DESCRIPTION_FORMAT = 'Native Client SDK Tools, revision %d'
37 def GetSdkToolsUrl(revision):
38 return HTTPS_BUCKET_PATH + 'trunk.%d/sdk_tools.tgz' % revision
52 for revision, url in reversed(GetTrunkRevisions(delegate)):
55 return revision, sdktools_url
73 def UpdateSdkToolsBundle(sdk_tools_bundle, revision, url, sha1, size):
74 sdk_tools_bundle['description'] = SDK_TOOLS_DESCRIPTION_FORMAT % revision
75 sdk_tools_bundle['revision'] = revision
83 def UpdateManifest(manifest, revision)
[all...]
H A Dbuild_version.py32 return 'trunk.%s' % info.revision
59 '''Extract chrome revision from svn.
62 The Chrome revision as a string. e.g. "12345"
64 return lastchange.FetchVersionInfo(None).revision
67 '''Extract NaCl revision from svn.
70 The NaCl revision as a string. e.g. "12345"
73 return lastchange.FetchVersionInfo(None, nacl_dir).revision
/external/chromium_org/chrome/test/chromedriver/
H A Dembed_version_in_cpp.py28 revision = lastchange.FetchVersionInfo(None).revision
29 if revision:
30 version += '.' + revision.strip()
H A Drun_buildbot_steps.py50 def _ArchivePrebuilts(revision):
57 '%s/%s' % (GS_PREBUILTS_URL, 'r%s.zip' % revision)):
120 def _UpdateTestResultsLog(platform, revision, passed):
125 revision: The SVN revision number.
126 passed: Boolean indicating whether the tests passed at this revision.
128 assert isinstance(revision, int), 'The revision must be an integer'
132 assert revision not in log, 'Results already exist for revision
[all...]
H A Darchive.py27 """Returns the latest revision (as a string) available for this platform.
36 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS):
40 revision: the revision of Chrome to download.
61 zip_path = os.path.join(dest_dir, 'chrome-%s.zip' % revision)
63 url = site + '/%s/%s/%s.zip' % (_GetDownloadPlatform(), revision,
84 """Returns the latest revision of snapshot build."""
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Dmodel.js45 if (commitData.revision in revertedRevisions)
62 for(var revision = failureAnalysis.newestPassingRevision + 1; revision <= failureAnalysis.oldestFailingRevision; ++revision) {
63 while (commitDataIndex >= 0 && commitDataList[commitDataIndex].revision < revision)
66 if (commitData.revision != revision)
69 failureAnalysis.oldestFailingRevision = revision;
70 failureAnalysis.newestPassingRevision = revision
[all...]
H A Dsvn-log.js85 revision: findRevision(summary),
103 'revision': message.revision,
117 trac.changesetURL = function(revision)
121 revision: revision,
/external/chromium_org/content/test/gpu/page_sets/
H A Dpixel_tests.py12 def __init__(self, url, name, test_rect, revision, page_set):
16 self.revision = revision
35 revision=4,
42 revision=9,
49 revision=8,
/external/chromium_org/third_party/skia/tools/
H A Droll_deps.py12 associated with the SVN revision number.
72 search_depth: (int) how far back to look for the revision.
128 '-r', '--revision', type='int', default=None,
129 help='The Skia SVN revision number, defaults to top of tree.')
132 help='A partial Skia Git hash. Do not set this and revision.')
144 help='How far back to look for the revision.')
175 '(git-svn-id: [^@ ]+@|SVN changes up to revision |'
176 'LKGR w/ DEPS up to revision )(?P<return>[0-9]+)')
233 """Finds revision number and git hash of origin/master in the Skia tree.
239 A tuple (revision, has
[all...]
/external/skia/tools/
H A Droll_deps.py12 associated with the SVN revision number.
72 search_depth: (int) how far back to look for the revision.
128 '-r', '--revision', type='int', default=None,
129 help='The Skia SVN revision number, defaults to top of tree.')
132 help='A partial Skia Git hash. Do not set this and revision.')
144 help='How far back to look for the revision.')
175 '(git-svn-id: [^@ ]+@|SVN changes up to revision |'
176 'LKGR w/ DEPS up to revision )(?P<return>[0-9]+)')
233 """Finds revision number and git hash of origin/master in the Skia tree.
239 A tuple (revision, has
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparsePatch.pl45 --- Makefile (revision 53131)
51 --- Makefile_new (revision 53131) (from Makefile:53131)
62 --- Makefile (revision 53131)
H A DparseSvnDiffHeader.pl48 --- WebKitTools/Scripts/VCSUtils.pm (revision 53004)
58 --- WebKitTools/Scripts/VCSUtils.pm (revision 53004)
73 --- WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl (revision 0)
74 +++ WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl (revision 0)
83 --- WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl (revision 0)
84 +++ WebKitTools/Scripts/webkitperl/VCSUtils_unittest/parseDiffHeader.pl (revision 0)
98 --- WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (revision 0)
99 +++ WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (revision 0)
108 --- WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (revision 0)
109 +++ WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme (revision
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dregressionwindow.py50 self._revisions = range(self._failing_build.revision(), self._build_before_failure.revision(), -1)
/external/chromium_org/build/util/
H A Dlastchange.py7 lastchange.py -- Chromium revision fetching utility.
19 def __init__(self, url, revision):
21 self.revision = revision
26 Fetch the Subversion branch and revision for a given directory.
59 revision = attrs['Revision']
63 return VersionInfo(url, revision)
112 Fetch the Subversion URL and revision through Git.
117 A tuple containing the Subversion URL and revision.
124 # Extract the latest SVN revision an
[all...]
/external/chromium_org/third_party/ots/src/
H A Dhead.h13 uint32_t revision; member in struct:ots::OpenTypeHEAD
/external/iptables/extensions/
H A Dlibxt_connlimit.c60 const unsigned int revision = (*cb->match)->u.user.revision; local
73 if (revision < 1)
80 if (revision < 1)
153 const int revision = match->u.user.revision; local
160 if (revision >= 1) {
171 const int revision = match->u.user.revision; local
178 if (revision >
[all...]
H A Dlibxt_string.c172 const unsigned int revision = (*cb->match)->u.user.revision; local
179 if (revision == 0)
188 if (revision == 0)
195 if (revision == 0)
257 const int revision = match->u.user.revision; local
258 int invert = (revision == 0 ? info->u.v0.invert :
273 if (revision > 0 && info->u.v1.flags & XT_STRING_FLAG_IGNORECASE)
281 const int revision local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dsupervised_user_authentication_unittest.cc35 int revision = 1; local
48 key.GetSecret(), revision, signature_key);
/external/e2fsprogs/intl/
H A Dloadinfo.h107 const char *sponsor, const char *revision,
116 territory, codeset, special, sponsor, revision.
138 const char **revision);
/external/chromium_org/remoting/host/installer/linux/
H A Dbuild-deb.sh97 # Include revision information in changelog when building from a local
101 revision="$(git svn find-rev "$merge_head" 2>/dev/null || true)"
104 revision="$(svn info . | awk '/^Revision: /{print $2}')"
106 if [[ -n "$revision" ]]; then
107 revision_text="(r$revision)"
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dsdktools_test.py54 """Get the sdk_tools bundle revision.
56 build_updater uses to specify the current revision of sdk_tools."""
62 return manifest.GetBundle('sdk_tools').revision
90 def _BuildUpdater(self, out_dir, revision=None):
93 if revision:
94 cmd.extend(['-r', str(revision)])
100 def _BuildUpdaterArchive(self, rel_path, revision):
105 revision: The revision number to give to this bundle.
110 self._BuildUpdater(os.path.join(self.basedir, rel_path), revision)
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot_mock.py38 def __init__(self, build_number, revision, is_green):
40 self._revision = revision
51 return MockBuild(build_number=build_number, revision=1234, is_green=False)

Completed in 6464 milliseconds

12345678910