| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | |
| | |
| | | |
* changes:
Need to notify Java side when viewport tag is parsed.
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit 632f4508222c2a617e6820e9388867c0f4821db8.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Conflicts:
WebCore/bindings/v8/ScriptController.cpp
WebCore/page/Geolocation.cpp
WebCore/platform/android/GeolocationServiceAndroid.cpp
|
| |\ \
| | |/
| |/|
| | |
| | | |
* changes:
Add re-entry count for QemuTracerAuto class.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Be more restrictive when expanding iframes.
If an iframe has no scrollbars and a fixed dimension, it serves no purpose to
try and expand the contents. Some sites like to use hidden iframes for
asynchronous loading and showing or expanding those iframes causes layout
problems.
Change the expansion logic slightly to only expand iframes and not contract
them. Also update calcWidth and calcHeight to check for scrollbars or a
non-fixed dimension.
BUG=2039520,2004093
|
| | |
| | |
| | |
| | |
| | | |
The gtk platform also does this check to ensure that the request url is not
empty or null.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
http://b/issue?id=2023504
moving the trackball to a node that used to be visible
but is no longer visible now triggers a rebuild of
the nav cache
|
| |/
| |
| |
| | |
Android.
|
| |
| |
| |
| | |
This is experimental, we'd like to see the impact on page cycler intl1 and intl2.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Requires a corresponding change to frameworks/base. We were previously
letting WebTextView handle clicks, determine the change in selection,
and pass that down to webkit. This sometimes resulted in a different
placement of the caret if the WebTextView and the webkit-rendered
textfield did not line up exactly. Now, we pass the click directly
to webkit, which determines the new selection and passes that info
back to the WebTextView. This also has the benefit of letting
the WebTextView reflect changes in the selection that originated from
webkit. Also remove some unused parameters.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Fix WebCoreFrameBridge.cpp
|
| | | |
|
|/ / |
|
| | |
|
|/ |
|
|
|
|
| |
formats.
|
| |
|
|\
| |
| |
| |
| | |
* changes:
fixing the surface size if the plugin elects to not handle zoomEvents.
|
| | |
|
|\ \
| |/
|/|
| |
| | |
* changes:
Fixes a couple of bugs in the Geolocation permissions manager.
|
| | |
|
|/ |
|
|
|
|
| |
properties. Currently it only has getApplicationDataDirectory.
|
|
|
|
|
|
|
| |
Call through FrameLoaderClient when an apple-touch-icon attribute is parsed.
Instead of always downloaded the icon, just report the url so that if it is
needed, it can downloaded by java. It is also a lot more code to let WebCore
handle storage and retrieval of the icon.
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Enable workers for V8
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
enhancing visibleRect tracking and making it work within iframes.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* changes:
Fixing mouse and touch coordinates inside iframes.
|
| |/ |
|
|\ \
| |/
|/|
| |
| | |
* changes:
expose getFontPath to plugins
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix for http://b/issue?id=2021424. When trying to draw the matches,
if we find that the page needs to be scrolled to put the match on
screen, we request a scroll, do a viewInvalidate and stop, so that
the matches will be drawn after the invalidate. Unfortunately, for
some values, we do not end up scrolling, because contentToView turns
the scroll into a no op. So we forever request scrolls, and never
draw the matches. Fix this by getting a return value from scrollBy,
and if it returned false, go ahead and draw the matches.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
While the page is loading, the nav cache is not rebuilt.
Double-click zooms out the web page by using the nav cache to
find the left edge of the column -- but fails to work during
page load. This change rebuilds the nav cache (if the page is
loading) each time a mouse click is sent to webkit.
This doesn't fix the bug where the first double click doesn't
align the column correctly, but helps with subsequent clicks.
Also, pass scale information to getBlockLeftEdge so it can
restrict its search to the area that will be zoomed to. Default
to the point clicked if no alignment info can be found.
|
|/
|
|
|
|
|
|
| |
In CachedFrame, add methods to find the next textfield and to
determine which ImeAction should be associated with a given textfield.
In WebView, uses these apis to determine the ImeAction and jump
to the next textfield and scroll it on screen. Requires a change to
frameworks/base.
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Fix a bug in the ChromeClientAndroid where the m_newQuota was set to -1 after the call to the browser thread was made.
|
| |
| |
| |
| | |
after the call to the browser thread was made.
|
|/ |
|
| |
|