OSDN Git Service

android-x86/external-webkit.git
13 years agoam 0b77bcc1: (-s ours) am 200de028: DO NOT MERGE - Fixes webicon permissions
John Reck [Thu, 13 Jan 2011 20:12:15 +0000 (12:12 -0800)]
am 0b77bcc1: (-s ours) am 200de028: DO NOT MERGE - Fixes webicon permissions

* commit '0b77bcc1e3f1198bd705c0efc11d6a8be0a3b9b4':
  DO NOT MERGE - Fixes webicon permissions

13 years agoam 9d46b47d: (-s ours) am 05072627: DO NOT MERGE - Set 660 permissions on Geolocation...
John Reck [Thu, 13 Jan 2011 20:12:12 +0000 (12:12 -0800)]
am 9d46b47d: (-s ours) am 05072627: DO NOT MERGE - Set 660 permissions on Geolocation cache DB

* commit '9d46b47dc0b7cd67c7573299ec7f1e677e4b58f0':
  DO NOT MERGE - Set 660 permissions on Geolocation cache DB

13 years agoam 35676c5b: (-s ours) am a9186f56: DO NOT MERGE - Set 660 permissions on Geolocation...
John Reck [Thu, 13 Jan 2011 20:12:10 +0000 (12:12 -0800)]
am 35676c5b: (-s ours) am a9186f56: DO NOT MERGE - Set 660 permissions on Geolocation permissions DB

* commit '35676c5b9dfa206aad700683a76c1f0c3a2c0253':
  DO NOT MERGE - Set 660 permissions on Geolocation permissions DB

13 years agoam 200de028: DO NOT MERGE - Fixes webicon permissions
John Reck [Thu, 13 Jan 2011 19:39:50 +0000 (11:39 -0800)]
am 200de028: DO NOT MERGE - Fixes webicon permissions

* commit '200de028bfb928c1a488fa48bcbe72400d9e1202':
  DO NOT MERGE - Fixes webicon permissions

13 years agoam 05072627: DO NOT MERGE - Set 660 permissions on Geolocation cache DB
John Reck [Thu, 13 Jan 2011 19:39:47 +0000 (11:39 -0800)]
am 05072627: DO NOT MERGE - Set 660 permissions on Geolocation cache DB

* commit '05072627b62c5e316b9970492f76ce353e8c30fa':
  DO NOT MERGE - Set 660 permissions on Geolocation cache DB

13 years agoam a9186f56: DO NOT MERGE - Set 660 permissions on Geolocation permissions DB
John Reck [Thu, 13 Jan 2011 19:39:43 +0000 (11:39 -0800)]
am a9186f56: DO NOT MERGE - Set 660 permissions on Geolocation permissions DB

* commit 'a9186f56580d978bfcb197fc1ac726a3a092ff01':
  DO NOT MERGE - Set 660 permissions on Geolocation permissions DB

13 years agoMerge "Remove temporary work-around for auto login." into honeycomb
Patrick Scott [Thu, 13 Jan 2011 18:29:00 +0000 (10:29 -0800)]
Merge "Remove temporary work-around for auto login." into honeycomb

13 years agoRemove temporary work-around for auto login.
Patrick Scott [Thu, 13 Jan 2011 16:34:52 +0000 (11:34 -0500)]
Remove temporary work-around for auto login.

This is no longer needed as we are taking a different approach to auto login.

Change-Id: If665c740d958c4947527ce32e2b7f858736cac2b

13 years agoFix for bug 3347616, crash when closing browser with requests in flight
Kristian Monsen [Thu, 13 Jan 2011 14:27:10 +0000 (14:27 +0000)]
Fix for bug 3347616, crash when closing browser with requests in flight

The problem is if a request is just started as the browser (or a tab)
is closed. That can give delete the scoped_refptr before the
refcount is increased on the IO thread.

Refcounted objects should not be passed as raw pointers between
threads.

Change-Id: I57a9b30f5fdfef3c6d45b81ea59a61f96b09e6ae

13 years agoUse filename instead of file url for file uploads.
Kristian Monsen [Thu, 13 Jan 2011 10:57:20 +0000 (10:57 +0000)]
Use filename instead of file url for file uploads.

Part of fix for bug 2862096

Change-Id: Iabef7251b867b0c8bbf81147b08c76e7ef723d00

13 years agoDO NOT MERGE - Fixes webicon permissions
John Reck [Tue, 7 Dec 2010 22:51:01 +0000 (14:51 -0800)]
DO NOT MERGE - Fixes webicon permissions

 Bug: 32442813258386
 partial cherry pick

Change-Id: I30397effabe4b60d916f01f9b32bcfc3a6a402bc

13 years agoMerge "The fixed element layer should not inherit the parent matrix" into honeycomb
Teng-Hui Zhu [Thu, 13 Jan 2011 00:56:10 +0000 (16:56 -0800)]
Merge "The fixed element layer should not inherit the parent matrix" into honeycomb

