| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
* changes:
fix multiple text areas, and text areas without focus rings
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Separate nodes that are hidden from nodes that disable
drawing the focus ring. If a node draws its own focus state,
other than not drawing the ring, it should be indistinguishable
from other focusable nodes.
Fix the nav cache dump to be in line with the latest webkit.
fixes http://b/issue?id=2201049
|
| |/
|
|
|
|
| |
Fix for http://b/issue?id=2186188. Keep track of <optgroup> labels
separately from disabled <option> labels. Requires a change to
frameworks/base.
|
| |
|
|
|
|
| |
See http://trac.webkit.org/changeset?new=47440
Change-Id: I140b6be130c1fb175c653f5ba2ba19fdc323bbc9
|
| |
|
|
|
|
|
|
| |
methods.
See http://trac.webkit.org/changeset/48701
Change-Id: I627b40265f2aff72fdd4ad5884596be9820b642d
|
| |
|
|
|
|
| |
See http://trac.webkit.org/changeset/47515
Change-Id: I18d3991e84c1a5760f736d04e16e1a195d5de283
|
| |
|
|
|
|
|
|
| |
FrameView::initScrollbars.
See http://trac.webkit.org/changeset/48064
Change-Id: Ib71ad99fb66f3c4346aef06ec7d73286488e1195
|
| |
|
|
|
|
|
|
| |
FrameLoaderClientAndroid.
See http://trac.webkit.org/changeset/48032
Change-Id: I2b4182ff87857d3dd374b34ffd1c9b46ca84db90
|
| |
|
|
|
|
|
|
| |
buffered.
See http://trac.webkit.org/changeset/48267
Change-Id: I29156a62ece53de135a730a21e0337e4e4b57bed
|
| |
|
|
|
|
| |
See http://trac.webkit.org/changeset/47313
Change-Id: Ic33083eedfc8468c171cd7af6f112aca0eeef615
|
| |
|
|
|
|
|
|
| |
platformPageClient.
See http://trac.webkit.org/changeset/48511
Change-Id: I18ba9b6baa000209a28b8f1d01046c1c0e86c026
|
| |
|
|
|
|
|
|
| |
method.
See http://trac.webkit.org/changeset/47866
Change-Id: I28b535b2c0202db2ec6d36791f67de4bbf24c3b4
|
| |
|
|
|
|
| |
See http://trac.webkit.org/changeset/48748
Change-Id: I2dd80bcda65ad309fe9d3cd4d73e832d7d17467f
|
| |
|
|
|
|
| |
http://trac.webkit.org/changeset/49067
Change-Id: Ie15f56d2fa33f1d535ed5d048f0ac97c9d054271
|
| |
|
|
|
|
|
|
| |
SecurityOrigin.
See http://trac.webkit.org/changeset/49211
Change-Id: I2386a1089f9212f523b5525e2c98b081fb7bf297
|
| |
|
|
|
|
| |
See http://trac.webkit.org/changeset/48001
Change-Id: I11d6bae61de1f528ed8ee117c0260c78dccbd502
|
| |
|
|
|
|
| |
See http://trac.webkit.org/changeset/49284
Change-Id: I2aafe6f747f22b9c51c0db60f13fb3352d373809
|
| |
|
|
|
|
|
|
| |
method.
See http://trac.webkit.org/changeset/49160
Change-Id: I75e1d6701f4d16fab7513f5924abf00e958e865c
|
| |
|
|
|
|
|
|
| |
signature.
See http://trac.webkit.org/changeset/47907
Change-Id: I0d2f17fb161254e62e835d52fe7ab482b11b054d
|
| |\
| |
| |
| |
| | |
* changes:
Updating the documentation for plugins.
|
| | | |
|
| |/
|
|
| |
same res as it draws
|
| |
|
|
| |
This fixes http://b/issue?id=2167364
|
| |
|
|
|
|
|
| |
Partial fix for http://b/issue?id=2159869. Add a field to CachedNode
for readonly. In WebView.cpp, only call displaySoftKeyboard if the
node is not readonly. Also call displaySoftKeyboard in nativeTextMotionUp
to replace a call being removed in WebView.touchUpOnTextField(java).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fix should be considered for passion mr1, but
does not affect sholes -- this is a trackball only bug.
The selection caret and arrow now take the scale factor and
the height of the title bar into account when preparing the
canvas for drawing.
Also, simply call to CopyPaste::findClosest, and remove
logic to attempt to pin the arrow to the current cursor.
Requires a companion fix in framework/base
Fixes http://b/issue?id=2187591
|
| |\
| |
| |
| |
| | |
* changes:
Prevent getFile from copying when the file is too large.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Since the caller expects the data to fit within a certain amount of
space, do not copy into the buffer if the data exceeds that space.
On the webkit side of things, keep track of the URI and the size,
so we can pass them up to BrowserFrame
Requires a change to frameworks/base
|
| |/ |
|
| |
|
|
|
|
|
|
|
| |
Attempts to get the plugin to scroll when the ime
appears. Add debugging strings to help track events
to show plugin object. Add focusCandidate interfaces.
Tweak rectangles from plugin so they don't disappear.
Prefer found matches in nav cache that are later in
the document.
|
| |
|
|
|
|
|
|
| |
Webkit implementation for passing in the data for file uploads.
Requires a change to frameworks/base to not break things; also
requires a change to packages/apps/Browser to work.
Fixes http://b/issue?id=675743
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
browser is killed.
Merge commit 'e7430864058b3c222b4b0468cf8812a9a733818b' into eclair-mr2
* commit 'e7430864058b3c222b4b0468cf8812a9a733818b':
Makes sure that Geolocation permissions are saved before the browser is killed.
|
| | |
| |
| |
| |
| |
| | |
This is a fix for http://b/issue?id=2167364
Change-Id: I92a1a6831eb254b62593beaf7cb77c8e1f41945c
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Keep track of changes in the current focus bounds, and provide
a way for the java side to access the change.
companion change in frameworks/base
fixes http://b/issue?id=2118781
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
address detection may look at uninitialized memory
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Address detection on web pages creates arrays of pointers to
words, and compares them against a set of permitted street types.
This change adds the array of end pointers so that the check
does not look past the end of the word.
Fixes http://b/issue?id=2166591
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Text selection works by building a region on the UI side, then
finding the text that matches the rectangles making up the
decomposed region on the webkit side.
If multiple consecutive lines of text are the same width, the
region will combine them into a single rectangle instead of
one rectangle per line.
If the rectangle chooses a single line, it's safe to pick the
center of the line in Y, and that's what the old code does. The
new code also tries the top and bottom of the rectangle, in
case the rectangle spans multiple lines of text, but falls
back to the old behavior so not to regress.
fixes http://b/issue?id=2166748
|
| |\ \
| |/
|/|
| |
| | |
* changes:
Add check null of getRealObject(). When a WebView is removed, there is a slight chance that getRealObject() for WebView's JavaObject be null.
|
| | |
| |
| |
| |
| |
| |
| | |
removed, there is a slight chance that getRealObject()
for WebView's JavaObject be null.
Fix http://b/issue?id=2159815
|
| |/
|
|
|
|
| |
the real background"
This reverts commit 02b5ebb30fc88967b843818cbc61987f9dc9685d.
|
| |\
| |
| |
| |
| | |
* changes:
Don't extend the arrow asset of the combo box over the text, so that the real background color is used. Re-instate using the correct color for the text.
|
| | |
| |
| |
| |
| |
| |
| | |
real background
color is used.
Re-instate using the correct color for the text.
|
| |/
|
|
|
|
|
|
| |
- move poster drawing on the WebKit side
- get rid of the child views
- add prepareToPlay method to the MediaPlayer iface.
Fixes http://b/issue?id=2156592
|
| |
|
|
|
|
|
|
|
|
| |
Link coloring - doing the database lookup in a separate thread
Formatting
Whitespace changes
Re-ordered following review
|
| |
|
|
|
|
|
|
|
|
| |
Pass the percentage of the current scroll from the UI
thread to webkit. The max scroll in X is computed as
renderer->scrollWidth() - renderer->clientWidth().
Companion fix is in framework/base
Fixes http://b/issue?id=2133049
|
| |
|
|
|
| |
KURL::protocolIs no longer likes "javascript" and has a different method called
protocolIsJavaScript.
|
| |
|
| |
Add the header in WebCoreJni.cpp so that LOGE will be print out.
|
| |
|
|
| |
Change-Id: I4eb188f6b4826f394a08c72c71f920cc212b2653
|
| |
|
|
|
|
|
|
|
|
|
| |
back to Java. This may happen if WebKit holds some reference
of the Document even when our Java side has been destroyed.
So when Document finally is deleted, the call back to Java
will have null nativeClass.
In the long run, we may need to add the check for all the
callback to Java.
Fix http://b/issue?id=2148023
|