summaryrefslogtreecommitdiffstats
path: root/WebKit/android
Commit message (Expand)AuthorAgeFilesLines
* Implement the audio tag in webkit -- the corresponding java CL is https://and...Nicolas Roard2010-05-075-250/+533
* Provide access to current match highlighted.Leon Scroggins2010-05-062-0/+15
* Enable contentEditable.Leon Scroggins2010-05-055-7/+47
* Merge "Fix typo in FrameLoaderClientAndroid.cpp"Steve Block2010-05-051-1/+1
|\
| * Fix typo in FrameLoaderClientAndroid.cppSteve Block2010-05-051-1/+1
* | am ce99ade6: am 6452300d: am d294ab99: Update plugin\'s dirtyRect to match th...Derek Sollenberger2010-05-031-0/+10
|\ \
| * \ am 6452300d: am d294ab99: Update plugin\'s dirtyRect to match the dirtyRect r...Derek Sollenberger2010-05-031-0/+10
| |\ \
| | * | Update plugin's dirtyRect to match the dirtyRect returned when locking a surf...Derek Sollenberger2010-05-031-0/+10
* | | | Merge "Fix a return type bug which is complained by gcc-4.6. If compile this ...Jing Yu2010-05-031-2/+1
|\ \ \ \
| * | | | Fix a return type bug which is complained by gcc-4.6.Jing Yu2010-05-021-2/+1
* | | | | Merge changes Ie9ba4c69,I35363367,I18aaae5f,I2c315360,I4f163c97,Ib640e64c,I98...Steve Block2010-04-294-5/+27
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
* | | | | Merge "Do not hide the cursor ring when clicking on a <select> element."Leon Scroggins2010-04-274-5/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Do not hide the cursor ring when clicking on a <select> element.Leon Scroggins2010-04-274-5/+13
* | | | | Merge "move CachedInput::init() to cpp"Cary Clark2010-04-272-4/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | move CachedInput::init() to cppCary Clark2010-04-262-4/+6
* | | | | Add more padding round select boxes, use different assets atLeon Clarke2010-04-263-35/+81
| |/ / / |/| | |
* | | | Merge "Fixes the Geolocation mock position timestamp"Steve Block2010-04-231-1/+1
|\ \ \ \
| * | | | Fixes the Geolocation mock position timestampSteve Block2010-04-231-1/+1
* | | | | am 29189dc4: am 6ec27fea: am 5076efcd: don\'t hide transparent nodesCary Clark2010-04-221-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | am 6ec27fea: am 5076efcd: don\'t hide transparent nodesCary Clark2010-04-221-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | don't hide transparent nodesCary Clark2010-04-221-1/+1
* | | | | am 68b8e349: am 0f92e845: am 55ab51c0: Merge "nextTextField may walk off the ...Cary Clark2010-04-225-34/+44
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | am 0f92e845: am 55ab51c0: Merge "nextTextField may walk off the end or try in...Cary Clark2010-04-225-34/+44
| |\ \ \ | | |/ /
| | * | nextTextField may walk off the end or try invalid framesCary Clark2010-04-225-34/+44
* | | | am 5c6e2c78: am 34a423ba: am 22804c07: Pass scroll mode to Java so that we ca...Grace Kloba2010-04-152-0/+16
|\ \ \ \ | |/ / /
| * | | am 34a423ba: am 22804c07: Pass scroll mode to Java so that we can handle over...Grace Kloba2010-04-142-0/+16
| |\ \ \ | | |/ /
| | * | Pass scroll mode to Java so that we can handleGrace Kloba2010-04-132-0/+16
* | | | Merge "Remove the TouchStationary state from PlatformTouchPoint."Ben Murdoch2010-04-152-9/+0
|\ \ \ \
| * | | | Remove the TouchStationary state from PlatformTouchPoint.Ben Murdoch2010-04-142-9/+0
* | | | | am 069d5161: don\'t hardcode "mSurface" throughout our source codeMathias Agopian2010-04-151-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-1/+1
| |/ /
* | | am 46051e5e: am 164756aa: Merge "Do not set touch state to TouchStationary as...Grace Kloba2010-04-121-2/+5
|\ \ \ | |/ /
| * | Merge "Do not set touch state to TouchStationary as EventHandler doesn't hand...Grace Kloba2010-04-121-2/+5
| |\ \
| | * | Do not set touch state to TouchStationary as EventHandlerGrace Kloba2010-04-091-2/+5
* | | | am a22aa62c: am 411a8ae3: Merge "Fix for Bug:2579468" into froyoNicolas Roard2010-04-082-5/+17
|\ \ \ \ | |/ / /
| * | | Merge "Fix for Bug:2579468" into froyoNicolas Roard2010-04-082-5/+17
| |\ \ \ | | |/ / | |/| |
| | * | Fix for Bug:2579468Nicolas Roard2010-04-082-5/+17
* | | | am b60bbcfb: am 18f501d6: Fix bug that causes plugins not be notified of the ...Derek Sollenberger2010-04-081-27/+31
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix bug that causes plugins not be notified of the change to theDerek Sollenberger2010-04-081-27/+31
| |/
* | Merge "add portable bzero interface"Cary Clark2010-04-071-0/+7
|\ \ | |/ |/|
| * add portable bzero interfaceCary Clark2010-03-301-0/+7
* | Merge "Revert "Mark positioned elements as needing a relayout when checking f...Nicolas Roard2010-04-062-35/+1
|\ \
| * | Revert "Mark positioned elements as needing a relayout when checking for hit ...Nicolas Roard2010-04-062-35/+1
* | | keep frames associated with regular hits and direct hitsCary Clark2010-04-063-5/+9
|/ /
* | Merge "Create a method to check to see if the focus has a following textfield...Cary Clark2010-04-051-0/+10
|\ \
| * | Create a method to check to see if the focus has a following textfield.Leon Scroggins2010-03-311-0/+10
* | | On demand plugins are now per-page, not per-object.Patrick Scott2010-04-022-4/+33
* | | Merge "Make sure the protocol is lower case in the redirect." into froyoPatrick Scott2010-03-311-6/+10
|\ \ \