13 years agoMerge "The m_projectionMatrix in the ShaderProgram need to be updated" into honeycomb
Teng-Hui Zhu [Thu, 13 Jan 2011 00:54:53 +0000 (16:54 -0800)]
Merge "The m_projectionMatrix in the ShaderProgram need to be updated" into honeycomb

13 years agoThe fixed element layer should not inherit the parent matrix
Teng-Hui Zhu [Thu, 13 Jan 2011 00:31:51 +0000 (16:31 -0800)]
The fixed element layer should not inherit the parent matrix

The fixed element layer should start from an identity matrix.
And apply local transformation.

Change-Id: I9243f8c496bdbd5ee66e18b23715f9935e5574b6
b:3344290

13 years agoThe m_projectionMatrix in the ShaderProgram need to be updated
Teng-Hui Zhu [Wed, 12 Jan 2011 23:05:46 +0000 (15:05 -0800)]
The m_projectionMatrix in the ShaderProgram need to be updated

When there is only layers (no baseLayer), m_projectionMatrix
is not updated for every draw call, such that it doesn't reflect
the visibleRect info.

Change-Id: I527f86d6d16034e56c3215f011c20196b02b16c2
b:3335132

13 years agoRevert "Only use the name part when opening files that start with file://"
Guang Zhu [Wed, 12 Jan 2011 22:39:32 +0000 (14:39 -0800)]
Revert "Only use the name part when opening files that start with file://"

This reverts commit 5bc439a352fa4a52aa5be1eab0dc72420f40d49f.

13 years agoDo not open the keyboard if 'click' came from a keypress.
Leon Scroggins [Wed, 12 Jan 2011 19:12:28 +0000 (14:12 -0500)]
Do not open the keyboard if 'click' came from a keypress.

Bug:3344162

Requires a change in frameworks/base.

Change-Id: Id6fddcb2f179695998ef9372b8bca36bebbb54a3

13 years agoMerge "Make sure there is a focus before derefing it." into honeycomb
Leon Scroggins [Wed, 12 Jan 2011 18:54:47 +0000 (10:54 -0800)]
Merge "Make sure there is a focus before derefing it." into honeycomb

13 years agoMerge "always compute cx, cy in select text" into honeycomb
Cary Clark [Wed, 12 Jan 2011 18:38:54 +0000 (10:38 -0800)]
Merge "always compute cx, cy in select text" into honeycomb

13 years agoMake sure there is a focus before derefing it.
Leon Scroggins [Wed, 12 Jan 2011 18:37:02 +0000 (13:37 -0500)]
Make sure there is a focus before derefing it.

Bug:3344795
Change-Id: I8c4bb2aa3c105da1d08260daa9a9d11d39de7840

13 years agoMerge "Fix a ref count issue." into honeycomb
Patrick Scott [Wed, 12 Jan 2011 18:34:22 +0000 (10:34 -0800)]
Merge "Fix a ref count issue." into honeycomb

13 years agoFix a ref count issue.
Patrick Scott [Wed, 12 Jan 2011 18:27:57 +0000 (13:27 -0500)]
Fix a ref count issue.

setBridge calls adoptRef on the bridge and the stack object deletes the bridge.
Deleted memory is no good.

Change-Id: I80c5f614da604c0362530a54ff04b892d96ef6b1

13 years agoalways compute cx, cy in select text
Cary Clark [Wed, 12 Jan 2011 18:14:29 +0000 (13:14 -0500)]
always compute cx, cy in select text

The cx, cy locals are later stored as part of the
best character found. They must always be computed
so that the best state can compare with the test
state.

bug:3339016
Change-Id: I4cbb791dc8d3836b027c6a9088dc3a59031c40b9

13 years agoMerge "Disable rounding hacks." into honeycomb
Leon Scroggins [Wed, 12 Jan 2011 15:48:47 +0000 (07:48 -0800)]
Merge "Disable rounding hacks." into honeycomb

13 years agoMerge "Remove the WebTextView always when moving off a textfield." into honeycomb
Leon Scroggins [Wed, 12 Jan 2011 15:34:43 +0000 (07:34 -0800)]
Merge "Remove the WebTextView always when moving off a textfield." into honeycomb

13 years agoMerge "Fix <select> with size." into honeycomb
Leon Scroggins [Wed, 12 Jan 2011 15:33:44 +0000 (07:33 -0800)]
Merge "Fix <select> with size." into honeycomb

13 years agoOnly use the name part when opening files that start with file://
Kristian Monsen [Tue, 11 Jan 2011 21:00:47 +0000 (21:00 +0000)]
Only use the name part when opening files that start with file://

Part of fix for bug 2862096
Fix for bug 3280996

Change-Id: I82d872aff834524fb105f42e83eee580d6c98c0b

13 years agoFix <select> with size.
Leon Scroggins [Tue, 11 Jan 2011 22:46:17 +0000 (17:46 -0500)]
Fix <select> with size.

