index
:
external_webkit.git
replicant-4.2
external/webkit
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WebKit
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
rebuild WebView nav cache on trackball move, other bugs
Cary Clark
2009-06-22
3
-12
/
+35
*
Providing plugins with scrolling ability as well as an event informing the pl...
Derek Sollenberger
2009-06-22
4
-10
/
+77
*
Merge change 4804
Android (Google) Code Review
2009-06-19
1
-5
/
+4
|
\
|
*
Ues loadFrameRequest instead of loadPostRequest so that we don't need to chan...
Grace Kloba
2009-06-19
1
-5
/
+4
*
|
Update our <select> to work with the latest webkit.
Leon Scroggins
2009-06-19
1
-7
/
+10
|
/
*
Merge commit 'goog/master' into webkit_merge
Feng Qian
2009-06-18
14
-170
/
+380
|
\
|
*
clean up mouse move events in webview
Cary Clark
2009-06-18
3
-125
/
+101
|
*
Adding touch events for plugins.
Derek Sollenberger
2009-06-18
3
-7
/
+63
|
*
Merge change 4469
Android (Google) Code Review
2009-06-17
2
-0
/
+66
|
|
\
|
|
*
add font table getters for plugins
Mike Reed
2009-06-17
2
-0
/
+66
|
*
|
try again to disable webkit fix for gmail
Cary Clark
2009-06-17
2
-9
/
+10
|
*
|
add WebView.FindAddress option to ignore case sensitivity
Cary Clark
2009-06-17
3
-5
/
+12
|
|
/
|
*
Merge change 4330
Android (Google) Code Review
2009-06-16
2
-2
/
+2
|
|
\
|
|
*
fix webkit hidden cursor, address crash
Cary Clark
2009-06-16
2
-2
/
+2
|
*
|
cherry-pick 0f07938f7e51e7a7eb4239b8a30e64b68dac8c66 due to automerger snafu
Grace Kloba
2009-06-16
3
-1
/
+64
|
*
|
disable superpudu fix in webkit
Cary Clark
2009-06-16
1
-1
/
+4
|
|
/
|
*
Changes to make the cursor blink at the correct times.
Leon Scroggins
2009-06-16
2
-15
/
+34
|
*
Enable DOM Storage in master with JSC bindings.
Ben Murdoch
2009-06-15
1
-6
/
+25
*
|
Get WebKit r44544.
Feng Qian
2009-06-17
14
-54
/
+84
|
/
*
rebuild webview nav cache if cursor node changes
Cary Clark
2009-06-12
3
-8
/
+30
*
more (browser) trackball-is-a-mouse work in progress
Cary Clark
2009-06-11
11
-105
/
+148
*
Added event to notify plugins when the app is running low on memory.
Derek Sollenberger
2009-06-10
2
-1
/
+11
*
add pixelpacking api
Mike Reed
2009-06-10
2
-1
/
+106
*
Do not bring up the soft keyboard when clicking on a plugin
Leon Scroggins
2009-06-09
1
-3
/
+2
*
added missing function pointers in the plugin canvas interface
Derek Sollenberger
2009-06-09
1
-2
/
+7
*
Merge change 3571
Android (Google) Code Review
2009-06-09
2
-19
/
+17
|
\
|
*
Reorganizing the drawContext for plugin events.
Derek Sollenberger
2009-06-09
2
-19
/
+17
*
|
Remove obsolete notion of invalid node.
Leon Scroggins
2009-06-09
2
-34
/
+6
|
/
*
Added support for plugins receiving lifecycle events such as gain/lose focus.
Derek Sollenberger
2009-06-08
2
-25
/
+37
*
fix cursor movement bugs in browser
Cary Clark
2009-06-08
2
-41
/
+9
*
Update the language from "focus".
Leon Scroggins
2009-06-08
3
-57
/
+36
*
use full pictureset when recording displaytree
Mike Reed
2009-06-05
1
-22
/
+22
*
Implement adding console messages
Ben Murdoch
2009-06-05
3
-3
/
+17
*
Merge change 3212
Android (Google) Code Review
2009-06-04
1
-0
/
+2
|
\
|
*
resolved conflicts for merge of d88ddb to master
Patrick Scott
2009-06-04
1
-0
/
+2
|
|
\
|
|
*
If the server redirected us, use the url instead of the urlForHistory.
Patrick Scott
2009-06-04
1
-1
/
+7
*
|
|
Merge change 3201
Android (Google) Code Review
2009-06-04
1
-4
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix a crash on missing plugins.
Leon Scroggins
2009-06-04
1
-4
/
+8
*
|
|
use absolute bounds, not node bounds, for all webkit nodes
Cary Clark
2009-06-04
1
-24
/
+2
|
/
/
*
|
in browser, return webview node to receive key events
Cary Clark
2009-06-03
1
-10
/
+22
*
|
remove unneeded text parameters from WebView
Cary Clark
2009-06-03
5
-179
/
+120
*
|
Rename TextDialog to WebTextView.
Leon Scroggins
2009-06-02
1
-6
/
+7
*
|
in the browser, make the trackball more like a mouse
Cary Clark
2009-06-01
12
-1568
/
+969
*
|
add null check for renderer, and fix webkit coding style
Mike Reed
2009-05-28
1
-4
/
+3
*
|
hack to set focus for plugins
Mike Reed
2009-05-28
2
-1
/
+17
*
|
add pause/resume events for plugins
Mike Reed
2009-05-28
5
-5
/
+51
*
|
Merge change 2390
Android (Google) Code Review
2009-05-26
1
-0
/
+25
|
\
\
|
*
|
Added postUrl() to WebView so that we can pass lat/lon for the search.
Grace Kloba
2009-05-26
1
-0
/
+25
*
|
|
use trackball 'mouse' position instead of current focus on click
Cary Clark
2009-05-22
1
-1
/
+5
|
/
/
*
|
Merge change 1772
Android (Google) Code Review
2009-05-18
4
-7
/
+18
|
\
\
[next]