summaryrefslogtreecommitdiffstats
path: root/googleurl
Commit message (Collapse)AuthorAgeFilesLines
* Part of fix for bug 5455901 Export symbols from net/Kristian Monsen2011-10-211-2/+7
| | | | | | | | | | | | Exporting needed symbols for linking libwebcore and libstagefright. Everything here is cherrypicks from upstream, but only taking the definitions we need to satisfy linker errors. One exception is in openssl_private_key_store.h, which because of this uses an android guard. Change-Id: I74a8f2bfd63a83c2c1684ba955fcdf00bcb2666a
* Merge Chromium at r12.0.742.93: Initial merge by gitKristian Monsen2011-07-081-3/+8
| | | | Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6
* Merge Chromium at r11.0.696.0: Initial merge by gitKristian Monsen2011-06-291-1/+1
| | | | Change-Id: I273dde2843af0839dfc08b419bb443fbd449532d
* Merge Chromium at 10.0.621.0: Initial merge by git.Kristian Monsen2011-05-162-3/+5
| | | | Change-Id: I070cc91c608dfa4a968a5a54c173260765ac8097
* Merge Chromium at r65505: Initial merge by git.Ben Murdoch2010-11-184-1/+13
| | | | Change-Id: I31d8f1d8cd33caaf7f47ffa7350aef42d5fbdb45
* Merge Chromium at 7.0.540.0 : Initial merge by gitIain Merrick2010-10-196-32/+52
| | | | | | Not including third_party/icu as it contains huge data files that break Gerrit, and aren't actually used. Change-Id: I428a386e70f3b58cacd28677b8cfda282e891e15
* Merge Chromium src@r53293Ben Murdoch2010-08-0419-543/+908
| | | | Change-Id: Ia79acf8670f385cee48c45b0a75371d8e950af34
* Initial source checkin.Patrick Scott2010-02-0452-0/+14496
The source files were determined by building net_unittests in chromium's source tree. Some of the obvious libraries were left out (v8, gmock, gtest). The Android.mk file has all the sources (minus unittests and tools) that were used during net_unittests compilation. Nothing builds yet because of STL but that is the next task. The .cpp files will most likely not compile anyways because of the LOCAL_CPP_EXTENSION mod. I will have to break this into multiple projects to get around that limitation.