| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Directly move the focus rather than passing a click.
Fixes http://b/issue?id=2292683
Requires a change to frameworks/base
|
| |\
| |
| |
| |
| | |
* changes:
Pull down change 51321 from webkit.org.
|
| | |
| |
| |
| |
| | |
Calls to EventNames() was causing multiple copies of the event names to be
created. This could cause false negatives in hash map lookups.
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
Modify AndroidWebHistoryBridge to prepare uploading detachHistoryItem() to WebKit.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
detachHistoryItem() to WebKit.
I think it is easy to read this way that the constructor
sets the m_historyItem and the new method will detach it.
|
| | | |
| | |
| | |
| | | |
Fixes http://b/issue?id=2210152
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Google's real time search has many results outside of an overflow
div that should be ignored by the nav cache. Make it so.
fixes http://b/2298478
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
fix debugging output
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Remove an accidentally added include.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I747854ee918df97d12d7d0ed1a5fecfb10d8d805
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
Merges V8 version of jni_utility with JSC version at WebCore/bridge/jni.
|
| | | |_|_|/
| |/| | |
| | | | |
| | | | | |
Change-Id: I640d5ca9e38d78fd662550fa389cf8b463dc78b6
|
| | |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Help to fix http://b/issue?id=1890360 and http://b/issue?id=2150538
CacheBuilder.cpp:
Explicitly set isTextField to false for textareas.
CachedRoot:
Remove the code which checks to see if the textfield is a search,
since if it is, we can avoid this path altogether.
WebView:
Return a single integer which tells what type the current text
input field is.
Requires a change to frameworks/base.
|
| | | | |
| | | |
| | | | |
We should use #if PLATFORM(ANDROID) now
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
* changes:
Fix the wrong layout in the layout test.
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
When we create a new WebFrameView, the bounds needs
to be transferred from the old WebFrameView. Otherwise
the new View will have (0,0) as bounds.
Add transitionToCommitted() for transitionToCommittedFromCachedFrame().
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Something about rebuildTextView() invalidates the current cached
frame -- reading the last obtained frame after calling it may
crash. Why, I don't know. Until I figure that out, read the
cached state first.
Also remove some tests for null frame and node since the null
case has already been handled earlierin motionUp().
fixes http://b/2307964
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
SEARCH <input>
Fixes http://b/issue?id=2299660 and http://b/issue?id=2299650
Also remove isPassword, which is redundant.
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
* changes:
Fixes a Geolocation bug with cached positions.
|
| | |/
| |
| |
| |
| |
| |
| | |
When a Geolocation watch calls back with a cached position, it could be cleared in the callback.
This change makes sure the watch still exists after the callback before starting the Geolocation service.
Change-Id: I9a5736f5ce78e1c4bb36659245ffb61b485c4018
|
| |/
|
|
|
|
|
|
| |
jsc/jni_utility_private.h.
See https://bugs.webkit.org/show_bug.cgi?id=32157
Change-Id: I1f7f0bb6fa9e72ee3eeb31160e0a828b3d076fee
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
https://android-git.corp.google.com/g/#change,28737
Merge commit 'daa8318de3c63a28eccb52546c230e5c5caee962' into eclair-mr2
* commit 'daa8318de3c63a28eccb52546c230e5c5caee962':
DO NOT MERGE.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is cherry picked from
https://android-git.corp.google.com/g/#change,28737
Fix http://b/issue?id=2304741
Add check null of getRealObject(). When a WebView is
removed, there is a slight chance that getRealObject()
for WebView's JavaObject be null.
Fix http://b/issue?id=2159815
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
Enables x-mac-cyrillic on Android, now that this is in our version of ICU.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
See https://android-git.corp.google.com/g/#change,34457,
which adds the encoding to ICU 3.8 in eclair-mr2, and
https://android-git.corp.google.com/g/#change,34758,
which adds the encoding to ICU 4.2 in master.
Change-Id: I2b870c714a3ee397964e6bfe14c95bdcca9ea24a
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Pass up flags for the main resource and user gesture.
|
| | | | |
| | | |
| | | |
| | | | |
This requires a change to the framework.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Only re-center the page if it is zoom change or orientation change. Do not re-center the page if it is caused by show/hide soft keyboard.
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
orientation change. Do not re-center the page if
it is caused by show/hide soft keyboard.
Fix http://b/issue?id=2303918
|
| | | | |
| | | |
| | | |
| | | | |
last change broke debugging code outside of the build
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some of the fields in CachedNode are relevant only to input
fields and text areas. Move these into their own vector
so that we can add more data without making all CacheNodes
bigger.
Remove CacheNode entries that are no longer used, or can
be consolidated into the node type. Alphabetize some interfaces
and implementations. Update the debugging output.
part of http://b/2299660
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
Experimental change. Cache pages with unload event for back/forward. This will improve the history navigation. But it may break some sites. See discussion in https://bugs.webkit.org/show_bug.cgi?id=29021.
|
| | | |
| | |
| | |
| | |
| | | |
for back/forward. This will improve the history
navigation. But it may break some sites. See discussion
in https://bugs.webkit.org/show_bug.cgi?id=29021.
|
| |/ /
| |
| | |
due to the history unfork change.
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
can be destroyed before the child HistoryItem, add
an extra checking to avoid crash.
|
| |\ \
| | |
| | |
| | |
| | | |
* changes:
Fixes a crashing Geolocation bug when a watch is cleared from certain callbacks.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
BUG: http://b/2297475
This will be upstreamed to webkit.org in https://bugs.webkit.org/show_bug.cgi?id=32111
Change-Id: I70c3076b1a85c89bc4c587ea9fedaa84bd7b0575
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
other code that has not been upstreamed yet (i.e. WebKit/android).
This does NOT need to be upstreamed to WebKit (yet).
Change-Id: I821fb90c3e463ef5fc4fa001ee5b8d967f9f7e48
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
function and the places it is used.
This needs to be upstreamed to webkit.org.
Change-Id: I5dc4e40939448e0b1dfcd6393082036fc8174aa9
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to the FrameLoaderClient that the BackForwardList has been modified.
This needs to be upstreamed to webkit.org.
Change-Id: I14633c51276bd92ed56139b4c473cc8ac9bacb72
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
PLATFORM(ANDROID) guarded code in WebCore/history/HistoryItem.cpp
This should be upstreamed to webkit.org
Change-Id: I3f822d5a6579080658242f846214e1c3fe31fa01
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Partial fix for http://b/issue?id=2232001
When returning the form data for a page, check other types of textfields
besides "text" input elements. Also consider "email", "number", etc.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add setXX() for the meta data in Settings.
Add CachedFramePlatformDataAndroid to preserve the
state for the cachedFrame.
http://b/issue?id=2284168
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Move dump display tree to sdcard as dom and render tree.
|
| | |/ /
| | |
| | | |
Fix dump render tree code.
|