summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Merge 'Preparation for deleting WebViewClassic'Jonathan Dixon2014-01-271-16/+0
| | | | | | | | | Originally from I4d6773a88ea2932982278127a3c96d38be54ddf5 - file has move to a different git project in master, so manually re-applied the diff that landed in klp-dev Change-Id: I813210bd6160ab71c7a4dff9c221db31d8cc305c
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+254
| | | | This reverts commit 9f6a119c8aa276432ece4fe2118bd8a3c9b1067e.
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-254/+0
| | | | Change-Id: I3ffafdab27cc4aca256c3a5806b630795b75d5c8
* LayoutLib: move MockView back into its original package.Xavier Ducrohet2011-01-121-1/+1
| | | | | | | | | | This is used by Eclipse when the custom view is not found. It couldn't find the view in the new package either. We should probably move this logic of creating a mock view into the layout library instead. Change-Id: Ifa1a717cddf7004a7719bb4d0798cd53b43273ea
* Layoutlib: New bridge implementation using the new API 5.Xavier Ducrohet2010-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | Since the new API prepare for stateful layoutlib, major reorganization of the code. New "android" sub-package for all extended android classes. Also moved BridgeInflater in here so that all extended classes are in this package. Only delegates and classes replacing renamed classes are in their original android.* packages. Also created full file for the empty implementations of IWindow and IWindowSession. New "impl" for the dirty work implementation. Main package contains the basic implementation of the API. Most of the code that was in Bridge is now in .impl.LayoutSceneImpl, with the main init/inflate/render code split into the contrustrutor, inflate() and render(). Change-Id: Ie15b15e5a1b2388cd6ef82e518345b1fc02ec981
* remove GearsAndrei Popescu2009-08-131-7/+0
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+261
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-261/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+261