summaryrefslogtreecommitdiffstats
path: root/android/net
Commit message (Collapse)AuthorAgeFilesLines
* Properly clean an exception to prevent a crashSelim Gurun2012-04-271-0/+5
| | | | | Bug: 6404408 Change-Id: Id9a6e1ff303076da24f0221d3bc905ba0710f07e
* Part of fix for bug 5455901 Export symbols in android/Kristian Monsen2011-10-211-1/+2
| | | | | | | | Exporting needed symbols from Android specific code. Used NET_EXPORT for net code and BASE_API for other code. Change-Id: Ief7426180eec993bbe894e7231b224dcac657c7b
* Part of fix for 5065047: build libchromium as a shared libKristian Monsen2011-07-281-9/+9
| | | | | | | | | 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
* Fix for bug 3360824, warning when opening tabKristian Monsen2011-01-251-2/+3
| | | | | | Not creating a new android network library if another already exists Change-Id: I91547cca84b91b1cbdd14b701c468fcb5bcd852f
* Merge Chromium at r65505: OpenSSL supportBen Murdoch2010-11-192-0/+177
| | | | | | | | Import OpenSSL support and tweak for our Chromium port (JNI functions). See https://chromereview.prom.corp.google.com/2010002/ Change-Id: Ia081dd3b1eae5ec05ebb96b66b682f039bfa1b81
* Revert "Merge Chromium at r63472 : Workaround for compiler bug."Iain Merrick2010-11-091-147/+0
| | | | | | | | This reverts commit 2d2498eb555b4096a63a64dc6afcf2c95ec19f4d. No longer needed because a compiler fix has been pushed. Bug: 3164732
* Merge Chromium at r63472 : Workaround for compiler bug.Iain Merrick2010-11-031-0/+147
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