Bug:3328480
Change-Id: I47a7df3e5ffb043e6162b661a6de3a837d141c88

13 years agoRemove the WebTextView always when moving off a textfield.
Leon Scroggins [Tue, 11 Jan 2011 22:33:35 +0000 (17:33 -0500)]
Remove the WebTextView always when moving off a textfield.

Bug:3341272

Change-Id: Ibf00b2cb5a2c34eed9e5ac0355b59f8507ade446

13 years agoDisable rounding hacks.
Leon Scroggins [Tue, 11 Jan 2011 21:16:27 +0000 (16:16 -0500)]
Disable rounding hacks.

Bug:3085564
Change-Id: Ie570cbac6a445a337c72466598d5550c84d803ad

13 years agoFix the invalidate on the layer
Teng-Hui Zhu [Tue, 11 Jan 2011 19:38:58 +0000 (11:38 -0800)]
Fix the invalidate on the layer

For each layer, if its content is dirty, it should tell the Java to redraw.

Change-Id: If1fe006c0777130083ddc84778104fff35435a1b
b:3327600

13 years agoMerge "Use float to preserve scales' accuracy." into honeycomb
Shimeng (Simon) Wang [Tue, 11 Jan 2011 18:55:22 +0000 (10:55 -0800)]
Merge "Use float to preserve scales' accuracy." into honeycomb

13 years agoUse float to preserve scales' accuracy.
Shimeng (Simon) Wang [Fri, 7 Jan 2011 23:46:52 +0000 (15:46 -0800)]
Use float to preserve scales' accuracy.

This change helps page navigation, since the restored scale
is accurate.

This change has a corresponding change in frameworks/base.
https://android-git.corp.google.com/g/#change,88121

issue: 3225233
Change-Id: I7e5601e8412e8b81e7f32c9ffb9e6c114db95169

13 years agoMerge "Prevent a crash by caching overflow scrolling." into honeycomb
Patrick Scott [Tue, 11 Jan 2011 18:39:10 +0000 (10:39 -0800)]
Merge "Prevent a crash by caching overflow scrolling." into honeycomb

13 years agoPrevent a crash by caching overflow scrolling.
Patrick Scott [Tue, 11 Jan 2011 18:06:29 +0000 (13:06 -0500)]
Prevent a crash by caching overflow scrolling.

Use adoptRef when creating a new bridge item.  Use
toRenderBoxModelObject instead of toRenderBox as RenderInlines have layers.

Bug: 3321493

Change-Id: I4283681eba961aedaa8d80bfdfb3d1a468aab1ac

13 years agoMerge "Remove ANDROID_SCROLL_ON_GOTO_ANCHOR in WebCore/config.h" into honeycomb
Shimeng (Simon) Wang [Tue, 11 Jan 2011 17:59:32 +0000 (09:59 -0800)]
Merge "Remove ANDROID_SCROLL_ON_GOTO_ANCHOR in WebCore/config.h" into honeycomb

13 years agoMerge changes Iad96314e,Ic978944b,Iea1a5a55,Id22f7f0c,Ia1a391a9,Ic4642c38,I561d89dc...
Ben Murdoch [Tue, 11 Jan 2011 15:50:44 +0000 (07:50 -0800)]
Merge changes Iad96314e,Ic978944b,Iea1a5a55,Id22f7f0c,Ia1a391a9,Ic4642c38,I561d89dc,Ia102dea1 into honeycomb

* changes:
  Merge Chromium at 9.0.597.55: Move formsSeen call to IO thread.
  Merge Chromium at 9.0.597.55: Remove URLRequest forward declaration.
  Merge Chromium at 9.0.597.55: Merge 67599. (2/2)
  Merge Chromium at 9.0.597.55: Merge r67599 (1/2)
  Merge Chromium at 9.0.597.55: Merge r67192
  Merge Chromium at 9.0.597.55: Add DnsCertChecker to constructor
  Merge Chromium at 9.0.597.55: Autofill: Merge r66860
  Merge Chromium at 9.0.597.55: Autofill: Merge r66850

13 years agoMerge Chromium at 9.0.597.55: Move formsSeen call to IO thread.
Ben Murdoch [Mon, 10 Jan 2011 12:40:47 +0000 (12:40 +0000)]
Merge Chromium at 9.0.597.55: Move formsSeen call to IO thread.

When we search the document for forms to be autofilled, we make a URL
request to the AutoFill server to ask it for form field data. With
Chromium r67655, this URL request needs to be made on a Chrome thread.

This is a simple fix for the merge, which blocks until the call
completes.

See http://src.chromium.org/viewvc/chrome?view=rev&revision=67655

Change-Id: Iad96314e4ecb66ee7e65c1ef846709e9c41b0e2e

13 years agoMerge Chromium at 9.0.597.55: Remove URLRequest forward declaration.
Ben Murdoch [Fri, 7 Jan 2011 16:05:19 +0000 (16:05 +0000)]
Merge Chromium at 9.0.597.55: Remove URLRequest forward declaration.

