gecko-dev/mobile/android/geckoview
Jim Chen cdb5767ec4 Bug 1319660 - 1. Don't take shortcut if old replacement ranges don't match; r=esawin
The block at [1] is a shortcut we take when we reconcile Java text
changes with Gecko text changes. However, we only checked that the new
ranges are the same, i.e. that the new Gecko text is the same as the new
Java text. We should also be checking that the old ranges are the same,
i.e. that the replaced Gecko text is the same as the replaced Java text.

[1] https://dxr.mozilla.org/mozilla-central/rev/bbbd2f7539f224a482cc6d2dd10e6a5f31c8baf3/mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoEditable.java#1233
2017-01-04 14:46:10 -05:00
..
src Bug 1319660 - 1. Don't take shortcut if old replacement ranges don't match; r=esawin 2017-01-04 14:46:10 -05:00
build.gradle Bug 1291366 - Part 3: Generate o.m.geckoview.BuildConfig using Gradle. r=sebastian 2016-11-17 14:22:28 -08:00
BuildConfig.java.in Bug 1291366 - Part 2: Add o.m.geckoview.BuildConfig. r=sebastian 2016-12-14 20:26:03 -08:00
proguard-rules.txt Bug 1291372 - Produce Maven repository with GeckoView Javadoc and Sources JARs. r=snorp 2016-11-07 20:07:30 -08:00