summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize platform/graphics/androidNicolas Roard2012-04-061-0/+1
| | | | Change-Id: Idc67155cfa99784dcd931e705336bfa063ecae46
* Drop support for Android HTTP stackSteve Block2012-02-221-0/+2
| | | | | | | | | | | | | All future releases will use the Chromium HTTP stack and maintaining two HTTP stacks adds maintenance overhead. The Chromium HTTP stack requires V8, but we now use V8 in all build targets (b/5495373), so we can safely drop the Android HTTP stack. See corresponding framework change https://android-git.corp.google.com/g/166325. Bug: 5495616 Change-Id: I41117b6750fbc1c84cbd4a5951b0d1a457354f93
* Remove option to build WebKit with JSCSteve Block2012-02-161-0/+2
| | | | | | | | | | | | | | | | | | V8 has been the default JS engine since Froyo and has shipped on all devices in Gingerbread onwards. However, we continued to support JSC for a number of reasons. See bug for details. Now that we can use V8 in all cases, we should drop support for JSC to eliminate the maintenance overhead. Adds a clean step as this changes a Makefile. Note that this was previously landed as https://android-git.corp.google.com/g/#/c/162144/, but broke the full_x86-eng build, so was reverted. Bug: 5495373 Change-Id: I3d41362f93b9f3d034f17150aaa402379e75d367
* Cleanspec after V8 Crankshaft is configurable in makefile.Ben Murdoch2011-06-101-1/+2
| | | | Change-Id: Iefed33742e16e18fb762cc259153bf9fd584336a
* Cleanspec needed for change https://android-git.corp.google.com/g/#change,109065Kristian Monsen2011-05-101-0/+2
| | | | Change-Id: Ic0627398c525f9c616024a81a70380775a981361
* Prelinking libwebcore after making more space in the prelink mapKristian Monsen2011-01-201-0/+2
| | | | | | | | | Depends on this CL in the build package: https://android-git.corp.google.com/g/#change,90379 Fix for bug 2917906 Change-Id: I69ffa74de5341096012488648e8a0d72774421ca
* Enable SVG in script bindingsBen Murdoch2010-12-131-0/+2
| | | | | | | | Make SVG accessible through script Bug=2967344 Change-Id: Ia342040f51480d9308b89faf520ab4fa54d8ac2d
* libwebcore cleanspec.Ben Murdoch2010-10-261-0/+2
| | | | | | Reports of build errors in master, fixed by a clean build. Change-Id: Idfee8a890cc69f4b69b1d72738525c43770e65b8
* GL rendering (without layers)Nicolas Roard2010-10-131-0/+1
| | | | | | This is a two-parts CL, Its counterpart is https://android-git.corp.google.com/g/#change,64863 Change-Id: I40fcf3b7b6d28b887b101219c973070aeefbb777
* Update AndroidURLRequestContextGetter to take a pointer to the getter functionSteve Block2010-10-011-0/+1
| | | | | | | | | | | | | | | | | This allows users of AndroidURLRequestContextGetter to instantiate a URLRequestContext lazilly. When used in AutoFill++, this means that when the URLRequestContext is first initialized, the WebCore thread is set-up and the necessary settings are available. Also re-enables AutoFill++ The corresponding external/chromium change is https://android-git.corp.google.com/g/71275 Bug: 3044989 Change-Id: I4b577f08717775bce5268f3f4b4f5fcf23e54536
* Add a cleanspec for the makefile change.Shimeng (Simon) Wang2010-09-281-0/+1
| | | | Change-Id: I64fa67c042b8510d79dee6fda613e98e531fa23b
* Using Chrome http as default.Kristian Monsen2010-09-011-0/+2
| | | | | | Will use the not default stack if USE_ALT_HTTP is defined in the shell. Change-Id: I8232c906dcdfaefbb03d3765eb8201407e2cef5b
* Cleanspec so the reverting of the chrome http stack takes effect.Kristian Monsen2010-08-191-0/+2
| | | | Change-Id: If55cf19f648c58d0042925ad616c3357d7e136f0
* Make V8 the default JS engine on all builds (except sim).Ben Murdoch2010-08-181-0/+3
| | | | | | | | | | We used to use the ARCH_ARM_HAVE_VFP build flag to determine which JS engine to use as we wanted to use JSC for performance reasons on older hardware. This is not necessary anymore and so unless specified with the JS_ENGINE environment variable or when building on the simulator, we default to V8 instead of JSC. Change-Id: I773af968d5a7e7a7882d8763de4f90f1d08104b3
* Build fix for JSCBen Murdoch2010-08-161-0/+2
| | | | | | | | | The new net stack has dependencies on V8 and so we cannot use it in conjunction with JSC. Fix b/2920038 Change-Id: If39db4732a66b6d3c25dba8816a3205d2bb55777
* Trigger a full rebuild of webcore to get the Chrome http stack as defaultKristian Monsen2010-08-131-0/+2
| | | | Change-Id: I2e1c3431ae16292942a360e636725e39229481b5
* Enable File Reader and blob.slice APIs.Ben Murdoch2010-06-021-0/+1
| | | | | | | | | Notes: - the change to WebCore/html/FileStream.cpp is a cherry pick of http://trac.webkit.org/changeset/60325 - the change to WebCore/platform/posix/FileSystemPOSIX.cpp is a cherry pick of http://trac.webkit.org/changeset/60374 - this needs a corresponding frameworks/base change Change-Id: I05d1496e1e95adf1c6a61c6f07bbf62e9bc92820
* Implement the audio tag in webkit -- the corresponding java CL is ↵Nicolas Roard2010-05-071-0/+1
| | | | | | https://android-git.corp.google.com/g/#change,41406 Change-Id: Ief37a7d9879308f0749fcd569e82fddc3f989a8a
* Enable SVG compiling in gingerbread.Shimeng (Simon) Wang2010-05-041-0/+1
| | | | | | | | Compiled successfully for both V8 and JSC. The libwebcore size changes from 5354080 to 6072344, the diff is 700KB. Change-Id: Id95abd8b8f2181ed7789a95e0675cb8436e11bf7
* Enable XSLT in Android webkit.Shimeng (Simon) Wang2010-04-221-0/+1
| | | | | | | | Before this change, the libwebcore size is: 4902184 Bytes After this change, the libwebcore size is: 5103712 Bytes The diff is: 200KB. Change-Id: I2554a043c2686de56c802e8a9e02cce604fb25c0
* Add cleanspec rules after re-enabling V8 snapshots.Andrei Popescu2010-04-211-0/+2
| | | | | | Fix bug: 2612919 Change-Id: Id65eae5ed3ad34bf10fafdd35cfae2ea873483ce
* Apparently this needs to happen again (at least, it did for my build).Dan Egnor2010-03-241-0/+2
| | | | Change-Id: I89dbec1be74da68afb2a03b75ad5bf87426d8889
* Add clean steps for webkit changesKenny Root2010-03-101-0/+3
| | | | Change-Id: Ia45d3c18906da5fcb0c4a089f6c6278dc1074b6b
* Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
Change-Id: Iafcd71c043fab0ae26f5d38dba1197c50a7279df