Change-Id: Ic978944b7a4e0bdda4ab09a18234456098ad26ca

13 years agoMerge Chromium at 9.0.597.55: Merge 67599. (2/2)
Ben Murdoch [Fri, 7 Jan 2011 16:04:47 +0000 (16:04 +0000)]
Merge Chromium at 9.0.597.55: Merge 67599. (2/2)

This needed a bit of work so I've split into two commits.

This is part 2, where we now need to pass both the field that
was focussed and the form it belongs to. To achieve this I have
a new class that encapsulates the pointers.

Change-Id: Iea1a5a55696c63255bcc57b070116409a2195f4c

13 years agoMerge Chromium at 9.0.597.55: Merge r67599 (1/2)
Ben Murdoch [Fri, 7 Jan 2011 14:59:53 +0000 (14:59 +0000)]
Merge Chromium at 9.0.597.55: Merge r67599 (1/2)

This is a slightly tricky merge. This first part is the easy bit.

See http://src.chromium.org/viewvc/chrome?view=rev&revision=67599

Change-Id: Id22f7f0ce0f0b7eca62f39d4e6ae65b9ea1bdcda

13 years agoMerge Chromium at 9.0.597.55: Merge r67192
Ben Murdoch [Fri, 7 Jan 2011 15:15:00 +0000 (15:15 +0000)]
Merge Chromium at 9.0.597.55: Merge r67192

See http://src.chromium.org/viewvc/chrome?view=rev&revision=67192

Change-Id: Ia1a391a9e7634e86e5c3166349befc47841b570e

13 years agoMerge Chromium at 9.0.597.55: Add DnsCertChecker to constructor
Ben Murdoch [Fri, 7 Jan 2011 16:20:24 +0000 (16:20 +0000)]
Merge Chromium at 9.0.597.55: Add DnsCertChecker to constructor

See http://src.chromium.org/viewvc/chrome?view=rev&revision=66985

Change-Id: Ic4642c38646b94fb6db9e839a671cd335f9d5c6b

13 years agoMerge Chromium at 9.0.597.55: Autofill: Merge r66860
Ben Murdoch [Fri, 7 Jan 2011 15:12:30 +0000 (15:12 +0000)]
Merge Chromium at 9.0.597.55: Autofill: Merge r66860

See http://src.chromium.org/viewvc/chrome?view=rev&revision=66860

Change-Id: I561d89dcc060af7f3e0b975e4a940c7de63d89d4

13 years agoMerge Chromium at 9.0.597.55: Autofill: Merge r66850
Ben Murdoch [Fri, 7 Jan 2011 14:58:10 +0000 (14:58 +0000)]
Merge Chromium at 9.0.597.55: Autofill: Merge r66850

Autofill: Prefer maxLength to size attribute for form filling
heuristics.

See http://src.chromium.org/viewvc/chrome?view=rev&revision=66850

Change-Id: Ia102dea1c861474e878639b91288e6845d7250ef

13 years agoremove push/pop around bitmap
Cary Clark [Tue, 11 Jan 2011 14:02:25 +0000 (09:02 -0500)]
remove push/pop around bitmap

The algorithm that analyzes cursor rings in pictures
stores the changes to the canvas (e.g. push layer, pop)
but it turns out that bitmaps may have push/pop
pairs around them that don't represent a state change.

Remove the push/pop pairs around bitmaps when creating
the cursor region stack.

bug:3299913
bug:3329011
Change-Id: I14e0508285821e2723ff460e6b09faccb44f4565

13 years agoMerge "layer or save push/pop should start new rect" into honeycomb
Cary Clark [Tue, 11 Jan 2011 12:56:08 +0000 (04:56 -0800)]
Merge "layer or save push/pop should start new rect" into honeycomb

13 years agoMerge "Fix a warning" into honeycomb
Kristian Monsen [Tue, 11 Jan 2011 10:29:00 +0000 (02:29 -0800)]
Merge "Fix a warning" into honeycomb

13 years agoRemove nativeCursorMatchesFocus method.
Leon Scroggins [Mon, 10 Jan 2011 22:51:51 +0000 (17:51 -0500)]
Remove nativeCursorMatchesFocus method.

Bug:3335014
Change-Id: I55e60cec72f27ab2877455a7899a21cbd86a0efa

13 years agoCherrypick of https://android-git.corp.google.com/g/#change,88039
Derek Sollenberger [Fri, 7 Jan 2011 21:00:35 +0000 (16:00 -0500)]
Cherrypick of https://android-git.corp.google.com/g/#change,88039
Pass multiTouch events to plugins so Adobe could try it.

Change-Id: I2c1120a85ef15db0ce45161403d56843c0037abf

13 years agoAdd Null check to the root layer
Teng-Hui Zhu [Mon, 10 Jan 2011 00:30:39 +0000 (16:30 -0800)]
Add Null check to the root layer

