This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Stop using org.apache.http classes in AccessibilityInjector.
As part of the efforts to stop depending on external packages in the code, replace usage of org.apache.http classes with an implementation that only uses apache.net.Uri. This allows us to drop the dependency on the legacy_http_client target and end up having to bundle org.apache.http.legacy.jar into xwalk_core_library.jar. Not upstreamable, as the code in question was removed upstream when they dropped support for ICS. BUG=XWALK-5092
- Loading branch information
Raphael Kubo da Costa
authored and
Mrunal Kapade
committed
Nov 20, 2015
1 parent
b6447eb
commit 15a9171
Showing
2 changed files
with
5 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters