| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: 6404408
Change-Id: Id9a6e1ff303076da24f0221d3bc905ba0710f07e
|
|
|
|
|
|
|
|
| |
Exporting needed symbols from Android specific code.
Used NET_EXPORT for net code and BASE_API for other code.
Change-Id: Ief7426180eec993bbe894e7231b224dcac657c7b
|
|
|
|
|
|
|
|
|
| |
Linking chromium_net as a static lib.
Needed to update the jni to be handled internally instead
of using the one from webkit it got linked with.
Change-Id: Ia717a29afa879be39835d22faacb6c4810728b53
|
|
|
|
|
|
| |
Not creating a new android network library if another already exists
Change-Id: I91547cca84b91b1cbdd14b701c468fcb5bcd852f
|
|
|
|
|
|
|
|
| |
Import OpenSSL support and tweak for our Chromium port (JNI functions).
See https://chromereview.prom.corp.google.com/2010002/
Change-Id: Ia081dd3b1eae5ec05ebb96b66b682f039bfa1b81
|
|
|
|
|
|
|
|
| |
This reverts commit 2d2498eb555b4096a63a64dc6afcf2c95ec19f4d.
No longer needed because a compiler fix has been pushed.
Bug: 3164732
|
|
IN PROGRESS. The compiler generates bad assembly for this file and
I don't know why. There's something it doesn't like about this one
function; splitting it out into a separate file fixes the problem.
Change-Id: I3cad52d7a14d341d16b826c031fd3b2599197b74
|