summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins/ANPWindowInterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-081-1/+9
|
* Cleanup how a plugin requests to go full-screen.Derek Sollenberger2009-12-011-1/+2
|
* Cleaning up android_npapi by removing implemented functions and unused ↵Derek Sollenberger2009-11-301-24/+0
| | | | parameters.
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-2/+1
| | | | | | | | | | | | | These files have not yet been 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. This change adds licenses where absent or simply fixes the names of copyright holders in the license text to 'THE COPYRIGHT OWNER' and cleans up formatting. Files in stl/ currently use licenses other than BSD-style and will require more careful treatment. Change-Id: I67ad4b8932e432d3eaaeecdfeb0d09418496228d
* Allow plugins to load java classes from their apk.Derek Sollenberger2009-11-091-3/+3
| | | | | | | | Relocate ANPSystemInterface into its own file and provide the ability to call into java and load a plugin's java class from their apk. see http://b/2215696
* adding API to enable plugins to request full screen modeDerek Sollenberger2009-09-221-0/+6
| | | | Change-Id: Ib3373af6ff127399d1d0846ba30a4275da5b3133
* removing visibleRect event and tracking rectangles instead.Derek Sollenberger2009-07-201-6/+11
|
* Adding support for plugins to request the keyboard.Derek Sollenberger2009-06-291-0/+7
|
* Providing plugins with scrolling ability as well as an event informing the ↵Derek Sollenberger2009-06-221-1/+17
| | | | plugin of the document's visibleRect.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+62
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-62/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-11/+20
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+53