summaryrefslogtreecommitdiffstats
path: root/WebCore/platform
Commit message (Collapse)AuthorAgeFilesLines
* Fix merges and add #if PLATFORM(ANDROID)Nicolas Roard2009-08-127-66/+51
|
* Merge in WebKit r47029.Ben Murdoch2009-08-11407-8733/+16558
|
* Adds a mock GeolocationService.Steve Block2009-07-305-6/+211
| | | | This is being submitted to WebKit in bug 27716.
* Implement our own parallel connection count initialization.Patrick Scott2009-07-302-1/+9
| | | | | Use 20 since we have 4 connection threads that can pipeline up to 5 requests per thread.
* Merge change 8638Android (Google) Code Review2009-07-271-0/+1
|\ | | | | | | | | * changes: explictly specify hinting (new api)
| * explictly specify hinting (new api)Mike Reed2009-07-241-0/+1
| |
* | Enables Geolocation on Android.Steve Block2009-07-271-0/+35
| |
* | Update V8 to bleeding_edge@2524Andrei Popescu2009-07-231-1/+10
|/
* Implements a mechanism that limit the growth of the application cacheAndrei Popescu2009-07-212-0/+15
|
* Turn on webcore's request management and remove our hacks.Patrick Scott2009-07-152-16/+2
| | | | | | With only turning on request management (no fine tuning of parameters), loading cnn.com was 3-4 seconds faster and the main content displayed about 1-2 seconds sooner.
* Same fix from donut. Use sizeof(UChar) * aLength for the correct comparison.Patrick Scott2009-06-301-1/+1
|
* fix crash in browser map caused by misaligned string data compareCary Clark2009-06-301-0/+4
|
* work in progress to enable plugins to receive arrow keysCary Clark2009-06-292-9/+8
| | | | | | | | | | | | Consolidate key handling. Simplify interface between android and webkit so multiple clients can use common code to pass keys. Add helper to return if cached node is plugin. Use WebView::m_clickedOnPlugin to remember active plugins. Add WebView.MOVE_CURSOR to replay key events the plugin doesn't want.
* Merge change 5139Android (Google) Code Review2009-06-262-164/+11
|\ | | | | | | | | * changes: Implement fullscreen video. Currently only load() and play() are supported. The rest of the MediaPlayerPrivate functionality will be added in a later CL.
| * Implement fullscreen video. Currently only load() and play() are supported. ↵Andrei Popescu2009-06-252-164/+11
| | | | | | | | The rest of the MediaPlayerPrivate functionality will be added in a later CL.
* | Invalidate the full rectangle of the highlight when clearing it.Leon Scroggins2009-06-251-1/+1
| | | | | | | | | | | | In drawCursorRing, we potentially use a different value than bounds for the cursor ring. If we use that other value, also use it for the invalidation to clear it later.
* | Merge change 5216Android (Google) Code Review2009-06-241-5/+6
|\ \ | | | | | | | | | | | | * changes: Make buttons draw their state properly.
| * | Make buttons draw their state properly.Leon Scroggins2009-06-241-5/+6
| |/ | | | | | | | | | | Fix for http://b/issue?id=1936210. When we merged the latest WebKit, we lost an api we used, and in the code change we reversed enabled and disabled buttons.
* | Merge change 5202Android (Google) Code Review2009-06-242-5/+5
|\ \ | |/ |/| | | | | * changes: rename setXfermode(Mode) to setXfermodeMode(...) for clarity
| * rename setXfermode(Mode) to setXfermodeMode(...) for clarityMike Reed2009-06-242-5/+5
| |
* | Fix <select with multiple and/or size > 1.Leon Scroggins2009-06-232-3/+81
|/ | | | | | | | | With the latest WebKit drop we lost a hack we had to make ListBoxes behave like MenuLists. Rather than reviving it, now in WebViewCore check for isListBox(). This makes a click once again open the list so the user can choose the selection. Also disable WebKit's drawing of the text shown, and simply draw it ourselves, so we can draw nothing or the first item selected.
* remove references to deprecated porterduffMike Reed2009-06-234-10/+45
|
* Remove ANDROID_USER_GESTURE as the bug it fixed no longer applies.Patrick Scott2009-06-221-19/+0
| | | | | | | I tested the original bug and found that without this change, the link works perfectly fine. The only thing that does not work with this change is redirects within iframes that are to non-http protocols. This is ok since iframes can always change the parent window's location if this is the desired behavior.
* Enable video and audio elements in WebCoreAndrei Popescu2009-06-193-0/+255
|
* Merge commit 'goog/master' into webkit_mergeFeng Qian2009-06-183-16/+100
|\ | | | | | | | | | | | | | | Resolved conflicts: WebCore/Android.mk WebCore/storage/LocalStorageArea.h WebCore/storage/SessionStorageArea.cpp WebCore/storage/StorageEvent.cpp
| * cherry-pick 0f07938f7e51e7a7eb4239b8a30e64b68dac8c66 due to automerger snafuGrace Kloba2009-06-163-16/+100
| |
* | Get WebKit r44544.Feng Qian2009-06-17373-3915/+7903
|/
* Merge change 3890Android (Google) Code Review2009-06-113-3/+3
|\ | | | | | | | | * changes: Fix some minor issues from webkit review feedbacks.
| * Fix some minor issues from webkit review feedbacks.Feng Qian2009-06-113-3/+3
| |
* | speedup some common matrix operations, to be submitted backMike Reed2009-06-111-0/+14
|/
* Fix more issues for upstreamingFeng Qian2009-06-102-303/+276
| | | | | | Moved string localization functions into LocalizedStringsAndroid.cpp Removed unused functions. See https://bugs.webkit.org/show_bug.cgi?id=26266
* Merge change 3628Android (Google) Code Review2009-06-099-198/+127
|\ | | | | | | | | * changes: Cleanup for upstreaming to webkit.org
| * Cleanup for upstreaming to webkit.orgFeng Qian2009-06-099-198/+127
| | | | | | | | | | | | | | See https://bugs.webkit.org/show_bug.cgi?id=26264 https://bugs.webkit.org/show_bug.cgi?id=26265 https://bugs.webkit.org/show_bug.cgi?id=26280
* | Remove obsolete notion of invalid node.Leon Scroggins2009-06-092-3/+0
|/ | | | | | | | | | | In the old navigation model, we set focus to a node, and checked to see if that node was still valid (could have changed since we built the navigation cache). Then we sent a message back to the UI thread to tell it to draw the ring differently. In the new model, we are essentially moving a mouse, so we do not concern ourselves with whether the node is valid. Here I have removed function and jni to call sendMarkNodeInvalid, the notion of an invalid node in WebView.cpp, and the INVALID flavor of CursorRing. Needs a change in frameworks/base to work properly.
* in the browser, make the trackball more like a mouseCary Clark2009-06-012-34/+33
| | | | | | | | | | | | | | Older code treated the trackball as a four way dpad with equivalents to moving up, down, left and right by generating arrow key events. This change makes the trackball solely generate mousemove events. The old arrow keys in turn were mapped to be as close as possible to tab-key events that moved the focus. The new model leaves focus-changes to the DOM. Clicking the dpad is distinguished from pressing the enter key to be more compatible with desktop-authored web pages.
* Fix a valgrind complaint.Patrick Scott2009-05-181-0/+1
|
* Merge change 1119Android (Google) Code Review2009-05-071-35/+0
|\ | | | | | | | | * changes: Fix SVG build with V8.
| * Fix SVG build with V8.Feng Qian2009-05-061-35/+0
| | | | | | | | | | | | Because some SVG anomation source files depend on generic sort functions, we cannot compile them. Add as ENABLE_SVG_ANIMATION build flag to disable SVG Animation.
* | Merge change 1080Android (Google) Code Review2009-05-061-3/+14
|\ \ | |/ |/| | | | | * changes: Make <select> elements' text always visible.
| * Make <select> elements' text always visible.Leon Scroggins2009-05-061-3/+14
| | | | | | | | Fix for buganizer issue 1377239. The <select> element's text was not visible on this page because it was the same color as our treatment. With this change, we now mimic the Mac's behavior and make the text black for enabled elements and dark gray for disabled elements.
* | Merge change 983Android (Google) Code Review2009-05-061-1/+0
|\ \ | | | | | | | | | | | | * changes: Fix an issue with the null plugin drawing even when there is fallback content.
| * | Fix an issue with the null plugin drawing even when there is fallback content.Patrick Scott2009-05-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Use similar logic in ObjectContentType as in the Window's port. Still use ObjectContentOtherPlugin so that <object> tags work properly (Mike's test plugin). Fix a build warning in PlatformGraphicsContext.h as well.
* | | Fix an assert around solid colors.Patrick Scott2009-05-051-0/+1
|/ /
* | Merge change 871Android (Google) Code Review2009-05-044-8/+8
|\ \ | | | | | | | | | | | | * changes: Remove unneeded SKIA_SGL platform flag
| * | Remove unneeded SKIA_SGL platform flagMike Reed2009-05-014-8/+8
| | |
* | | add svg support to v8 experimentCary Clark2009-05-011-0/+34
| | |
* | | add additional svg support and complianceCary Clark2009-05-013-4/+10
|/ / | | | | | | | | | | | | | | turn on SVG_FONTS, SVG_AS_IMAGE, SVG_FILTERS, SVG_FOREIGN_OBJECT, SVG_USE getWebCore may return null for SVG ScrollView add FontPlatformData.size() add more stl sort interfaces
* | Merges p9 CLs 144856 and 145055 to GIT to enable the Database API in the ↵Ben Murdoch2009-04-301-8/+0
| | | | | | | | browser.
* | am b23d00d: Respect globalAlpha (fill, stroke, images)android-build SharedAccount2009-04-292-2/+4
|\ \
| * | Respect globalAlpha (fill, stroke, images)Mike Reed2009-04-272-3/+5
| | |