pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 434 forks source link

which chromium version do you use? #21

Open dzhj11 opened 10 years ago

dzhj11 commented 10 years ago

which chromium version do you use ? Is it a stable version

pwnall commented 10 years ago

@dzhj11 Sorry, I can't pull this version. It has the same issue as the build I'm putting together -- it crashes when I try to input in a text field.

07-18 11:35:47.337: W/ResourceType(30172): No package identifier when getting value for resource number 0x00000000
07-18 11:35:47.337: W/System.err(30172): android.content.res.Resources$NotFoundException: Resource ID #0x0
07-18 11:35:47.337: W/System.err(30172):    at android.content.res.Resources.getValue(Resources.java:1014)
07-18 11:35:47.337: W/System.err(30172):    at android.content.res.Resources.loadXmlResourceParser(Resources.java:2139)
07-18 11:35:47.337: W/System.err(30172):    at android.content.res.Resources.getLayout(Resources.java:853)
07-18 11:35:47.337: W/System.err(30172):    at android.view.LayoutInflater.inflate(LayoutInflater.java:394)
07-18 11:35:47.337: W/System.err(30172):    at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
07-18 11:35:47.337: W/System.err(30172):    at org.chromium.ui.autofill.AutofillPopup.getDesiredWidth(AutofillPopup.java:177)
07-18 11:35:47.337: W/System.err(30172):    at org.chromium.ui.autofill.AutofillPopup.show(AutofillPopup.java:145)
07-18 11:35:47.337: W/System.err(30172):    at org.chromium.android_webview.AwAutofillManagerDelegate.showAutofillPopup(AwAutofillManagerDelegate.java:63)
07-18 11:35:47.337: W/System.err(30172):    at org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method)
07-18 11:35:47.337: W/System.err(30172):    at org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:27)
07-18 11:35:47.337: W/System.err(30172):    at android.os.Handler.dispatchMessage(Handler.java:99)
07-18 11:35:47.337: W/System.err(30172):    at android.os.Looper.loop(Looper.java:137)
07-18 11:35:47.337: W/System.err(30172):    at android.app.ActivityThread.main(ActivityThread.java:5041)
07-18 11:35:47.337: W/System.err(30172):    at java.lang.reflect.Method.invokeNative(Native Method)
07-18 11:35:47.337: W/System.err(30172):    at java.lang.reflect.Method.invoke(Method.java:511)
07-18 11:35:47.337: W/System.err(30172):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
07-18 11:35:47.337: W/System.err(30172):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
07-18 11:35:47.337: W/System.err(30172):    at dalvik.system.NativeStart.main(Native Method)
07-18 11:35:47.337: A/chromium(30172): [FATAL:jni_android.cc(319)] Check failed: false. 
07-18 11:35:47.337: A/libc(30172): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 30172 (l.netmap.client)
jeanpeng commented 9 years ago

@pwnall did you had fix this issue,i still has this problem at the master branch

pwnall commented 9 years ago

@pengjin1024 This is discontinued. The folks at Intel did a much better job than I could've done, so I discontinued this project, and I'm using Crosswalk. You should switch to it for a hassle-free WebView.