summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Pull Googleurl 119 to get ICU dependency fix.brettw@chromium.org2009-09-291-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/242037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27458 0039d316-1c4b-4281-b951-d872f2087c98
* Update breakpad to r402 to pick up Coverity fix.mattm@chromium.org2009-09-291-1/+1
| | | | | | | | | | CID=82 BUG=none TEST=none Review URL: http://codereview.chromium.org/254010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27452 0039d316-1c4b-4281-b951-d872f2087c98
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ↵gregoryd@google.com2009-09-291-1/+1
| | | | | | | | | | | plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27324 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27397 Review URL: http://codereview.chromium.org/153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27445 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side implementations of some FileSystem methods. This is needed to ↵jianli@chromium.org2009-09-281-1/+1
| | | | | | | | | | | complete the WebKit bug fix https://bugs.webkit.org/show_bug.cgi?id=29109. BUG=none TEST=none Review URL: http://codereview.chromium.org/209072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27420 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit revision 48796:48820levin@chromium.org2009-09-281-1/+1
| | | | | | | | | | | | Add some layout tests for me to investigate (likely just a rebaseline). BUG=None TEST=None TBR=senorblanco@chromium.org Review URL: http://codereview.chromium.org/251018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27415 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin ↵gregoryd@google.com2009-09-281-1/+1
| | | | | | | | | | | | | becomes a builtin plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "internalnacl" is required to enable the builtin NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27324 Review URL: http://codereview.chromium.org/153002 TBR=gregoryd@google.com Review URL: http://codereview.chromium.org/235042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27400 0039d316-1c4b-4281-b951-d872f2087c98
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ↵gregoryd@google.com2009-09-281-1/+1
| | | | | | | | | plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27324 Review URL: http://codereview.chromium.org/153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27397 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 48766:48796levin@chromium.org2009-09-271-1/+1
| | | | | | | | | | | | | Add failure for newly added test for me to investigate. TBR=senorblanco@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/242023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27337 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 48747:48766levin@chromium.org2009-09-271-1/+1
| | | | | | | | | | | | | | Rolling right up to the next breakage. Adding new breakages that I need to investigate. TBR=senorblanco@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/251006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27336 0039d316-1c4b-4281-b951-d872f2087c98
* Update src/third_party/WebKit to 27313.maruel@chromium.org2009-09-271-1/+1
| | | | | | | | | | | | It only adds a svn:ignore. NO CODE CHANGE. TEST=none BUG=none Review URL: http://codereview.chromium.org/235035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27333 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin ↵gregoryd@google.com2009-09-261-1/+1
| | | | | | | | | | | | becomes a builtin plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "internalnacl" is required to enable the builtin NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 Review URL: http://codereview.chromium.org/153002 TBR=bradnelson@google.com Review URL: http://codereview.chromium.org/244017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27326 0039d316-1c4b-4281-b951-d872f2087c98
* Update native_client (to get the fix for 64bit Linux gyp)gregoryd@google.com2009-09-261-1/+1
| | | | | | | TBR=bradnelson Review URL: http://codereview.chromium.org/249014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27325 0039d316-1c4b-4281-b951-d872f2087c98
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ↵gregoryd@google.com2009-09-261-1/+1
| | | | | | | | plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandboxCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=27315 Review URL: http://codereview.chromium.org/153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27324 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin ↵gregoryd@google.com2009-09-261-1/+1
| | | | | | | | | | | | becomes a builtin plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "internalnacl" is required to enable the builtin NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandbox Review URL: http://codereview.chromium.org/153002 TBR=gregoryd@google.com Review URL: http://codereview.chromium.org/244014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27317 0039d316-1c4b-4281-b951-d872f2087c98
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ↵gregoryd@google.com2009-09-261-1/+1
| | | | | | | | plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin. NaCl still cannot run in Chrome sandbox, the flag automatically disables the sandbox Review URL: http://codereview.chromium.org/153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27315 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 48734:48747levin@chromium.org2009-09-251-1/+1
| | | | | | | | | | | Add a temporary failure for a newly added test. TEST=none BUG=none Review URL: http://codereview.chromium.org/242005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27267 0039d316-1c4b-4281-b951-d872f2087c98
* Remove stale WebKit/WebKit/chromium directory in 27219.maruel@chromium.org2009-09-251-1/+1
| | | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27221 0039d316-1c4b-4281-b951-d872f2087c98
* Add in the now-moved Chrome Frame perf test reference build.robertshield@chromium.org2009-09-251-0/+6
| | | | | | | | Remove the unused chrome_frame\DEPS file. Review URL: http://codereview.chromium.org/243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27184 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 48734. Includes 2 sided patch of mine.jorlow@chromium.org2009-09-241-1/+1
| | | | | | | | | | | | Match the new interfaces used for StorageNamespace in WebKit. TBR=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/219038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27139 0039d316-1c4b-4281-b951-d872f2087c98
* Update googleurl to 118.mattm@chromium.org2009-09-241-1/+1
| | | | | | | | BUG=5490 Review URL: http://codereview.chromium.org/219015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27110 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 48700:48721.dglazkov@chromium.org2009-09-241-1/+1
| | | | | | | | | | | | | | | Accommodate upstream changes, introduced by: * http://trac.webkit.org/changeset/48720 (V8 fix) * http://trac.webkit.org/changeset/48701 (original) R=vitalyr TEST=none BUG=none Review URL: http://codereview.chromium.org/224018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27089 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 48684:48700dglazkov@chromium.org2009-09-241-1/+1
| | | | | | | | | | | | The new failures are upstreamed tests and rebaselines. TBR=levin TEST=none BUG=none Review URL: http://codereview.chromium.org/231018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27066 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the buildbot redness by adding an exclude for chrome_framensylvain@chromium.org2009-09-241-0/+1
| | | | | | | | in the deps checking. eventually we should remove this and add a deps file in chrome_frame/. Review URL: http://codereview.chromium.org/218020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27047 0039d316-1c4b-4281-b951-d872f2087c98
* Un-reverting 26919, and disabling worker-cloneports since it is flaky.atwilson@chromium.org2009-09-241-0/+3
| | | | | | | | | | | | | | Added missing layout tests along with associated rebaselinings. Updated DEPS to include common resource files needed by tests, and add APIs to ui_layout_test to allow specifying resource files to copy. Disabled non-working tests so we can enable worker_uitests on Mac/Linux. BUG=22174 TEST=worker_uitest Review URL: http://codereview.chromium.org/232001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27043 0039d316-1c4b-4281-b951-d872f2087c98
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ↵pkasting@chromium.org2009-09-241-1/+1
| | | | | | | | | | | | | and image_operations.* can be moved because they are not used by WebKit code. This also fixes the spelling of "Convolusion" to "Convolution" and updates some copyrights. This is a re-do of r26975, this time with WebKit update and some fixes to compile on Mac and Linux. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27031 0039d316-1c4b-4281-b951-d872f2087c98
* Upstreamings parts of webkit.gyp (step 3)yaar@chromium.org2009-09-231-0/+3
| | | | | | | | | | | | | | | | This is step 3 a multi-step process that is part of the webkit chromium port. This step includes: A. Removal of features.gypi, webcore.gyp and javascriptcore.gyp. All three now live upstream on webkit. B. Changing downstream dependencies to point at new upstream gyp files. Remaining steps: * Implement a mechanism to allow downstream override of upstream features.gypi. Will be part of the upstream chromium build mechanism. Review URL: http://codereview.chromium.org/212050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27000 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 48665:48679dglazkov@chromium.org2009-09-231-1/+1
| | | | | | | | | | | | Failures are rebaselines. R=levin TEST=none BUG=none Review URL: http://codereview.chromium.org/232004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26970 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 48642:48665dglazkov@chromium.org2009-09-231-1/+1
| | | | | | | | | | R=levin TEST=none BUG=none Review URL: http://codereview.chromium.org/225010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26936 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 26919.atwilson@chromium.org2009-09-231-3/+0
| | | | | | Review URL: http://codereview.chromium.org/224003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26926 0039d316-1c4b-4281-b951-d872f2087c98
* Update gyp to r668.mmoss@chromium.org2009-09-231-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/220006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26920 0039d316-1c4b-4281-b951-d872f2087c98
* Added missing layout tests along with associated rebaselinings.atwilson@chromium.org2009-09-231-0/+3
| | | | | | | | | | | | | Updated DEPS to include common resource files needed by tests, and add APIs to ui_layout_test to allow specifying resource files to copy. Disabled non-working tests so we can enable worker_uitests on Mac/Linux. BUG=22174 TEST=worker_uitest Review URL: http://codereview.chromium.org/211051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26919 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.13.2.ager@chromium.org2009-09-231-1/+1
| | | | | | | | | | Only one change to the V8 gyp file to fix problem for gcc 4.4. BUG=none TEST=none Review URL: http://codereview.chromium.org/220005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26918 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.13.1.ager@chromium.org2009-09-231-1/+1
| | | | | | | | | Uninitialized memory read fix. This time without the change that causes test shell test failures. Review URL: http://codereview.chromium.org/225006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26916 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 26912.ager@chromium.org2009-09-231-1/+1
| | | | | | Review URL: http://codereview.chromium.org/219009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26914 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.13.ager@chromium.org2009-09-231-1/+1
| | | | | | | | | | This version contains a fix for an uninitialized memory read. BUG=22702 TEST=none Review URL: http://codereview.chromium.org/229003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26912 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 48610:48642.paul@chromium.org2009-09-221-1/+1
| | | | | | | | | BUG=none. Test=Covered by layout tests. Review URL: http://codereview.chromium.org/208065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26859 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 48585:48610.paul@chromium.org2009-09-221-1/+1
| | | | | | | | | BUG=None. TEST=Covered by layout tests. Review URL: http://codereview.chromium.org/212042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26840 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a GYP variable to indicate if a build wants Title Case strings or not.thomasvl@chromium.org2009-09-221-1/+1
| | | | | | | | | | | | | Default to Title Case strings for Mac and Linux/GTK. Pass an extra define to the invoke of grit for TitleCase strings. Test the define for grit Title Case strings and have two sets of strings where needed. DEPs roll to pick up a new GYP that will keep int values as ints. BUG=22253 TEST=The bookmark bar menus on Mac and linux gtk will be Title Case, in Windows and ChromeOS they will be Sentence case. NOTE: we'll the translations in the Title Case areas until new translations are entered. Review URL: http://codereview.chromium.org/210022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26803 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 1.3.12.plesner@chromium.org2009-09-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/217015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26801 0039d316-1c4b-4281-b951-d872f2087c98
* Running gyp every time we runhooks or update.bradnelson@google.com2009-09-221-1/+1
| | | | | | | | | | | | | | Since gyp is calling a grd scanner, it has more knowledge about when grd related dependencies have changed than is practical to put into the runhooks. Since the generators are all relatively fast and do not touch their output when things haven't changed, we should just run gyp on every invocation. BUG=22332 TEST=None Review URL: http://codereview.chromium.org/215044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26791 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 48500:48585.paul@chromium.org2009-09-211-1/+1
| | | | | | | | | BUG=22526 TEST=Covered by layout tests. Review URL: http://codereview.chromium.org/214037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26735 0039d316-1c4b-4281-b951-d872f2087c98
* Update pthreads-win32 to add corresponding svn:ignore.maruel@chromium.org2009-09-211-1/+1
| | | | | | | | | | NO CODE CHANGE. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26719 0039d316-1c4b-4281-b951-d872f2087c98
* Update third_party/icu to 26673 to grab new svn:ignoremaruel@chromium.org2009-09-211-1/+1
| | | | | | | | | | NO CODE CHANGE. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26674 0039d316-1c4b-4281-b951-d872f2087c98
* Update ffmpeg binaries directories to support variants based off the target ↵ajwong@chromium.org2009-09-181-6/+23
| | | | | | | | | | | architecture. BUG=20948 TEST=none Review URL: http://codereview.chromium.org/215016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26630 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 48491:48500ukai@chromium.org2009-09-181-1/+1
| | | | | | | | | | TBR=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/213021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26553 0039d316-1c4b-4281-b951-d872f2087c98
* Preparing rollback in case things don't work out.bradnelson@google.com2009-09-181-1/+1
| | | | | | | | | | | This rolls back 26540, gregoryd's attempt at a nacl landing. BUG=None TEST=None Review URL: http://codereview.chromium.org/213019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26543 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer nacl.bradnelson@google.com2009-09-181-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=gregoryd Review URL: http://codereview.chromium.org/211021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26542 0039d316-1c4b-4281-b951-d872f2087c98
* This is a copy of http://codereview.chromium.org/153002/showgregoryd@google.com2009-09-181-1/+1
| | | | | | | | | | First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in plugin in Chrome and runs in the renderer process.2. Most of the changes are related to launching the NaCl process (that loads and runs the NaCl module) and establishing the initial communication between that process and the NaCl plugin.3. This CL relies on another CL that contains the changes on the Native Client side: http://codereview.chromium.org/1501904. Command line flag "--internal-nacl" is required to enable the built-in NaCl plugin.5. NaCl still cannot run in Chrome sandbox, so the "--no-sandbox" flag is also required TBR=bradnelson Review URL: http://codereview.chromium.org/207025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26540 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 49483:49491japhet@chromium.org2009-09-171-1/+1
| | | | | | | | | | | | | | | BUG=10408 BUG=10409 BUG=10675 BUG=14091 BUG=18939 BUG=20987 BUG=21136 TEST=Green bots Review URL: http://codereview.chromium.org/213011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26515 0039d316-1c4b-4281-b951-d872f2087c98
* Bring the Mac Chromium render theme up to date and easier to keep merged. ↵avi@chromium.org2009-09-171-1/+1
| | | | | | | | | | | Chromium side of things. BUG=http://crbug.com/19604 TEST=no visible change on Leopard, draws correctly on Snow Leopard Review URL: http://codereview.chromium.org/173212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26471 0039d316-1c4b-4281-b951-d872f2087c98