Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove uncommented makefile conditional. Fix an assert condition. | Patrick Scott | 2009-05-13 | 1 | -1/+1 |
| | |||||
* | Fix #1835655. Hold a GlobalRef for WeakReferenceClass as it is used as a ↵ | Grace Kloba | 2009-05-12 | 1 | -2/+3 |
| | | | | global variable. | ||||
* | Shave ~60k off of libwebcore.so and make webcore_test always build. | Patrick Scott | 2009-05-12 | 1 | -58/+3 |
| | | | | | | | | | | | | | | | Build libwebcore as a static library first. Then build it as a shared library using the jni entry point as the single source file. This strips uneeded code out of the final library. Have webcore_test link against the static library so that the symbols are all visible. Update webcore_test to link against the new webkit drop as well. Rearrange the main makefile to create WEBKIT_* variables that a sub-makefile like webcore_test can use to define includes, cflags, and libraries. Manually add a dependency on the generated webkit source files. Verified that svg and v8 work as well as the simulator. | ||||
* | Add WebStorage C++ implementation needed for the Browser UI | Nicolas Roard | 2009-05-11 | 1 | -0/+2 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+155 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -155/+0 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 1 | -12/+0 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -16/+24 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -0/+159 |