summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport
Commit message (Expand)AuthorAgeFilesLines
* fix the pause() problem...Nicolas Roard2010-05-111-0/+1
* Merge webkit.org at r58033 : Update ChromeClientAndroid with refactoring of C...Steve Block2010-05-112-7/+16
* Merge webkit.org at r58033 : Update ChromeClient::iconForFiles()Steve Block2010-05-112-2/+3
* Merge webkit.org at r58033 : Update stubbed methods in InspectorClientAndroidSteve Block2010-05-111-15/+1
* Merge webkit.org at r58033 : ChromeClient::cancelGeolocationPermissionRequest...Steve Block2010-05-112-2/+2
* Merge webkit.org at r58033 : FrameLoader::setEncoding() has movedSteve 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-113-3/+3
* Implement the audio tag in webkit -- the corresponding java CL is https://and...Nicolas Roard2010-05-071-248/+295
* Fix typo in FrameLoaderClientAndroid.cppSteve Block2010-05-051-1/+1
* Merge webkit.org at r55033 : Implement FrameLoaderClient::didTransferChildFra...Steve Block2010-04-273-5/+21
* Merge webkit.org at r55033 : Implement new ChromeClient::iconForFiles method ...Steve Block2010-04-272-0/+6
* On demand plugins are now per-page, not per-object.Patrick Scott2010-04-022-4/+33
* Add 2 pixel padding and draw 2 pixel border for flash-on-demand.Shimeng (Simon) Wang2010-03-291-3/+10
* Fix the background of the placeholder.Patrick Scott2010-03-241-5/+8
* Do not redirect data to our placeholder.Patrick Scott2010-03-241-1/+4
* Add on-demand plugin support.Patrick Scott2010-03-231-13/+124
* Only replaced flash content if youtube app is installed. Fix for bug 2521517.Kristian Monsen2010-03-231-1/+6
* Fix for Bug 2486292, transparent backgrounds not transparent in Froyo.Kristian Monsen2010-03-171-5/+6
* Compute the position of the fixed elements to be relative to theNicolas Roard2010-03-171-0/+12
* set up the loader so the plugin will receive the first block of dataCary Clark2010-03-161-11/+11
* Remove unnecessary call to ChromeClientAndroid::scheduleCompositingLayerSync().Andrei Popescu2010-03-051-1/+1
* Fix V8 build when instrumentation is onAndrei Popescu2010-03-032-1/+2
* refactor drawing to support layersCary Clark2010-02-241-2/+2
* Simplify the layer code:Nicolas Roard2010-02-243-26/+11
* Fixes a bug with showing the Geolocation permissions promptSteve Block2010-02-234-34/+93
* Merge "Cherry-pick WebKit change 55136 to add a means to cancel an ongoing Ge...Steve Block2010-02-231-0/+1
|\
| * Cherry-pick WebKit change 55136 to add a means to cancel an ongoing Geolocati...Steve Block2010-02-231-0/+1
* | Implement redirectDataToPlugin.Patrick Scott2010-02-222-9/+41
|/
* Fix for busy loopNicolas Roard2010-02-221-1/+0
* Merge "Add code to try and reclaim granted but unused database quota. This wi...Ben Murdoch2010-02-182-5/+57
|\
| * Add code to try and reclaim granted but unused database quota. This will help...Ben Murdoch2010-02-182-5/+57
* | Fixes a bug with the Geolocation suspend/resume behaviourSteve Block2010-02-181-2/+3
|/
* Merge webkit.org at r54340 : Update use of processingUserGesture to pass DOMW...Steve Block2010-02-151-1/+1
* Merge webkit.org at r54127 : Fix some WebKit includesSteve Block2010-02-041-9/+10
* Forward the console message level from WebCore to Java land.Ben Murdoch2010-02-041-2/+2
* Implement V8 counter supportAndrei Popescu2010-02-022-0/+191
* Stop forwarding touch events from Java when the top level document is detache...Ben Murdoch2010-01-272-3/+3
* Fix potential crash with layers enabled.Nicolas Roard2010-01-261-1/+3
* Fix build byAndrei Popescu2010-01-251-0/+4
* Prepare NPV8Object.h/cpp for upstreaming:Andrei Popescu2010-01-251-0/+5
* Merge "Prepare ScriptController class for upstreaming."Andrei Popescu2010-01-251-0/+11
|\
| * Prepare ScriptController class for upstreaming.Andrei Popescu2010-01-221-0/+11
* | Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...Steve Block2010-01-201-2/+2
* | Refactor our touch event code to use the version submitted to webkit.org by t...Ben Murdoch2010-01-202-0/+14
* | am 9611825c: am 6a5a35ed: Merge "Should check the enable plugin settings befo...Grace Kloba2010-01-191-1/+4
|\ \
| * | Should check the enable plugin settings before acceptingGrace Kloba2010-01-181-1/+4
* | | am e4771f1b: am 6916255e: Call into MimeTypeMap to get the mime type for an e...Patrick Scott2010-01-131-29/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Call into MimeTypeMap to get the mime type for an extension.Patrick Scott2010-01-131-29/+1
| * webkit layers supportNicolas Roard2010-01-043-4/+104