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
/
page
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cherry-pick security fix in WebKit change 65280
Steve Block
2010-09-09
1
-1
/
+7
*
Cherry-pick security fix in WebKit change 64293
Steve Block
2010-09-09
1
-0
/
+3
*
Cherry-pick security fix in WebKit change 64077
Steve Block
2010-09-09
1
-9
/
+3
*
Fix a ref counting bug in touch event handling. The RefPtr returned from m_or...
Ben Murdoch
2010-05-06
1
-5
/
+5
*
Fix a crash caused by navigating away from a page with your finger still down...
Ben Murdoch
2010-05-05
1
-0
/
+3
*
Add on-demand plugin support.
Patrick Scott
2010-03-23
2
-0
/
+11
*
Fixes the Mac build
Steve Block
2010-03-17
1
-0
/
+2
*
Pass mouse events to the subframe as the other ports
Grace Kloba
2010-03-16
1
-14
/
+7
*
Merge "Prepare touch key modifiers for upstreaming."
Ben Murdoch
2010-03-11
1
-5
/
+2
|
\
|
*
Prepare touch key modifiers for upstreaming.
Ben Murdoch
2010-03-11
1
-5
/
+2
*
|
Marks remaining Android-specific changes to Geolocation with ANDROID
Steve Block
2010-03-11
2
-0
/
+18
*
|
Update Android to reflect final version submitted to webkit.org for Geolocati...
Steve Block
2010-03-11
2
-31
/
+28
*
|
Merge "When starting the Geolocation service, we need to make sure that we ha...
Steve Block
2010-03-10
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
When starting the Geolocation service, we need to make sure that we have a va...
Steve Block
2010-03-09
1
-1
/
+6
*
|
Only call plugin touch code if it is in full screen
Leon Scroggins
2010-03-09
2
-56
/
+0
|
/
*
The element that receives the touch event should be the target element of the...
Ben Murdoch
2010-03-01
2
-90
/
+71
*
Update touch handler in preparation for upstreaming of m_originatingTouchTarg...
Ben Murdoch
2010-03-01
2
-10
/
+12
*
Adds a missing initializer for Geolocation maximumAge
Steve Block
2010-02-24
1
-0
/
+1
*
Removes repeated headers in Geolocation.cpp
Steve Block
2010-02-24
1
-8
/
+0
*
Merge "Co-ordinates of a TouchEvent object should be 0,0 to match the behavio...
Ben Murdoch
2010-02-23
2
-22
/
+6
|
\
|
*
Co-ordinates of a TouchEvent object should be 0,0 to match the behavior on iP...
Ben Murdoch
2010-02-23
2
-22
/
+6
*
|
Merge "Updates Android to final version of Geolocation position cache submitt...
Steve Block
2010-02-23
2
-11
/
+11
|
\
\
|
*
|
Updates Android to final version of Geolocation position cache submitted to w...
Steve Block
2010-02-23
2
-11
/
+11
|
|
/
*
|
Cherry-pick WebKit change 55136 to add a means to cancel an ongoing Geolocati...
Steve Block
2010-02-23
4
-3
/
+14
|
/
*
Fixes a bug with the Geolocation suspend/resume behaviour
Steve Block
2010-02-18
1
-0
/
+8
*
Merge webkit.org at r54731 : Fix merge conflicts due to frame flattening
Steve Block
2010-02-16
2
-11
/
+7
*
Merge webkit.org at r54731 : Initial merge by git
Steve Block
2010-02-16
14
-41
/
+116
*
Don't add something to a hash map and then get it out again immediately if we...
Ben Murdoch
2010-02-15
1
-2
/
+5
*
Fix the creation of the touchTargets list to match what the iPhone does and m...
Ben Murdoch
2010-02-15
1
-18
/
+47
*
Store the originating target for a touch (i.e. calculated in touchstart) in a...
Ben Murdoch
2010-02-15
2
-7
/
+22
*
Merge webkit.org at r54340 : Cherry-pick WebKit change 54417 to fix ENABLE_DE...
Steve Block
2010-02-15
3
-9
/
+5
*
Merge webkit.org at r54340 : Initial merge by git
Steve Block
2010-02-15
14
-168
/
+274
*
Implement navigator.isApplicationInstalled() API
Andrei Popescu
2010-02-12
3
-5
/
+46
*
Fix the V8 build by adding files missing from ece0a38a9778edd2ae7a550df7dcd38...
Andrei Popescu
2010-02-09
1
-0
/
+45
*
Implement navigator.isApplicationInstalled() API
Andrei Popescu
2010-02-09
3
-6
/
+27
*
Merge webkit.org at r54127 : Fix conflicts with Android addition of touch eve...
Steve Block
2010-02-04
1
-10
/
+1
*
Merge webkit.org at r54127 : Fix final trivial merges
Steve Block
2010-02-04
2
-10
/
+0
*
Merge webkit.org at r54127 : Merge conflicts due to longpress and doubletap t...
Steve Block
2010-02-04
1
-36
/
+2
*
Merge webkit.org at r54127 : Resolve conflicts for handleTouchEvent
Steve Block
2010-02-04
2
-12
/
+1
*
Merge webkit.org at r54127 : Resolve Geolocation conflicts.
Steve Block
2010-02-04
6
-88
/
+0
*
Merge webkit.org at r54127 : Initial merge by git
Steve Block
2010-02-04
75
-795
/
+1181
*
Pass touch event time from Java to WebKit
Grace Kloba
2010-02-03
1
-1
/
+14
*
Guard the new Navigator connection property with a temporary ENABLE_CONNECTIO...
Steve Block
2010-02-03
1
-0
/
+2
*
Add ANDROID tags to some touchevents changes that have yet to be upstreamed
Steve Block
2010-02-01
1
-1
/
+8
*
Update Android to reflect final version submitted to webkit.org when changing...
Steve Block
2010-02-01
1
-8
/
+4
*
Update Android to reflect final version submitted to webkit.org when adding t...
Steve Block
2010-02-01
1
-3
/
+3
*
Cherry-pick WebKit change 54096 for client-based Geolocation
Steve Block
2010-02-01
1
-3
/
+8
*
Cherry-pick WebKit change 54080 for client-based Geolocation
Steve Block
2010-02-01
1
-1
/
+1
*
Cherry-pick WebKit change 54079 for client-based Geolocation
Steve Block
2010-02-01
2
-6
/
+33
*
Cherry-pick WebKit change 53708 for client-based Geolocation
Steve Block
2010-02-01
1
-0
/
+3
[next]