Changeset 185667 in webkit
- Timestamp:
- Jun 17, 2015, 2:27:35 PM (11 years ago)
- Location:
- trunk/Websites/perf.webkit.org
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
public/v2/popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Websites/perf.webkit.org/ChangeLog
r185594 r185667 1 2015-06-17 Ryosuke Niwa <rniwa@webkit.org> 2 3 Increase the popup dismissal time from 100ms to 500ms 4 https://bugs.webkit.org/show_bug.cgi?id=146077 5 6 Rubber-stamped by Andreas Kling. 7 8 * public/v2/popup.js: 9 (App.PopupView.scheduleHiding): 10 1 11 2015-06-16 Ryosuke Niwa <rniwa@webkit.org> 2 12 -
trunk/Websites/perf.webkit.org/public/v2/popup.js
r174477 r185667 20 20 scheduleHiding: function () 21 21 { 22 this._hidingTimer = Ember.run.later(this, this.hideNow, 100);22 this._hidingTimer = Ember.run.later(this, this.hideNow, 500); 23 23 }, 24 24 unscheduleHiding: function ()
Note:
See TracChangeset
for help on using the changeset viewer.