History log of /external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8216a0e796895ec6e736aebbeacee9567ae85515 22-Mar-2010 Patrick Scott <phanna@android.com> Add on-demand plugin support.

The Settings object now has an on-demand flag for plugins (this was to avoid
more edits to webkit code). If plugins are on-demand and a plugin is installed
that can handle the content, insert a placeholder widget. If the user clicks on
the placeholder, the plugin will be enabled.

The widget currently does not clip the context correctly. It only clips based on
the widget frame. This is due to a bug (already filed) where the scroll offset
is producing bad clip rectangles.

Requires a framework change.

Bug: 2411524
Change-Id: If3931da8da2339a2385ae78b609c49fa069892ab
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
20ab751acc0d49d74648373f701f3d0c4ff187c0 20-Jan-2010 Steve Block <steveblock@google.com> Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private to JNIUtility and JNIUtilityPrivate

See http://trac.webkit.org/changeset/53497
This is required to sync the Android tree with webkit.org to allow unforking in WebCore/bridge.

This change required updating headers in Android-specific files in WebCore and WebKit.

Change-Id: I4b80eb3eadcff66cbd261aa6ccef0f37927250b1
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
6916255e3bc5760bcaac2ec7d5057e057bd3de6a 13-Jan-2010 Patrick Scott <phanna@android.com> Call into MimeTypeMap to get the mime type for an extension.

Use the default method to obtain the content type of a plugin. Implement
extension to mime type by calling into the java map.

Requires a small change to the webkit package.

Bug: 2368893
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
0f41711d127b039d940c02f98f2d48433880e8f7 26-Nov-2009 Steve Block <steveblock@google.com> Merge webkit.org at r51976 : Icon::createIconForFile has been removed.

See http://trac.webkit.org/changeset/50632

Change-Id: I3b10aff021d89b66d4d3d5f52773e4922654fbfa
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
1d68587ce0a52acb0cb724ac362cee0a14bf1e8f 04-Dec-2009 Steve Block <steveblock@google.com> Moves JSC-specific functions from jni_utility and moves them to a new jsc/jni_utility_private.h.

See https://bugs.webkit.org/show_bug.cgi?id=32157

Change-Id: I1f7f0bb6fa9e72ee3eeb31160e0a828b3d076fee
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
cac0f67c402d107cdb10971b95719e2ff9c7c76b 05-Nov-2009 Steve Block <steveblock@google.com> Merge webkit.org at r50258 : Initial merge by git.

Change-Id: I1a9e1dc4ed654b69174ad52a4f031a07240f37b0
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
231d4e3152a9c27a73b6ac7badbe6be673aa3ddf 08-Oct-2009 Steve Block <steveblock@google.com> Merge webkit.org at R49305 : Automatic merge by git.

Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
d19c83b203e72c34b78a731c61d73c77ad99794e 08-Oct-2009 Steve Block <steveblock@google.com> Fixes a bunch of WebKit whitespace discrepancies between Android and webkit.org. Do not merge.

This will avoid noise in the diffs when upstreaming Android-specific changes to webkit.org.

This has already been submitted to master branch.
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
bf280393189a33efa29a33c0d96c84710484f2f7 02-Oct-2009 Leon Scroggins <scroggo@google.com> File upload.

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
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
72f4ed34e756eaa90b94b74b7a6f43ec33310822 19-Aug-2009 Andrei Popescu <andreip@google.com> fix JSC support.
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
02a23642eaae7e2fdd441eddffd2c085fbee3b49 17-Aug-2009 Ben Murdoch <benm@google.com> Fix first set of linker errors.
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
0bf48ef3be53ddaa52bbead65dfd75bf90e7a2b5 11-Aug-2009 Ben Murdoch <benm@google.com> Merge in WebKit r47029.
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
c9c4d65c1547996ed3748026904d6e7f09aec2b4 18-Jun-2009 Feng Qian <fqian@google.com> Merge commit 'goog/master' into webkit_merge

Resolved conflicts:
WebCore/Android.mk
WebCore/storage/LocalStorageArea.h
WebCore/storage/SessionStorageArea.cpp
WebCore/storage/StorageEvent.cpp
5f1ab04193ad0130ca8204aadaceae083aca9881 17-Jun-2009 Feng Qian <fqian@google.com> Get WebKit r44544.
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
02f5cda5965b8aba67f5bdb5d308002920b9a05a 16-Jun-2009 Grace Kloba <klobag@google.com> cherry-pick 0f07938f7e51e7a7eb4239b8a30e64b68dac8c66 due to automerger snafu
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
f78dd0d21ae5edc3c69cc41403fcb9baf4bbca1e 11-Jun-2009 Feng Qian <fqian@google.com> Fix some minor issues from webkit review feedbacks.
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
eda154bd78351d7c56f940d625d4579d782cd744 10-Jun-2009 Feng Qian <fqian@google.com> Fix more issues for upstreaming

Moved string localization functions into LocalizedStringsAndroid.cpp
Removed unused functions.
See https://bugs.webkit.org/show_bug.cgi?id=26266
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
9c6b0cc338948f7c81b6aedd4f18ba0d944bd02f 07-May-2009 Feng Qian <fqian@google.com> Fix SVG build with V8.

Because some SVG anomation source files depend on generic sort functions,
we cannot compile them. Add as ENABLE_SVG_ANIMATION build flag to disable
SVG Animation.
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
7e863fe348e9e6044d2228a3a4752669cef73196 01-May-2009 Cary Clark <cary@android.com> add svg support to v8 experiment
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
6172bff036b26f8ea852196733426c6ff608ed8a 22-Apr-2009 Ben Murdoch <benm@google.com> Merges p9 CLs 144856 and 145055 to GIT to enable the Database API in the browser.
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
109a58c31072b14f5b2c0493ed6c5a1855f82fd7 25-Apr-2009 Feng Qian <fqian@google.com> Make WebCore built with V8.

Picked up several new files from Chrome port.
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
635860845790a19bf50bbc51ba8fb66a96dde068 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
648161bb0edfc3d43db63caed5cc5213bc6cb78f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
528e2187562372a650037bc65fc4446ac2ff0772 20-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127101
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
7a355dabbffb876b2e08cf63ac4fc28a39c19c6a 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp
9364f22aed35e1a1e9d07c121510f80be3ab0502 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/webkit/WebCore/platform/android/TemporaryLinkStubs.cpp