OSDN Git Service

android-x86/external-webkit.git
13 years agoMerge WebKit at Chromium 9.0.597.76: Update WebKit revision number
Ben Murdoch [Wed, 19 Jan 2011 13:01:33 +0000 (13:01 +0000)]
Merge WebKit at Chromium 9.0.597.76: Update WebKit revision number

No changes for this merge, just updating the tag.

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

See
http://svn.webkit.org/repository/webkit/branches/chromium/597/WebCore@75681

Change-Id: I9ad6ece190bbbcb283d8d4c624d8baff5023c653

13 years agoScroll Dimension need re-computed when size changed.
Teng-Hui Zhu [Wed, 19 Jan 2011 22:18:45 +0000 (14:18 -0800)]
Scroll Dimension need re-computed when size changed.

The scroll size will be used for layout and should respect the layer's
size change. Otherwise all the position info can be wrong.

bug:3362888
Change-Id: I553ba01ca7e5960c7ec706d56710495fc5514db1

13 years agoMerge "Fix "jump" bug" into honeycomb
Nicolas Roard [Wed, 19 Jan 2011 19:55:49 +0000 (11:55 -0800)]
Merge "Fix "jump" bug" into honeycomb

13 years agoMerge "Fix browser build on non-ARMv7 configurations." into honeycomb
David 'Digit' Turner [Wed, 19 Jan 2011 19:55:28 +0000 (11:55 -0800)]
Merge "Fix browser build on non-ARMv7 configurations." into honeycomb

13 years agoFix "jump" bug
Nicolas Roard [Wed, 19 Jan 2011 19:54:04 +0000 (11:54 -0800)]
Fix "jump" bug

bug:3349970
Change-Id: I7e095c541bc8a106c94c14a70f121ea3b24f06f4

13 years agoFix browser build on non-ARMv7 configurations.
David 'Digit' Turner [Wed, 19 Jan 2011 19:36:30 +0000 (20:36 +0100)]
Fix browser build on non-ARMv7 configurations.

This is required to prevent the browser from crashing with a SIGILL
when running the full-eng product in the emulator.

Change-Id: I321130fe4d568c927999ae41503d2a5c24b3cbae

13 years agoTrigger OnScreen events when the page loads.
Derek Sollenberger [Wed, 19 Jan 2011 18:34:23 +0000 (13:34 -0500)]
Trigger OnScreen events when the page loads.

bug: 3368632
Change-Id: I13dbf1c809f32887f5d659e6fead60a61110eddd

13 years agoMove selection on screen when size changes.
Leon Scroggins [Wed, 19 Jan 2011 17:56:38 +0000 (12:56 -0500)]
Move selection on screen when size changes.

Bug:3367446
Change-Id: Idad0fae69588fd6ce9602319385e165d7e2ff5dd

13 years agoMerge "Passing WebSettings cacheMode to the chrome load_flags" into honeycomb
Kristian Monsen [Wed, 19 Jan 2011 18:04:18 +0000 (10:04 -0800)]
Merge "Passing WebSettings cacheMode to the chrome load_flags" into honeycomb

13 years agoMerge "Fix (or partial fix) for 3355185, crash on broken-ideograph-small-caps.html...
Russell Brenner [Wed, 19 Jan 2011 18:04:09 +0000 (10:04 -0800)]
Merge "Fix (or partial fix) for 3355185, crash on broken-ideograph-small-caps.html" into honeycomb

13 years agoFix (or partial fix) for 3355185, crash on broken-ideograph-small-caps.html
Russell Brenner [Wed, 19 Jan 2011 02:00:42 +0000 (18:00 -0800)]
Fix (or partial fix) for 3355185, crash on broken-ideograph-small-caps.html

Emptied platformDestroy(). It was deleting m_smallCapsFontData, but not
setting it to 0. The caller, ~SimpleFontData(), then went on to use the
deleted pointer and delete it again. This was changed for other
platforms with http://trac.webkit.org/changeset/71975.

Change-Id: Ie67f91559479a17519db7793c7349eb013235320

13 years agoPassing WebSettings cacheMode to the chrome load_flags
Kristian Monsen [Wed, 19 Jan 2011 16:02:50 +0000 (16:02 +0000)]
Passing WebSettings cacheMode to the chrome load_flags

