Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | browser security patches | Cary Clark | 2009-06-03 | 12 | -21/+51 |
| | | | | | | | | | | | | | | | | Bug 25420: REGRESSION: XMLHttpRequest allows loading from another origin - fix: http://trac.webkit.org/changeset/42983 Bug 24575: Cross-origin XMLHttpRequest is always allowed - fix: http://trac.webkit.org/projects/webkit/changeset/41667 Bug 21456: UXSS after navigation via directly referencing document - fix: http://trac.webkit.org/changeset/42223 Bug 22655: Stack overflow crash in WebCore::RenderBlock::layout() with deeply nested <div>s - fix: http://trac.webkit.org/projects/webkit/changeset/41938 | ||||
* | Added JNI binding for new onJsTimeout callback | Guang Zhu | 2009-05-08 | 3 | -1/+15 |
| | |||||
* | Merge change 598 into donut | Android (Google) Code Review | 2009-04-28 | 1 | -3/+0 |
|\ | | | | | | | | | * changes: Remove call to purge image-cache. Now handled by ActivityThread | ||||
| * | Remove call to purge image-cache. Now handled by ActivityThread | Mike Reed | 2009-04-27 | 1 | -3/+0 |
| | | |||||
* | | Merge change 587 into donut | Android (Google) Code Review | 2009-04-28 | 1 | -7/+0 |
|\ \ | |/ | | | | | | | * changes: Move imagecache into android_runtime from browser | ||||
| * | Move imagecache into android_runtime from browser | Mike Reed | 2009-04-27 | 1 | -7/+0 |
| | | | | | | | | | | Now that Java is also using ashmem and globalpool for images, move the management of the globalpool budget into android_runtime | ||||
* | | Respect globalAlpha (fill, stroke, images) | Mike Reed | 2009-04-27 | 2 | -3/+5 |
|/ | |||||
* | merge cupcake into donut | Jean-Baptiste Queru | 2009-04-22 | 0 | -0/+0 |
|\ | |||||
| * | AI 143479: Skip fit-to-column if the block has float:right in LTR or ↵ | Grace Kloba | 2009-03-30 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | float:left in RTL. This should fix the layout problem in the docomo site. The downside is that we will not trigger fit-to-column for this category any more. BUG=1741810 Automated import of CL 143479 | ||||
| * | Automated import from //branches/cupcake/...@142939,142939 | Leon Scroggins | 2009-03-26 | 1 | -1/+3 |
| | | |||||
| * | Automated import from //branches/cupcake/...@142678,142678 | Grace Kloba | 2009-03-25 | 1 | -1/+1 |
| | | |||||
| * | Automated import from //branches/cupcake/...@142604,142604 | Mike Reed | 2009-03-25 | 2 | -8/+10 |
| | | |||||
| * | Automated import from //branches/cupcake/...@142554,142554 | Mike Reed | 2009-03-25 | 1 | -3/+0 |
| | | |||||
| * | Automated import from //branches/cupcake/...@142399,142399 | Patrick Scott | 2009-03-24 | 5 | -7/+25 |
| | | |||||
| * | Automated import from //branches/cupcake/...@142333,142333 | Mike Reed | 2009-03-24 | 10 | -35/+224 |
| | | |||||
| * | Automated import from //branches/cupcake/...@142229,142229 | Cary Clark | 2009-03-24 | 1 | -0/+3 |
| | | |||||
| * | Automated import from //branches/cupcake/...@141963,141963 | Patrick Scott | 2009-03-24 | 4 | -1/+95 |
| | | |||||
| * | Automated import from //branches/cupcake/...@141897,141897 | Cary Clark | 2009-03-24 | 2 | -7/+16 |
| | | |||||
| * | auto import from //branches/cupcake_rel/...@141571 | The Android Open Source Project | 2009-03-19 | 8 | -8/+1054 |
| | | |||||
* | | AI 146109: Use KURL(baseUrl, rel) with a blank baseUrl to properly encode ↵ | Patrick Scott | 2009-04-14 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | the data: url. BUG=1698745 Automated import of CL 146109 | ||||
* | | AI 145241: Automated g4 rollback of changelist 144888. | Grace Kloba | 2009-04-08 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | *** Reason for rollback *** Browser home page won't load. *** Original change description *** Given a url from java, percent encode the url to maintain any encoding. This fixes the loadData call when the data has non-ascii values. Automated import of CL 145241 | ||||
* | | AI 144888: Given a url from java, percent encode the url to maintain any ↵ | Patrick Scott | 2009-04-07 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | encoding. This fixes the loadData call when the data has non-ascii values. BUG=1698745 Automated import of CL 144888 | ||||
* | | AI 143663: am: CL 143479 Skip fit-to-column if the block has float:right in ↵ | Grace Kloba | 2009-03-31 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | LTR or float:left in RTL. This should fix the layout problem in the docomo site. The downside is that we will not trigger fit-to-column for this category any more. Original author: klobag Merged from: //branches/cupcake/... Automated import of CL 143663 | ||||
* | | AI 143189: am: CL 142939 Fix for issue 1730904: Find in page only searches ↵ | Leon Scroggins | 2009-03-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | the first part of large pages. Cap the width and height of the page so we do not overflow a 16 bit int and think the page is smaller than it is when performing the find. Original author: scroggo Merged from: //branches/cupcake/... Automated import of CL 143189 | ||||
* | | Automated import from //branches/donutburger/...@142728,142728 | Grace Kloba | 2009-03-25 | 1 | -1/+1 |
| | | |||||
* | | Automated import from //branches/donutburger/...@142713,142713 | Mike Reed | 2009-03-25 | 2 | -8/+10 |
| | | |||||
* | | Automated import from //branches/donutburger/...@142696,142696 | Mike Reed | 2009-03-25 | 1 | -3/+0 |
| | | |||||
* | | Automated import from //branches/donutburger/...@142403,142403 | Patrick Scott | 2009-03-24 | 5 | -7/+25 |
| | | |||||
* | | Automated import from //branches/donutburger/...@142335,142335 | Mike Reed | 2009-03-24 | 10 | -35/+224 |
| | | |||||
* | | Automated import from //branches/donutburger/...@142283,142283 | Cary Clark | 2009-03-24 | 1 | -0/+3 |
| | | |||||
* | | Automated import from //branches/donutburger/...@141964,141964 | Patrick Scott | 2009-03-24 | 4 | -1/+95 |
| | | |||||
* | | Automated import from //branches/donutburger/...@141910,141910 | Cary Clark | 2009-03-24 | 2 | -7/+16 |
| | | |||||
* | | Automated import from //branches/donutburger/...@141470,141470 | Grace Kloba | 2009-03-24 | 1 | -1/+1 |
| | | |||||
* | | Automated import from //branches/donutburger/...@141437,141437 | Grace Kloba | 2009-03-24 | 1 | -0/+7 |
| | | |||||
* | | Automated import from //branches/donutburger/...@141184,141184 | Andrei Popescu | 2009-03-24 | 1 | -1/+7 |
| | | |||||
* | | Automated import from //branches/donutburger/...@141163,141163 | Mike Reed | 2009-03-24 | 1 | -2/+2 |
| | | |||||
* | | Automated import from //branches/donutburger/...@140818,140818 | Dianne Hackborn | 2009-03-24 | 1 | -0/+1032 |
| | | |||||
* | | Automated import from //branches/donutburger/...@140474,140474 | Grace Kloba | 2009-03-24 | 1 | -2/+3 |
| | | |||||
* | | Automated import from //branches/donutburger/...@140424,140424 | Grace Kloba | 2009-03-24 | 2 | -2/+2 |
|/ | |||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 14 | -101/+341 |
| | |||||
* | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 2 | -1/+7 |
| | |||||
* | auto import from //branches/cupcake/...@137873 | The Android Open Source Project | 2009-03-11 | 5 | -31/+82 |
| | |||||
* | auto import from //branches/cupcake/...@137197 | The Android Open Source Project | 2009-03-09 | 2 | -4/+19 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 2455 | -67218/+193372 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 6885 | -0/+1881035 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 6885 | -1880947/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 13 | -222/+134 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 13 | -134/+222 |
| | |||||
* | auto import from //branches/cupcake/...@132569 | The Android Open Source Project | 2009-02-20 | 1 | -5/+8 |
| | |||||
* | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | 2009-02-19 | 6 | -37/+139 |
| |