summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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