[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
Tue Mar 23 01:49:04 PDT 2010


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





--- Comment #10 from Chris Jerdonek <cjerdonek at webkit.org>  2010-03-23 01:49:03 PST ---
Updating the plan for the new hierarchy.

(Again leaving out *_references.py and *_unittest.py files.)

webkitpy/
  common/ <-- contains modules used by more than one root-level package
    config/
      ports.py (was webkitport.py)
    infra/
      autoinstall.py <-- after re-landing the rewrite
      executive.py
      logtesting.py
      logutils.py
      net.py (was networktransaction.py)
      user.py
      webkit_logging.py <-- probably should die
    scm/
      changelogs.py
      diff_parser.py
      scm.py <-- should become many files
  layout_tests/
  patch/
    bot/
      patchcollection.py
      queueengine.py
    commands/
    config/
      committers.py
    irc/
    net/ <-- classes that talk to servers
      bugzilla.py
      buildbot.py
      credentials.py
      statusserver.py
    steps/
    comments.py
    grammar.py
    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