bug:3284834
Change-Id: If537400333a6884f92d688481ff4efe3ae5796a3

13 years agoMerge "Enable fixed layers for all websites" into honeycomb
Nicolas Roard [Mon, 10 Jan 2011 22:49:33 +0000 (14:49 -0800)]
Merge "Enable fixed layers for all websites" into honeycomb

13 years agoEnable fixed layers for all websites
Nicolas Roard [Mon, 10 Jan 2011 21:11:35 +0000 (13:11 -0800)]
Enable fixed layers for all websites

bug:2797422
Change-Id: Ide0867a06d61a7ee92af751ae824fe6c3b23c41f

13 years agoMerge "Change the transition from cross-fading to simple fading of only one of the...
Nicolas Roard [Mon, 10 Jan 2011 22:38:07 +0000 (14:38 -0800)]
Merge "Change the transition from cross-fading to simple fading of only one of the TiledPage." into honeycomb

13 years agolayer or save push/pop should start new rect
Cary Clark [Mon, 10 Jan 2011 21:33:00 +0000 (16:33 -0500)]
layer or save push/pop should start new rect

In computing cursor rings, consecutive rectangles
from the picture may be combined. If the picture
pushes or pops a canvas context, the rects
should no longer be combined, because they come
from different DOM nodes.

bug:3336522
Change-Id: I2b09220d84238873f209528bf822b9c203de9ce8

13 years agoChange the transition from cross-fading to simple fading of only one of
Nicolas Roard [Mon, 10 Jan 2011 19:08:13 +0000 (11:08 -0800)]
Change the transition from cross-fading to simple fading of only one of
the TiledPage.

bug:3335076
Change-Id: Ia2a0de24e7c13d7cf3bbae8b17e9db1e377aa8a4

13 years agoMerge "selectBestAt missing another null check" into honeycomb
Cary Clark [Mon, 10 Jan 2011 19:03:38 +0000 (11:03 -0800)]
Merge "selectBestAt missing another null check" into honeycomb

13 years agoselectBestAt missing another null check
Cary Clark [Mon, 10 Jan 2011 18:31:24 +0000 (13:31 -0500)]
selectBestAt missing another null check

bug:3334943
Change-Id: I0183634bfbe64b145edafcc84f42e213509cbc2c

13 years agoFix a warning
Kristian Monsen [Mon, 10 Jan 2011 16:27:55 +0000 (16:27 +0000)]
Fix a warning

Just changing the order so they are matched in the .h and .cpp

Change-Id: I88afbdded260a389da2134ccdc7946f649b8db37

13 years agoMerge "Ensure that PopupReply does not take action after disconnection." into honeycomb
Leon Scroggins [Mon, 10 Jan 2011 16:11:00 +0000 (08:11 -0800)]
Merge "Ensure that PopupReply does not take action after disconnection." into honeycomb

13 years agoEnsure that PopupReply does not take action after disconnection.
Leon Scroggins [Fri, 7 Jan 2011 22:01:37 +0000 (17:01 -0500)]
Ensure that PopupReply does not take action after disconnection.

Bug:3326203
Change-Id: Ieec8765fae0af7d4f2b0f56167cb1b221fa73687

13 years agoreturn the scrollable layer's content bounds
Cary Clark [Fri, 7 Jan 2011 21:05:17 +0000 (16:05 -0500)]
return the scrollable layer's content bounds

Compute and return the scrollable layer's bounds in
content space and return it to the java side.

The layer's bounds is used to determine if the
select text touch point is close to the edge and
should invoke scrolling.

Also, added a null check to selectBestAt

Requires a companion change in frameworks/base

bug:3191699
bug:3334943

Change-Id: Id066997f56da59f37350c14a4cc43fe4a7ce7312

13 years agoMerge "Fix alpha compositing in the shaders to work with premultiplied alpha textures...
Nicolas Roard [Fri, 7 Jan 2011 22:59:07 +0000 (14:59 -0800)]
Merge "Fix alpha compositing in the shaders to work with premultiplied alpha textures" into honeycomb

13 years agoRemove ANDROID_SCROLL_ON_GOTO_ANCHOR in WebCore/config.h
Shimeng (Simon) Wang [Fri, 7 Jan 2011 22:04:31 +0000 (14:04 -0800)]
Remove ANDROID_SCROLL_ON_GOTO_ANCHOR in WebCore/config.h

This helps scrolling to a page#anchor link as shown in the bug.

Not sure I understand the reason to have that setting at the first place.

issue: 3225233
Change-Id: If2960d3c77be94b150e138a534007708f025dbad

13 years agobug:3325039 Making the cursor ring movement send accessibility events.
Svetoslav Ganov [Thu, 6 Jan 2011 02:52:54 +0000 (18:52 -0800)]
bug:3325039 Making the cursor ring movement send accessibility events.

