Commits
Cary Clark authored ded054c9d3e
replace webview hashmap with static class Hashmaps used to pass parameters between WebView.java and WebViewCore.java are fragile and sometimes require boxing. Replace them with static classes that are typesafe and use less code.