summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2015-01-12 13:05:14 +0100
committerjmoenig <jens@moenig.org>2015-01-12 13:05:14 +0100
commit667193b9f02331b3372fefbb9fd4a424d5b86d7e (patch)
treedf5c168ea864a3ce05d8986b1d0ff34853547b5d /history.txt
parentff3eed45eae2f4af3df5b636cdd59cabf9581e9b (diff)
downloadsnap-byow-667193b9f02331b3372fefbb9fd4a424d5b86d7e.tar.gz
snap-byow-667193b9f02331b3372fefbb9fd4a424d5b86d7e.zip
Force Chrome to show GUI messages
add additional yields to nextSteps() to work around a bug recently introduced to Chrome (other browsers don’t need this kludge). Remember to take those yields out again when and if Chrome (ever) fixes this (which, for all I know, may be never)
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index c3c4068..3ca41f8 100755
--- a/history.txt
+++ b/history.txt
@@ -2412,3 +2412,4 @@ ______
* Threads: Don’t highlight scripts running inside clones (boosts performance), Thanks, @aranlunzer, for the hint!
* Objects: Disable clones from being edited via their context menus or double-click
* Italian translation update, thanks, Alberto Firpo!
+* GUI: add additional yields to nextSteps() (work around a bug in Chrome)