| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Layers were using an extra Snapshot causing extra clipping." | Romain Guy | 2010-08-18 | 1 | -0/+2 |
|\ |
|
| * | Layers were using an extra Snapshot causing extra clipping. | Romain Guy | 2010-08-18 | 1 | -0/+2 |
* | | Merge "Implement logic for new Geolocation delayed permission LayoutTests" | Steve Block | 2010-08-18 | 3 | -15/+56 |
|\ \ |
|
| * | | Implement logic for new Geolocation delayed permission LayoutTests | Steve Block | 2010-08-18 | 3 | -15/+56 |
* | | | Merge "Fix naming and executable bits on DumpRenderTree2 scripts" | Steve Block | 2010-08-18 | 2 | -2/+2 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Fix naming and executable bits on DumpRenderTree2 scripts | Steve Block | 2010-08-18 | 2 | -2/+2 |
* | | Fix save()/restore() issues in the OpenGL renderer. | Romain Guy | 2010-08-17 | 2 | -0/+52 |
* | | Merge changes I16ce79ab,Ib86a7309 | Romain Guy | 2010-08-17 | 4 | -0/+139 |
|\ \ |
|
| * | | Correctly set the viewport in layers. | Romain Guy | 2010-08-17 | 3 | -19/+84 |
| * | | Cleanup, better code reuse. | Romain Guy | 2010-08-16 | 2 | -0/+74 |
| |/ |
|
* | | am 2e47052f: am 567722ee: Merge "Fix problems with determining when to kill a... | Dianne Hackborn | 2010-08-16 | 2 | -1/+18 |
|\ \ |
|
| * \ | am 567722ee: Merge "Fix problems with determining when to kill apps for wake ... | Dianne Hackborn | 2010-08-15 | 2 | -1/+18 |
| |\ \ |
|
| | * | | Fix problems with determining when to kill apps for wake usage. | Dianne Hackborn | 2010-08-15 | 2 | -1/+18 |
* | | | | am 66b0343e: am a8d9291d: Merge "Various battery info things:" into gingerbread | Dianne Hackborn | 2010-08-16 | 3 | -12/+67 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | am a8d9291d: Merge "Various battery info things:" into gingerbread | Dianne Hackborn | 2010-08-13 | 3 | -12/+67 |
| |\ \
| | |/ |
|
| | * | Various battery info things: | Dianne Hackborn | 2010-08-13 | 3 | -12/+67 |
| * | | am 4ae1e382: Merge "Tracking merge of dalvik-dev to gingerbread" into gingerb... | Brian Carlstrom | 2010-08-05 | 4 | -137/+11 |
| |\ \
| | |/ |
|
| | * | Tracking merge of dalvik-dev to gingerbread | Brian Carlstrom | 2010-08-04 | 4 | -137/+11 |
* | | | Add drop shadows. | Romain Guy | 2010-08-13 | 1 | -1/+9 |
* | | | Added copyright information to the files that were missing it. | Maksymilian Osowski | 2010-08-13 | 2 | -1/+30 |
* | | | Merge "Merge WebKit at r65072 : Update DRT ignore list." | Ben Murdoch | 2010-08-13 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Merge WebKit at r65072 : Update DRT ignore list. | Ben Murdoch | 2010-08-13 | 1 | -0/+2 |
* | | | | Added python script that starts/stops apache2 server on host machine configur... | Maksymilian Osowski | 2010-08-13 | 1 | -0/+93 |
|/ / / |
|
* | | | Added more info to the Summarizer. | Maksymilian Osowski | 2010-08-12 | 3 | -13/+51 |
* | | | Merge "Added a basic version of python script and supporting code in DumpRend... | Maksymilian Osowski | 2010-08-11 | 8 | -4/+229 |
|\ \ \ |
|
| * | | | Added a basic version of python script and supporting code in DumpRenderTree. | Maksymilian Osowski | 2010-08-11 | 8 | -4/+229 |
* | | | | Fixes crash when root dir does not exist. | Maksymilian Osowski | 2010-08-11 | 2 | -7/+11 |
|/ / / |
|
* | | | Merge "Resets Summarizer after everything's finished." | Maksymilian Osowski | 2010-08-11 | 2 | -0/+9 |
|\ \ \ |
|
| * | | | Resets Summarizer after everything's finished. | Maksymilian Osowski | 2010-08-10 | 2 | -0/+9 |
* | | | | Add extra blending modes. | Romain Guy | 2010-08-10 | 2 | -0/+147 |
* | | | | Add support for text underline and strikethru. | Romain Guy | 2010-08-10 | 1 | -0/+15 |
* | | | | Fix tons of bugs and add new text rendering support. | Romain Guy | 2010-08-10 | 2 | -0/+49 |
|/ / / |
|
* | | | Merge "Changed some parts of the code to prepare it for script support that w... | Maksymilian Osowski | 2010-08-10 | 3 | -8/+29 |
|\ \ \ |
|
| * | | | Changed some parts of the code to prepare it for script support that will com... | Maksymilian Osowski | 2010-08-10 | 3 | -8/+29 |
* | | | | Merge "Added generating text summary to Summarizer." | Maksymilian Osowski | 2010-08-10 | 1 | -6/+37 |
|\ \ \ \ |
|
| * | | | | Added generating text summary to Summarizer. | Maksymilian Osowski | 2010-08-09 | 1 | -6/+37 |
* | | | | | Hook up mock for testing DeviceOrientation in DRT | Steve Block | 2010-08-10 | 6 | -3/+40 |
| |/ / /
|/| | | |
|
* | | | | Added eventSender. | Maksymilian Osowski | 2010-08-10 | 3 | -3/+680 |
* | | | | Merge WebKit at r64523 : Add new LayoutTest fast/dom/DeviceOrientation/basic-... | Steve Block | 2010-08-09 | 1 | -0/+1 |
|/ / / |
|
* | | | Added crash-detection mechanism. | Maksymilian Osowski | 2010-08-09 | 4 | -6/+233 |
* | | | Merge "Added detection of missing EventSender functions." | Maksymilian Osowski | 2010-08-06 | 1 | -7/+13 |
|\ \ \ |
|
| * | | | Added detection of missing EventSender functions. | Maksymilian Osowski | 2010-08-06 | 1 | -7/+13 |
* | | | | Add 3d transformation test. | Romain Guy | 2010-08-05 | 2 | -1/+107 |
* | | | | Merge "Add support for paths." | Romain Guy | 2010-08-05 | 2 | -0/+153 |
|\ \ \ \ |
|
| * | | | | Add support for paths. | Romain Guy | 2010-08-05 | 2 | -0/+153 |
* | | | | | Initial work on browser incognito mode history feature. | Elliott Slaughter | 2010-08-05 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Add android:hardwareAccelerated to Activity. | Romain Guy | 2010-08-04 | 2 | -0/+119 |
* | | | | Merge "After merging webkit to 64264 these hang, so added them to the do not ... | Kristian Monsen | 2010-08-04 | 1 | -1/+7 |
|\ \ \ \ |
|
| * | | | | After merging webkit to 64264 these hang, so added them to the do not run list. | Kristian Monsen | 2010-08-03 | 1 | -1/+7 |
* | | | | | Generated hdpi drawable size reduced | Gilles Debunne | 2010-08-03 | 9 | -0/+0 |
| |/ / /
|/| | | |
|