summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/L10nUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-120/+0
| | | | | | | | | Delete all the Java classes used only by the old WebView implementation, and also sections of common classes that were only needed for the old WebView. Bug: 10427705 Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d
* Add missing auto-fill strings.Ben Murdoch2011-07-121-1/+12
| | | | | | | | | | | | | These strings had a defintion native side, but no corresponding definition java side which would lead to a crash. Strings taken from chrome/app/generated_resources.grd - see http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.grd?r1=75912&r2=76117&pathrev=88489 Also note that credit_card_number_preview_format is no longer needed. See also change Ib861245e26197938bb2c5cf0f99c1d797ab0fbf2 Change-Id: I829b5d24e6f9a04211ee91c3f670c8659c004cd9
* Merge Chromium at r12.0.742.93: New autofill stringKristian Monsen2011-07-081-1/+2
| | | | | | Added a string that we now use. Change-Id: I6df3f2b5c2f01e4d757dadb048cb53bfe9819ff9
* Merge Chromium at r11.0.696.0: New autofill stringsKristian Monsen2011-06-301-1/+5
| | | | | | | Corresponding native change: https://android-git.corp.google.com/g/#change,118079 Change-Id: I7e8401a4909c903ee4806825ff82a49e3cf6dacb
* Merge Chromium at 10.0.634.0: Add autofill fax stringKristian Monsen2011-05-251-1/+2
| | | | | | | Introduced here: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/autofill/fax_field.cc?view=diff&pathrev=70875&r1=70709&r2=70710 Change-Id: I20130029e26f2d9ef6ea4828921b070c887ccb69
* Improve caching of localised strings for ChromiumBen Murdoch2011-02-281-11/+24
| | | | | | | | We read localised strings for Chromium (e.g. for Autofill) from Java. Now we've added more large strings, keep them in WeakReferences and load them lazily rather than on startup. Change-Id: Ibedcaab5ee781699b41b5c03aae866d1d82bb570
* Localise the regular expressions that AutoFill uses.Ben Murdoch2011-02-281-1/+37
| | | | | | | | | | | | | | Improve the AutoFill experience on non-English web pages by using localised regular expressions. This essentially cherry picks the localised strings from Chromium CL: http://codereview.chromium.org/6113005 Requires a change in external/chromium, see: Ie927514cae7b7390c5a291dfae4dcfe3782bb5b7 Change-Id: I9c0544e67bf0333abcb9ea607855ff92f69bff8e
* Add a class that stores localised strings used by libchromium.Ben Murdoch2010-10-291-0/+54
These are loaded by the first WebView to be instantiated and read over JNI by libchromium in external/chromium/android/app/l10n_util.cc Change-Id: I43d6e5a061691689d28cba2697fedcd27548af08