summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Roll webkit deps from 66611 to 66624 to pick up a crash fix.tony@chromium.org2010-09-021-1/+1
| | | | | | | | TBR=antonm,zmo Review URL: http://codereview.chromium.org/3347004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58281 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll from 66547 to 66611.tony@chromium.org2010-09-011-1/+1
| | | | | | | | TBR=antonm,zmo Review URL: http://codereview.chromium.org/3333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58231 0039d316-1c4b-4281-b951-d872f2087c98
* Pull seccomp-sandbox in via DEPS rather than using an in-tree copy mseaborn@chromium.org2010-09-011-0/+3
| | | | | | | | | | | | | | | | This means changes to the sandbox won't have to be committed twice, to both trees. This is a retry of r57921, which was committed with git-svn and failed to remove the "seccomp" directory. This caused problems when trying to "svn checkout" to the same location, and the change was reverted. This time I will use SVN to commit the change. BUG=none TEST=smoke test of running chromium with --enable-seccomp-sandbox Review URL: http://codereview.chromium.org/3225010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58184 0039d316-1c4b-4281-b951-d872f2087c98
* Revert WebKit roll.antonm@chromium.org2010-09-011-1/+1
| | | | | | | TBR=zmo@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58166 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 66547 -> 66595.antonm@chromium.org2010-09-011-1/+1
| | | | | | | | TBR=zmo@chromium.org Review URL: http://codereview.chromium.org/3335001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58164 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 2.4.0.ricow@chromium.org2010-09-011-1/+1
| | | | | | | | | This change includes temporary test expectations for passing tests. Will upstream these later. Review URL: http://codereview.chromium.org/3318001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58158 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libvpx_revision from 57643 to 58133. Fixes gLucid multithread decodetomfinegan@google.com2010-09-011-1/+1
| | | | | | | | | | | performance. Includes additional ia32 optimizations. BUG=none TEST=Multithread decode should be faster than single thread decode on linux Review URL: http://codereview.chromium.org/3314001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58143 0039d316-1c4b-4281-b951-d872f2087c98
* roll to ffmpeg with lucid thread fixfbarchard@chromium.org2010-09-011-1/+1
| | | | | | | | | BUG=54038 TEST=run chrome with threads. should behave similar to windows in performance Review URL: http://codereview.chromium.org/3297003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58140 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 58117 - Roll DEPS for rlz library r15:r16.tfarina@chromium.org2010-09-011-1/+1
| | | | | | | | | | | | | | It was reverted due to a bad windows+git combination that sucked the permissions from 0644 to 0755. Relanding with that fixed. BUG=None TEST=trybots TBR=maruel@chromium.org Review URL: http://codereview.chromium.org/3300003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58134 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58117 - Roll DEPS for rlz library r15:r16.tim@chromium.org2010-09-011-1/+1
| | | | | | | | | | | | | | | | | I tried to remove the exec bit git wasn't accepting a prop only change and we need a green tree at this hour. Make sure your git config fileMode is set properly and reland (see dev.chromium > Using Git). BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3264007 TBR=tfarina@chromium.org Review URL: http://codereview.chromium.org/3298002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58131 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit deps from 66464 to 66547.tony@chromium.org2010-09-011-1/+1
| | | | | | | | TBR=antonm Review URL: http://codereview.chromium.org/3219010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58124 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for rlz library r15:r16.tfarina@chromium.org2010-09-011-1/+1
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3264007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58117 0039d316-1c4b-4281-b951-d872f2087c98
* Add test to check that IsStringUTF8 allows for embedded NULLs.ajwong@chromium.org2010-08-311-1/+1
| | | | | | | | | BUG=53507 TEST=new test for an embedded NULL. Review URL: http://codereview.chromium.org/3124049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57990 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling webkit DEPS: 66396 -> 66464.antonm@google.com2010-08-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3252007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57985 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57766 - Update src/third_party/nss to r55588 (original review URLwtc@chromium.org2010-08-311-2/+2
| | | | | | | | | | | | | | http://codereview.chromium.org/3113004) because it leaves behind one chrome.exe process on Chrome shutdown. Original review URL: http://codereview.chromium.org/3235004 R=wtc BUG=53768,40663 TEST=none Review URL: http://codereview.chromium.org/3218009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57935 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57921 - Pull seccomp-sandbox in via DEPS rather than using an in-tree ↵nsylvain@chromium.org2010-08-311-3/+0
| | | | | | | | | | | | | | | | | copy This means changes to the sandbox won't have to be committed twice, to both trees. BUG=none TEST=smoke test of running chromium with --enable-seccomp-sandbox Review URL: http://codereview.chromium.org/3249003 TBR=mseaborn@chromium.org Review URL: http://codereview.chromium.org/3245011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57933 0039d316-1c4b-4281-b951-d872f2087c98
* Pull seccomp-sandbox in via DEPS rather than using an in-tree copymseaborn@chromium.org2010-08-301-0/+3
| | | | | | | | | | | | This means changes to the sandbox won't have to be committed twice, to both trees. BUG=none TEST=smoke test of running chromium with --enable-seccomp-sandbox Review URL: http://codereview.chromium.org/3249003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57921 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling webkit deps from r66240 to r66396.tony@chromium.org2010-08-301-1/+1
| | | | | | | | TBR=yuzo,antonm Review URL: http://codereview.chromium.org/3273005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57905 0039d316-1c4b-4281-b951-d872f2087c98
* Update deps to pull in latest ppapijam@chromium.org2010-08-301-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3274009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57889 0039d316-1c4b-4281-b951-d872f2087c98
* roll to chromium binaries linked with new libvpxfbarchard@chromium.org2010-08-301-1/+1
| | | | | | | | | BUG=53706 TEST=none Review URL: http://codereview.chromium.org/3243012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57874 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to ↵brettw@chromium.org2010-08-301-1/+1
| | | | | | | | | | Graphics2D. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3255003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57825 0039d316-1c4b-4281-b951-d872f2087c98
* Pull latest Pepper to get moved audio, video, and char set interfaces, nowbrettw@chromium.org2010-08-281-1/+1
| | | | | | | | | | | called "dev." This also marks un-flaky the image data test which I think I fixed. BUG=51344 TEST=covered by unit tests Review URL: http://codereview.chromium.org/3243007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57792 0039d316-1c4b-4281-b951-d872f2087c98
* Update src/third_party/nss to r55588 (original review URLwtc@chromium.org2010-08-281-2/+2
| | | | | | | | | | | | | | http://codereview.chromium.org/3113004). Replace the workaround for bug 40663 by the real fix. R=agl BUG=40663 TEST=Run chrome.exe on Windows. Use SSL. Shut down Chrome. All chrome.exe processes should terminate. Review URL: http://codereview.chromium.org/3235004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57766 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit from 66079 to 66240.tony@chromium.org2010-08-271-1/+1
| | | | | | | | TBR=yuzo Review URL: http://codereview.chromium.org/3279001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57724 0039d316-1c4b-4281-b951-d872f2087c98
* libvpx roll to icc built libs for mac and linux (ia32/x64 targets).tomfinegan@google.com2010-08-271-1/+1
| | | | | | | | | BUG=none TEST=linux ia32/x64 and mac targets should show faster WebM decode Review URL: http://codereview.chromium.org/3224002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57716 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57648 - WebKit roll 66079:66183.yuzo@chromium.org2010-08-271-1/+1
| | | | | | | | | | | | | | | | | For XP, Vista, Mac 10.5, 10.6, and Linux, page_cycler_intl1 and page_cycler_intl2 started failing after rolling WebKit to 66183. BUG=53565 TEST=none TBR=yuzo Review URL: http://codereview.chromium.org/3238003 TBR=dumi@chromium.org Review URL: http://codereview.chromium.org/3229002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57651 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 66079:66183.dumi@chromium.org2010-08-271-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=yuzo Review URL: http://codereview.chromium.org/3238003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57648 0039d316-1c4b-4281-b951-d872f2087c98
* Make PPB_Var's VarFromUtf8() validate the input for UTF-8 correctness. ↵ajwong@chromium.org2010-08-261-1/+1
| | | | | | | | | | | Return Null if invalid. BUG=53233 TEST=compiles Review URL: http://codereview.chromium.org/3174033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57604 0039d316-1c4b-4281-b951-d872f2087c98
* Update google-url to revision 145isherman@chromium.org2010-08-261-1/+1
| | | | | | | | | | | This is a minor revision of google-url, just fixing a typo :) BUG=none TEST=none Review URL: http://codereview.chromium.org/3073017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57602 0039d316-1c4b-4281-b951-d872f2087c98
* Bumped ANGLE rev and related changes.alokp@chromium.org2010-08-261-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3148038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57568 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.3.11.ricow@chromium.org2010-08-261-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3192022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57489 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65992:66079yuzo@chromium.org2010-08-261-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=dumi Review URL: http://codereview.chromium.org/3180028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57470 0039d316-1c4b-4281-b951-d872f2087c98
* Roll back WebKit's version from 66033 to 65992, since it might'vedumi@chromium.org2010-08-251-1/+1
| | | | | | | | | | | | caused 3 interractive_tests to fail. BUG=none TEST=none TBR=yuzo Review URL: http://codereview.chromium.org/3173047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57408 0039d316-1c4b-4281-b951-d872f2087c98
* Bump ICU to 57283jshin@chromium.org2010-08-251-1/+1
| | | | | | | | | | | | | | | | | For details, see http://codereview.chromium.org/3134032 In addition, revise SpellCheckTest.SpellCheckText to test two Hebrew words with an ASCII double/single quotation mark in the middle. BUG=22909, 34009 TEST=1. SpellCheckTest.SpellCheckText 2. Go to http://crbug.com/22909 and type several words mentioned in the report with the spellcheck language set to Hebrew. They shouldn't be marked as misspelled. A unittest will be added when DEPS is rolled for ICU. 3. In Hungarian chrome (on Windows, start Chrome with --lang=hu. on Linux, start Chrome with 'LANGUAGE=hu chrome'), Vietnamese is translated as 'vietnami' (without any accent) in the language menu. TBR=hbono Review URL: http://codereview.chromium.org/3174034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57390 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65992:66033.dumi@chromium.org2010-08-251-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=yuzo Review URL: http://codereview.chromium.org/3175042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57378 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65983:65992yuzo@chromium.org2010-08-251-1/+1
| | | | | | | | | BUG=none TEST=none TBR=dumi Review URL: http://codereview.chromium.org/3136033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57306 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65956:65983.dumi@chromium.org2010-08-251-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=yuzo Review URL: http://codereview.chromium.org/3181040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57296 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65885:65956.dumi@chromium.org2010-08-251-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=rolandsteiner Review URL: http://codereview.chromium.org/3108045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57268 0039d316-1c4b-4281-b951-d872f2087c98
* Add hook into pepper to query if running on the main thread.ajwong@chromium.org2010-08-241-1/+1
| | | | | | | | | | Useful for plugins that make heavy use of background threads. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57233 Review URL: http://codereview.chromium.org/3104031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57253 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add hook into pepper to query if running on the main thread."ajwong@chromium.org2010-08-241-1/+1
| | | | | | | | This reverts commit r57233 TBR: brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57235 0039d316-1c4b-4281-b951-d872f2087c98
* Add hook into pepper to query if running on the main thread.ajwong@chromium.org2010-08-241-1/+1
| | | | | | | | Useful for plugins that make heavy use of background threads. Review URL: http://codereview.chromium.org/3104031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57233 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57190 - Update V8 to 2.3.10rohitrao@chromium.org2010-08-241-1/+1
| | | | | | | | | Review URL: http://codereview.chromium.org/3108043 TBR=mnaganov@chromium.org Review URL: http://codereview.chromium.org/3203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57224 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to 2.3.10mnaganov@chromium.org2010-08-241-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3108043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57190 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the version number of the rlz library to make the new open source RLZrogerta@google.com2010-08-241-1/+1
| | | | | | | | | | | | | | implementation used by chrome interoperate correctly with other products that use RLZ, BUG=None TEST=Install chrome and another RLZ-enabled product and make sure they correctly share the DCC string and their RLZ strings. No registry values should have the type REG_BINARY. Review URL: http://codereview.chromium.org/3181033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57181 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65859:65885, upstream test expectations, add new SVG tests as ↵rolandsteiner@chromium.org2010-08-241-1/+1
| | | | | | | | | | | | | temporary suppressions BUG=none TEST=none TBR=dumi Review URL: http://codereview.chromium.org/3137036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57173 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65800:65859.dumi@chromium.org2010-08-241-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=rolandsteiner Review URL: http://codereview.chromium.org/3149030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57139 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65740: 65800rolandsteiner@chromium.org2010-08-231-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=dumi Review URL: http://codereview.chromium.org/3132034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57045 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57034 - WebKit roll 65740:65765rolandsteiner@chromium.org2010-08-231-1/+1
| | | | | | | | | | | | | | BUG=none TEST=none TBR=dumi Review URL: http://codereview.chromium.org/3200005 TBR=rolandsteiner@chromium.org Review URL: http://codereview.chromium.org/3164033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57035 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65740:65765rolandsteiner@chromium.org2010-08-231-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=dumi Review URL: http://codereview.chromium.org/3200005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57034 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57026 - WebKit roll 65740:65791rolandsteiner@chromium.org2010-08-231-1/+1
| | | | | | | | | | | | | | BUG=None TEST=None TBR=dumi Review URL: http://codereview.chromium.org/3111025 TBR=rolandsteiner@chromium.org Review URL: http://codereview.chromium.org/3108039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57031 0039d316-1c4b-4281-b951-d872f2087c98