1. Added a mechanism to select the cursor ring content if accessibility is
   enabled - This is achieved by sending an event to the WebCore thread
   (if accessibility is enabled) to select the content of the cursor when
   the latter moves. Added code in WebViewCore to select the given node
   and notify the UI thread for the selection markup which is delivered
   of the accessibility injector which manages sending accessibility
   events. This is relevant for adding accessibility to WebView if
   JavaScript is not enabled. (If JS is enabled we inject a screenreader
   written in JS).

2. Fixed the event delegation to the accessibility injector since it
   should be able to consume key events of interest and perform some
   action which leads to sending appropriate accessibility event.
   In the previous implementation it was possible that the injector
   consumes the event but the latter was bubbled up.

3. Added function to scroll the selection into view while moving it
   around based on user commands.

Note: This is a two project change.

Change-Id: Ica27f317e194474d4e38aba5d7a2c0acc9f05a33

13 years agoFix alpha compositing in the shaders to work with premultiplied alpha
Nicolas Roard [Fri, 7 Jan 2011 21:29:09 +0000 (13:29 -0800)]
Fix alpha compositing in the shaders to work with premultiplied alpha
textures

bug:3332829
Change-Id: Iffce6322fca694e85dd51dbc4147f4309f350eca

13 years agoDO NOT MERGE - Set 660 permissions on Geolocation cache DB
John Reck [Fri, 7 Jan 2011 21:18:12 +0000 (13:18 -0800)]
DO NOT MERGE - Set 660 permissions on Geolocation cache DB

 Bug: 32565403258386

Change-Id: I96aece2efd8dbe8ce8f6310fec89b69206cbcba6

13 years agoDO NOT MERGE - Set 660 permissions on Geolocation permissions DB
John Reck [Fri, 7 Jan 2011 21:16:39 +0000 (13:16 -0800)]
DO NOT MERGE - Set 660 permissions on Geolocation permissions DB

 Bug: 32565403258386

Change-Id: I734b90251f949098aab2a91207f4172bae57acd1

13 years agoAdd debug info
Teng-Hui Zhu [Thu, 6 Jan 2011 00:42:38 +0000 (16:42 -0800)]
Add debug info

When we have such extra info in the log, it could lead to a root cause
more directly without manual adding and rebuilding.

bug:3307016
Change-Id: I7699c554923d1cdc4ddeb9795ad9c89687b1f27a

13 years agoMerge "Add multi-touch plugin API." into honeycomb
Derek Sollenberger [Fri, 7 Jan 2011 18:41:51 +0000 (10:41 -0800)]
Merge "Add multi-touch plugin API." into honeycomb

13 years agoRedo the clippingRect calculation
Teng-Hui Zhu [Thu, 6 Jan 2011 19:56:00 +0000 (11:56 -0800)]
Redo the clippingRect calculation

Although the intersetcion is done correctly, but the clippingRect
should take the parents' matrix into account.

To make the code cleaner, we convert all the rects into screen
coordinate for intersection.

bug:3304761
Change-Id: Ia3dc3e7b72f2e72eaab66ba8e017d89ab71dc468

13 years agoMerge "Not set max decoded image size in WebCore." into honeycomb
Shimeng (Simon) Wang [Fri, 7 Jan 2011 18:01:03 +0000 (10:01 -0800)]
Merge "Not set max decoded image size in WebCore." into honeycomb

13 years agoAdd multi-touch plugin API.
Derek Sollenberger [Fri, 7 Jan 2011 16:19:37 +0000 (11:19 -0500)]
Add multi-touch plugin API.

bug: 3302363
Change-Id: Iaaa5bdf8616043fdba47690fc130002d9fe57e8b

13 years agoMerge "Add additional debugging for plugins." into honeycomb
Derek Sollenberger [Fri, 7 Jan 2011 16:17:00 +0000 (08:17 -0800)]
Merge "Add additional debugging for plugins." into honeycomb

13 years agoAdd additional debugging for plugins.
Derek Sollenberger [Fri, 7 Jan 2011 16:04:46 +0000 (11:04 -0500)]
Add additional debugging for plugins.

Change-Id: Ie4437e0b62a16ee7e9d1b6fc605554ecc161cc6c

13 years agoMerge "Update a WebCache comment" into honeycomb
Steve Block [Fri, 7 Jan 2011 16:03:56 +0000 (08:03 -0800)]
Merge "Update a WebCache comment" into honeycomb

13 years agoUpdate a WebCache comment
Steve Block [Tue, 4 Jan 2011 15:58:40 +0000 (15:58 +0000)]
Update a WebCache comment

This should have been updated in
https://android-git.corp.google.com/g/82475

Change-Id: Ia4dee2458ebeb25bf9dc86a99b6f25f335be72dc

13 years agoMerge "Adds an optimization to cache the WebCache backend" into honeycomb
Steve Block [Fri, 7 Jan 2011 15:42:47 +0000 (07:42 -0800)]
Merge "Adds an optimization to cache the WebCache backend" into honeycomb

