1. 05 Mar, 2015 1 commit
  2. 04 Dec, 2014 1 commit
  3. 03 Oct, 2014 1 commit
  4. 02 Oct, 2014 1 commit
  5. 29 Sep, 2014 1 commit
  6. 05 Aug, 2014 1 commit
    • Torne (Richard Coles)'s avatar
      Remove WebView library preloading mechanism. · 3d9bcc06
      Torne (Richard Coles) authored
      We don't want to preload the WebView library in the zygote process any
      more, as loading an updatable WebView in the zygote is a stability risk.
      The memory benefits of preloading will be obtained in other ways.
      
      Bug: 13005501
      Change-Id: Ic89f2a1d057dc92b01fb775bf326b47ac2d4caa2
      3d9bcc06
  7. 17 Jul, 2014 1 commit
    • Torne (Richard Coles)'s avatar
      Remove WebView library preloading mechanism. · b5de924f
      Torne (Richard Coles) authored
      We don't want to preload the WebView library in the zygote process any
      more, as loading an updatable WebView in the zygote is a stability risk.
      The memory benefits of preloading will be obtained in other ways.
      
      Bug: 13005501
      Change-Id: Ic89f2a1d057dc92b01fb775bf326b47ac2d4caa2
      b5de924f
  8. 30 Jun, 2014 1 commit
  9. 23 Jun, 2014 1 commit
  10. 25 Apr, 2014 1 commit
  11. 21 Apr, 2014 1 commit
    • Lajos Molnar's avatar
      Remove VideoEditor · e0e77cb5
      Lajos Molnar authored
      remove android.media.videoeditor.*
      
      No longer supported and should not be used.
      
      Bug: 13542518
      Change-Id: I12de122443f0289ab1dfdd8b553e572a830cf412
      e0e77cb5
  12. 24 Mar, 2014 1 commit
  13. 27 Feb, 2014 1 commit
  14. 31 Jan, 2014 1 commit
    • Kenny Root's avatar
      Remove DRLCertFactory · 4f232310
      Kenny Root authored
      No longer needed since Conscrypt is the main provider.
      
      Change-Id: Iee741ef376af2de52db79df07e96057438778bc6
      4f232310
  15. 20 Dec, 2013 1 commit
  16. 13 Dec, 2013 2 commits
  17. 09 Dec, 2013 2 commits
    • Kenny Root's avatar
      preloaded-classes: remove some OpenSSLCipher modes · 53bcf226
      Kenny Root authored
      Some cipher modes were removed from OpenSSLCipher. This change removes
      those classes from the preloaded classes list.
      
      Change-Id: Ib4450c392513973836684b4d5df7fffb200b6260
      53bcf226
    • 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
  18. 15 Oct, 2013 1 commit
  19. 10 Oct, 2013 1 commit
  20. 11 Sep, 2013 2 commits
  21. 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
  22. 30 Jul, 2013 1 commit
  23. 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
  24. 29 Apr, 2013 1 commit
  25. 26 Apr, 2013 1 commit
  26. 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
  27. 24 Sep, 2012 1 commit
  28. 19 Sep, 2012 1 commit
  29. 12 Aug, 2012 1 commit
  30. 07 Nov, 2011 1 commit
  31. 26 Aug, 2011 1 commit
  32. 25 Aug, 2011 1 commit
  33. 24 Aug, 2011 1 commit
  34. 12 Aug, 2011 1 commit
  35. 13 Jul, 2011 2 commits
  36. 02 Feb, 2011 1 commit