Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makes a number of changes to ease future merging with and upstreaming to ↵ | Steve Block | 2009-10-22 | 1 | -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 Block | 2009-10-20 | 1 | -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 Block | 2009-10-20 | 2 | -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 Block | 2009-10-20 | 1 | -9/+1 |
| | | | | Change-Id: I9e0ffbe9b9b824399653da038093874e315ccd6a | ||||
* | Merge webkit.org at R49305 : Automatic merge by git. | Steve Block | 2009-10-20 | 15 | -308/+860 |
| | | | | Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7 | ||||
* | Fixes a bunch of WebKit whitespace discrepancies between Android and ↵ | Steve Block | 2009-10-14 | 2 | -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 plugin | Grace Kloba | 2009-09-23 | 1 | -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 Sollenberger | 2009-09-21 | 1 | -2/+2 |
| | | | | | | calls Change-Id: I7881e711af7ec905e5c120e8e2fd4b0b7ba5e840 | ||||
* | First pass at replacing native plugin views with java. | Derek Sollenberger | 2009-09-15 | 1 | -0/+7 |
| | | | | Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f | ||||
* | Revert "Merge WebKit r47420" | Andrei Popescu | 2009-08-19 | 2 | -94/+2 |
| | | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524. | ||||
* | Merge WebKit r47420 | Ben Murdoch | 2009-08-18 | 2 | -2/+94 |
| | |||||
* | Merge commit 'goog/master' into merge | Ben Murdoch | 2009-08-18 | 3 | -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 Kloba | 2009-08-17 | 3 | -114/+0 |
| | | |||||
* | | Fix the last of the linker errors ! | Ben Murdoch | 2009-08-17 | 1 | -0/+5 |
| | | |||||
* | | Fix first set of linker errors. | Ben Murdoch | 2009-08-17 | 2 | -51/+2 |
| | | |||||
* | | PluginView.cpp fix | Andrei Popescu | 2009-08-17 | 1 | -2/+2 |
| | | |||||
* | | ResourceHandleAndroid fix | Andrei Popescu | 2009-08-17 | 1 | -7/+0 |
| | | |||||
* | | r47029: Merges WebCore/page, plugins and storage. | Ben Murdoch | 2009-08-12 | 3 | -19/+2 |
| | | |||||
* | | Merge in WebKit r47029. | Ben Murdoch | 2009-08-11 | 22 | -483/+999 |
|/ | |||||
* | Add SystemInterface to the android_npapi so that we can expose system related | Grace Kloba | 2009-08-05 | 2 | -0/+3 |
| | | | | properties. Currently it only has getApplicationDataDirectory. | ||||
* | Fixing mouse and touch coordinates inside iframes. | Derek Sollenberger | 2009-08-03 | 1 | -26/+17 |
| | |||||
* | fixing plugin event handling for touch to return the correct value. | Derek Sollenberger | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | removing visibleRect event and tracking rectangles instead. | Derek Sollenberger | 2009-07-20 | 1 | -2/+1 |
| | |||||
* | Adding plugin support for an RGBA surface view. | Derek Sollenberger | 2009-07-17 | 1 | -8/+4 |
| | |||||
* | Ensuring the plugin maintains control of the nav keys until it explicity ↵ | Derek Sollenberger | 2009-07-08 | 1 | -3/+20 |
| | | | | releases them. | ||||
* | plugins are now sent the correct coordinates even when the page is scrolled. | Derek Sollenberger | 2009-07-07 | 1 | -6/+16 |
| | |||||
* | added gain/loose focus support for plugins. (focus = eligible to receive ↵ | Derek Sollenberger | 2009-07-02 | 1 | -6/+1 |
| | | | | user events) | ||||
* | Adding support for plugins to request the keyboard. | Derek Sollenberger | 2009-06-29 | 1 | -2/+3 |
| | |||||
* | Adding mouse events to the plugin API | Derek Sollenberger | 2009-06-26 | 1 | -3/+10 |
| | |||||
* | webkit added their own initializeBrowserFuncs(), so we need to now call both ↵ | Mike Reed | 2009-06-22 | 1 | -7/+8 |
| | | | | theirs and ours | ||||
* | Merge commit 'goog/master' into webkit_merge | Feng Qian | 2009-06-18 | 3 | -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 Sollenberger | 2009-06-18 | 3 | -11/+61 |
| | | |||||
* | | Get WebKit r44544. | Feng Qian | 2009-06-17 | 19 | -369/+464 |
|/ | |||||
* | add pixelpacking api | Mike Reed | 2009-06-10 | 1 | -1/+3 |
| | |||||
* | Added support for plugins receiving lifecycle events such as gain/lose focus. | Derek Sollenberger | 2009-06-08 | 1 | -33/+42 |
| | |||||
* | Move Browser test plugin from webkit project to development project. | Grace Kloba | 2009-05-14 | 3 | -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 Reed | 2009-05-13 | 1 | -0/+2 |
| | |||||
* | Add plugin plumbing with V8 binding. | Feng Qian | 2009-05-01 | 2 | -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 Qian | 2009-04-24 | 3 | -18/+37 |
| | | | | Picked up several new files from Chrome port. | ||||
* | AI 145796: Land the WebKit merge @r42026. | Feng Qian | 2009-04-10 | 12 | -93/+106 |
| | | | | Automated import of CL 145796 | ||||
* | auto import from //branches/cupcake/...@137197 | The Android Open Source Project | 2009-03-09 | 1 | -1/+15 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 31 | -185/+1618 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 52 | -0/+10663 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 52 | -10656/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -7/+0 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -0/+7 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -1/+4 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 3 | -0/+1224 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 59 | -4005/+6771 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 21 | -580/+2885 |
| |