13 years agoMerge "Fix MIME type handling for badly-behaved servers." into honeycomb
Iain Merrick [Fri, 7 Jan 2011 13:51:41 +0000 (05:51 -0800)]
Merge "Fix MIME type handling for badly-behaved servers." into honeycomb

13 years agoFix MIME type handling for badly-behaved servers.
Iain Merrick [Thu, 6 Jan 2011 16:31:24 +0000 (16:31 +0000)]
Fix MIME type handling for badly-behaved servers.

This fixes http://scrabb.ly, which is a particularly bad example as
there is no filename and no Content-Type header. This CL duplicates
the behaviour of the Apache HTTP stack by defaulting to text/html.

Bug: 3242012
Change-Id: Id0e131ee880466e1708367612ac0217d43db347b

13 years agoMerge WebKit at Chromium 9.0.597.55: Update WebKit revision number
Ben Murdoch [Thu, 6 Jan 2011 21:48:45 +0000 (21:48 +0000)]
Merge WebKit at Chromium 9.0.597.55: Update WebKit revision number

Note that we are tracking the Chromium 9.0.597 release branch, which is
WebKit r72805 + stability cherry picks.

Change-Id: I640ea1149a9e95b7e27169a298f2fc63b544a269

13 years agoMerge WebKit at Chromium 9.0.597.55: RenderFrame docWidth method changed
Ben Murdoch [Thu, 6 Jan 2011 21:47:36 +0000 (21:47 +0000)]
Merge WebKit at Chromium 9.0.597.55: RenderFrame docWidth method changed

See http://trac.webkit.org/changeset/72852

Change-Id: I8ab3171330e475bec7eade78b35b11304f74579a

13 years agoMerge WebKit at Chromium 9.0.597.55: trivial merge by git
Ben Murdoch [Thu, 6 Jan 2011 21:36:31 +0000 (21:36 +0000)]
Merge WebKit at Chromium 9.0.597.55: trivial merge by git

Change-Id: I2c6f2ebc4431d15ac82b5b1a9f08159e1731bc57

13 years agoDon't reflow if a RenderBlock has background color or image.
Shimeng (Simon) Wang [Fri, 7 Jan 2011 01:27:02 +0000 (17:27 -0800)]
Don't reflow if a RenderBlock has background color or image.

issue: 3313826
Change-Id: Ic9c87880eb6f41f72319f72123cc21cc2fe623f0

13 years agoNot set max decoded image size in WebCore.
Shimeng (Simon) Wang [Thu, 6 Jan 2011 22:14:18 +0000 (14:14 -0800)]
Not set max decoded image size in WebCore.

Two reasons:
1. the image size will be limited in ImageSourceAndroid.cpp.
2. WebCore will do an estimation comparison against that max value, which
will limit some good cases.

For example, in the case of the following bug, the background image size is limited
and good, but its estimation value in WebCore will exceed the max.

issue: 3240499
Change-Id: I721c7565beb648dd83200d05e223012299997e04

13 years agoMerge "When canceling <select> popup leave the value unchanged." into honeycomb
Leon Scroggins [Thu, 6 Jan 2011 19:39:24 +0000 (11:39 -0800)]
Merge "When canceling <select> popup leave the value unchanged." into honeycomb

13 years agoWhen canceling <select> popup leave the value unchanged.
Leon Scroggins [Thu, 6 Jan 2011 18:50:23 +0000 (13:50 -0500)]
When canceling <select> popup leave the value unchanged.

Bug:3328658

Change-Id: I70e7fa72a0f2df3957cb295efdf404fd91511610

13 years agoMerge "add iframes to the types that want key events" into honeycomb
Cary Clark [Thu, 6 Jan 2011 18:52:42 +0000 (10:52 -0800)]
Merge "add iframes to the types that want key events" into honeycomb

13 years agoadd iframes to the types that want key events
Cary Clark [Thu, 6 Jan 2011 18:43:34 +0000 (13:43 -0500)]
add iframes to the types that want key events

This is a companion change to frameworks/base, to
route the enter key to a webkit click only if the
cursor node does not want the key event.

bug:3325093
Change-Id: I78ebcec42cc413f645c080dff7f38e75e7f09c7f

13 years agoMerge "Add a stdStringToJstring() helper function" into honeycomb
Steve Block [Thu, 6 Jan 2011 18:23:10 +0000 (10:23 -0800)]
Merge "Add a stdStringToJstring() helper function" into honeycomb

13 years agoAdds an optimization to cache the WebCache backend
Steve Block [Tue, 4 Jan 2011 16:44:31 +0000 (16:44 +0000)]
Adds an optimization to cache the WebCache backend

Also does some general cleaning up.

Change-Id: If1b5a338bc6500c34d0c239a75377a2d23dc996d

13 years agoAdd a stdStringToJstring() helper function
Steve Block [Thu, 6 Jan 2011 17:35:52 +0000 (17:35 +0000)]
Add a stdStringToJstring() helper function

Change-Id: I323c753d7ce22e0e23928a126cfb99c781a074f1

