[Webkit-unassigned] [Bug 36093] webkitpy: Move modules in webkitpy/ into appropriate sub-packages (master bug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 13 17:21:42 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=36093





--- Comment #1 from Adam Barth <abarth at webkit.org>  2010-03-13 17:21:42 PST ---
Here's a candidate layout:

webkitpy/
  __init__.py
  init/
  layout_tests/
  style/
  style_references.py
  thirdparty/
  patch/
    commands/
    commands_references.py
    steps/
    steps_references.py
    bot/
      patchcollection.py
      patchcollection_unittest.py
      queueengine.py
      queueengine_unittest.py
    stepsequence.py
    comments.py
    mock_bugzillatool.py <-- wrong name
    multicommandtool.py
    multicommandtool_unittest.py
  config/
    committers.py
    committers_unittest.py
    webkitport.py
    webkitport_unittest.py
  scm/
    changelogs.py
    changelogs_unittest.py
    diff_parser.py
    diff_parser_unittest.py
    scm.py <-- should become many files
    scm_unittest.py
  net/ <-- classes that talk to servers
    bugzilla.py
    bugzilla_unittest.py
    buildbot.py
    buildbot_unittest.py
    credentials.py
    credentials_unittest.py
    networktransaction.py
    networktransaction_unittest.py
    statusserver.py
  base/
    grammar.py
    grammar_unittest.py
    executive.py
    executive_unittest.py
    outputcapture.py <-- probably should die
    user.py
    user_unittest.py
    webkit_logging.py <-- probably should die
    webkit_logging_unittest.py
  unittests.py <-- not sure

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list