[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

vestbo at webkit.org vestbo at webkit.org
Thu Apr 8 01:55:05 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit aba513a01c1f55be340a8042df296d8f1a6952d3
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 22 14:21:25 2010 +0000

    2010-02-22  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
    
            Reviewed by Maciej Stachowiak.
    
            Don't reset the assignee back to default on component change
    
            https://bugs.webkit.org/show_bug.cgi?id=35236
    
            There's a risk of reseting a valid assignee for example when
            triaging a bug. All components in WebKit have the default
            assignee set to webkit-unassigned at webkit.org so this should
            not cause problems for people relying on this functionality.
    
            * template/en/custom/bug/edit.html.tmpl:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55080 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index ff23bc9..4723e24 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,18 @@
+2010-02-22  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
+
+        Reviewed by Maciej Stachowiak.
+
+        Don't reset the assignee back to default on component change
+
+        https://bugs.webkit.org/show_bug.cgi?id=35236
+
+        There's a risk of reseting a valid assignee for example when
+        triaging a bug. All components in WebKit have the default 
+        assignee set to webkit-unassigned at webkit.org so this should
+        not cause problems for people relying on this functionality.
+
+        * template/en/custom/bug/edit.html.tmpl:
+
 2010-01-22  Janusz Lewandowski  <lew21 at xtreeme.org>
 
         Reviewed by Maciej Stachowiak.
diff --git a/BugsSite/template/en/custom/bug/edit.html.tmpl b/BugsSite/template/en/custom/bug/edit.html.tmpl
index ab45206..5eed28e 100644
--- a/BugsSite/template/en/custom/bug/edit.html.tmpl
+++ b/BugsSite/template/en/custom/bug/edit.html.tmpl
@@ -415,7 +415,7 @@
        [% PROCESS select selname => "rep_platform" no_td=> 1 %]
        [%+ PROCESS select selname => "op_sys" no_td=> 1 %]
        <script type="text/javascript">
-         assignToDefaultOnChange(['product', 'component']);
+         assignToDefaultOnChange(['product']);
        </script>
       </td>
     </tr>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list