summaryrefslogtreecommitdiffstats
path: root/WebKit/android
Commit message (Expand)AuthorAgeFilesLines
* 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-118-35/+101
* add event interface for plugins, so they can post an event to themselves (fro...Mike Reed2009-12-104-0/+150
* 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
|\
| * Modify AndroidWebHistoryBridge to prepare uploadingGrace Kloba2009-12-072-5/+2
* | Show "Go" for the last textfield in a form.Leon Scroggins2009-12-084-3/+13
* | exclude from cache nodes that are entirely clipped outCary Clark2009-12-081-6/+3
* | Merge change Ia8a49e0d into eclair-mr2Android (Google) Code Review2009-12-081-1/+2
|\ \
| * | fix debugging outputCary Clark2009-12-071-1/+2
* | | Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-086-86/+37
* | | Merge change I747854ee into eclair-mr2Android (Google) Code Review2009-12-081-1/+0
|\ \ \
| * | | Remove an accidentally added include.Ben Murdoch2009-12-071-1/+0
* | | | Provide <input> type information to Java side.Leon Scroggins2009-12-074-15/+39
| |_|/ |/| |
* | | Merge change I38601c0e into eclair-mr2Android (Google) Code Review2009-12-071-2/+8
|\ \ \ | |_|/ |/| |
| * | Fix the wrong layout in the layout test.Grace Kloba2009-12-061-2/+8
| |/
* | fix crash reading readonly node stateCary Clark2009-12-071-4/+4
* | Store InputType information for <input> fields, return SEARCH action for SEAR...Leon Scroggins2009-12-075-8/+21
|/
* Merge change If686b999 into eclair-mr2Android (Google) Code Review2009-12-042-3/+5
|\
| * Pass up flags for the main resource and user gesture.Patrick Scott2009-12-042-3/+5
* | Merge change I49b2fbe0 into eclair-mr2Android (Google) Code Review2009-12-041-3/+10
|\ \
| * | Only re-center the page if it is zoom change orGrace Kloba2009-12-041-3/+10
| |/
* | fix nav cache debuggingCary Clark2009-12-041-4/+3
* | move input-related fields out of CachedNode to expandCary Clark2009-12-0411-174/+318
|/
* Rework CL, https://android-git.corp.google.com/g/#change,34511Grace Kloba2009-12-032-10/+0
* Fix the build due to auto mergeGrace Kloba2009-12-031-1/+2
* After turning on page cache, the parent HistoryItemGrace Kloba2009-12-032-0/+16
* Android History unforking pt4: Android specific changes to makefiles and othe...Ben Murdoch2009-12-035-107/+50
* Save form data for elements other than type "text".Leon Scroggins2009-12-021-20/+15
* Enable WebKit page cache through WebSettings.Grace Kloba2009-12-025-36/+175
* Merge change Ie0a2c0d4 into eclair-mr2Android (Google) Code Review2009-12-022-17/+15
|\
| * Move dump display tree to sdcard as dom and render tree.Grace Kloba2009-12-012-17/+15
* | Merge change I3aa3fc5b into eclair-mr2Android (Google) Code Review2009-12-021-4/+8
|\ \
| * | skip nodes when building nav cache if parents are clipped outCary Clark2009-12-021-4/+8
| |/
* | nav to container if it wants key eventsCary Clark2009-12-022-6/+6
|/
* cleaning up local JNI references for plugins and caching appropriate JNI ids.Derek Sollenberger2009-12-012-9/+45
* Adding native portion of the PluginActivity class.Derek Sollenberger2009-12-011-0/+77
* Cleanup how a plugin requests to go full-screen.Derek Sollenberger2009-12-016-22/+13
* Merge change I24ba66f9 into eclair-mr2Android (Google) Code Review2009-12-013-44/+3
|\
| * Cleaning up android_npapi by removing implemented functions and unused parame...Derek Sollenberger2009-11-303-44/+3
* | navigate preferably between children of the same parentCary Clark2009-11-303-8/+12