[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
Wed Mar 24 22:03:11 PDT 2010


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





--- Comment #11 from Adam Barth <abarth at webkit.org>  2010-03-24 22:03:11 PST ---
webkitpy/
  common/ <-- contains modules used by more than one root-level package
    config/
      ports.py (was webkitport.py)
      committers.py
    infra/
      autoinstall.py <-- after re-landing the rewrite
      executive.py
      logtesting.py
      logutils.py
      user.py
      webkit_logging.py <-- probably should die
    scm/
      changelogs.py
      diff_parser.py
      scm.py <-- should become many files
    net/ <-- classes that talk to servers
      irc/
      bugzilla.py
      buildbot.py
      credentials.py
      networktransaction.py
      statusserver.py
  layout_tests/
  patch/
    bot/
      patchcollection.py
      queueengine.py
    commands/
    steps/
    comments.py
    grammar.py  <-- WTF?
    mock_bugzillatool.py <-- wrong name
    multicommandtool.py
    outputcapture.py <-- probably should die
    stepsequence.py
  python24/
    versioning.py
  style/
  test/
    main.py (move code from test-webkitpy)
    unittests.py
  thirdparty/

-- 
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