HomeSort by relevance Sort by last modified time
    Searched full:reviewers (Results 1 - 19 of 19) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/
committers_unittest.py 37 committer_list = CommitterList(committers=[committer], reviewers=[reviewer])
59 # Test that committers returns committers and reviewers and reviewers() just reviewers.
61 self.assertEqual(committer_list.reviewers(), [reviewer])
committers.py 60 # please add it. No review needed. All reviewers are committers, so this list
61 # is only of committers who are not reviewers.
165 # This is intended as a canonical, machine-readable list of all reviewers for
241 # Committers and reviewers are passed in to allow easy testing
245 reviewers=reviewers_list):
246 self._committers = committers + reviewers
247 self._reviewers = reviewers
253 def reviewers(self): member in class:CommitterList
mock_bugzillatool.py 239 self.committers = CommitterList(reviewers=[Reviewer("Foo Bar",
bugzilla.py 236 # set. It won't reject patches with invalid committers/reviewers.
  /external/webkit/WebKitTools/Scripts/
validate-committer-lists 57 reviewers_list_url = "http://lists.webkit.org/mailman/roster.cgi/webkit-reviewers"
103 list_name = "webkit-reviewers@lists.webkit.org"
105 missing_from_mailing_list = self._commiters_not_found_in_email_list(committer_list.reviewers(), reviewer_emails)
106 print_list_if_non_empty("Reviewers missing from %s:" % list_name, missing_from_mailing_list)
108 missing_from_reviewers = self._emails_not_found_in_committer_list(committer_list.reviewers(), reviewer_emails)
109 print_list_if_non_empty("Subcribers to %s missing from reviewers in committer.py:" % list_name, missing_from_reviewers)
  /external/jdiff/
README.txt 50 Many thanks to the reviewers at Sun and Vitria who gave feedback on early
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queues.py 148 # Not using BugzillaQueries.fetch_patches_from_commit_queue() so we can reject patches with invalid committers/reviewers.
  /development/pdk/docs/source/
git-repo.jd 145 within the user settings panel to register your public keys with Gerrit.To enable password-less uploads, consider using ssh-agent on your client system.<br><br>When Gerrit receives the object data over its SSH server, it will turn each commit into a change so that reviewers can comment on each commit individually.<br><br>To combine several "checkpoint" commits together into a single commit, use git rebase -i before you run repo upload.<br><br>You can specify project-list as a list of names or a list of paths to local source directories for the projects:<br>repo upload [<i>proj1</i>
submit-patches.jd 135 Anyone in the community can use Gerrit to add inline comments to code submissions. A good comment will be relevant to the line or section of code to which it is attached in Gerrit. It might be a short and constructive suggestion about how a line of code could be improved, or it might be an explanation from the author about why the code makes sense the way it is.<br><br>To add an inline comment, double-click the relevant line of the code and write your comment in the text box that opens. When you click Save, only you can see your comment.<br><br>To publish your comments so that others using Gerrit will be able to see them, click the Publish Comments button. Your comments will be emailed to all relevant parties for this change, including the change owner, the patch set uploader (if different from the owner), and all current reviewers.<br><br><h3>
  /bionic/libc/regex/
regcomp.c 327 * other 1003.2 regular-expression reviewers noticed it at
    [all...]
  /external/webkit/WebKitTools/
ChangeLog     [all...]
  /external/webkit/WebKit/mac/
ChangeLog-2006-02-09     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gdbint.info     [all...]

Completed in 681 milliseconds