summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* Merge changes I61cfea19,Ib2fe7793 into eclair-mr2Steve Block2010-01-204-2/+20
|\
| * Cherry-pick WebKit change 53464 to rename WebCore/bridge/runtime to WebCore/b...Steve Block2010-01-194-2/+20
* | Exit the fullscreen mode when the PluginWidget isGrace Kloba2010-01-192-1/+9
|/
* Cherry-pick WebKit change 53436 to fix style in JavaInstanceJSCSteve Block2010-01-191-5/+5
* Merge "Cherry-pick WebKit change 53412 to move jni_instance to JavaInstanceJS...Steve Block2010-01-191-1/+1
|\
| * Cherry-pick WebKit change 53412 to move jni_instance to JavaInstanceJSCSteve Block2010-01-191-1/+1
* | Should check the enable plugin settings before acceptingGrace Kloba2010-01-181-1/+4
* | Don't use static jclass unless we hold a reference.Grace Kloba2010-01-141-14/+9
* | Add proper support for fixed position elementsNicolas Roard2010-01-141-3/+4
* | Call into MimeTypeMap to get the mime type for an extension.Patrick Scott2010-01-133-29/+67
* | Merge "Compare Node pointers rather than CachedNode pointers." into eclair-mr2Leon Scroggins2010-01-121-2/+2
|\ \
| * | Compare Node pointers rather than CachedNode pointers.Leon Scroggins2010-01-121-2/+2
* | | Merge "adding event to notify the plugin when it is on/off screen." into ecla...Derek Sollenberger2010-01-123-1/+23
|\ \ \
| * | | adding event to notify the plugin when it is on/off screen.Derek Sollenberger2010-01-123-1/+23
| |/ /
* | | Ensure that the current textfield is actually a textfield before treating it ...Leon Scroggins2010-01-121-2/+2
|/ /
* | consolidating to only use one surface per plugin. give plugin access to java ...Derek Sollenberger2010-01-115-108/+102
* | Bring up the IME after receiving a response from webkit.Leon Scroggins2010-01-117-48/+13
|/
* Merge "Updates the use of weak references in the script-to-Java bridge for V8...Steve Block2010-01-081-11/+20
|\
| * Updates the use of weak references in the script-to-Java bridge for V8.Steve Block2010-01-081-11/+20
* | In motionUp, update the CachedHistory's mMouseBounds.Leon Scroggins2010-01-071-1/+3
* | remove unused jni interfacesCary Clark2010-01-071-8/+0
* | Request <label> info only when accessing a textfield.Leon Scroggins2010-01-076-39/+28
* | In findBestHitAt, set x and y to the intersection of slop and cursor.Leon Scroggins2010-01-063-30/+24
* | Store label information to be used for hint text.Leon Scroggins2010-01-064-6/+49
* | webkit layers supportNicolas Roard2010-01-046-4/+252
* | If the DOM changes textfield focus, make the IME work properly.Leon Scroggins2010-01-043-25/+41
* | Merge change Iab49f046 into eclair-mr2Android (Google) Code Review2009-12-181-8/+8
|\ \ | |/ |/|
| * Fix to ensure plugin is notified even when the screen width does not change.Derek Sollenberger2009-12-181-8/+8
* | Adds a 'using namespace JSC::Bindings;' declaration in WebCoreFrameBridge.Steve Block2009-12-181-40/+44
|/
* Merge webkit.org at r51976 : ScriptValue::getString now takes a ScriptState p...Steve Block2009-12-171-1/+6
* Merge webkit.org at r51976 : externalRepresentation now takes a Frame argument.Steve Block2009-12-172-2/+2
* Merge webkit.org at r51976 : Implement new FrameLoaderClient page state methods.Steve Block2009-12-172-0/+18
* Merge webkit.org at r51976 : FrameLoaderClient::windowObjectCleared has been ...Steve Block2009-12-172-2/+6
* Merge webkit.org at r51976 : Implement new ChromeClient::focusedNodeChanged m...Steve Block2009-12-172-1/+5
* Merge webkit.org at r51976 : Changes to InspectorController.Steve Block2009-12-171-5/+3
* Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-17487-4653/+52369
* Merge change Ifcce71fa into eclair-mr2Android (Google) Code Review2009-12-165-5/+36
|\
| * Implement the full screen WebView plugin.Grace Kloba2009-12-165-5/+36
* | Fix the benchmark app yet again to work in mr2 (and master).Patrick Scott2009-12-154-17/+25
|/
* check to see if nav cache is up to date on tapCary Clark2009-12-156-5/+100
* Provide localized strings for <input> labels.Leon Scroggins2009-12-153-12/+55
* Notify native plugin code when the browser discards the customView.Derek Sollenberger2009-12-145-20/+77
* Rollback to return density for scaleFactor.Grace Kloba2009-12-111-22/+2
* Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp.Andrei Popescu2009-12-119-35/+102
* add event interface for plugins, so they can post an event to themselves (fro...Mike Reed2009-12-105-0/+151
* Merge change I85087ab0 into eclair-mr2Android (Google) Code Review2009-12-091-1/+13
|\
| * Enable orientation events.Patrick Scott2009-12-091-1/+13
* | Enable longpress and doubletap to WebKit as touchGrace Kloba2009-12-093-9/+31
|/
* Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-093-5/+51
* Merge change I0b9d36d9 into eclair-mr2Android (Google) Code Review2009-12-082-5/+2
|\