summaryrefslogtreecommitdiffstats
path: root/WebCore/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge webkit.org at r54731 : Refactoring of BiDi supportSteve Block2010-02-161-0/+1
| | | | | | See http://trac.webkit.org/changeset/54665 Change-Id: Ieffcf1b8d0401af5403ae9e3cea4414198ee612a
* Merge webkit.org at r54340 : Initial merge by gitSteve Block2010-02-151-0/+1
| | | | Change-Id: Ib489d2ff91186ea3652522e1d586e54416a2cf44
* Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-121-0/+1
| | | | | | This CL contains the wiring between the API and the Java side. Fix b: 2371005
* Merge webkit.org at r54127 : GIFImageDecoder now requires ImageDecoder.Steve Block2010-02-041-0/+1
| | | | | | ImageDecoder requires numerous additional include paths. Change-Id: I047d36db7b5f28e7602f55eeeedc04beb713c079
* Merge webkit.org at r54127 : Fix MakefilesSteve Block2010-02-041-1/+3
| | | | | | | Note that we update the XCode project file to add the new GeolocationPositionCache files to allow us to build Android WebKit on Mac. Change-Id: Iab5f73da50b0457cf6212d0aa1a8f6a413027f50
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-041-1/+6
| | | | Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82
* Moves the Geolocation position cache out of the Geolocation object.Steve Block2010-01-251-0/+1
| | | | | | | | | | | | | | | The position cache is an implementation detail of the Geolocation object, but is being moved to its own file to keep files to a reasonable size. Also updates some names and fixes soem style. This will be upstreamed in https://bugs.webkit.org/show_bug.cgi?id=34084 The maximumAge code in the Geolocation object, which may make use of this caching, is being upstreamed in https://bugs.webkit.org/show_bug.cgi?id=30676 Change-Id: I083556de732bd7be240a75da5369117aabc50e33
* Refactor our touch event code to use the version submitted to webkit.org by ↵Ben Murdoch2010-01-201-0/+2
| | | | | | the Qt team. Change-Id: I2953472cee68aadf18f9dd740e9b3f69ad729cf0
* Add navigator.networkType to allow apps to detect the connection type.Andrei Popescu2010-01-151-0/+1
| | | | | | The online event is fired when the networkType changes. Bug: 2368650
* resolved conflicts for merge of 870689c8Nicolas Roard2010-01-041-0/+3
|
* Update the cookie code in platform/network to matchAndrei Popescu2009-12-211-1/+1
| | | | | | the code upstreamed in https://bugs.webkit.org/show_bug.cgi?id=32559
* Merge webkit.org at r51976 : Fix Makefiles.Steve Block2009-12-171-17/+8
| | | | Change-Id: I7d9d5788efda1d0e985242ab03c8016069798acd
* Merge webkit.org at r51976 : Fix conflicts in Makefiles.Steve Block2009-12-171-39/+0
| | | | | | | Android Makefiles were upstreamed in http://trac.webkit.org/changeset/51858 and http://trac.webkit.org/changeset/51926 Change-Id: I00f30d4894c1c5064fb7bd9be27317c039dbb0ad
* Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-171-0/+39
| | | | Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43
* Removes superfluous SocketStreamHandleBase.cpp from Android build.Steve Block2009-12-101-1/+0
| | | | Change-Id: Ice11d7459e425b18f07b77527aa71696c880ae77
* Android History unforking pt4: Android specific changes to makefiles and ↵Ben Murdoch2009-12-031-0/+2
| | | | | | | | other code that has not been upstreamed yet (i.e. WebKit/android). This does NOT need to be upstreamed to WebKit (yet). Change-Id: I821fb90c3e463ef5fc4fa001ee5b8d967f9f7e48
* Moves initializeMaximumHTTPConnectionCountPerHost to a new ↵Steve Block2009-11-231-1/+2
| | | | | | | | ResourceRequestAndroid.cpp file. This is in line with other WebKit ports, ready for upstreaming to webkit.org. Change-Id: If7c73ee1c65ee69bba54b7acbc462ff3444e781e
* Factors out common code from JSC and V8 Makefiles, ready for upstreaming to ↵Steve Block2009-11-171-249/+1
| | | | | | | | | | | | | | | | | | | | | webkit.org. Both the JSC and V8 builds use Android.mk, WebCore/Android.mk and WebCore/Android.derived.mk. The JSC build also uses WebCore/Android.jscbindings.mk and WebCore/Android.derived.jscbindings.mk. The V8 build also uses V8Bindings/V8Binding.derived.mk. Change details ... Android.mk - Added content from both Android.jsc.mk and Android.v8.mk and removed these files. Added ifdefs to switch between two builds. WebCore/Android.mk - Moved JSC bindings code to WebCore/Android.jscbindings.mk. This file is now functionally identical to WebCore/Android.v8.mk, which was removed. WebCore/Android.derived.mk - Moved JSC bindings code to WebCore/Android.derived.jscbindings.mk. This file is now functionally identical to WebCore/Android.v8.derived.mk, which was removed. Also updates copyright dates, as per WebKit requirements. Change-Id: I92377b60f6f63c57283c316a2c7c2c64a13dc7de
* Split the GeolocationService implementation. This is a result ofAndrei Popescu2009-11-161-0/+1
| | | | https://bugs.webkit.org/show_bug.cgi?id=31554
* Removes some superfluous files from the JSC build.Steve Block2009-11-131-25/+0
| | | | | | Note that these files are not built for V8. Change-Id: I1878e4cc178cf89c103a7e88367eb84f08429f69
* Fixes license headers for all Android-specific JavaScriptCore and WebCore ↵Steve Block2009-11-131-11/+19
| | | | | | | | | | | | | | | | | | | | | | files not yet upstreamed to webkit.org. WebKit requires either a BSD-style or LGPL 2.1 license for all code. We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org. - For most files, I've fixed the names of copyright holders in the license text to 'THE COPYRIGHT HOLDERS' and cleaned up formatting in the existing BSD-style license. - For Makefiles and the following files in WebCore/platform/graphics/android/, I've changed from an Apache 2.0 license to the BSD-style license. - WebCore/platform/graphics/android/BitmapAllocatorAndroid.cpp - WebCore/platform/graphics/android/BitmapAllocatorAndroid.h - WebCore/platform/graphics/android/SharedBufferStream.cpp - WebCore/platform/graphics/android/SharedBufferStream.h - For the following files, I've changed from an LGPL licese to the BSD-style license. - WebCore/platform/graphics/android/FontPlatformData.h - WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp - WebCore/plugins/android/PluginDataAndroid.cpp Change-Id: Ic4c3e5610afc58637b7a9b81b1d0d1f17f4f4cb1
* Merge webkit.org at r50258 : Fix Makefiles.Steve Block2009-11-101-2/+7
| | | | Change-Id: I5b458ac956718d2dd25d4faff503b376cd9e3214
* Remove unused Inspector files from Android build.Steve Block2009-10-291-4/+0
| | | | Change-Id: Id5b57453ee3cae7c8d765be847a4ccca0e19ce68
* Remove XPathNSResolver from the Android build.Steve Block2009-10-261-2/+0
| | | | | | Also remove a few other unnnecessary files from the JSC Makefile. Change-Id: I3788a1e3f60941e9712b4c4345ba09fa0a5ad390
* Merge webkit.org at R49305 : Remove new file ImageSource.cpp from build.Steve Block2009-10-201-1/+0
| | | | | | | This file was added in http://trac.webkit.org/changeset/47073 to contain common ImageSource code. We should refactor Android's ImageSource implementation to make use of this. Change-Id: Ic9cde960ca96be697983d6b475156b592d82cfaa
* Merge webkit.org at R49305 : Add Android makefiles and set ENABLE flags.Steve Block2009-10-201-5/+59
| | | | | | | We disable INSPECTOR - See http://trac.webkit.org/changeset/48430 We disable EVENT_SOURCE - see http://trac.webkit.org/changeset/47323 Change-Id: Iab25b3bb56582d9df1e693ed7158338e953677b7
* Remove more superfluous WebKit files from build.Steve Block2009-10-141-2/+0
|
* Remove superfluous files from JSC build. Note that these files are not in ↵Steve Block2009-10-141-5/+0
| | | | the V8 build.
* File upload.Leon Scroggins2009-10-091-1/+0
| | | | | | | | Webkit implementation for passing in the data for file uploads. Requires a change to frameworks/base to not break things; also requires a change to packages/apps/Browser to work. Fixes http://b/issue?id=675743
* Fix the include files from the last WebKit merge. If there is Android version,Grace Kloba2009-09-101-5/+4
| | | | we should not include None version. This should fix plugin loading, bookmark icon problems.
* Removes Geolocation Geoposition.toString and Coordinates.toString.Steve Block2009-09-101-2/+0
| | | | | | This fixes http://b/issue?id=2103855. Change-Id: I1811d97c59e0458a94347c8a63b4d1c0541dfaf7
* Updates mock Geolocation service to match final version submitted to WebKit.Steve Block2009-09-081-1/+2
| | | | | | See https://bugs.webkit.org/show_bug.cgi?id=28264. Change-Id: I30900239108ea699f194fceb30626f41c928c08e
* fix JSC support.Andrei Popescu2009-08-191-163/+55
|
* Revert "Merge WebKit r47420"Andrei Popescu2009-08-191-32/+4
| | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524.
* Revert "Start fixing JSC compile errors for new webkit."Andrei Popescu2009-08-191-29/+89
| | | | This reverts commit 62983d46fda85f4d912c221e5cbc91a05d4edebf.
* Revert "Continue with JSC errors."Andrei Popescu2009-08-191-0/+16
| | | | This reverts commit 76de9f7763de0e4568056a5a26c93030f21e0b90.
* Continue with JSC errors.Ben Murdoch2009-08-191-16/+0
|
* Start fixing JSC compile errors for new webkit.Ben Murdoch2009-08-191-89/+29
|
* Merge WebKit r47420Ben Murdoch2009-08-181-4/+32
|
* A bunch of linker error fixesAndrei Popescu2009-08-171-0/+1
|
* Merge in WebKit r47029.Ben Murdoch2009-08-111-45/+143
|
* Makefile and webkitmerge tool edits needed to merge with latest webkit.Ben Murdoch2009-08-111-5/+5
|
* Adds a mock GeolocationService.Steve Block2009-07-301-0/+1
| | | | This is being submitted to WebKit in bug 27716.
* Enables Geolocation on Android.Steve Block2009-07-271-0/+1
|
* Enable workers w/JSC.Ben Murdoch2009-07-061-5/+14
|
* Implement fullscreen video. Currently only load() and play() are supported. ↵Andrei Popescu2009-06-251-1/+0
| | | | The rest of the MediaPlayerPrivate functionality will be added in a later CL.
* Fix V8 build.Feng Qian2009-06-221-1/+1
|
* Enable video and audio elements in WebCoreAndrei Popescu2009-06-191-7/+7
|
* Merge commit 'goog/master' into webkit_mergeFeng Qian2009-06-181-2/+13
|\ | | | | | | | | | | | | | | Resolved conflicts: WebCore/Android.mk WebCore/storage/LocalStorageArea.h WebCore/storage/SessionStorageArea.cpp WebCore/storage/StorageEvent.cpp
| * cherry-pick 0f07938f7e51e7a7eb4239b8a30e64b68dac8c66 due to automerger snafuGrace Kloba2009-06-161-0/+1
| |