Fixes a few CTS tests

Change-Id: I1b72813b828a6aa24522e9ffb2ff17a3e364f7bf

13 years agoMerge "don't draw buttons while they are created" into honeycomb
Cary Clark [Wed, 19 Jan 2011 17:33:42 +0000 (09:33 -0800)]
Merge "don't draw buttons while they are created" into honeycomb

13 years agodon't draw buttons while they are created
Cary Clark [Wed, 19 Jan 2011 14:58:30 +0000 (09:58 -0500)]
don't draw buttons while they are created

There are three threads all hammering at the same resource.
The WebViewCore thread records the buttons on the page.
The WebView thread rerecords the button pictures to show selection and focus.
The GLWebViewState thread draws the picture containing the button pictures
into the tile.

Prevent drawing the picture while the buttons are recorded
by sharing the button mutext with the GL tile creation.

bug:3354678
Change-Id: I245ed47ad5a6d1fe28ea870bd7c557937eed1164

13 years agoMerge "Fix plugin crash when loading swf files." into honeycomb
Derek Sollenberger [Wed, 19 Jan 2011 16:42:00 +0000 (08:42 -0800)]
Merge "Fix plugin crash when loading swf files." into honeycomb

13 years agoFix plugin crash when loading swf files.
Derek Sollenberger [Wed, 19 Jan 2011 16:05:27 +0000 (11:05 -0500)]
Fix plugin crash when loading swf files.

bug: 3368265
Change-Id: Ic0ab8702d40140983be4db105f179b8b5236e6e3

13 years agoMerge "Maintain the seek position for HTML5 Video" into honeycomb
Ben Murdoch [Wed, 19 Jan 2011 15:34:43 +0000 (07:34 -0800)]
Merge "Maintain the seek position for HTML5 Video" into honeycomb

13 years agoMerge "Do not send empty data." into honeycomb
Patrick Scott [Wed, 19 Jan 2011 12:48:23 +0000 (04:48 -0800)]
Merge "Do not send empty data." into honeycomb

13 years agoMerge "Fix some sites not responding." into honeycomb
Patrick Scott [Wed, 19 Jan 2011 12:47:36 +0000 (04:47 -0800)]
Merge "Fix some sites not responding." into honeycomb

13 years agoMaintain the seek position for HTML5 Video
Ben Murdoch [Mon, 17 Jan 2011 18:07:48 +0000 (18:07 +0000)]
Maintain the seek position for HTML5 Video

When the video is paused, remember where we got to so that
when the video is started again we can seek to the correct
position and continue where we left off.

Requires a change in frameworks/base.
(I6b92289d4ef36bba1e0429327917533a4101655d)

Bug:3303721
Change-Id: I6001f45a362f491e9040c8b52260d0a08fb8504f

13 years agoMerge "Fix occasional AutoFill crash" into honeycomb
Ben Murdoch [Wed, 19 Jan 2011 10:28:14 +0000 (02:28 -0800)]
Merge "Fix occasional AutoFill crash" into honeycomb

13 years agoFix some sites not responding.
Patrick Scott [Tue, 18 Jan 2011 21:38:47 +0000 (16:38 -0500)]
Fix some sites not responding.

Enter compositing for iframes after all layout tasks have completed.  Remember
the state of overflow scroll similar to RenderLayer so that it doesn't change
while updating the compositing state.

Return false in requiresAcceleratedCompositing if the iframe is hidden.  I verified
that this fails on Safari and have submitted a bug.

Bug: 3325187
Change-Id: I20a9e1a595d14518f4c7a3e01fc1c4fa9035262c

13 years agoMerge "Implement partial layer rendering (support for large layers) Also fix a couple...
Nicolas Roard [Tue, 18 Jan 2011 21:36:31 +0000 (13:36 -0800)]
Merge "Implement partial layer rendering (support for large layers) Also fix a couple of potential ANRs" into honeycomb

13 years agoMerge "Layout before creating the base layer." into honeycomb
Patrick Scott [Tue, 18 Jan 2011 21:36:15 +0000 (13:36 -0800)]
Merge "Layout before creating the base layer." into honeycomb

