| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A new webkit merge added a couple methods to ClipRects that were not copying the
hit test rect. This make the clip rect empty during hit testing which was
clipping out all nodes in scrollable layers.
When tracking a layer, use the foreground layer if present as it will contain
the right nodes.
When looking for a scrollable layer, traverse the children in reverse drawing
order to find the top-most visible layer. This allows orkut.com to scroll.
Remove a couple of casts and headers. Use relaxAdoptionRequirement() to avoid a
RefCounted assert. Swap the texture owner hash set during deletion as release
can modify the iterator concurrently.
Update the scrollbars (even though we don't have any) when scrolling a layer to
keep the scroll position of the scrollbar in sync with the layer.
Rewrite a little bit of PluginPackageAndroid. m_module may be non-null during
load. If it is null, load the library and store it in m_module. Follow the
regular path assuming m_module is not null.
Bug: 3373179
Change-Id: If07ec9735b30c1e98e363667378a8d253a841a45
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
This change gives flexibility to change that value in Java side.
issue: 3317722
Change-Id: I71a548871783cc604e0daec63e6bbfb26ecc1e1f
|
|/
|
|
|
|
| |
Bug:3376680
Change-Id: Ib5636a27183fbd94aff6817e0a5641c40db28649
|
|
|
|
|
|
|
|
|
| |
In the Apache HTTP stack, this is done by LoadListener. This CL
plumbs in the same logic for the Chrome HTTP stack. This fixes
the WebViewTest#testAccessCertificate CTS test.
Bug:3242048
Change-Id: I69a4de46ded59bfdebdd391c4731c7c1a79744fb
|
|\
| |
| |
| | |
honeycomb
|
| |
| |
| |
| |
| |
| |
| | |
Prevent fullscreen HTML5 video from playing if the play command
originates from the onload handler.
Change-Id: I2031d3785d5c27f88350df03d57fcbbbc8898e89
|
|\ \ |
|
| |/
| |
| |
| |
| |
| | |
Fixes a few CTS tests
Change-Id: I1b72813b828a6aa24522e9ffb2ff17a3e364f7bf
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| | |
bug: 3368265
Change-Id: Ic0ab8702d40140983be4db105f179b8b5236e6e3
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
WebKit asserts that the length of data is 0 and assumes that the length is
non-zero.
Change-Id: Ic1e62bcfaca5b875256216ed20013f1b4ad7e653
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Don't store a raw pointer to a refcounted type.
Change-Id: I444578e7cc601ef6402ea135982aedc7ca1f983c
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Don't just use text/plain or application/octet-stream,
this matches the old stack.
Fix for bug 2981069
Change-Id: I1b5edf0e60e7c7012f4143906ec926227edcf927
|
| |
| |
| |
| |
| |
| |
| | |
The old code would only return the correct value after a
background thread had been running.
Change-Id: I79c0be8606b005b6a18aa83f5b91891709d4e0f5
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* changes:
Resolve MIME types for CacheResult in the same way as WebResponse.
Hook up CacheManager for the Chromium HTTP stack
|
| | |
| | |
| | |
| | | |
Change-Id: I972bbdabc8491a94eabd676dd13f09fcccb6ba88
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Requires a corresponding change in frameworks/base
https://android-git.corp.google.com/g/87939
Bug: 3270236
Change-Id: I31a640de86d6fad00eb8b71784e0ee9136ab1174
|
|/
|
|
| |
Change-Id: I92ac985aba6780bc00f6dfbdca7e72f645b03580
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This is no longer needed as we are taking a different approach to auto login.
Change-Id: If665c740d958c4947527ce32e2b7f858736cac2b
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
| |
Part of fix for bug 2862096
Change-Id: Iabef7251b867b0c8bbf81147b08c76e7ef723d00
|
|
|
|
| |
This reverts commit 5bc439a352fa4a52aa5be1eab0dc72420f40d49f.
|
|
|
|
|
|
|
| |
Part of fix for bug 2862096
Fix for bug 3280996
Change-Id: I82d872aff834524fb105f42e83eee580d6c98c0b
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ic978944b7a4e0bdda4ab09a18234456098ad26ca
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
See http://src.chromium.org/viewvc/chrome?view=rev&revision=67192
Change-Id: Ia1a391a9e7634e86e5c3166349befc47841b570e
|
|
|
|
|
|
| |
See http://src.chromium.org/viewvc/chrome?view=rev&revision=66985
Change-Id: Ic4642c38646b94fb6db9e839a671cd335f9d5c6b
|
|
|
|
|
|
| |
See http://src.chromium.org/viewvc/chrome?view=rev&revision=66860
Change-Id: I561d89dcc060af7f3e0b975e4a940c7de63d89d4
|
|
|
|
|
|
|
|
|
| |
Autofill: Prefer maxLength to size attribute for form filling
heuristics.
See http://src.chromium.org/viewvc/chrome?view=rev&revision=66850
Change-Id: Ia102dea1c861474e878639b91288e6845d7250ef
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
This should have been updated in
https://android-git.corp.google.com/g/82475
Change-Id: Ia4dee2458ebeb25bf9dc86a99b6f25f335be72dc
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Also does some general cleaning up.
Change-Id: If1b5a338bc6500c34d0c239a75377a2d23dc996d
|
|/
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I3e1a4fb110fc9d312cc608c86fcaf7cb27431685
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a revert of
"Merge Webkit at r73109: getGuessForWord method signature change"
See http://trac.webkit.org/changeset/73088
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: If23862010b9e047f10991de5b428ca1b74b306b0
|
|
|
|
|
|
|
|
|
|
| |
This is because:
http://trac.webkit.org/changeset/72631
This is to merge the following change into Android:
https://android-git.corp.google.com/g/#change,81198
Change-Id: Ifc7ca98388ca88828669371df501b616f8021e80
|