1. 25 Jul, 2013 1 commit
    • Jonathan Dixon's avatar
      Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG · d588792d
      Jonathan Dixon authored
      WEBCORE_INSTRUMENTATION is never set in practice, nor ever read, so seems
      totally spurious.
      ENABLE_SVG is the default since 3.0 and disabling will no longer be a
      supported option in chromium webview.
      
      Change-Id: I651fa55fd7c20b2f251bae584407548be174a8aa
      d588792d
  2. 27 Jun, 2013 1 commit
  3. 22 May, 2013 1 commit
    • Brian Carlstrom's avatar
      Add WITH_ART · 6901768e
      Brian Carlstrom authored
      (cherry picked from commit 6b7a0d2f1ff90d24e3ade9ccf82a084f5f999c1f)
      
      Change-Id: If6e208f9fc859f31da2cd71fdc1ddbe1fc1ed7aa
      6901768e
  4. 12 Jul, 2011 1 commit
  5. 30 Jun, 2010 1 commit
    • Jeff Hamilton's avatar
      Switch the required host Java environment to 1.6. · 77dfeaed
      Jeff Hamilton authored
      The path to the Java toolchain is now explicitly
      specified so no manual configuration should be
      required.
      
      Change-Id: I84abc122c557372e77e4579e9a9efe56af2b412c
      
      The java version changed, and we made envsetup automatically find the right JAVA_HOME.
      
      This change forces everyone to re-source envsetup.sh
      
      Change-Id: Ieb9512d5725cca26a83debf9b0480bc20e19d5ee
      
      Fix javadoc for Java 6.
      
      If you don't set bootclasspath, there would be errors like:
      javadoc: error - In doclet class DroidDoc, method start has thrown an exception java.lang.reflect.InvocationTargetException
      
      Change-Id: I1b83360cb595d50577c6043d6e91b0f92e4c04d6
      
      Avoid inheriting PRIVATE_BOOTCLASSPATH from moduels that depend on api-stubs-timestamp
      
      The inherited value has caused build breakage on Mac build.
      
      Change-Id: I8a1b1d6c6d411f6aaaee2d8dbd0297e3d60ab5c2
      
      Ignore STAY_OFF_MY_LAWN when setting JAVA_HOME.
      
      Don't check STAY_OFF_MY_LAWN in set_java_home.  That function already
      refuses to update JAVA_HOME if it's set to something, which should
      be sufficient for anybody who doesn't want the script to mess with it.
      
      With this change, you can get the benefits of the 1.5/1.6 auto-selection
      without having to suffer through window title changes.
      
      Change-Id: I5cfc5d6fdf26a10b42b52925f877012c0506b9a5
      77dfeaed
  6. 23 Jun, 2010 1 commit
  7. 04 May, 2010 1 commit
  8. 13 Nov, 2009 1 commit
  9. 05 Oct, 2009 1 commit
  10. 26 Aug, 2009 1 commit
  11. 08 Apr, 2009 1 commit
    • Cary Clark's avatar
      AI 145053: add SVG to the browser [disabled by default] · 2a66f069
      Cary Clark authored
        To enable SVG, edit your buildspec.mk to
        ENABLE_SVG:=true
        then
        make clean-libwebcore && make
        Some SVG functionality has been stubbed out in this checkin.
        //branches/master/android/build/buildspec.mk.default	# edit
        - add ENABLE_SVG, commented out by default
        - fix up WEBCORE_INSTRUMENTATION define while I was in there
        //branches/master/android/external/webkit/Android.mk	# edit
        - add ENABLE_SVG C define
        - add svg paths to C includes
        //branches/master/android/external/webkit/WebCore/Android.derived.mk	# edit
        - update merge tool rules
        - add svg to css property names, keywords, generated bindings
        - add svg names, element factory, wrappers
        - remove obsolete ksvgcssproperties.h
        - add XLinkNames, required by SVG
        //branches/master/android/external/webkit/WebCore/Android.mk	# edit
        - update merge tool rules
        - add svg bindings, css svg parsing, svg rendering, svg engine
        //branches/master/android/external/webkit/WebCore/config.h	# edit
        - leave ENABLE_SVG alone if it is already defined
        //branches/master/android/external/webkit/WebCore/loader/EmptyClients.h	# edit
        - add some Android extensions as empty virtuals (EmptyClients is only used by SVG)
        //branches/master/android/external/webkit/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp	# edit
        //branches/master/android/external/webkit/WebCore/platform/graphics/android/PathAndroid.cpp	# edit
        - add SVG graphics porting functions. Note the FIXMEs -- some are unimplemented.
        BUG=1474412
      
      Automated import of CL 145053
      2a66f069
  12. 03 Mar, 2009 4 commits
  13. 20 Feb, 2009 1 commit
  14. 15 Jan, 2009 1 commit
  15. 17 Dec, 2008 1 commit
  16. 21 Oct, 2008 1 commit