[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

ap at apple.com ap at apple.com
Thu Oct 29 20:46:47 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 5d75d94a630897ae5e6ec8dc9c7ce9b4e1ac97d6
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 17 06:59:38 2009 +0000

            Reviewed by Mark Rowe.
    
            https://bugs.webkit.org/show_bug.cgi?id=30470
            Make marking a bug as duplicate easier
    
            * js/field.js: (setResolutionToDuplicate): Show edit field right away, don't make the user
            click again.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49736 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/BugsSite/ChangeLog b/BugsSite/ChangeLog
index c6fe66b..b014022 100644
--- a/BugsSite/ChangeLog
+++ b/BugsSite/ChangeLog
@@ -1,3 +1,13 @@
+2009-10-16  Alexey Proskuryakov  <ap at apple.com>
+
+        Reviewed by Mark Rowe.
+
+        https://bugs.webkit.org/show_bug.cgi?id=30470
+        Make marking a bug as duplicate easier
+
+        * js/field.js: (setResolutionToDuplicate): Show edit field right away, don't make the user
+        click again.
+
 2009-09-09  David Kilzer  <ddkilzer at apple.com>
 
         Update data/params parameters
diff --git a/BugsSite/js/field.js b/BugsSite/js/field.js
index ea33e52..f2dce57 100644
--- a/BugsSite/js/field.js
+++ b/BugsSite/js/field.js
@@ -325,6 +325,11 @@ function setResolutionToDuplicate(e, duplicate_or_move_bug_status) {
     status.value = duplicate_or_move_bug_status;
     resolution.value = "DUPLICATE";
     showHideStatusItems("", ["",""]);
+
+    // Show edit field for bug number, so that the user doesn't have to click on "(edit)".
+    YAHOO.util.Dom.setStyle('dup_id', 'display', 'inline');
+    YAHOO.util.Dom.setStyle('dup_id_container', 'display', 'none');
+
     YAHOO.util.Event.preventDefault(e);
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list