| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
It has a dependency on cstdio (aka stdio.h), but was not explicitly
including it. In previous versions of GCC the cstdio file was implictly
included as a side-effect of including another library.
This change is backwards compatible with earlier versions of GCC.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
//branches/master/android/external/webkit/WebCore/Android.derived.mk
add exclusion rules for svg
//branches/master/android/external/webkit/WebCore/Android.mk
add exclusion exceptions (e.g., files from /skia/ that we use)
remove the need to have '\' at the end of each file
//branches/master/android/external/webkit/WebKitTools/android/webkitmerge/webkitmerge.cpp
don't delete modified files, but mark them with MANUAL_MERGE_REQUIRED
add --execute option (in progress)
add --perforce, --git options
fix double add of file when it appears in sandbox and new webkit
BUG=1553405
Automated import of CL 146111
|
|
|
|
|
|
| |
brings it in sync with webkit svn cl 42046
Automated import of CL 146110
|
|
|
|
|
|
|
|
|
| |
webkit to Android.
It can be either run from XCode using the xcodeproj or from the command line.
BUG=1553405
Automated import of CL 144627
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|