13 years agoLayout before creating the base layer.
Patrick Scott [Tue, 18 Jan 2011 21:24:08 +0000 (16:24 -0500)]
Layout before creating the base layer.

WebKit asserts during draw that the frame does not need a layout.  Do the layout
to also get the most updated data.

Move the bridge assert after the parent check as some frames are never attached
and no history item is created.

Change-Id: If646d6ed2b409a3078d2f7a6793b7aed94ffecaf

13 years agoMerge "Fake some media player state change in media load time." into honeycomb
Shimeng (Simon) Wang [Tue, 18 Jan 2011 21:19:40 +0000 (13:19 -0800)]
Merge "Fake some media player state change in media load time." into honeycomb

13 years agoDo not send empty data.
Patrick Scott [Tue, 18 Jan 2011 21:17:21 +0000 (16:17 -0500)]
Do not send empty data.

WebKit asserts that the length of data is 0 and assumes that the length is
non-zero.

Change-Id: Ic1e62bcfaca5b875256216ed20013f1b4ad7e653

13 years agoMerge "Set the local flag when compositing a fixed element." into honeycomb
Patrick Scott [Tue, 18 Jan 2011 21:15:58 +0000 (13:15 -0800)]
Merge "Set the local flag when compositing a fixed element." into honeycomb

13 years agoSet the local flag when compositing a fixed element.
Patrick Scott [Tue, 18 Jan 2011 21:10:06 +0000 (16:10 -0500)]
Set the local flag when compositing a fixed element.

This fixes an assert and ensures that the compositor is in the correct state.

Change-Id: I7556ed998821bf2e09d89b79935e876869a584c6

13 years agoImplement partial layer rendering (support for large layers)
Nicolas Roard [Mon, 17 Jan 2011 21:22:15 +0000 (13:22 -0800)]
Implement partial layer rendering (support for large layers)
Also fix a couple of potential ANRs

bug:3333984

Change-Id: I28c02ef74f4c70507fcd7f5bbc893b0d0eae61c0

13 years agoMerge " Implement re-scaling for layers" into honeycomb
Nicolas Roard [Tue, 18 Jan 2011 20:33:39 +0000 (12:33 -0800)]
Merge "    Implement re-scaling for layers" into honeycomb

13 years agoMerge "Persist scrollPoint as part of the history item." into honeycomb
Shimeng (Simon) Wang [Tue, 18 Jan 2011 17:52:21 +0000 (09:52 -0800)]
Merge "Persist scrollPoint as part of the history item." into honeycomb

13 years agoMerge "add interface to return if (x/y) is a plugin" into honeycomb
Cary Clark [Tue, 18 Jan 2011 16:23:41 +0000 (08:23 -0800)]
Merge "add interface to return if (x/y) is a plugin" into honeycomb

13 years agoadd interface to return if (x/y) is a plugin
Cary Clark [Tue, 11 Jan 2011 16:33:54 +0000 (11:33 -0500)]
add interface to return if (x/y) is a plugin

Use the nav cache to determine if a given
coordinate corresponds to a plugin.

Requires a companion change in frameworks/base

bug:3331323
Change-Id: Ica8291bf0dfaaae7c0918b1a685c07fe756d9328

13 years agoTry to guess content type if header is generic
Kristian Monsen [Tue, 18 Jan 2011 15:56:59 +0000 (15:56 +0000)]
Try to guess content type if header is generic

Don't just use text/plain or application/octet-stream,
this matches the old stack.

Fix for bug 2981069

Change-Id: I1b5edf0e60e7c7012f4143906ec926227edcf927

13 years agoFix occasional AutoFill crash
Ben Murdoch [Tue, 18 Jan 2011 12:37:28 +0000 (12:37 +0000)]
Fix occasional AutoFill crash

Don't store a raw pointer to a refcounted type.

Change-Id: I444578e7cc601ef6402ea135982aedc7ca1f983c

13 years ago Implement re-scaling for layers
Nicolas Roard [Mon, 17 Jan 2011 02:27:55 +0000 (18:27 -0800)]
Implement re-scaling for layers

    Change-Id: I1f998387831207d00f27945ee4e456f81ff6f6e2

