summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-093-5/+51
| | | | | | | | Directly move the focus rather than passing a click. Fixes http://b/issue?id=2292683 Requires a change to frameworks/base
* Merge change I85893753 into eclair-mr2Android (Google) Code Review2009-12-095-7/+8
|\ | | | | | | | | * changes: Pull down change 51321 from webkit.org.
| * Pull down change 51321 from webkit.org.Patrick Scott2009-12-095-7/+8
| | | | | | | | | | Calls to EventNames() was causing multiple copies of the event names to be created. This could cause false negatives in hash map lookups.
* | use twopoint gradientsMike Reed2009-12-081-3/+5
| |
* | Merge change I0b9d36d9 into eclair-mr2Android (Google) Code Review2009-12-083-7/+4
|\ \ | | | | | | | | | | | | * changes: Modify AndroidWebHistoryBridge to prepare uploading detachHistoryItem() to WebKit.
| * | Modify AndroidWebHistoryBridge to prepare uploadingGrace Kloba2009-12-073-7/+4
| | | | | | | | | | | | | | | | | | 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.
* | | Show "Go" for the last textfield in a form.Leon Scroggins2009-12-084-3/+13
| | | | | | | | | | | | Fixes http://b/issue?id=2210152
* | | exclude from cache nodes that are entirely clipped outCary Clark2009-12-081-6/+3
| | | | | | | | | | | | | | | | | | | | | 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
* | | Merge change Ia8a49e0d into eclair-mr2Android (Google) Code Review2009-12-081-1/+2
|\ \ \ | | | | | | | | | | | | | | | | * changes: fix debugging output
| * | | fix debugging outputCary Clark2009-12-071-1/+2
| | | |
* | | | Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-087-87/+37
| | | |
* | | | Merge change I747854ee into eclair-mr2Android (Google) Code Review2009-12-081-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Remove an accidentally added include.
| * | | | Remove an accidentally added include.Ben Murdoch2009-12-071-1/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I747854ee918df97d12d7d0ed1a5fecfb10d8d805
* | | | | Merge change I640d5ca9 into eclair-mr2Android (Google) Code Review2009-12-087-832/+314
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Merges V8 version of jni_utility with JSC version at WebCore/bridge/jni.
| * | | | | Merges V8 version of jni_utility with JSC version at WebCore/bridge/jni.Steve Block2009-12-077-832/+314
| | |_|_|/ | |/| | | | | | | | | | | | | Change-Id: I640d5ca9e38d78fd662550fa389cf8b463dc78b6
* | | | | Provide <input> type information to Java side.Leon Scroggins2009-12-074-15/+39
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Continue https://android-git.corp.google.com/g/#change,34687,Grace Kloba2009-12-071-1/+1
| | | | | | | | | | | | We should use #if PLATFORM(ANDROID) now
* | | | Merge change I38601c0e into eclair-mr2Android (Google) Code Review2009-12-071-2/+8
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | * changes: Fix the wrong layout in the layout test.
| * | | Fix the wrong layout in the layout test.Grace Kloba2009-12-061-2/+8
| | |/ | |/| | | | | | | | | | | | | | | | 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().
* | | fix crash reading readonly node stateCary Clark2009-12-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Store InputType information for <input> fields, return SEARCH action for ↵Leon Scroggins2009-12-075-8/+21
| | | | | | | | | | | | | | | | | | | | | SEARCH <input> Fixes http://b/issue?id=2299660 and http://b/issue?id=2299650 Also remove isPassword, which is redundant.
* | | Merge change I9a5736f5 into eclair-mr2Android (Google) Code Review2009-12-072-5/+13
|\ \ \ | |_|/ |/| | | | | | | | * changes: Fixes a Geolocation bug with cached positions.
| * | Fixes a Geolocation bug with cached positions.Steve Block2009-12-072-5/+13
| |/ | | | | | | | | | | | | 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
* | Moves JSC-specific functions from jni_utility and moves them to a new ↵Steve Block2009-12-078-266/+349
|/ | | | | | | | jsc/jni_utility_private.h. See https://bugs.webkit.org/show_bug.cgi?id=32157 Change-Id: I1f7f0bb6fa9e72ee3eeb31160e0a828b3d076fee
* am daa8318d: (-s ours) DO NOT MERGE. This is cherry picked from ↵Grace Kloba2009-12-040-0/+0
|\ | | | | | | | | | | | | | | | | https://android-git.corp.google.com/g/#change,28737 Merge commit 'daa8318de3c63a28eccb52546c230e5c5caee962' into eclair-mr2 * commit 'daa8318de3c63a28eccb52546c230e5c5caee962': DO NOT MERGE.
| * DO NOT MERGE.Grace Kloba2009-12-044-81/+372
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge change I2b870c71 into eclair-mr2Android (Google) Code Review2009-12-041-4/+0
|\ \ | | | | | | | | | | | | * changes: Enables x-mac-cyrillic on Android, now that this is in our version of ICU.
| * | Enables x-mac-cyrillic on Android, now that this is in our version of ICU.Steve Block2009-12-041-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge change If686b999 into eclair-mr2Android (Google) Code Review2009-12-043-5/+11
|\ \ \ | | | | | | | | | | | | | | | | * changes: Pass up flags for the main resource and user gesture.
| * | | Pass up flags for the main resource and user gesture.Patrick Scott2009-12-043-5/+11
| | | | | | | | | | | | | | | | This requires a change to the framework.
* | | | Merge change I49b2fbe0 into eclair-mr2Android (Google) Code Review2009-12-041-3/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | Only re-center the page if it is zoom change orGrace Kloba2009-12-041-3/+10
| | |/ / | |/| | | | | | | | | | | | | | | | | | orientation change. Do not re-center the page if it is caused by show/hide soft keyboard. Fix http://b/issue?id=2303918
* | | | fix nav cache debuggingCary Clark2009-12-041-4/+3
| | | | | | | | | | | | | | | | last change broke debugging code outside of the build
* | | | move input-related fields out of CachedNode to expandCary Clark2009-12-0412-174/+319
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge change Iceb63592 into eclair-mr2Android (Google) Code Review2009-12-033-0/+19
|\ \ \ | |/ / |/| | | | | | | | * 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.
| * | Experimental change. Cache pages with unload eventGrace Kloba2009-12-033-0/+19
| | | | | | | | | | | | | | | 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.
* | | Rework CL, https://android-git.corp.google.com/g/#change,34511Grace Kloba2009-12-034-13/+2
|/ / | | | | due to the history unfork change.
* | another file to fix the buildGrace Kloba2009-12-031-0/+2
| |
* | Fix the build due to auto mergeGrace Kloba2009-12-031-1/+2
| |
* | After turning on page cache, the parent HistoryItemGrace Kloba2009-12-033-0/+20
| | | | | | | | | | can be destroyed before the child HistoryItem, add an extra checking to avoid crash.
* | Merge change I70c3076b into eclair-mr2Android (Google) Code Review2009-12-031-3/+7
|\ \ | | | | | | | | | | | | * changes: Fixes a crashing Geolocation bug when a watch is cleared from certain callbacks.
| * | Fixes a crashing Geolocation bug when a watch is cleared from certain callbacks.Steve Block2009-12-031-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | BUG: http://b/2297475 This will be upstreamed to webkit.org in https://bugs.webkit.org/show_bug.cgi?id=32111 Change-Id: I70c3076b1a85c89bc4c587ea9fedaa84bd7b0575
* | | Android History unforking pt4: Android specific changes to makefiles and ↵Ben Murdoch2009-12-038-108/+53
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Android History unforking pt3: Changes to the notifyHIstoryItemChanged ↵Ben Murdoch2009-12-034-40/+10
| | | | | | | | | | | | | | | | | | | | | | | | function and the places it is used. This needs to be upstreamed to webkit.org. Change-Id: I5dc4e40939448e0b1dfcd6393082036fc8174aa9
* | | Android History unforking pt2: BackForwardList changes. Fire a notification ↵Ben Murdoch2009-12-0315-51/+105
| | | | | | | | | | | | | | | | | | | | | | | | to the FrameLoaderClient that the BackForwardList has been modified. This needs to be upstreamed to webkit.org. Change-Id: I14633c51276bd92ed56139b4c473cc8ac9bacb72
* | | Android history unforking pt 1: Add Android specific files and #if ↵Ben Murdoch2009-12-033-13/+121
| | | | | | | | | | | | | | | | | | | | | | | | PLATFORM(ANDROID) guarded code in WebCore/history/HistoryItem.cpp This should be upstreamed to webkit.org Change-Id: I3f822d5a6579080658242f846214e1c3fe31fa01
* | | Save form data for elements other than type "text".Leon Scroggins2009-12-021-20/+15
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Enable WebKit page cache through WebSettings.Grace Kloba2009-12-029-38/+266
| | | | | | | | | | | | | | | | | | | | | | | | Add setXX() for the meta data in Settings. Add CachedFramePlatformDataAndroid to preserve the state for the cachedFrame. http://b/issue?id=2284168
* | | Merge change Ie0a2c0d4 into eclair-mr2Android (Google) Code Review2009-12-022-17/+15
|\ \ \ | | | | | | | | | | | | | | | | * changes: Move dump display tree to sdcard as dom and render tree.
| * | | Move dump display tree to sdcard as dom and render tree.Grace Kloba2009-12-012-17/+15
| |/ / | | | | | | Fix dump render tree code.