summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Makes a number of changes to ease future merging with and upstreaming to ↵Steve Block2009-10-221-8/+6
| | | | | | | | | | | | | webkit.org. - Fixes whitespace discrepancies between webkit.org and Android versions - Re-orders Android-specific changes to minimise the diff with webkit.org - Makes sure all Android-specific changes are appropriately guarded. - Fixes some Android-specific style problems None of these should introduce any functional changes for PLATFORM(ANDROID). Change-Id: Id27cf0b0e8682a7f29590c3fccae2d287b3630f1
* Merge webkit.org at R49305 : Stub out PluginView::halt and PluginView::restart.Steve Block2009-10-201-0/+8
| | | | | | See http://trac.webkit.org/changeset/49060 Change-Id: I1af14254d03b1a06c37c1081b12eddaab73fd5ab
* Merge webkit.org at R49305 : PluginView::init and destructor have been moved ↵Steve Block2009-10-202-45/+10
| | | | | | | | to common code. See http://trac.webkit.org/changeset/47966 and http://trac.webkit.org/changeset/47967 Change-Id: If5b9594b032d5a7d456fe3bb6092eafef3655c34
* Merge webkit.org at R49305 : Fix merge conflicts.Steve Block2009-10-201-9/+1
| | | | Change-Id: I9e0ffbe9b9b824399653da038093874e315ccd6a
* Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-2015-308/+860
| | | | Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7
* Fixes a bunch of WebKit whitespace discrepancies between Android and ↵Steve Block2009-10-142-4/+4
| | | | | | | | 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.
* When mouse down or plugin handles touch down, set the pluginGrace Kloba2009-09-231-0/+13
| | | | | | to be the focus of the document so that it can receive key events. This has the same logic as in PluginViewMac.cpp's handleMouseEvent().
* renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ↵Derek Sollenberger2009-09-211-2/+2
| | | | | | calls Change-Id: I7881e711af7ec905e5c120e8e2fd4b0b7ba5e840
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-151-0/+7
| | | | Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f
* Revert "Merge WebKit r47420"Andrei Popescu2009-08-192-94/+2
| | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524.
* Merge WebKit r47420Ben Murdoch2009-08-182-2/+94
|
* Merge commit 'goog/master' into mergeBen Murdoch2009-08-183-114/+0
|\ | | | | | | | | | | | | Conflicts: WebCore/bindings/v8/ScriptController.cpp WebCore/page/Geolocation.cpp WebCore/platform/android/GeolocationServiceAndroid.cpp
| * As PluginList is removed when we remove Gears, remove code in the native side.Grace Kloba2009-08-173-114/+0
| |
* | Fix the last of the linker errors !Ben Murdoch2009-08-171-0/+5
| |
* | Fix first set of linker errors.Ben Murdoch2009-08-172-51/+2
| |
* | PluginView.cpp fixAndrei Popescu2009-08-171-2/+2
| |
* | ResourceHandleAndroid fixAndrei Popescu2009-08-171-7/+0
| |
* | r47029: Merges WebCore/page, plugins and storage.Ben Murdoch2009-08-123-19/+2
| |
* | Merge in WebKit r47029.Ben Murdoch2009-08-1122-483/+999
|/
* Add SystemInterface to the android_npapi so that we can expose system relatedGrace Kloba2009-08-052-0/+3
| | | | properties. Currently it only has getApplicationDataDirectory.
* Fixing mouse and touch coordinates inside iframes.Derek Sollenberger2009-08-031-26/+17
|
* fixing plugin event handling for touch to return the correct value.Derek Sollenberger2009-07-281-1/+1
|
* removing visibleRect event and tracking rectangles instead.Derek Sollenberger2009-07-201-2/+1
|
* Adding plugin support for an RGBA surface view.Derek Sollenberger2009-07-171-8/+4
|
* Ensuring the plugin maintains control of the nav keys until it explicity ↵Derek Sollenberger2009-07-081-3/+20
| | | | releases them.
* plugins are now sent the correct coordinates even when the page is scrolled.Derek Sollenberger2009-07-071-6/+16
|
* added gain/loose focus support for plugins. (focus = eligible to receive ↵Derek Sollenberger2009-07-021-6/+1
| | | | user events)
* Adding support for plugins to request the keyboard.Derek Sollenberger2009-06-291-2/+3
|
* Adding mouse events to the plugin APIDerek Sollenberger2009-06-261-3/+10
|
* webkit added their own initializeBrowserFuncs(), so we need to now call both ↵Mike Reed2009-06-221-7/+8
| | | | theirs and ours
* Merge commit 'goog/master' into webkit_mergeFeng Qian2009-06-183-11/+61
|\ | | | | | | | | | | | | | | Resolved conflicts: WebCore/Android.mk WebCore/storage/LocalStorageArea.h WebCore/storage/SessionStorageArea.cpp WebCore/storage/StorageEvent.cpp
| * Adding touch events for plugins.Derek Sollenberger2009-06-183-11/+61
| |
* | Get WebKit r44544.Feng Qian2009-06-1719-369/+464
|/
* add pixelpacking apiMike Reed2009-06-101-1/+3
|
* Added support for plugins receiving lifecycle events such as gain/lose focus.Derek Sollenberger2009-06-081-33/+42
|
* Move Browser test plugin from webkit project to development project.Grace Kloba2009-05-143-1/+60
| | | | Change how we set plugin path as we can support more than one path now.
* add test for plugin api for paths (and some fixes)Mike Reed2009-05-131-0/+2
|
* Add plugin plumbing with V8 binding.Feng Qian2009-05-012-0/+33
| | | | | Hook up plugin with V8 binding. You can take the patch and play on your local machine. It is almost there, I need do more testing.
* Make WebCore built with V8.Feng Qian2009-04-243-18/+37
| | | | Picked up several new files from Chrome port.
* AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-1012-93/+106
| | | | Automated import of CL 145796
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+15
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-0531-185/+1618
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0352-0/+10663
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0352-10656/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-7/+0
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+7
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+4
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-153-0/+1224
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1759-4005/+6771
|
* Initial ContributionThe Android Open Source Project2008-10-2121-580/+2885
|