Change-Id: I7efcccfd9a4374061300058d4c48fa82a973829a

13 years agoMerge "Fixing cookie CTS tests." into honeycomb
Kristian Monsen [Mon, 17 Jan 2011 16:20:51 +0000 (08:20 -0800)]
Merge "Fixing cookie CTS tests." into honeycomb

13 years agoFixing cookie CTS tests.
Kristian Monsen [Mon, 17 Jan 2011 15:14:16 +0000 (15:14 +0000)]
Fixing cookie CTS tests.

The old code would only return the correct value after a
background thread had been running.

Change-Id: I79c0be8606b005b6a18aa83f5b91891709d4e0f5

13 years agoMerge WebKit at Chromium 9.0.597.69: Update WebKit revision number
Ben Murdoch [Sun, 16 Jan 2011 14:16:54 +0000 (14:16 +0000)]
Merge WebKit at Chromium 9.0.597.69: Update WebKit revision number

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

See
http://svn.webkit.org/repository/webkit/branches/chromium/597/WebCore@75681

Change-Id: Iea0b5ca3d811fae101664eb561ab788e10c63ace

13 years agoMerge WebKit at Chromium 9.0.597.69: Trivial merge by Git.
Ben Murdoch [Sun, 16 Jan 2011 13:59:45 +0000 (13:59 +0000)]
Merge WebKit at Chromium 9.0.597.69: Trivial merge by Git.

http://svn.webkit.org/repository/webkit/branches/chromium/597/WebCore@75681

Change-Id: Ibe552cf7af31f74b81e337eadf3d3b73a53daf60

13 years agoPersist scrollPoint as part of the history item.
Shimeng (Simon) Wang [Fri, 14 Jan 2011 22:07:16 +0000 (14:07 -0800)]
Persist scrollPoint as part of the history item.

Also record scroll point and view scales when webcore scroll offset
is changed.

This will help history navigation and browser restoration.

issue: 2819082
Change-Id: I3e59806d8110127ed9a2e32b917c4176ffa6bf73

13 years agoFake some media player state change in media load time.
Shimeng (Simon) Wang [Fri, 14 Jan 2011 19:07:53 +0000 (11:07 -0800)]
Fake some media player state change in media load time.

This helps the Window.onLoad fires at correct time.  Since Android
implements the video playing using Java's full screen VideoView, nothing
happens before the user clicks the play button.  So need to fake some
event change.

Current prepareToPlay also fakes event change before real video playing.

issue: 3346048
Change-Id: I5afa1a2ecf920b23f902d0ac3916223a6cf8ac0c

13 years agoMerge "don't let contentEditable negate key handling" into honeycomb
Cary Clark [Fri, 14 Jan 2011 18:41:34 +0000 (10:41 -0800)]
Merge "don't let contentEditable negate key handling" into honeycomb

13 years agodon't let contentEditable negate key handling
Cary Clark [Fri, 14 Jan 2011 18:34:04 +0000 (13:34 -0500)]
don't let contentEditable negate key handling

If  the eventHandler says the key was handled, don't
allow the contentEditable test to set handled to false.

bug:3351951
Change-Id: I0dbe956e8983c16e738760e3b159d1353cc3eddd

13 years agoMerge changes I972bbdab,I31a640de into honeycomb
Ben Murdoch [Fri, 14 Jan 2011 17:40:11 +0000 (09:40 -0800)]
Merge changes I972bbdab,I31a640de into honeycomb

* changes:
  Resolve MIME types for CacheResult in the same way as WebResponse.
  Hook up CacheManager for the Chromium HTTP stack

13 years agoFix warning
Kristian Monsen [Fri, 14 Jan 2011 17:00:05 +0000 (17:00 +0000)]
Fix warning

Change-Id: I92ac985aba6780bc00f6dfbdca7e72f645b03580

13 years agoResolve MIME types for CacheResult in the same way as WebResponse.
Ben Murdoch [Thu, 13 Jan 2011 18:41:41 +0000 (18:41 +0000)]
Resolve MIME types for CacheResult in the same way as WebResponse.

Change-Id: I972bbdabc8491a94eabd676dd13f09fcccb6ba88

