[Webkit-unassigned] [Bug 35163] autoinstall: should unzip downloaded zip files prior to importing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Feb 20 17:54:39 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35163
Chris Jerdonek <cjerdonek at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|webkit-unassigned at lists.web |cjerdonek at webkit.org
|kit.org |
--- Comment #5 from Chris Jerdonek <cjerdonek at webkit.org> 2010-02-20 17:54:39 PST ---
I see that ClientForm is getting auto-installed, but I don't see where it's
being imported. All I see is this comment in bugzilla.py:
bug_status = self.browser.find_control("bug_status", type="select")
# This is a hack around the fact that ClientForm.ListControl seems to
# have no simpler way to ask if a control has an item named "REOPENED"
# without using exceptions for control flow.
possible_bug_statuses = map(lambda item: item.name, bug_status.items)
Is ClientForm used anywhere?
--
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