OSDN Git Service

android-x86/external-webkit.git
2009-05-13 Android (Google... Merge change 1550
2009-05-13 Cary Clarkuse one rectangle for browser focus ring
2009-05-12 Android (Google... Merge change 1412
2009-05-12 Grace KlobaFix #1833296. Initialize m_blockNotifyFocus as releaseF...
2009-05-12 Patrick ScottFix a warning with an Android edit.
2009-05-12 Grace KlobaFix #1835655. Hold a GlobalRef for WeakReferenceClass...
2009-05-12 Patrick ScottShave ~60k off of libwebcore.so and make webcore_test...
2009-05-12 Guang Zhumerged d15fb80, resolved conflicts
2009-05-11 Nicolas RoardAdd WebStorage C++ implementation needed for the Browser UI
2009-05-11 Android (Google... Merge change 1323
2009-05-09 Grace KlobaRevert the POST content-length change as the fix in...
2009-05-08 Guang ZhuAdded JNI binding for new onJsTimeout callback
2009-05-08 Android (Google... Merge change 1252
2009-05-08 Grace KlobaTemp turn off POST content-length as it breaks the...
2009-05-08 Leon ScrogginsDo not store invalid URLs in the database.
2009-05-08 Android (Google... Merge change 940
2009-05-07 Android (Google... Merge change 1119
2009-05-07 Feng QianFix SVG build with V8.
2009-05-07 Grace KlobaFix 1807059. For POST, even there is no formdata, we...
2009-05-06 Android (Google... Merge change 1080
2009-05-06 Android (Google... Merge change 999
2009-05-06 Feng QianFix memory leaks in Java binding and some code cleanup.
2009-05-06 Leon ScrogginsMake <select> elements' text always visible.
2009-05-06 Android (Google... Merge change 983
2009-05-06 Android (Google... Merge change 1043
2009-05-06 Feng QianWorkaround GCC 4.3.1 issue.
2009-05-05 Android (Google... Merge change 982
2009-05-05 Android (Google... Merge change 987
2009-05-05 Android (Google... Merge change 894
2009-05-05 Patrick ScottRemove unused LOW_BANDWIDTH defines. The Cache.cpp...
2009-05-05 Android (Google... Merge change 984
2009-05-05 Ben MurdochEnable Database API V8 bindings.
2009-05-05 Patrick ScottFix an assert around solid colors.
2009-05-05 Patrick ScottFix an issue with the null plugin drawing even when...
2009-05-05 Jack PalevichFix double-definition of jsc_pcre_default_tables.
2009-05-04 Mike Reedadd path apis for plugins. also add drawLine to canvas
2009-05-04 Android (Google... Merge change 871
2009-05-04 Android (Google... Merge change 928
2009-05-04 Cary Clarkwebcore pointer may be null in svg
2009-05-01 Feng QianPick up npruntime.cpp fix from Chrome tree.
2009-05-01 Android (Google... Merge change 885
2009-05-01 Cary Clarkadd svg support to v8 experiment
2009-05-01 Android (Google... Merge change 866
2009-05-01 Cary Clarkadd additional svg support and compliance
2009-05-01 Mike ReedRemove unneeded SKIA_SGL platform flag
2009-05-01 Feng QianAdd plugin plumbing with V8 binding.
2009-05-01 Feng QianImplement Java <-> JS bindings.
2009-04-30 Android (Google... Merge change 801
2009-04-30 Feng QianPick up fix in npruntime.cpp.
2009-04-30 Ben MurdochMerges p9 CLs 144856 and 145055 to GIT to enable the...
2009-04-30 android-build... am caa8647: Merge change 598 into donut
2009-04-30 Android (Google... am 870c405: Merge change 587 into donut
2009-04-30 android-build... am b23d00d: Respect globalAlpha (fill, stroke, images)
2009-04-29 Feng QianMerge commit 'goog/master-v8droid' into HEAD
2009-04-29 Feng QianMerge commit 'goog/master' into merge_webkit_from_master
2009-04-29 Feng QianChagne JS_ENGINE to ENABLE_V8.
2009-04-29 Feng QianAdd first round JNI bindings.
2009-04-29 Mike Reedshare xfermode and color routines with chrome port
2009-04-29 Android (Google... Merge change 671
2009-04-28 Cary Clarkfix line dashing and patterns in svg
2009-04-28 Mike ReedFirst cut at sharing graphics code with chrome
2009-04-28 Android (Google... Merge change 598 into donut
2009-04-28 Android (Google... Merge change 587 into donut
2009-04-27 Cary Clarkfix svg radial gradients
2009-04-27 Mike ReedRemove call to purge image-cache. Now handled by Activi...
2009-04-27 Mike ReedRespect globalAlpha (fill, stroke, images)
2009-04-27 Mike ReedMove imagecache into android_runtime from browser
2009-04-25 Feng QianFix the threading issue.
2009-04-24 Feng QianMake WebCore built with V8.
2009-04-24 Feng QianBuild V8 as a static library.
2009-04-24 Cary Clark(1 of 2) add call to determine if picture is ready
2009-04-23 Leon ScrogginsFix some unexpected cases of image maps.
2009-04-23 Cary Clarkkeep webkit focus in sync with ui cache for text fields
2009-04-23 Android (Google... Merge change 295
2009-04-23 Jean-Baptiste... Merge donut into master
2009-04-23 Jean-Baptiste... merge cupcake into donut
2009-04-23 Jean-Baptiste... Merge donut into master
2009-04-22 Feng QianAdd V8 binding make file.
2009-04-22 Feng QianCopy V8DOMMap.h and V8DOMMap.cpp from future WebKit...
2009-04-22 Grace KlobaAdding WTF to Vector as both Android and WTF has Vector<>.
2009-04-22 Feng QianSmall fix of JSC binding makefiles.
2009-04-21 Feng QianMove WTF files into Android.wtf.mk
2009-04-21 Feng QianImport V8binding code from Chromium tree.
2009-04-21 Feng QianSeparate JSC and JSC binding from WebCore build file.
2009-04-20 Feng QianImport a new V8 revision 1746.
2009-04-20 Android (Google... Merge change 260
2009-04-20 Cary Clarkremove obsolete browser nav cache debug dump
2009-04-20 Andrei PopescuEnable Application Caches.
2009-04-17 Feng QianAdd Android makefiles for v8 and v8shell.
2009-04-17 Feng QianUpdate v8 source to bleeding_edge 1738.
2009-04-16 Android (Google... Merge change 218
2009-04-16 Android (Google... Merge change 231
2009-04-16 Cary Clarkpass a valid point array to close path (matches chrome)
2009-04-16 Patrick ScottMerge branch 'readonly-p4-master'
2009-04-16 Patrick ScottAI 146528: am: CL 146109 Use KURL(baseUrl, rel) with...
2009-04-16 Feng QianImport V8 r1682 from trunk.
2009-04-16 Feng QianTemporary fix bug 1792567.
2009-04-16 Android (Google... Merge change 217
2009-04-16 Cary Clarkfix svg linear gradients and embed
2009-04-16 Android (Google... Merge change 200
next