13 years agoHook up CacheManager for the Chromium HTTP stack
Steve Block [Thu, 6 Jan 2011 17:36:11 +0000 (17:36 +0000)]
Hook up CacheManager for the Chromium HTTP stack

Requires a corresponding change in frameworks/base
https://android-git.corp.google.com/g/87939

Bug: 3270236
Change-Id: I31a640de86d6fad00eb8b71784e0ee9136ab1174

13 years agoMerge "b/3133123 Pass touch point ids to WebKit" into honeycomb
Huahui Wu [Fri, 14 Jan 2011 01:02:22 +0000 (17:02 -0800)]
Merge "b/3133123 Pass touch point ids to WebKit" into honeycomb

13 years agob/3133123 Pass touch point ids to WebKit
Huahui Wu [Thu, 13 Jan 2011 23:57:11 +0000 (15:57 -0800)]
b/3133123 Pass touch point ids to WebKit

This is the CL in WebKit side and it needs the framwork CL:
  https://android-git.corp.google.com/g/#change,89630
Notice some changes touch open source WebKit's code, so b/3351313 is filed
to keep track of that.

Change-Id: I0ac5d75c4a90f14afeb2e3fc2dc5b1c437c631f8

13 years agoMerge changes Ie254e13d,I47261f19,Ifc05a776 into honeycomb
Teng-Hui Zhu [Thu, 13 Jan 2011 23:19:11 +0000 (15:19 -0800)]
Merge changes Ie254e13d,I47261f19,Ifc05a776 into honeycomb

* changes:
  More debug info for each layer
  Revert a WAR.
  Code clean up.

13 years agoMerge "Second try to send multi-touch events to Flash" into honeycomb
Huahui Wu [Thu, 13 Jan 2011 23:15:33 +0000 (15:15 -0800)]
Merge "Second try to send multi-touch events to Flash" into honeycomb

13 years agoMore debug info for each layer
Teng-Hui Zhu [Thu, 13 Jan 2011 22:52:40 +0000 (14:52 -0800)]
More debug info for each layer

The matrix info can help to determine the layer positioning issue.

Change-Id: Ie254e13d649c6a3aab820e8fe9553517ca42be72

13 years agoRevert a WAR.
Teng-Hui Zhu [Thu, 13 Jan 2011 19:35:07 +0000 (11:35 -0800)]
Revert a WAR.

Revert a WAR for issue 3215000.
https://android-git.corp.google.com/g/#change,81012

With the current fix, this WAR is not necessary.
b:3215000

Change-Id: I47261f19fbd87864d6b41edfbdb50be1fbbfccc7

13 years agoSecond try to send multi-touch events to Flash
Huahui Wu [Thu, 13 Jan 2011 22:07:06 +0000 (14:07 -0800)]
Second try to send multi-touch events to Flash

This reverts commit 64e8dc02c3e8eb820e872e78c350a39293586877.
Most are from Derek's CL https://android-git.corp.google.com/g/#change,88039
But with an essential bug fix which change "evt.data.touch.action" to
"eve.data.multiTouch.action" in line 234.

Change-Id: I1dd81d69c51afbfb0066149bfb7a2bfcefb43a87

13 years agoMerge "Revert "Cherrypick of https://android-git.corp.google.com/g/#change,88039...
Huahui Wu [Thu, 13 Jan 2011 21:59:23 +0000 (13:59 -0800)]
Merge "Revert "Cherrypick of https://android-git.corp.google.com/g/#change,88039"" into honeycomb

13 years agoRevert "Cherrypick of https://android-git.corp.google.com/g/#change,88039"
Huahui Wu [Thu, 13 Jan 2011 21:17:07 +0000 (13:17 -0800)]
Revert "Cherrypick of https://android-git.corp.google.com/g/#change,88039"

This reverts commit 1b864edc9b9c6c024b308046085cdb26ba98e3fe.

13 years agoCode clean up.
Teng-Hui Zhu [Thu, 13 Jan 2011 19:27:04 +0000 (11:27 -0800)]
Code clean up.

There should be no functionality change.

Change-Id: Ifc05a776ebb0a2a00b3aff194e138847ed1201cf

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 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