To avoid possible JS re-entrancy caused by UI events when page loading is deferred.
Created attachment 138808 [details] the patch
Attachment 138808 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/blackberry/Api/WebPage.cpp',..." exit_code: 1 Source/WebKit/blackberry/Api/WebPage.cpp:3051: One line control clauses should not use braces. [whitespace/braces] [4] Source/WebKit/blackberry/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 2 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 138808 [details] the patch to fix style
Created attachment 138811 [details] fix style
Comment on attachment 138811 [details] fix style very nice!
Comment on attachment 138811 [details] fix style Clearing flags on attachment: 138811 Committed r115245: <http://trac.webkit.org/changeset/115245>
All reviewed patches have been landed. Closing bug.
Created attachment 138878 [details] a fix for the previous patch when double-checking the patch, I found a bug in the previous patch.
reopening
Comment on attachment 138878 [details] a fix for the previous patch Clearing flags on attachment: 138878 Committed r115308: <http://trac.webkit.org/changeset/115308>
reopen to fix a one-character bug in the patch
Created attachment 179346 [details] a fix
Comment on attachment 179346 [details] a fix Obvious fix, obvious r+ :)
Comment on attachment 179346 [details] a fix Clearing flags on attachment: 179346 Committed r137671: <http://trac.webkit.org/changeset/137671>