Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensuring the plugin maintains control of the nav keys until it explicity rele... | Derek Sollenberger | 2009-07-08 | 1 | -3/+20 |
* | Merge change 6349 | Android (Google) Code Review | 2009-07-08 | 4 | -1/+54 |
|\ | |||||
| * | Cherry pick fix for webkit bug 25711 (https://bugs.webkit.org/show_bug.cgi?id... | Ben Murdoch | 2009-07-07 | 4 | -1/+54 |
* | | Merge change 6353 | Android (Google) Code Review | 2009-07-07 | 1 | -6/+16 |
|\ \ | |||||
| * | | plugins are now sent the correct coordinates even when the page is scrolled. | Derek Sollenberger | 2009-07-07 | 1 | -6/+16 |
| |/ | |||||
* | | Unbreak V8 build | Andrei Popescu | 2009-07-06 | 1 | -0/+4 |
* | | Enable workers w/JSC. | Ben Murdoch | 2009-07-06 | 3 | -12/+38 |
|/ | |||||
* | Merge change 6047 | Android (Google) Code Review | 2009-07-03 | 2 | -7/+7 |
|\ | |||||
| * | Enable video when using V8 | Andrei Popescu | 2009-07-02 | 2 | -7/+7 |
* | | added gain/loose focus support for plugins. (focus = eligible to receive user... | Derek Sollenberger | 2009-07-02 | 1 | -6/+1 |
|/ | |||||
* | Same fix from donut. Use sizeof(UChar) * aLength for the correct comparison. | Patrick Scott | 2009-06-30 | 1 | -1/+1 |
* | Merge change 5783 | Android (Google) Code Review | 2009-06-30 | 1 | -0/+4 |
|\ | |||||
| * | fix crash in browser map caused by misaligned string data compare | Cary Clark | 2009-06-30 | 1 | -0/+4 |
* | | resolved conflicts for merge of dac9d5be to master | Grace Kloba | 2009-06-29 | 2 | -10/+58 |
|\ \ | |||||
| * | | Add JavaScript parsing into instrumentation. Also modify css parsing calculat... | Grace Kloba | 2009-06-26 | 2 | -10/+58 |
* | | | Adding support for plugins to request the keyboard. | Derek Sollenberger | 2009-06-29 | 1 | -2/+3 |
| |/ |/| | |||||
* | | work in progress to enable plugins to receive arrow keys | Cary Clark | 2009-06-29 | 2 | -9/+8 |
* | | Merge change 5521 | Android (Google) Code Review | 2009-06-26 | 1 | -3/+10 |
|\ \ | |||||
| * | | Adding mouse events to the plugin API | Derek Sollenberger | 2009-06-26 | 1 | -3/+10 |
* | | | am 14d2a338: Add security fix as seen in http://trac.webkit.org/changeset/44799 | Cary Clark | 2009-06-26 | 1 | -2/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | Add security fix as seen in http://trac.webkit.org/changeset/44799 | Cary Clark | 2009-06-26 | 1 | -2/+6 |
* | | | Merge change 5139 | Android (Google) Code Review | 2009-06-26 | 3 | -165/+11 |
|\ \ \ | |||||
| * | | | Implement fullscreen video. Currently only load() and play() are supported. T... | Andrei Popescu | 2009-06-25 | 3 | -165/+11 |
* | | | | Merge change 5092 | Android (Google) Code Review | 2009-06-26 | 7 | -9/+815 |
|\ \ \ \ | |||||
| * | | | | Implement V8 bindings for DOM Storage. | Ben Murdoch | 2009-06-26 | 7 | -9/+815 |
* | | | | | Invalidate the full rectangle of the highlight when clearing it. | Leon Scroggins | 2009-06-25 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Merge change 5073 | Android (Google) Code Review | 2009-06-24 | 1 | -4/+0 |
|\ \ \ \ | |||||
| * | | | | Remove a define which is no longer used. | Leon Scroggins | 2009-06-24 | 1 | -4/+0 |
| |/ / / | |||||
* | | | | Merge change 5216 | Android (Google) Code Review | 2009-06-24 | 1 | -5/+6 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Make buttons draw their state properly. | Leon Scroggins | 2009-06-24 | 1 | -5/+6 |
| |/ / | |||||
* | | | Merge change 5202 | Android (Google) Code Review | 2009-06-24 | 2 | -5/+5 |
|\ \ \ | |||||
| * | | | rename setXfermode(Mode) to setXfermodeMode(...) for clarity | Mike Reed | 2009-06-24 | 2 | -5/+5 |
* | | | | Adding keyEvent support for plugins. | Derek Sollenberger | 2009-06-23 | 1 | -0/+11 |
| |/ / |/| | | |||||
* | | | Fix <select with multiple and/or size > 1. | Leon Scroggins | 2009-06-23 | 2 | -3/+81 |
|/ / | |||||
* | | Merge change 5069 | Android (Google) Code Review | 2009-06-23 | 4 | -10/+45 |
|\ \ | |||||
| * | | remove references to deprecated porterduff | Mike Reed | 2009-06-23 | 4 | -10/+45 |
* | | | Fix V8 build. | Feng Qian | 2009-06-22 | 7 | -2/+36 |
* | | | Merge change 4973 | Android (Google) Code Review | 2009-06-22 | 1 | -2/+6 |
|\ \ \ | |/ / |/| | | |||||
| * | | Make ENABLE_VIDEO configurable. | Feng Qian | 2009-06-22 | 1 | -2/+6 |
* | | | Merge change 4949 | Android (Google) Code Review | 2009-06-22 | 1 | -7/+8 |
|\ \ \ | |||||
| * | | | webkit added their own initializeBrowserFuncs(), so we need to now call both ... | Mike Reed | 2009-06-22 | 1 | -7/+8 |
| |/ / | |||||
* | | | Remove ANDROID_USER_GESTURE as the bug it fixed no longer applies. | Patrick Scott | 2009-06-22 | 5 | -95/+0 |
|/ / | |||||
* | | Merge change 4804 | Android (Google) Code Review | 2009-06-19 | 1 | -5/+0 |
|\ \ | |||||
| * | | Ues loadFrameRequest instead of loadPostRequest so that we don't need to chan... | Grace Kloba | 2009-06-19 | 1 | -5/+0 |
* | | | Update our <select> to work with the latest webkit. | Leon Scroggins | 2009-06-19 | 1 | -7/+0 |
* | | | Enable video and audio elements in WebCore | Andrei Popescu | 2009-06-19 | 6 | -11/+266 |
|/ / | |||||
* | | Merge commit 'goog/master-webkit-merge' into webkit-merge-44544 | Feng Qian | 2009-06-18 | 1699 | -43645/+88714 |
|\ \ | |||||
| * \ | Merge commit 'goog/master' into webkit_merge | Feng Qian | 2009-06-18 | 34 | -43/+310 |
| |\ \ | |||||
| * | | | Some fixes of V8 makefiles. | Feng Qian | 2009-06-18 | 3 | -6/+10 |
| * | | | Remove a leftover. | Feng Qian | 2009-06-17 | 1 | -7/+1 |