gecko-dev/other-licenses/android
Kartikaya Gupta ae1acb0127 Bug 695170 - Implement visited link styles [r=blassey]
Provide an IHistory interface implementation from the android widgets
rather than using the one in Places. This allows the Link class to get
history information from the android code. The IHistory implementation
talks to the Android browser history database via JNI.
The Java-side implementation attempts to batch-process the requests coming
in, and keeps an in-memory cache of the visited links to avoid multiple
hits to the database. The in-memory cache is guaranteed to be cleared
by the VM before an OOMs get thrown.
The current implementation does not consider external events that might
update the history database, and so the visited link information
provided to Gecko might not reflect the latest information in the
Android browser history database.
2011-10-25 11:39:32 -04:00
..
APKOpen.cpp Bug 695170 - Implement visited link styles [r=blassey] 2011-10-25 11:39:32 -04:00
APKOpen.h Bug 681202 - Add Android x86 target. r=glandium 2011-09-29 13:39:03 +09:00
ba.c
ba.h
bionic_tls.h
debugger.c
dlfcn.c Patch from https://github.com/snorp/mozilla-central faster branch. 2011-10-10 17:40:17 -07:00
dlfcn.h Bug 681202 - Add Android x86 target. r=glandium 2011-09-29 13:39:03 +09:00
linker_debug.h
linker_format.c
linker_format.h
linker.c Patch from https://github.com/snorp/mozilla-central faster branch. 2011-10-10 17:40:17 -07:00
linker.h Bug 647288 - Make our Android linker properly load libraries outside the .apk. r=mwu 2011-07-07 16:34:33 +02:00
Makefile.in Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367 2011-10-10 10:40:27 -04:00
nsGeckoUtils.cpp Bug 681202 - Add Android x86 target. r=glandium 2011-09-29 13:39:03 +09:00
rt.c