summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* Merge webkit.org at r50258 : Initial merge by git.Steve Block2009-11-10173-2090/+7244
* Merge change I5bad623b into eclair-mr2Android (Google) Code Review2009-11-096-13/+84
|\
| * Allow plugins to load java classes from their apk.Derek Sollenberger2009-11-096-13/+84
* | Add/expose postdata identifier so that when we cacheGrace Kloba2009-11-084-9/+27
|/
* Store the Node's text rather than the renderer's text.Leon Scroggins2009-11-061-2/+4
* Fixes V8 build due to missing include.Steve Block2009-11-051-0/+1
* Stop Geolocation service when browser tab is in the background.Steve Block2009-11-051-0/+16
* DO NOT MERGE. Send a message when the page changes and find is up to search a...Leon Scroggins2009-10-291-0/+12
* Pass PlatformKeyboardEvents for deletions.Leon Scroggins2009-10-281-1/+10
* Fix a clicking bug.Leon Scroggins2009-10-283-15/+5
* Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.Steve Block2009-10-281-1/+6
* pass the current cursor when computing the mouse positionCary Clark2009-10-283-6/+7
* Merge change Ia17a9f02 into eclair-mr2Android (Google) Code Review2009-10-281-7/+1
|\
| * Adds ScriptController::initializeThreading(), to allow initializeThreading() ...Steve Block2009-10-271-7/+1
* | Allow touches to change the selection.Leon Scroggins2009-10-272-24/+12
* | changing how plugins gain/lose focus.Derek Sollenberger2009-10-273-119/+10
* | tweak select textCary Clark2009-10-272-62/+73
* | Avoid calling setDatabaseDirectoryPath() when the path is already set.Andrei Popescu2009-10-271-1/+2
|/
* Enable the dispatching of the 'ended' media event.Andrei Popescu2009-10-261-0/+2
* Allow java WebView to check the readonly status of a node.Leon Scroggins2009-10-231-0/+8
* Remove some unused variables.Leon Scroggins2009-10-233-5/+1
* Merge change I3efa919a into eclair-mr2Android (Google) Code Review2009-10-213-15/+12
|\
| * fix multiple text areas, and text areas without focus ringsCary Clark2009-10-213-15/+12
* | Do not show radio/checkboxes for <optgroup> labels.Leon Scroggins2009-10-211-7/+14
|/
* Merge webkit.org at R49305 : Update rendering to use new overflow methods.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : Update CacheBuilder to use new event listener me...Steve Block2009-10-201-8/+3
* Merge webkit.org at R49305 : Stubs out new MediaPlayerPrivate::hasAudio method.Steve Block2009-10-201-0/+6
* Merge webkit.org at R49305 : Remove superfluous call to FrameView::initScroll...Steve Block2009-10-201-2/+0
* Merge webkit.org at R49305 : Stub out methods for mixed content in FrameLoade...Steve Block2009-10-202-0/+14
* Merge webkit.org at R49305 : MediaPlayerPrivate::maxTimeBuffered renamed to b...Steve Block2009-10-201-2/+3
* Merge webkit.org at R49305 : Text::string renamed to dataImpl.Steve Block2009-10-202-7/+7
* Merge webkit.org at R49305 : ChromeClient::platformWindow renamed to platform...Steve Block2009-10-202-4/+2
* Merge webkit.org at R49305 : Add stub ChromeClient::scrollbarsModeDidChange m...Steve Block2009-10-202-0/+6
* Merge webkit.org at R49305 : Page constructor now takes a PluginHalterClient.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : goBackOrForwards is now a member of Page.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : setLocalLoadPolicy is now a member of SecurityOr...Steve Block2009-10-201-2/+3
* Merge webkit.org at R49305 : FrameLoader::stopLoading now uses an enum.Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : PolicyChecker is now factored out of FrameLoader.Steve Block2009-10-202-9/+9
* Merge webkit.org at R49305 : Update String::copy call sites to use new copy m...Steve Block2009-10-201-3/+5
* Merge webkit.org at R49305 : Update KURL constructor call sites to new signat...Steve Block2009-10-203-7/+7
* Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-20296-2383/+22542
* Merge change I5536af7a into eclair-mr2Android (Google) Code Review2009-10-191-36/+47
|\
| * Updating the documentation for plugins.Derek Sollenberger2009-10-191-36/+47
* | return default 1.0 for scaleFactor(), since android doesn't record at the sam...Mike Reed2009-10-191-2/+22
|/
* Only write Geolocation permissions to the DB when required.Steve Block2009-10-162-7/+15
* Do not bring up the soft keyboard for readonly input fields.Leon Scroggins2009-10-153-4/+18
* fix copy/paste using trackball on passionCary Clark2009-10-151-21/+15
* Merge change Ibf761b97 into eclair-mr2Android (Google) Code Review2009-10-131-9/+36
|\
| * Prevent getFile from copying when the file is too large.Leon Scroggins2009-10-131-9/+36
* | Enabling plugins to stay in sync with UI when the DOM changes.Derek Sollenberger2009-10-134-13/+47
|/