commit | c6c318dffbb411c2cb04740a8dcc18d21c14f361 | [log] [tgz] |
---|---|---|
author | Grace Kloba | Wed Apr 01 09:44:18 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Apr 01 09:44:18 2009 -0700 |
tree | 572fff4b1aa43c05329cf4f059b33bd2c2024cfb | |
parent | 8126ac66b631dc635d8fab8a240840989cbd2a05 [diff] |
AI 143999: am: CL 143998 Fix #1750489. Call WebKit's setNetworkOnLine from WebCore thread instead of UI thread as WebKit is not thread safe. Using the same code pattern as the rest of the file: . throw IllegalStateException if BrowserFrame.sJavaBridge is null in pauseTimers/resumeTimers. . use (msg.arg1 == 1) to pass the boolean from WebView to WebViewCore as in CLEAR_CACHE Original author: klobag Merged from: //branches/cupcake/... Automated import of CL 143999