1. 09 Dec, 2013 1 commit
    • Kenny Root's avatar
      Add CertStoreParameters to preloaded-classes · 744f562c
      Kenny Root authored
      For image creating, art needs this in the preloaded-classes list.
      Otherwise it complains loudly about not being able to load it from a
      class initializer in Provider.java.
      
      Change-Id: Ie7ed5655cba038b504767c3de9f70b47a8965cce
      744f562c
  2. 15 Oct, 2013 1 commit
  3. 10 Oct, 2013 1 commit
  4. 11 Sep, 2013 1 commit
  5. 26 Aug, 2013 1 commit
    • Jonathan Dixon's avatar
      Preparation for deleting WebViewClassic · 22e90cf2
      Jonathan Dixon authored
      Bug: 10427705
      
      - layoutlib has references to classes that no longer build into the host
        core JAR when WebViewClassic is removed.
      - preloaded-classes should not reference WebViewClassic classes.
      
      Change-Id: I4d6773a88ea2932982278127a3c96d38be54ddf5
      22e90cf2
  6. 30 Jul, 2013 1 commit
  7. 19 Jun, 2013 1 commit
    • Torne (Richard Coles)'s avatar
      Enable preloading of the appropriate WebView. · 03ce9b3e
      Torne (Richard Coles) authored
      Allow the appropriate WebView to be preloaded in the zygote by
      constructing the currently selected WebViewFactoryProvider when the
      WebViewFactory is preloaded. At runtime, if the preloaded provider is
      still the current selection, the preloaded instance is used, otherwise
      the provider is loaded at that time.
      
      This change also removes "graceful" fallback from the experimental
      WebView to the classic implementation: if the option to use the
      experimental WebView is selected and it could not be loaded
      successfully at the time a WebView is created, an exception will be
      thrown, rather than allowing execution to continue with the classic
      implementation, as the fallback may mislead developers who do not
      examine logcat output in detail.
      
      Change-Id: I0cd01c784d7048abeac55ab5863ca16b8fd9ecf2
      03ce9b3e
  8. 29 Apr, 2013 1 commit
  9. 26 Apr, 2013 1 commit
  10. 11 Mar, 2013 1 commit
    • Sungmin Choi's avatar
      update preloaded-classes · 42bb0307
      Sungmin Choi authored
      Remove some preloaded-classes and fix typo for deleting log messages
      as the followings during booting.
      
      W/Zygote  (  163): Class not found for preloading: android.bluetooth.
      BluetoothAudioGateway
      W/Zygote  (  163): Class not found for preloading: android.bluetooth.
      HeadsetBase
      W/Zygote  (  163): Class not found for preloading: undroid.content.Ab
      stractThreadedSyncAdapter$SyncThread
      
      Change-Id: Id02e0cccaeb150f48e12d67b2d691df828842e4c
      42bb0307
  11. 24 Sep, 2012 1 commit
  12. 19 Sep, 2012 1 commit
  13. 12 Aug, 2012 1 commit
  14. 07 Nov, 2011 1 commit
  15. 26 Aug, 2011 1 commit
  16. 25 Aug, 2011 1 commit
  17. 24 Aug, 2011 1 commit
  18. 12 Aug, 2011 1 commit
  19. 13 Jul, 2011 2 commits
  20. 02 Feb, 2011 1 commit
  21. 25 Jan, 2011 1 commit
  22. 22 Jan, 2011 1 commit
    • Jesse Wilson's avatar
      Update preloaded-classes for Honeycomb. · 8068618e
      Jesse Wilson authored
      We preload classes for two reasons. Classes that are popular can be
      shared and can increase the number of apps that can be run concurrently.
      Classes that initialize slowly can be initialized at system boot time
      by the zygote, decreasing the time to launch a specific app.
      
      To select which classes to preload, I exercised Android's built-in apps
      as well as these apps from Market: ESPN score center, Amazon, Flixster,
      Twitter, Adobe Reader, Ebay Mobile, Facebook, Solitare (Ken Magic),
      Barcode Reader, Google Earth and Square.
      
      A cycle of launching ~460 (non unique) activities in sequence took 9m35s
      with the previous preloaded-classes list. The update improves the launch
      time of the same sequence to 9m27s: the marginal improvement over the
      previous set of preloaded classes is negligible.
      
      http://b/3004763
      
      Change-Id: Ida511ae31eeff6d95d9cb6aacae68b9bb9dd2ebe
      8068618e
  23. 04 Nov, 2010 2 commits
  24. 14 Oct, 2010 1 commit
    • Bjorn Bringert's avatar
      Delete unused WebView drag tracking code · c9332fa3
      Bjorn Bringert authored
      This also removes android.graphics.utils.BoundaryPatch
      which was only used by the Browser for the unused drag
      tracking (and by a demo app that I'm also removing).
      
      Change-Id: I48253ae005ab11cb4c70d132bc1ea4f2692e2bd2
      c9332fa3
  25. 13 Oct, 2010 1 commit
    • Jesse Wilson's avatar
      Regenerate preloaded classes for Gingerbread. · eaca10e2
      Jesse Wilson authored
      Unlike previous releases where the set of classes-to-be-preloaded
      was generated on a first-generation device (G1 and MyTouch 3G), this
      round I used a second-generation device, a Nexus One. As a consequence,
      class loading is faster (win) and fewer classes hit the 1250ms threshold.
      Instead of sharing classes based on load time alone, classes are now shared
      based on the number of applications loading them.
      
      Change-Id: I18f7aa3e7e6258818871b3968b515c06314371b3
      http://b/2546002
      eaca10e2
  26. 11 Oct, 2010 1 commit
  27. 18 Aug, 2010 1 commit
  28. 05 Aug, 2010 1 commit
  29. 30 Jun, 2010 1 commit
  30. 21 Jun, 2010 1 commit
  31. 04 Jun, 2010 1 commit
  32. 03 Jun, 2010 1 commit
  33. 02 Jun, 2010 1 commit
  34. 28 May, 2010 1 commit
  35. 07 May, 2010 1 commit
  36. 09 Apr, 2010 1 commit
  37. 04 Apr, 2010 1 commit
  38. 30 Mar, 2010 1 commit