- 25 Jul, 2013 1 commit
-
-
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
-
- 27 Jun, 2013 1 commit
-
-
Brian Carlstrom authored
Change-Id: I3a9217b4aafc1f59d095169deb9eaeae17320505
-
- 22 May, 2013 1 commit
-
-
Brian Carlstrom authored
(cherry picked from commit 6b7a0d2f1ff90d24e3ade9ccf82a084f5f999c1f) Change-Id: If6e208f9fc859f31da2cd71fdc1ddbe1fc1ed7aa
-
- 12 Jul, 2011 1 commit
-
-
Jeff Brown authored
Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
-
- 30 Jun, 2010 1 commit
-
-
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
-
- 23 Jun, 2010 1 commit
-
-
Joe Onorato authored
This change forces everyone to re-source envsetup.sh Change-Id: Ieb9512d5725cca26a83debf9b0480bc20e19d5ee
-
- 04 May, 2010 1 commit
-
-
Shimeng (Simon) Wang authored
Change-Id: Ia1a8fab6118f39ca10ca8df2254bef5466e54d75
-
- 13 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 05 Oct, 2009 1 commit
-
-
Joe Onorato authored
and put the commonly used options at the top.
-
- 26 Aug, 2009 1 commit
-
-
Keith Deacon authored
-
- 08 Apr, 2009 1 commit
-
-
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
-
- 03 Mar, 2009 4 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 20 Feb, 2009 1 commit
-
-
The Android Open Source Project authored
-
- 15 Jan, 2009 1 commit
-
-
The Android Open Source Project authored
-
- 17 Dec, 2008 1 commit
-
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-