13 years agoMerge "don't join non-adjacent bitmaps" into honeycomb
Cary Clark [Thu, 6 Jan 2011 18:17:07 +0000 (10:17 -0800)]
Merge "don't join non-adjacent bitmaps" into honeycomb

13 years agodon't join non-adjacent bitmaps
Cary Clark [Thu, 6 Jan 2011 18:05:07 +0000 (13:05 -0500)]
don't join non-adjacent bitmaps

When computing cursor rings, adjacent bitmaps and rectangles
may be joined into one. Glyphs may be non-adjacent to account
for intercharacter spacing and white space characters.

Bitmaps and rects may be close by but not joinable if they
don't share a common edge.

bug:3322613
Change-Id: Ie9e4b4f9f66857c533a8459c0f8a9a62d0be8dcd

13 years agoFix naming of wtfStringToJstring()
Steve Block [Thu, 6 Jan 2011 16:08:13 +0000 (16:08 +0000)]
Fix naming of wtfStringToJstring()

Change-Id: I3e1a4fb110fc9d312cc608c86fcaf7cb27431685

13 years agoMerge changes Idd1eee54,I6a266e12,Iaa56a5a5,I81915808,I956ac20a,I7e999ae3,If2386201...
Steve Block [Thu, 6 Jan 2011 14:28:27 +0000 (06:28 -0800)]
Merge changes Idd1eee54,I6a266e12,Iaa56a5a5,I81915808,I956ac20a,I7e999ae3,If2386201,I5ba4d097,Iac42b5b4,I5d2bb4e8

* changes:
  Merge WebKit at r72805: Update WebKit revision
  Merge WebKit at r72805: Cherry-pick WebKit change 73062
  Merge WebKit at r72805: Cherry-pick WebKit change 72948
  Merge WebKit at r72805: Update call sites to RenderFrame::docWidth()/docHeight()
  Merge WebKit at r72805: Undo previous conflict resolution in RenderSVGResourceSolidColor.cpp
  Merge WebKit at r72805: Update GraphicsContext method signatures
  Merge WebKit at r72805: Update EditorClient::getGuessesForWord()
  Merge WebKit at r72805: Use Node::parent() rather than Node::parentNode()
  Merge WebKit at r72805: Fix Makefiles
  Merge WebKit at r72805: Initial merge by Git

13 years agoMerge WebKit at r72805: Update WebKit revision
Steve Block [Wed, 5 Jan 2011 15:39:46 +0000 (15:39 +0000)]
Merge WebKit at r72805: Update WebKit revision

Note that this is a backwards merge from Chromium release 9.0.600.0
to 9.0.597.0, to align with the Chromium 9 stable release branch.

Change-Id: Idd1eee54590180c2efc16861453092295651eba3

13 years agoMerge WebKit at r72805: Cherry-pick WebKit change 73062
Steve Block [Wed, 5 Jan 2011 14:52:42 +0000 (14:52 +0000)]
Merge WebKit at r72805: Cherry-pick WebKit change 73062

This change is the upstreaming of local changes in
WebCore/platform/network. It did not generate conflicts in the merge to
r73109 as both upstream and local versions matched at r73109. But since
it appears after r72805, it was inadvertantly removed as part of the
initial merge by Git to r72805.

See http://trac.webkit.org/changeset/73062

Note that this is a backwards merge from Chromium release 9.0.600.0
to 9.0.597.0, to align with the Chromium 9 stable release branch.

Change-Id: I6a266e1270cbc1f155065ae1c56c491ccf33e497

13 years agoMerge WebKit at r72805: Cherry-pick WebKit change 72948
Steve Block [Wed, 5 Jan 2011 15:06:26 +0000 (15:06 +0000)]
Merge WebKit at r72805: Cherry-pick WebKit change 72948

This fixes CodeGeneratorV8.pm

It is a re-commit of 'Merge WebKit at r72274: Fix CodeGeneratorV8.pm',
which was inadvertantly removed as part of the initial merge by Git to
r72805.

See http://trac.webkit.org/changeset/72948

Note that this is a backwards merge from Chromium release 9.0.600.0
to 9.0.597.0, to align with the Chromium 9 stable release branch.

Change-Id: Iaa56a5a503aaaf4d996ebc44d66d557d12838cfa

13 years agoMerge WebKit at r72805: Update call sites to RenderFrame::docWidth()/docHeight()
Steve Block [Wed, 5 Jan 2011 12:20:13 +0000 (12:20 +0000)]
Merge WebKit at r72805: Update call sites to RenderFrame::docWidth()/docHeight()

This is effectively a revert of
"Merge Webkit at r73109: render frame docWidth/docHeight method changed."

See http://trac.webkit.org/changeset/72852 and
http://trac.webkit.org/changeset/73063

Note that this is a backwards merge from Chromium release 9.0.600.0
to 9.0.597.0, to align with the Chromium 9 stable release branch.

Change-Id: I81915808439847dce87beefdd527f77962e074b5