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

eric at webkit.org eric at webkit.org
Wed Apr 7 23:17:34 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit fe9ebf93978486fef5acecb45d069297f57078bc
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Nov 1 16:11:04 2009 +0000

    2009-11-01  Keishi Hattori  <casey.hattori at gmail.com>
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: Double clicking on a breakpoints should not select text
            https://bugs.webkit.org/show_bug.cgi?id=30950
    
            * inspector/front-end/SourceFrame.js:
            (WebInspector.SourceFrame.prototype._documentMouseDown):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50387 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6e51389..08692ba 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2009-11-01  Keishi Hattori  <casey.hattori at gmail.com>
+
+        Reviewed by Timothy Hatcher.
+
+        Web Inspector: Double clicking on a breakpoints should not select text
+        https://bugs.webkit.org/show_bug.cgi?id=30950
+
+        * inspector/front-end/SourceFrame.js:
+        (WebInspector.SourceFrame.prototype._documentMouseDown):
+
 2009-11-01  Yuta Kitamura  <yutak at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/inspector/front-end/SourceFrame.js b/WebCore/inspector/front-end/SourceFrame.js
index 1c11f76..3e4ab6c 100644
--- a/WebCore/inspector/front-end/SourceFrame.js
+++ b/WebCore/inspector/front-end/SourceFrame.js
@@ -336,6 +336,8 @@ WebInspector.SourceFrame.prototype = {
             WebInspector.panels.scripts.removeBreakpoint(sourceRow._breakpointObject);
         else if (this.addBreakpointDelegate)
             this.addBreakpointDelegate(this.lineNumberForSourceRow(sourceRow));
+
+        event.preventDefault();
     },
 
     _editBreakpointCondition: function(eventTarget, sourceRow, breakpoint)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list