History log of /frameworks/webview/chromium/java/com/android/webview/chromium/ResourceRewriter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45702509d4752478188935eaf442c549c2c220be 29-Oct-2014 Ignacio Solla <igsolla@google.com> [WebView] Remove direct dependencies on hidden APIs.

BUG:18152150

Change-Id: If2b6c43f322b4223460b1be6c633858476244756
/frameworks/webview/chromium/java/com/android/webview/chromium/ResourceRewriter.java
80ea4ead5bdf2a86aa63f70c6afeebbd5c0ec6d6 18-Sep-2014 Torne (Richard Coles) <torne@google.com> Cherry-pick: Fix resource rewriting in apps with other shared libs.

The resource rewriter was inadvertantly rewriting the resources for the
first shared library it found in the current application whether that
was the WebView or not due to a copy and paste oversight. Actually check
the name of the package before rewriting its resources. This is the name
of the package as the R class sees it, which is always
com.android.webview even when the manifest package name has been
changed.

Also remove unused imports.

BUG=17539974

Change-Id: I6c35451748ee9c32011b9a8b885f7c9b0b2e915d
/frameworks/webview/chromium/java/com/android/webview/chromium/ResourceRewriter.java
afe44e87c563c17ce1e44306fe7047613865cebe 11-Sep-2014 Marcin Kosiba <mkosiba@google.com> Don't use reflection to rewrite the WebView resources.

Bug: 16870075
Change-Id: Ie65a3a277ecb3c55622d5bab5916833768b1f21b
(cherry picked from commit a17d86e955b57c52637ccb8c46b01a71425d76b8)
(cherry picked from commit 2dfa59a347a15f1226811fda15a64e56d162f30c)
/frameworks/webview/chromium/java/com/android/webview/chromium/ResourceRewriter.java
c4da9b7d1b82e905cfb36809f58e13557b56b8a4 10-Sep-2014 Ben Murdoch <benm@google.com> Remove check for styleable resources in WebView ResourceRewriter.

We know that we don't have any stylable resources in the WebView,
so we can eliminate the check in our ResourceRewriter; this removes
a costly repeated call to Class.getSimpleName().

Bug: 16870075
Change-Id: I48d1e581bc3bc89013b910d2b46cf480f1e9dcfc
(cherry picked from commit 91c538cbe7e746f1a972b463f3497a56addf579c)
(cherry picked from commit deb7453daf56a2d4cf99be2d9bf0e2d97ba6fecc)
/frameworks/webview/chromium/java/com/android/webview/chromium/ResourceRewriter.java
0657a5e0b853cb639b1b5a5a195125f9d6221a11 12-May-2014 Marcin Kosiba <mkosiba@google.com> Move WebView resources to separate APK

BUG: 11505352
Change-Id: I1f601605943738dd207a6ba267063c00527565de
/frameworks/webview/chromium/java/com/android/webview/chromium/ResourceRewriter.java