summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* WebKit Update 61534:61574.dglazkov@chromium.org2010-06-211-1/+1
| | | | | | | | | | TBR=tkent TEST=none BUG=none Review URL: http://codereview.chromium.org/2868017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50395 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61520:61534tkent@google.com2010-06-211-1/+1
| | | | | | | | | TEST=none BUG=none TBR=dglazkov,hclam Review URL: http://codereview.chromium.org/2800018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50339 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61498:61520tkent@google.com2010-06-211-1/+1
| | | | | | | | | BUG=none TEST=none TBR=dglazkov,hclam Review URL: http://codereview.chromium.org/2856010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50331 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 61491:61498.dglazkov@chromium.org2010-06-191-1/+1
| | | | | | | | | | TBR=tkent TEST=none BUG=none Review URL: http://codereview.chromium.org/2871016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50320 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 61390:61491.dglazkov@chromium.org2010-06-191-1/+1
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2864012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50319 0039d316-1c4b-4281-b951-d872f2087c98
* Updated PPAPI revision to 60 and added new test.sanjeevr@chromium.org2010-06-181-1/+1
| | | | | | | | | BUG=None TEST=Buildbots Review URL: http://codereview.chromium.org/2831018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50298 0039d316-1c4b-4281-b951-d872f2087c98
* Rolled cache invalidation library to @21 to fix windows warnings.akalin@chromium.org2010-06-181-1/+1
| | | | | | | | | BUG=34647 TEST=compiled on windows, verified there were no warnings Review URL: http://codereview.chromium.org/2854011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50285 0039d316-1c4b-4281-b951-d872f2087c98
* Skia roll r580:r582.agl@chromium.org2010-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Reverts a couple of patches that broke the ARM build. commit e00d069229e93eb2ba627000c2fe7f0673a98c31 Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2> Date: Fri Jun 18 15:30:12 2010 +0000 Revert "Implementing S32A_Opaque_BlitRow32 using v7 neon instructions." Broke ARM build. git-svn-id: https://skia.googlecode.com/svn/trunk@582 107f31f1-e31d-0410-a17c-a9b5b17689e2 commit 5adf5706006592532f9e49fa950e82a8c055d2ed Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2> Date: Fri Jun 18 15:30:10 2010 +0000 Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading" Broke ARM build. git-svn-id: https://skia.googlecode.com/svn/trunk@581 107f31f1-e31d-0410-a17c-a9b5b17689e2 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50242 0039d316-1c4b-4281-b951-d872f2087c98
* Skia roll r576:r580agl@chromium.org2010-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 7782488e5295d451863740677478d79340cd695b Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2> Date: Thu Jun 17 20:49:17 2010 +0000 Add support for forcing autohinting. http://codereview.appspot.com/1651044/show git-svn-id: https://skia.googlecode.com/svn/trunk@580 107f31f1-e31d-0410-a17c-a9b5b17689e2 commit 046472a37e49208b66a36afdc1bdf5d0dd23803b Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2> Date: Wed Jun 16 20:04:13 2010 +0000 We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading one index array, indexing into src array and output to dst array. Because of the scatter-gather nature, we can not do much burst/batch reading/writing to improve the performance. We tried Neon vector instructions. We also tried the hand optimize the compiler generated assembly (non-neon) code. The latter seems to have better gain. About 6% improvements, not much though... Patch-by: Xin Qi of codeaurora.org http://codereview.appspot.com/1127042/show git-svn-id: https://skia.googlecode.com/svn/trunk@579 107f31f1-e31d-0410-a17c-a9b5b17689e2 commit 685d4e421b6dc2886e3fe7566c192fb3eb8da53b Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2> Date: Wed Jun 16 19:52:29 2010 +0000 Implementing S32A_Opaque_BlitRow32 using v7 neon instructions. Taking the advantage of 16 channels of each QualWord register. Also using the software pipelining to scatter the loads/stores among vector operations. Got roughly 70% improvements on simulation environments. http://codereview.appspot.com/1148042/show Patch-by: XinQi of codeaurora.org git-svn-id: https://skia.googlecode.com/svn/trunk@578 107f31f1-e31d-0410-a17c-a9b5b17689e2 commit e10b52bf9d98892d69673330696e20fd6eed2ce9 Author: reed@android.com <reed@android.com@107f31f1-e31d-0410-a17c-a9b5b17689e2> Date: Tue Jun 15 00:57:50 2010 +0000 rename round, ceil, etc. to avoid some platform macros git-svn-id: https://skia.googlecode.com/svn/trunk@577 107f31f1-e31d-0410-a17c-a9b5b17689e2 BUG=45489 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50240 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61384:61390tkent@google.com2010-06-181-1/+1
| | | | | | | | | BUG=none TEST=none TBR=dglazkov,hclam Review URL: http://codereview.chromium.org/2865007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50226 0039d316-1c4b-4281-b951-d872f2087c98
* - Webkit Roll 61360:61384tkent@google.com2010-06-181-1/+1
| | | | | | | | | | | - Enable PROGRESS_TAG and METER_TAG BUG=none TEST=none TBR=dglazkov,hclam Review URL: http://codereview.chromium.org/2818015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50216 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 61334:61360tkent@google.com2010-06-181-1/+1
| | | | | | | | | BUG=none TEST=none TBR=dglazkov Review URL: http://codereview.chromium.org/2811014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50199 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 61321:61334.dglazkov@chromium.org2010-06-171-1/+1
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2861006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50120 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61316:61321andreip@chromium.org2010-06-171-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2851009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50101 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61287:61316 - canary is green at 61316andreip@chromium.org2010-06-171-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2806012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50094 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 61259:61287.dglazkov@chromium.org2010-06-161-1/+1
| | | | | | | | | | TBR=hclam TEST=none BUG=none Review URL: http://codereview.chromium.org/2869006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50044 0039d316-1c4b-4281-b951-d872f2087c98
* Incremented ANGLE revision.alokp@chromium.org2010-06-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2848003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50016 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61240:61259 to pick up rebaselined test expectationsandreip@chromium.org2010-06-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2833010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49974 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 61234:61240andreip@chromium.org2010-06-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2872002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49943 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 61233:61234bulach@chromium.org2010-06-161-1/+1
| | | | | | | | Switches over to the new HTML5 Parser, originally in http://codereview.chromium.org/2809011. Review URL: http://codereview.chromium.org/2843005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49936 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.2.18.whesse@chromium.org2010-06-161-1/+1
| | | | | | | | | | | This version contains API additions for heap profiling and fetching information on external arrays. It fixes a bug, implementing Object.defineProperty for array elements. Adds a couple of minor performance improvements. BUG=None TEST=None Review URL: http://codereview.chromium.org/2817006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49932 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61229:61233bulach@chromium.org2010-06-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2806011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49927 0039d316-1c4b-4281-b951-d872f2087c98
* Implement more of Flush properly. This adds support for waiting on the messagebrettw@chromium.org2010-06-161-1/+1
| | | | | | | | | | | loop so we can now enforce that there is only one pending Flush at a time. Also removes the ability to have multiple flushes pending at the same time. TEST=covered by ppapi unit test BUG=none Review URL: http://codereview.chromium.org/2862002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49899 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61196:61229dimich@chromium.org2010-06-161-1/+1
| | | | | | | | | | BUG=46603 TEST=none TBR=andreip Review URL: http://codereview.chromium.org/2851005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49883 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61179:61196andreip@chromium.org2010-06-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2809009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49826 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49814 - Incremented ANGLE revision.alokp@chromium.org2010-06-151-1/+1
| | | | | | | | | Review URL: http://codereview.chromium.org/2815005 TBR=alokp@chromium.org Review URL: http://codereview.chromium.org/2840002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49815 0039d316-1c4b-4281-b951-d872f2087c98
* Incremented ANGLE revision.alokp@chromium.org2010-06-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2815005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49814 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61125:61179bulach@chromium.org2010-06-151-1/+1
| | | | | | | | | (tree needed clobbering, the original roll apparently was fine after all: the issue was that changing build/features_override.gypi didn't trigger a full rebuild...) Review URL: http://codereview.chromium.org/2809008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49802 0039d316-1c4b-4281-b951-d872f2087c98
* Revert Webkit to 61125bulach@chromium.org2010-06-151-1/+1
| | | | | | | | (speculative try for interactive tests dbg failures) Review URL: http://codereview.chromium.org/2818005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49792 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 61177:61179bulach@chromium.org2010-06-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2824006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49787 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61125:61175dimich@chromium.org2010-06-151-1/+1
| | | | | | | | | | BUG=46553,46538 TEST=none TBR=andreip Review URL: http://codereview.chromium.org/2812002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49771 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49747 - WebKit roll 61125:61159dimich@chromium.org2010-06-151-1/+1
| | | | | | | | | | | BUG=46538 TEST=none Review URL: http://codereview.chromium.org/2804002 TBR=dimich@chromium.org Review URL: http://codereview.chromium.org/2837003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49751 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61125:61159dimich@chromium.org2010-06-151-1/+1
| | | | | | | | BUG=46538 TEST=none Review URL: http://codereview.chromium.org/2804002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49747 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit 61122:61125andreip@chromium.org2010-06-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2841001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49699 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit 61084:61121bulach@chromium.org2010-06-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2839001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49687 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.2.17.ager@chromium.org2010-06-141-1/+1
| | | | | | | | | | | | | This version contains improved debugger support for stepping out of functions and a couple of minor performance improvements. BUG=None TEST=None TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/2828001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49670 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61029:61084dimich@chromium.org2010-06-131-1/+1
| | | | | | | | | | TEST=none BUG=46435 TBR=andreip Review URL: http://codereview.chromium.org/2802001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49642 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49637 - WebKit roll 61029:61069dimich@chromium.org2010-06-131-1/+1
| | | | | | | | | | | | | BUG=46435 TEST=none TBR=andreip Review URL: http://codereview.chromium.org/2800001 TBR=dimich@chromium.org Review URL: http://codereview.chromium.org/2801001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49638 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 61029:61069dimich@chromium.org2010-06-121-1/+1
| | | | | | | | | | BUG=46435 TEST=none TBR=andreip Review URL: http://codereview.chromium.org/2800001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49637 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60994:61029dimich@chromium.org2010-06-111-1/+1
| | | | | | | | | | BUG=46375,46377 TEST=none TBR=andreip Review URL: http://codereview.chromium.org/2765009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49586 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60980:60994hamaji@chromium.org2010-06-111-1/+1
| | | | | | | | | | TBR=dimich TEST=none BUG=none Review URL: http://codereview.chromium.org/2784004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49513 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.2.16.whesse@chromium.org2010-06-111-1/+1
| | | | | | | | Update V8, and disable a test until its expectations are changed in Webkit/chromium port. BUG=46235 TEST=none Add a bleeding-edge revision to DEPS to upload to the try server, to find the reerror in this CL. Review URL: http://codereview.chromium.org/2729005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49511 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for ffmpeg fix.thestig@chromium.org2010-06-111-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2759011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49491 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 60980.dimich@chromium.org2010-06-111-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hamaji Review URL: http://codereview.chromium.org/2792008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49479 0039d316-1c4b-4281-b951-d872f2087c98
* Skia roll r562:r576agl@chromium.org2010-06-101-1/+1
| | | | | | | | (Attempt two. This time with evmar's fix for the shared build.) BUG=21149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49453 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 60968.dimich@chromium.org2010-06-101-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=hamaji Review URL: http://codereview.chromium.org/2790008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49445 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at implementing real Flush callbacks. This does not currentlybrettw@chromium.org2010-06-101-1/+1
| | | | | | | | | | | include a test since that needs some work on threading and the testing interface. I plan on doing that in a separate pass. TEST=none BUG=none Review URL: http://codereview.chromium.org/2712002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49415 0039d316-1c4b-4281-b951-d872f2087c98
* Link with RLZ library from open source repo.rogerta@google.com2010-06-101-0/+4
| | | | | | | | | | | | | In order to pass the check dependency step in the build, I added rlz to the include_rules in DEPS. However, I am not sure this is the best solution. TEST=Make sure that the RLZ pings from chrome are the sameas they were with the old RLZ dll BUG=none Review URL: http://codereview.chromium.org/2755002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49399 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60936:60950hamaji@chromium.org2010-06-101-1/+1
| | | | | | | | | | TBR=dimich TEST=none BUG=none Review URL: http://codereview.chromium.org/2792006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49387 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60900:60936hamaji@chromium.org2010-06-101-1/+1
| | | | | | | | | | TBR=dimich TEST=none BUG=none Review URL: http://codereview.chromium.org/2772003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49374 0039d316-1c4b-4281-b951-d872f2087c98