summaryrefslogtreecommitdiffstats
path: root/WebCore/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge change 5139Android (Google) Code Review2009-06-262-164/+11
|\
| * Implement fullscreen video. Currently only load() and play() are supported. T...Andrei Popescu2009-06-252-164/+11
* | Invalidate the full rectangle of the highlight when clearing it.Leon Scroggins2009-06-251-1/+1
* | Merge change 5216Android (Google) Code Review2009-06-241-5/+6
|\ \
| * | Make buttons draw their state properly.Leon Scroggins2009-06-241-5/+6
| |/
* | Merge change 5202Android (Google) Code Review2009-06-242-5/+5
|\ \ | |/ |/|
| * 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
|/
* 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
* Enable video and audio elements in WebCoreAndrei Popescu2009-06-193-0/+255
* Merge commit 'goog/master' into webkit_mergeFeng Qian2009-06-183-16/+100
|\
| * 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
|\
| * 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
* Merge change 3628Android (Google) Code Review2009-06-099-198/+127
|\
| * Cleanup for upstreaming to webkit.orgFeng Qian2009-06-099-198/+127
* | Remove obsolete notion of invalid node.Leon Scroggins2009-06-092-3/+0
|/
* in the browser, make the trackball more like a mouseCary Clark2009-06-012-34/+33
* Fix a valgrind complaint.Patrick Scott2009-05-181-0/+1
* Merge change 1119Android (Google) Code Review2009-05-071-35/+0
|\
| * Fix SVG build with V8.Feng Qian2009-05-061-35/+0
* | Merge change 1080Android (Google) Code Review2009-05-061-3/+14
|\ \ | |/ |/|
| * Make <select> elements' text always visible.Leon Scroggins2009-05-061-3/+14
* | Merge change 983Android (Google) Code Review2009-05-061-1/+0
|\ \
| * | Fix an issue with the null plugin drawing even when there is fallback content.Patrick Scott2009-05-051-1/+0
* | | Fix an assert around solid colors.Patrick Scott2009-05-051-0/+1
|/ /
* | Merge change 871Android (Google) Code Review2009-05-044-8/+8
|\ \
| * | 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
|/ /
* | Merges p9 CLs 144856 and 145055 to GIT to enable the Database API in the brow...Ben Murdoch2009-04-301-8/+0
* | 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
| * | Automated import from //branches/donutburger/...@142713,142713Mike Reed2009-03-252-8/+10
| * | Automated import from //branches/donutburger/...@142696,142696Mike Reed2009-03-251-3/+0
| * | Automated import from //branches/donutburger/...@142335,142335Mike Reed2009-03-247-35/+214
| * | Automated import from //branches/donutburger/...@140424,140424Grace Kloba2009-03-242-2/+2
* | | Merge commit 'goog/master-v8droid' into HEADFeng Qian2009-04-291-1/+9
|\ \ \
| * \ \ Merge commit 'goog/master' into merge_webkit_from_masterFeng Qian2009-04-2913-94/+42
| |\ \ \
| * | | | Make WebCore built with V8.Feng Qian2009-04-241-1/+9
* | | | | share xfermode and color routines with chrome portMike Reed2009-04-297-247/+63
| |/ / / |/| | |
* | | | Merge change 671Android (Google) Code Review2009-04-294-17/+18
|\ \ \ \
| * | | | fix line dashing and patterns in svgCary Clark2009-04-284-17/+18