| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9
|
|
|
|
| |
Change-Id: I602bbdc3974787a3b0450456a30a7868286921c3
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Ide388898,Ic49f367c,I1158a808,Iacb6ca5d,I2100dd3a,I5c1abe54,Ib0ef9902,I31dbc523,I570314b3
* changes:
Merge WebKit at r75315: Update WebKit version
Merge WebKit at r75315: Add FrameLoaderClient PageCache stubs
Merge WebKit at r75315: Stub out AXObjectCache::remove()
Merge WebKit at r75315: Fix ImageBuffer
Merge WebKit at r75315: Fix PluginData::initPlugins()
Merge WebKit at r75315: Fix conflicts
Merge WebKit at r75315: Fix Makefiles
Merge WebKit at r75315: Move Android-specific WebCore files to Source
Merge WebKit at r75315: Initial merge by git.
|
| |
| |
| |
| |
| |
| | |
See http://trac.webkit.org/changeset/74571
Change-Id: Ic49f367c0f35c2aa04d255193ff6ebd4d7e41d54
|
| |
| |
| |
| | |
Change-Id: I570314b346ce101c935ed22a626b48c2af266b84
|
| |
| |
| |
| |
| | |
Change-Id: I62351e590d89ef68b26248936a4d63df4557182c
Signed-off-by: Dima Zavin <dima@android.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is in preparation for the fix for null weak global references.
No functional change.
Bug: 4336862
Change-Id: I4ef7d999cf6b915b3f2af7a76c2414d5537891e5
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is in preparation for the fix for null weak global references.
No functional change.
Bug: 4336862
Change-Id: I1718df5e4b443471e3c166e5ad8ae984b395ec38
|
|/
|
|
|
|
|
|
| |
This is in preparation for the fix for null weak global references.
No functional change.
Bug: 4336862
Change-Id: Icaf11948b0488d10ef112372275a254114a7efb3
|
|
|
|
|
| |
bug: 4395730
Change-Id: I4fb5c129084a8f1d1e3f3951c9cac77a0df4d296
|
|\
| |
| |
| |
| |
| |
| | |
WebView::scrollRectOnScreen" into honeycomb-mr2
* commit '5581ea8383a0348a04997c772f8a032c146459af':
Fix calculation in WebView::scrollRectOnScreen
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Call to subtractLayers() was always returning an empty rect and, as a
result, we would exit without calling viewInvalidate().
Bug: 4310520
Change-Id: Icad9e3efd157e5ae970a3200f5b0bbecbee66f79
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Cherry-pick change I2ae80ddc from master:
Fix crash in font-handling code caused by repainting while a style recalculation was pending.
The Android FrameCache was being updated while a style recalculation
was pending. This would cause the cached fonts in the
FontFallbackList to be accessed, but that cache is not necessarily
consistant while a recalculation is pending.
A similar issue was occurring with recordPictureSet.
In updateFrameCache() and recordPictureSet(), early-abort if the document
is waiting for a style recalculation. In notifyProgressFinished(), remove
the call to updateFrameCache().
Bug: 4292199
Bug: 4291311
Change-Id: Ie8bc4cb0637ccb7aee37597ac08fd8abffc149cd
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
cherry pick of https://android-git.corp.google.com/g/#change,106682
b/3491968 stop the hanging of dunkindonuts.com
Sometimes, a sync load can wait forever and lock up the network thread,
here we replace Wait() with TimedWait() with multiple tries to avoid locking.
Unfortunately, TimedWait() doesn't return anything and can't tell if it's
a timeout or a quick pass, so we query timeofday and allow a few seconds for
the system timing error.
Change-Id: I991617130f93b44518d28926725f261d4569d73c
|
| |
| |
| |
| | |
Change-Id: I66d260c506b0a3bd0379866bd5e794497b20c9c5
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Following the rename of *visible to *visual upstream,
make them in our platform code.
See http://trac.webkit.org/changeset/73385
Change-Id: Ic4cb1ed8736d67bbc6e963b9f409bfdae07d5c5f
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix our platform code after upstream refactoring to
GeolocationPositionCache.
http://trac.webkit.org/changeset/74226
Change-Id: I07202da9252741576f3133c2daa0222bc2b67e61
|
| |
| |
| |
| |
| |
| |
| |
| | |
Update platform code after upstream refactoring.
See http://trac.webkit.org/changeset/73444
Change-Id: I5ae9bc2cf49f7a2e6c27294fbf72ce7c68a80e4d
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add stub for new method added upstream: requestCheckingOfString(...)
See http://trac.webkit.org/changeset/73886
Change-Id: I94d6940e48066c56e1032f12d683c530603bffc4
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update function signature of EditorClient::getGuessesForWord to
match upstream change.
See http://trac.webkit.org/changeset/73088
Change-Id: Iedffbb3216a0da036f5ea61f6b282d50f50b2d0f
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
FormManagerAndroid.cpp
Platform code needs updating after upstream refactoring.
See http://trac.webkit.org/changeset/73430
Change-Id: If9306164c5dae24fb11af724979c0187d28792da
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes RenderBlockLineLayout.cpp, WebViewCore.cpp and CacheBuilder.cpp
after upstream refactoring.
See http://trac.webkit.org/changeset/73618
Change-Id: I7942d6d77ce70ceb147dd711c5229c649242b10c
|
| |
| |
| |
| | |
Change-Id: I6ccd1154fa1b19c2ec2a66878eb675738735f1eb
|
| |
| |
| |
| |
| |
| |
| |
| | |
When exiting the full screen, we need to let the webkit know the status.
bug:4312214
Change-Id: I4e475da3b426176fd232551e16fbe740994d8d36
|
| |
| |
| |
| |
| |
| | |
Bug: 4283275
Change-Id: Ie05440e3618ffa36004af35fed3d350763f09d50
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is fixing the issue when we move the slider, the moveLastest will send to
0,0, which cause a jump on the slider.
bug:4232704
Change-Id: Ic7235158cbfb690a38f53ca1b3e4757a5d1a69f3
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
recalculation was pending.
The Android FrameCache was being updated while a style recalculation
was pending. This would cause the cached fonts in the
FontFallbackList to be accessed, but that cache is not necessarily
consistant while a recalculation is pending.
A similar issue was occurring with recordPictureSet.
In updateFrameCache() and recordPictureSet(), early-abort if the document
is waiting for a style recalculation. In notifyProgressFinished(), remove
the call to updateFrameCache().
BUG=4292199
Change-Id: I2ae80ddc2d596e2f15455f54f4de7dde6e42ade8
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I2754c4fdf8a367530e2be5c215e5a3823e4957c5
Signed-off-by: Dima Zavin <dima@android.com>
|
| | |
| | |
| | |
| | | |
Change-Id: I6aeafd3d83bbb114164445e7d9f6da0fbc0589f5
|
|/ /
| |
| |
| | |
Change-Id: Ib0e34890dd37736f809bbdd044ecc63320fe0ed6
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Same as https://android-git.corp.google.com/g/#change,105743 but in Master.
Changed the waiting to 10 seconds each attempt after asking around.
Sometimes, a sync load can wait forever and lock up the network thread,
here we replace Wait() with TimedWait() with multiple tries to avoid locking.
Unfortunately, TimedWait() doesn't return anything and can't tell if it's
a timeout or a quick pass, so we query timeofday and allow a few seconds for
the system timing error.
Change-Id: I391fb3f815413f17b2927c1e90cbddab7faed071
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In WebView::drawGL(), we check if the extras to draw are rings,
and if so we get their rectangles and pass that to GLWebViewState.
Updated with holo colors
Change-Id: Id5f8941f16dba1733e8a84eae8cd2b317fbc7c55
|
|\ \
| |/
| |
| |
| | |
* commit 'f1a6509bb189c2240a8723c2a96d677d98d8b142':
Fix for bug:4183801
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The computation for the invalidated / clipping rects were wrong,
sometimes causing the linked bug when layers had a transparent
background (they were not obeying the clipping rect passed by
the framework).
java counterpart CL:
https://android-git.corp.google.com/g/#change,105503
Change-Id: I60769e7cbf1a3a939724c57b3d3ce63a6f87aa87
|
|\ \
| |/
| |
| |
| |
| |
| | |
into honeycomb-mr1
* commit 'bb69eea599d55bb1958713e8f1614c9e7f38b2f2':
Show the fullscreen button all the time
|
| |
| |
| |
| |
| | |
bug:4232704
Change-Id: I64833baeab708fabe88873573235a896b86b6098
|
| |
| |
| |
| | |
Change-Id: I8a7c2ff1325685ac03517f7277b057f7d1d56661
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bug:3009375
Requires a change to frameworks/base.
Change-Id: I0cb921b17ffc00992c3ad299c96f8e72c8daaf25
|
|\ \
| |/
| |
| |
| |
| |
| | |
DNS is not reset when switching from IPv4/IPv6 network to IPv4 network" into honeycomb-mr1
* commit '28b632cb7811e88493697f19a1be5d989651633f':
Possible fix for bug 4155219 IPv6 support: DNS is not reset when switching from IPv4/IPv6 network to IPv4 network
|
| |\
| | |
| | |
| | | |
switching from IPv4/IPv6 network to IPv4 network" into honeycomb-mr1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
from IPv4/IPv6 network to IPv4 network
Enable network change notifier
Change-Id: I89919c8a8bc54aaf0b2e1b013fbdf43abe657295
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'f58a40bf15e13380b82713b5b229a9bf57fe4b0e':
don't call bounder when uninitialized
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the canvas' device list has never been set up, or
has been set to an empty clip, the bounder's clip will not be
initialized, and checking bounding rect may fail.
Check to see if the bounder was ever called for an individual
glyph before checking the result.
bug:4155270
Change-Id: I625e885d13208e82c44259277c74b8f0cef5b0cb
|
|\ \
| |/
| |
| | |
Change-Id: I7a525d5179545e4faec46e58e9606d9598c241ca
|
| |\
| | |
| | |
| | | |
honeycomb-mr1
|
| | |
| | |
| | |
| | |
| | |
| | | |
bug:4142131
Change-Id: I871924cb7587077f50fdf4f9a00056f795a8daea
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
twice." into honeycomb-mr1
* commit 'eecdc5b297922df6c0be702e5d2c5905855e273b':
Turns out args should not be decoded twice.
|