History log of /external/webkit/WebCore/Android.derived.jscbindings.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68698168e7547cc10660828f1fb82be7a8efa845 17-Mar-2010 Steve Block <steveblock@google.com> Disable workers

This is because V8 on Android does not have the required locking.
Also disables channel messaging, which is used only with workers.

Bug: 2522239
Change-Id: I6cb91b4048c7e1a0351e422561625397a2e98986
/external/webkit/WebCore/Android.derived.jscbindings.mk
d1b4063b87ac4bdcc481683ef358bf91c65607f8 10-Feb-2010 Steve Block <steveblock@google.com> Remove superfluous CSSUnknownRule from makefiles

Change-Id: Iea3432422e589a50242452a86df507c929f89563
/external/webkit/WebCore/Android.derived.jscbindings.mk
6c574dcf710c6264b6a349b2b416214797ca3375 05-Feb-2010 Steve Block <steveblock@google.com> Cleans up use of the make_names script for derived sources

The --wrapperFactory option is not required when building V8.

Change-Id: I87dc6e5412da31c00d004a08629a2e7395673230
/external/webkit/WebCore/Android.derived.jscbindings.mk
06c8f75ebb768453c256ee2140fb5392ed35bc13 09-Feb-2010 Andrei Popescu <andreip@google.com> Implement navigator.isApplicationInstalled() API

This CL contains the JSC DOM bindings.

Fix b: 2371005
/external/webkit/WebCore/Android.derived.jscbindings.mk
d0825bca7fe65beaee391d30da42e937db621564 02-Feb-2010 Steve Block <steveblock@google.com> Merge webkit.org at r54127 : Initial merge by git

Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82
/external/webkit/WebCore/Android.derived.jscbindings.mk
c3383706d5fe846f5d60ab78e131cfd1e986e310 03-Feb-2010 Steve Block <steveblock@google.com> Guard the new Navigator connection property with a temporary ENABLE_CONNECTION guard until it is upstreamed.

This is required to build Android WebKit for Mac.
The guard will be removed once the connection property is upstreamed.

Change-Id: I874e832b80dc682a49cae4df1fc6970283909ef3
/external/webkit/WebCore/Android.derived.jscbindings.mk
488dcd54e257a3a18d92e5ec1897511dfb05482c 14-Jan-2010 Andrei Popescu <andreip@google.com> Add navigator.networkType to allow apps to detect the connection type.
The online event is fired when the networkType changes.

Bug: 2368650
/external/webkit/WebCore/Android.derived.jscbindings.mk
7857d3718de9ebd025de4cfd7c8b0e78af4ea21b 26-Nov-2009 Steve Block <steveblock@google.com> Merge webkit.org at r51976 : Fix Makefiles.

Change-Id: I7d9d5788efda1d0e985242ab03c8016069798acd
/external/webkit/WebCore/Android.derived.jscbindings.mk
dc11ae82374cba25ed19c3e57537cbc667f8efe2 15-Dec-2009 Steve Block <steveblock@google.com> Merge webkit.org at r51976 : Fix conflicts in Makefiles.

Android Makefiles were upstreamed in http://trac.webkit.org/changeset/51858
and http://trac.webkit.org/changeset/51926

Change-Id: I00f30d4894c1c5064fb7bd9be27317c039dbb0ad
/external/webkit/WebCore/Android.derived.jscbindings.mk
643ca7872b450ea4efacab6188849e5aac2ba161 15-Dec-2009 Steve Block <steveblock@google.com> Merge webkit.org at r51976 : Initial merge by git.

Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43
/external/webkit/WebCore/Android.derived.jscbindings.mk
4b81185780aaef7695b652ceb7770e2307867c59 02-Dec-2009 Patrick Scott <phanna@android.com> Enable orientation events.

Remove our old orientation hacks as webkit now supports the orientation event.
Call down into webkit when the orientation changes to send the js event.

The change to Frame.cpp has been submited to bugs.webkit.org as issue 32321.
/external/webkit/WebCore/Android.derived.jscbindings.mk
619a46c94cd5dfccdd0ff01ddc9cab045a4c8068 01-Dec-2009 Steve Block <steveblock@google.com> Fixes Makefiles to have proper dependency on HTMLTagNames.in and HTMLAttributeNames.in.

Previously, the path to these files was expanded prior to execution of the rule,
thus breaking the dependency.

Change-Id: Iae9809cb925dfc26606f02a47a4dd930c99a3106
/external/webkit/WebCore/Android.derived.jscbindings.mk
1865b30642c7bb27315677df124eb2c4f14daea6 17-Nov-2009 Steve Block <steveblock@google.com> Move V8 Makefiles to from V8Binding directory to WebCore directory, to match JSC Makefiles.

Also move binding include paths to Android.*bindings.mk and clean up some comments.

Change-Id: I6d1475cdfcc330ec3e271cab1c3aa25a414f0448
/external/webkit/WebCore/Android.derived.jscbindings.mk
2a35006024d3c1a6cb14cfc5dd0d6ba487f4b3a1 13-Nov-2009 Steve Block <steveblock@google.com> Factors out common code from JSC and V8 Makefiles, ready for upstreaming to 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
/external/webkit/WebCore/Android.derived.jscbindings.mk