summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r64264 : Compile fix, how to create WebCore::Page changedKristian Monsen2010-08-042-23/+16
* Merge WebKit at r64264 : Compile fix: registerURLSchemeAsLocal movedKristian Monsen2010-08-041-1/+2
* Enable navigation in scrollable layers.Patrick Scott2010-08-021-0/+58
* Add back nativeClearContent since it's used in Java side.Shimeng (Simon) Wang2010-07-291-0/+11
* Merge Webkit at r63859 : Bindings code generators now enforce that generated ...Ben Murdoch2010-07-271-4/+4
* Merge Webkit at r63859 : ResourceHandleInternal::m_request has been renamed. ...Ben Murdoch2010-07-271-1/+1
* Merge Webkit at r63859 : Update call to hitTestResultAtPoint with the default...Ben Murdoch2010-07-271-1/+1
* Merge WebKit at r63173 : Following @62607 Page takes a BackForwardClientLeon Clarke2010-07-202-2/+4
* Removing ANDROID_USER_GESTURE ifdefKristian Monsen2010-07-151-8/+0
* Fix for bug 2816268: Refactor ANDROID_USER_GESTURE codeKristian Monsen2010-07-151-3/+14
* am b47b5d4a: am 652e9a01: Migrate to new keycode constants in keycodes.h.Jeff Brown2010-07-131-2/+2
|\
| * Migrate to new keycode constants in keycodes.h.Jeff Brown2010-07-131-2/+2
* | Browser save page as web archive.Elliott Slaughter2010-07-121-0/+91
* | Combine base PictureSet with composite layers intoGrace Kloba2010-07-092-162/+35
* | Detect if we're a webapp from the meta tag and send a message throughBen Murdoch2010-06-302-0/+11
* | set maximum image sizeCary Clark2010-06-291-0/+8
* | Check "email" input as some sites use it as the username.Grace Kloba2010-06-231-2/+2
* | Added setXSSAuditorEnabled support in WebSettings.Elliott Slaughter2010-06-221-0/+5
* | Dump child frames data according to Mac/Qt implementation for layout tests.Shimeng (Simon) Wang2010-06-211-4/+44
* | Fix new LayoutTest crashes in compositing/iframes/lots-of-objects.html andBen Murdoch2010-06-181-2/+5
* | Merge webkit.org at r60469 : since @60104 the zoom level functions ar in the ...Leon Clarke2010-06-081-2/+2
* | Merge webkit.org at r60469 : @60418 requires us to use associatedElements() a...Leon Clarke2010-06-081-7/+7
* | Enable File Reader and blob.slice APIs.Ben Murdoch2010-06-021-5/+5
* | Code clean up, http://b/issue?id=2724743Grace Kloba2010-05-284-59/+35
* | Use the real visibleBounds for the ScrollView'sGrace Kloba2010-05-281-0/+6
* | Report correct window.innerWidth and window.innerHeight.Grace Kloba2010-05-272-16/+33
* | Added getTouchHighlightRects for the fat point.Grace Kloba2010-05-272-0/+300
* | Merge WebKit at r60074: Pass null DeviceOrientationClient to Page constructorSteve Block2010-05-272-2/+4
* | Merge WebKit at r59636: Method name changed upstreamKristian Monsen2010-05-251-1/+1
* | Remove the use of a timer to delay painting, instead use a flag and check itNicolas Roard2010-05-211-0/+6
* | Provide a string for the case where a file upload control has not had a file ...Ben Murdoch2010-05-211-1/+8
* | Update file chooser to pass the accept type from WebCore to Java.Ben Murdoch2010-05-211-4/+13
* | Add a method to the PlatformBridge to resolve the filename of a fileBen Murdoch2010-05-214-15/+35
* | Adding a mechanism for injecting accessibility in WebViews with disabled Java...Svetoslav Ganov2010-05-152-0/+77
* | suppress partial screen updates if a canvas element is visibleCary Clark2010-05-141-0/+3
* | restrict nav cache picture to content width, heightCary Clark2010-05-121-1/+2
* | Merge webkit.org at r58033 : Settings::setDatabasesEnabled() has been removedSteve Block2010-05-111-1/+2
* | Merge webkit.org at r58033 : Implement MIMETypeRegistry::isApplicationPluginM...Steve Block2010-05-111-0/+5
* | Merge webkit.org at r58033 : Add missing SharedBuffer.h includeSteve Block2010-05-111-0/+1
* | Merge webkit.org at r58033 : Use new ZoomMode enumSteve Block2010-05-111-1/+1
* | Merge webkit.org at r58033 : Update location of KeyboardCodes.hSteve Block2010-05-111-1/+1
* | Merge webkit.org at r58033 : Update location of CString.hSteve Block2010-05-114-7/+7
* | Implement the audio tag in webkit -- the corresponding java CL is https://and...Nicolas Roard2010-05-071-2/+4
* | Enable contentEditable.Leon Scroggins2010-05-051-3/+19
* | Fixes the Geolocation mock position timestampSteve Block2010-04-231-1/+1
* | am 5c6e2c78: am 34a423ba: am 22804c07: Pass scroll mode to Java so that we ca...Grace Kloba2010-04-152-0/+16
|\ \ | |/
| * Pass scroll mode to Java so that we can handleGrace Kloba2010-04-132-0/+16
* | Remove the TouchStationary state from PlatformTouchPoint.Ben Murdoch2010-04-142-9/+0
|/
* Do not set touch state to TouchStationary as EventHandlerGrace Kloba2010-04-091-2/+5
* Fix bug that causes plugins not be notified of the change to theDerek Sollenberger2010-04-081-27/+31