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
/
WebCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixing plugin event handling for touch to return the correct value.
Derek Sollenberger
2009-07-28
1
-1
/
+1
*
Merge change 8638
Android (Google) Code Review
2009-07-27
1
-0
/
+1
|
\
|
*
explictly specify hinting (new api)
Mike Reed
2009-07-24
1
-0
/
+1
*
|
Enables Geolocation on Android.
Steve Block
2009-07-27
4
-0
/
+43
*
|
Fixes WebKit Geolocation bug 27255.
Steve Block
2009-07-24
4
-16
/
+5
*
|
Merge changes 8489,8490
Android (Google) Code Review
2009-07-24
4
-78
/
+0
|
\
\
|
*
|
Android specifics for 'Removes uneccessary IDL files for Geolocation permissi...
Steve Block
2009-07-24
1
-8
/
+0
|
*
|
Removes uneccessary IDL files for Geolocation callbacks.
Steve Block
2009-07-24
3
-70
/
+0
|
|
/
*
|
Update V8 to bleeding_edge@2524
Andrei Popescu
2009-07-23
1
-1
/
+10
|
/
*
Implements a mechanism that limit the growth of the application cache
Andrei Popescu
2009-07-21
13
-55
/
+407
*
removing visibleRect event and tracking rectangles instead.
Derek Sollenberger
2009-07-20
1
-2
/
+1
*
Add indexed getter for TouchList.
Feng Qian
2009-07-18
2
-0
/
+64
*
Adding plugin support for an RGBA surface view.
Derek Sollenberger
2009-07-17
1
-8
/
+4
*
Turn on webcore's request management and remove our hacks.
Patrick Scott
2009-07-15
3
-20
/
+3
*
Merge change 7130
Android (Google) Code Review
2009-07-14
1
-2
/
+4
|
\
|
*
Pick up a bug fix from Chromium.
Feng Qian
2009-07-14
1
-2
/
+4
*
|
Pick up a fix in V8 binding.
Feng Qian
2009-07-14
1
-1
/
+1
|
/
*
Simplify Ben's previous commit.
Feng Qian
2009-07-13
1
-4
/
+2
*
Add a virtual destructor to V8DOMMap when NDEBUG is defined.
Ben Murdoch
2009-07-13
1
-0
/
+2
*
Ensuring the plugin maintains control of the nav keys until it explicity rele...
Derek Sollenberger
2009-07-08
1
-3
/
+20
*
Merge change 6349
Android (Google) Code Review
2009-07-08
4
-1
/
+54
|
\
|
*
Cherry pick fix for webkit bug 25711 (https://bugs.webkit.org/show_bug.cgi?id...
Ben Murdoch
2009-07-07
4
-1
/
+54
*
|
Merge change 6353
Android (Google) Code Review
2009-07-07
1
-6
/
+16
|
\
\
|
*
|
plugins are now sent the correct coordinates even when the page is scrolled.
Derek Sollenberger
2009-07-07
1
-6
/
+16
|
|
/
*
|
Unbreak V8 build
Andrei Popescu
2009-07-06
1
-0
/
+4
*
|
Enable workers w/JSC.
Ben Murdoch
2009-07-06
3
-12
/
+38
|
/
*
Merge change 6047
Android (Google) Code Review
2009-07-03
2
-7
/
+7
|
\
|
*
Enable video when using V8
Andrei Popescu
2009-07-02
2
-7
/
+7
*
|
added gain/loose focus support for plugins. (focus = eligible to receive user...
Derek Sollenberger
2009-07-02
1
-6
/
+1
|
/
*
Same fix from donut. Use sizeof(UChar) * aLength for the correct comparison.
Patrick Scott
2009-06-30
1
-1
/
+1
*
Merge change 5783
Android (Google) Code Review
2009-06-30
1
-0
/
+4
|
\
|
*
fix crash in browser map caused by misaligned string data compare
Cary Clark
2009-06-30
1
-0
/
+4
*
|
resolved conflicts for merge of dac9d5be to master
Grace Kloba
2009-06-29
2
-10
/
+58
|
\
\
|
*
|
Add JavaScript parsing into instrumentation. Also modify css parsing calculat...
Grace Kloba
2009-06-26
2
-10
/
+58
*
|
|
Adding support for plugins to request the keyboard.
Derek Sollenberger
2009-06-29
1
-2
/
+3
|
|
/
|
/
|
*
|
work in progress to enable plugins to receive arrow keys
Cary Clark
2009-06-29
2
-9
/
+8
*
|
Merge change 5521
Android (Google) Code Review
2009-06-26
1
-3
/
+10
|
\
\
|
*
|
Adding mouse events to the plugin API
Derek Sollenberger
2009-06-26
1
-3
/
+10
*
|
|
am 14d2a338: Add security fix as seen in http://trac.webkit.org/changeset/44799
Cary Clark
2009-06-26
1
-2
/
+6
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Add security fix as seen in http://trac.webkit.org/changeset/44799
Cary Clark
2009-06-26
1
-2
/
+6
*
|
|
Merge change 5139
Android (Google) Code Review
2009-06-26
3
-165
/
+11
|
\
\
\
|
*
|
|
Implement fullscreen video. Currently only load() and play() are supported. T...
Andrei Popescu
2009-06-25
3
-165
/
+11
*
|
|
|
Merge change 5092
Android (Google) Code Review
2009-06-26
7
-9
/
+815
|
\
\
\
\
|
*
|
|
|
Implement V8 bindings for DOM Storage.
Ben Murdoch
2009-06-26
7
-9
/
+815
*
|
|
|
|
Invalidate the full rectangle of the highlight when clearing it.
Leon Scroggins
2009-06-25
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge change 5073
Android (Google) Code Review
2009-06-24
1
-4
/
+0
|
\
\
\
\
|
*
|
|
|
Remove a define which is no longer used.
Leon Scroggins
2009-06-24
1
-4
/
+0
|
|
/
/
/
*
|
|
|
Merge change 5216
Android (Google) Code Review
2009-06-24
1
-5
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Make buttons draw their state properly.
Leon Scroggins
2009-06-24
1
-5
/
+6
|
|
/
/
*
|
|
Merge change 5202
Android (Google) Code Review
2009-06-24
2
-5
/
+5
|
\
\
\
[next]