https://bugs.webkit.org/show_bug.cgi?id=146077
Rubber-stamped by Andreas Kling.
* public/v2/popup.js:
(App.PopupView.scheduleHiding):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@185667
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-06-17 Ryosuke Niwa <rniwa@webkit.org>
+
+ Increase the popup dismissal time from 100ms to 500ms
+ https://bugs.webkit.org/show_bug.cgi?id=146077
+
+ Rubber-stamped by Andreas Kling.
+
+ * public/v2/popup.js:
+ (App.PopupView.scheduleHiding):
+
2015-06-16 Ryosuke Niwa <rniwa@webkit.org>
v2 UI should have buttons to breakdown a test
},
scheduleHiding: function ()
{
- this._hidingTimer = Ember.run.later(this, this.hideNow, 100);
+ this._hidingTimer = Ember.run.later(this, this.hideNow, 500);
},
unscheduleHiding: function ()
{