| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Make SVG accessible through script
Bug=2967344
Change-Id: Ia342040f51480d9308b89faf520ab4fa54d8ac2d
|
|
|
|
|
|
| |
Reports of build errors in master, fixed by a clean build.
Change-Id: Idfee8a890cc69f4b69b1d72738525c43770e65b8
|
|
|
|
|
|
| |
This is a two-parts CL, Its counterpart is https://android-git.corp.google.com/g/#change,64863
Change-Id: I40fcf3b7b6d28b887b101219c973070aeefbb777
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I64fa67c042b8510d79dee6fda613e98e531fa23b
|
|
|
|
|
|
| |
Will use the not default stack if USE_ALT_HTTP is defined in the shell.
Change-Id: I8232c906dcdfaefbb03d3765eb8201407e2cef5b
|
|
|
|
| |
Change-Id: If55cf19f648c58d0042925ad616c3357d7e136f0
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
The new net stack has dependencies on V8 and so we cannot use it
in conjunction with JSC.
Fix b/2920038
Change-Id: If39db4732a66b6d3c25dba8816a3205d2bb55777
|
|
|
|
| |
Change-Id: I2e1c3431ae16292942a360e636725e39229481b5
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
https://android-git.corp.google.com/g/#change,41406
Change-Id: Ief37a7d9879308f0749fcd569e82fddc3f989a8a
|
|
|
|
|
|
|
|
| |
Compiled successfully for both V8 and JSC.
The libwebcore size changes from 5354080 to 6072344, the diff is 700KB.
Change-Id: Id95abd8b8f2181ed7789a95e0675cb8436e11bf7
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Fix bug: 2612919
Change-Id: Id65eae5ed3ad34bf10fafdd35cfae2ea873483ce
|
|
|
|
| |
Change-Id: I89dbec1be74da68afb2a03b75ad5bf87426d8889
|
|
|
|
| |
Change-Id: Ia45d3c18906da5fcb0c4a089f6c6278dc1074b6b
|
|
Change-Id: Iafcd71c043fab0ae26f5d38dba1197c50a7279df
|