1. 4d8ef42 Check mWebViewCore to prevent potential NPE. by Shimeng (Simon) Wang · 14 years ago
  2. cad9ab6 In some case, like in Email, the WebView can be by Grace Kloba · 14 years ago
  3. ee8500e Don't overscroll horizontally if the content just fit in the WebView. by Grace Kloba · 14 years ago
  4. 21817f6 Explicitly dismiss the zoom control if by Grace Kloba · 14 years ago
  5. dba8cb7 b/2511635 Browser displays incorrect SSL cert information by Brian Carlstrom · 14 years ago
  6. f4418b0 Change api for webview overscroll background. by Grace Kloba · 14 years ago
  7. e5e63f4 remove special-case logic to allow the titlebar to always scroll off the screen. This means that we by Mike Reed · 14 years ago
  8. f8338d4 Change overscroll background to be same as status bar pulldown. by Grace Kloba · 14 years ago
  9. b415779 Pass selection data with the message to open the keyboard. by Leon Scroggins · 14 years ago
  10. e84a0db simplify utility to hit-test focused plugin by Cary Clark · 14 years ago
  11. 8a836a8 Eliminate haptic feedback when hitting an overscroll barrier due to a fling. by Adam Powell · 14 years ago
  12. 69a63b0 Allow the shift key to be passed to plugin. by Leon Scroggins · 14 years ago
  13. 4ab72cb b/2511635 Browser displays incorrect SSL cert information by Brian Carlstrom · 14 years ago
  14. 1e65d9e Use float instead of cast to int when calculating by Grace Kloba · 14 years ago
  15. fc2ece4 update comment on WebView loadData by Cary Clark · 14 years ago
  16. c28ff44 Allow plugin's surface to handle touch when in full-screen. by Derek Sollenberger · 14 years ago
  17. e8300a1 Expose smart-zoom, or centerFitRect to native. by Grace Kloba · 14 years ago
  18. 2563ffb If we can't over scroll horizontally, set vx to 0 in by Grace Kloba · 14 years ago
  19. a91e972 missing checks for native class before calling native code by Cary Clark · 14 years ago
  20. e47ac47 If the Picture is not ready, just draw the background by Grace Kloba · 14 years ago
  21. c6f95fe Implement smart-zoom per Adobe request. by Grace Kloba · 14 years ago
  22. 2809631 use the correct LayoutParams to fix going to fullscreen view by Cary Clark · 14 years ago
  23. 180403a pin our visible content bounds to the bounds of the doc itself, to account for overscroll by Mike Reed · 14 years ago
  24. 2d17e1d Add an api to set WebView over scroll background. by Grace Kloba · 14 years ago
  25. 7a37587 Set mShiftIsPressed properly when the focus is a plugin. by Leon Scroggins · 14 years ago
  26. c2242f2 Rewrite the WebView touch to support Flash. by Grace Kloba · 14 years ago
  27. 0409857 Make sure access to WebView::mWebViewCore is synchronized. by Andrei Popescu · 14 years ago
  28. 3dc02fe For flash trackball, send several downs followed by a single up. by Leon Scroggins · 14 years ago
  29. 31b8367 requestChildRectangleOnScreen takes layers into account by Cary Clark · 14 years ago
  30. b127c8f Pass keys to plugin while shift is held down. by Leon Scroggins · 14 years ago
  31. ad7dd48 scroll into view considers layers by Cary Clark · 14 years ago
  32. 30df237 ADT: Mark WebView as a Widget. Eclipse/ADT will display it in the GUI creator. by Raphael · 14 years ago
  33. d7625dd Adding over scroll to webview. We will always apply by Grace Kloba · 14 years ago
  34. 1c02c6a Squashed commit of the following: by Shimeng (Simon) Wang · 14 years ago
  35. 189e735 return false if any exception is thrown from savePicture by Mike Reed · 14 years ago
  36. 966641a add comment for public function by Cary Clark · 14 years ago
  37. 75a36c2 Remove an overzealous call to setDefaultSelection. by Leon Scroggins · 14 years ago
  38. f6bd0ba Don't send ACTION_MOVE to webkit until the distance is confirmed to be a drag. by Grace Kloba · 14 years ago
  39. 3403eb3 refactor find state and scrolling by Cary Clark · 14 years ago
  40. de023c1 refactor find state and scrolling by Cary Clark · 14 years ago
  41. 0b2e84b Add a client for WebBackForwardList operations. by Patrick Scott · 14 years ago
  42. 4addf9b When titlebar's visible height changed, it means the by Grace Kloba · 14 years ago
  43. 72ab998 account for find dialog height when positioning layers by Cary Clark · 14 years ago
  44. 12f8070 am 3ca122df: am cfb50c66: Merge "If we get TOUCH_UP before getting the WebCore\'s response for TOUCH_DOWN, remove the pending TOUCH_EVENT before proceeding to fling." into eclair-mr2 by Grace Kloba · 14 years ago
  45. a752a94 If we get TOUCH_UP before getting the WebCore's by Grace Kloba · 14 years ago
  46. b3d0cc5 If zoom scale is set to minimum, treat it as in overview mode. by Grace Kloba · 14 years ago
  47. 1be4098 Make nativeMoveCursorToNextInput return a boolean and use it. by Leon Scroggins · 14 years ago
  48. 018ff89 don't draw layers with history by Cary Clark · 14 years ago
  49. 0aa341f When opening the IME or sending a key to a non-cursored textfield, set the default selection. by Leon Scroggins · 14 years ago
  50. 2ec3069 refactor drawing to support layers by Cary Clark · 14 years ago
  51. a406fb9 DO NOT MERGE by Grace Kloba · 14 years ago
  52. 93f5831e If mPreventDrag is cancelled due to time out, remove by Grace Kloba · 14 years ago
  53. e3844ee Focus the IME on WebView when no textfield is in focus. by Leon Scroggins · 14 years ago
  54. 8a032a3 Pass key modifier state to webcore for touch events and update DRT so it can simulate them. by Ben Murdoch · 14 years ago
  55. bcbf564 At the end of a zoom, only check if the textfield is onscreen. by Leon Scroggins · 14 years ago
  56. 6088e83 Changes to remove WebTextView at end of touch/press rather than during. by Leon Scroggins · 14 years ago
  57. 855dd9e Add UI considerations to layers by Cary Clark · 14 years ago
  58. bd275440 Set up the WebTextView before setting its selection. by Leon Scroggins · 14 years ago
  59. a6d747d Implement navigator.isApplicationInstalled() API by Andrei Popescu · 14 years ago
  60. ac6df2d Move the animations in the UI thread by Nicolas Roard · 14 years ago
  61. 18e9396 Eliminate dependencies on Checkin, replacing checkin events with EventLog by Dan Egnor · 14 years ago
  62. 5c84bf0 Restart input when moving to a new textfield. by Leon Scroggins · 14 years ago
  63. b7f17d4 Take into account the visible title height when scrolling. by Shimeng (Simon) Wang · 14 years ago
  64. d5ff5db Handle the Tab key by moving to the next textfield. And ensure by Leon Scroggins · 14 years ago
  65. c9532609 animated the return to normal of mr-stretchy by Mike Reed · 14 years ago
  66. a61b67a Pass touch event time from Java to WebKit by Grace Kloba · 14 years ago
  67. ecbc65c Add support for sending touch events in DRT. by Ben Murdoch · 15 years ago
  68. ecbfb21 Revert "am 3db1ebaf: am 4ed2b1c3: Pass touch event time from Java to WebKit". The corresponding change to external/webkit creates a merge conflict in master. by Ben Murdoch · 14 years ago
  69. 9ecd943 am 3db1ebaf: am 4ed2b1c3: Pass touch event time from Java to WebKit by Grace Kloba · 14 years ago
  70. 4ed2b1c Pass touch event time from Java to WebKit by Grace Kloba · 14 years ago
  71. f3be166 Now mSupportMultiTouch is depending on WebSettings, it can't be static any more. by Grace Kloba · 14 years ago
  72. 5e7bb0a Implement support for v8 counters by Andrei Popescu · 14 years ago
  73. 8a7ac8d Anchor the page at top left corner when webView size changed. by Shimeng (Simon) Wang · 14 years ago
  74. a7bc87c Added pause/resume update Picture to WebViewCore. by Grace Kloba · 14 years ago
  75. d09f4aa resolved conflicts for merge of bb074ef9 to master by Jean-Baptiste Queru · 14 years ago
  76. 98e6fcf Need to check parent for performLongClick() as it by Grace Kloba · 14 years ago
  77. d0d9bc2 Add request header support for the Browser/WebView. by Grace Kloba · 14 years ago
  78. 769ed21 Fix http://b/issue?id=2400423. by Grace Kloba · 14 years ago
  79. 493bcdd Fix memory leak with layers. by Nicolas Roard · 15 years ago
  80. 7168231 am c811cd91: am caf0ce3c: Delay resetting mPreventDrag flags so that the Plugin will have more time to respond whether it wants to handle the touch events. (not have to return the value from WebViewCore before the first tap is up) by Grace Kloba · 14 years ago
  81. 79015fd am cf0957ce: am 77dc179b: As embedded and full screen shares the same view, we have to replace the AbsoluteLayout with ViewGroup.Layout before setting it to the dialog as dialog\'s FrameLayout doesn\'t accept AbsoluteLayout. by Grace Kloba · 14 years ago
  82. caf0ce3 Delay resetting mPreventDrag flags so that the Plugin by Grace Kloba · 14 years ago
  83. 96949ef We were blocking updating display tree during drag. by Grace Kloba · 14 years ago
  84. 3a0def2 Manual merge pinch zoom from Eclair to Master. by Grace Kloba · 14 years ago
  85. 5ff24d5 DO NOT MERGE by Grace Kloba · 15 years ago
  86. 77dc179 As embedded and full screen shares the same view, by Grace Kloba · 15 years ago
  87. 72666ba am 1f7747ad: am 7cabb03d: Resize the WebView when the soft-keyboard appears in landscape mode. by Derek Sollenberger · 15 years ago
  88. 7cabb03 Resize the WebView when the soft-keyboard appears in landscape mode. by Derek Sollenberger · 15 years ago
  89. 52cb3cb DO NOT MERGE by Grace Kloba · 15 years ago
  90. 8681df9 DO NOT MERGE by Grace Kloba · 15 years ago
  91. 12bcbdc Do not merge by Mike Reed · 15 years ago
  92. f167c4b DO NOT MERGE by Grace Kloba · 15 years ago
  93. 17b14bd DO NOT MERGE by Grace Kloba · 15 years ago
  94. 5a0bf1f DO NOT MERGE by Grace Kloba · 15 years ago
  95. 19c9df3 DO NOT MERGE by Grace Kloba · 15 years ago
  96. f5dba88 Detect if the current network is wifi or not and update webkit. by Andrei Popescu · 15 years ago
  97. fd787ba DO NOT MERGE by Grace Kloba · 15 years ago
  98. 1061a4d am 0123101a: am af2af4e5: Add proper support for fixed position elements by Nicolas Roard · 15 years ago
  99. af2af4e5 Add proper support for fixed position elements by Nicolas Roard · 15 years ago
  100. 5f01d7e DO NOT MERGE by Grace Kloba · 15 years ago