[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

eric at webkit.org eric at webkit.org
Wed Dec 22 15:45:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 473904bb741ef060d83fc84f8fe15e3954f36d5a
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 11 21:12:37 2010 +0000

    2010-11-11  Eric Seidel  <eric at webkit.org>
    
            Rubber-stamped by Adam Barth.
    
            Move bugzilla.py into its own module in preparation for splitting one-file-per-class
            https://bugs.webkit.org/show_bug.cgi?id=49402
    
            * Scripts/webkitpy/common/net/bugzilla/__init__.py: Added.
            * Scripts/webkitpy/common/net/bugzilla/bugzilla.py: Renamed from WebKitTools/Scripts/webkitpy/common/net/bugzilla.py.
            * Scripts/webkitpy/common/net/bugzilla/bugzilla_unittest.py: Renamed from WebKitTools/Scripts/webkitpy/common/net/bugzilla_unittest.py.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71849 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index fc667ef..19168d9 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,14 @@
+2010-11-11  Eric Seidel  <eric at webkit.org>
+
+        Rubber-stamped by Adam Barth.
+
+        Move bugzilla.py into its own module in preparation for splitting one-file-per-class
+        https://bugs.webkit.org/show_bug.cgi?id=49402
+
+        * Scripts/webkitpy/common/net/bugzilla/__init__.py: Added.
+        * Scripts/webkitpy/common/net/bugzilla/bugzilla.py: Renamed from WebKitTools/Scripts/webkitpy/common/net/bugzilla.py.
+        * Scripts/webkitpy/common/net/bugzilla/bugzilla_unittest.py: Renamed from WebKitTools/Scripts/webkitpy/common/net/bugzilla_unittest.py.
+
 2010-11-10  Chris Guillory  <chris.guillory at google.com>
 
         Reviewed by Chris Fleizach.
diff --git a/WebKitTools/Scripts/webkitpy/common/net/bugzilla/__init__.py b/WebKitTools/Scripts/webkitpy/common/net/bugzilla/__init__.py
new file mode 100644
index 0000000..2b7058f
--- /dev/null
+++ b/WebKitTools/Scripts/webkitpy/common/net/bugzilla/__init__.py
@@ -0,0 +1,4 @@
+# Required for Python to search this directory for module files
+
+# Eventually bugzilla will have one-file-per-class and we'll only export public classes.
+from .bugzilla import *
diff --git a/WebKitTools/Scripts/webkitpy/common/net/bugzilla.py b/WebKitTools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py
similarity index 100%
rename from WebKitTools/Scripts/webkitpy/common/net/bugzilla.py
rename to WebKitTools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py
diff --git a/WebKitTools/Scripts/webkitpy/common/net/bugzilla_unittest.py b/WebKitTools/Scripts/webkitpy/common/net/bugzilla/bugzilla_unittest.py
similarity index 100%
rename from WebKitTools/Scripts/webkitpy/common/net/bugzilla_unittest.py
rename to WebKitTools/Scripts/webkitpy/common/net/bugzilla/bugzilla_unittest.py

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list