summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Update WebKit from 46282 to 46288.darin@chromium.org2009-07-231-1/+1
| | | | | | | | | | TBR=pkasting TEST=none BUG=none Review URL: http://codereview.chromium.org/160057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21467 0039d316-1c4b-4281-b951-d872f2087c98
* Skia merge 279:288agl@chromium.org2009-07-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21462 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit from r46270 to r46282.darin@chromium.org2009-07-231-1/+1
| | | | | | | | | | | | It looks like I will need to add a baseline for one test. TBR=pkasting TEST=none BUG=none Review URL: http://codereview.chromium.org/160053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21453 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit. Mark some tests as expected to fail due todarin@chromium.org2009-07-231-1/+1
| | | | | | | | | | | | | | | out-of-date baselines. I'll cycle back and rebaseline once the bots generate new results. TBR=pkasting TEST=none BUG=none Review URL: http://codereview.chromium.org/160021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21401 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.14.6 to fix bug where a heap number could beager@chromium.org2009-07-231-1/+1
| | | | | | | | interpreted as a string in a keyed load. TBR=kmillikin@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21383 0039d316-1c4b-4281-b951-d872f2087c98
* Split the IPC code into ipc/agl@chromium.org2009-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This splits the ipc code from the common project. The 'common' project pulls in all of webkit, the v8 bindings, skia, googleurl, and a number of other projects which makes it very difficult to deal with especially for external projects wanting just to use some of Chromium's infrastructure. This puts the ipc code into its top-level ipc/ directory with a dependency only on base. The common project depends on the new ipc/ipc.gyp:ipc target so that all projects currently pulling common in to get the IPC code still have it available. This mostly follows agl's pre-gyp attempt to do this which was r13062. Known issues: - Currently a number of projects depend on chrome/chrome.gyp:common in order to use the IPC infrastructure. Rather than fixing all of these dependencies I have made common depend on ipc/ipc.gyp:ipc and added "ipc" to the include_rules section of DEPS so that checkdeps.py doesn't complain. Over time projects that need IPC should depend on the IPC project themselves and dependencies on common removed, although I don't think many projects that need IPC will be able to get away without common currently. - ipc/ipc_message_macros.h still has #include "chrome/common/..." inside of a ipc/ should not refer to files in chrome/... now. I'm not sure how to resolve this since it's really an IDE bug - the named pipe name (windows+linux) and the logging event name (all) + env variable (posix) refer explicitly to 'Chrome' which somewhat hurts the illusion of ipc/ being an independent library. I think this should be examined in a subsequent, much smaller patch. - I've eliminated the IPC.SendMsgCount counter since it was implemented in a way to create a dependency from ipc/ to chrome/common/chrome_counters. This is the same approach that r13062 took. http://codereview.chromium.org/155905 (Patch from James Robinson) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21342 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge r46194:46229.paul@chromium.org2009-07-221-1/+1
| | | | | | | | | TEST=None BUG=None Review URL: http://codereview.chromium.org/159233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21337 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Skia merge 279:284"agl@chromium.org2009-07-221-1/+1
| | | | | | | | | This reverts commit r21332. REVERT=21332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21333 0039d316-1c4b-4281-b951-d872f2087c98
* Skia merge 279:284agl@chromium.org2009-07-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21332 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: use new xdg-settings "check" feature to determine whether we are the ↵mdm@chromium.org2009-07-221-1/+1
| | | | | | | | | | | default browser. BUG=17093 TEST=in GNOME, let Firefox set itself as the default after Chrome has set itself; Chrome should then detect that it is no longer the default Review URL: http://codereview.chromium.org/155889 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21260 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge r46143:46194paul@chromium.org2009-07-211-1/+1
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/159164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21224 0039d316-1c4b-4281-b951-d872f2087c98
* Skia merge 278:279agl@chromium.org2009-07-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21213 0039d316-1c4b-4281-b951-d872f2087c98
* Skia merge 250:278agl@chromium.org2009-07-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21196 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 46141:46143.eroman@chromium.org2009-07-211-1/+1
| | | | | | | | | | TEST=NONE BUG=NONE TBR=paul Review URL: http://codereview.chromium.org/155832 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21156 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 46126:46141.eroman@chromium.org2009-07-211-1/+1
| | | | | | | | | | BUG=NONE TBR=paul TEST=NONE Review URL: http://codereview.chromium.org/159110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21146 0039d316-1c4b-4281-b951-d872f2087c98
* Stubs for DB-related methods in ChromiumBridge.dumi@chromium.org2009-07-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/159044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21130 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in new gyp version.bradnelson@chromium.org2009-07-201-1/+1
| | | | | | | | | | | | | | Switching two includes in common.gypi to msvs_system_include_dirs. This will force them to the back of the include order (which matches where the non-hermetic copies of these libraries would be). BUG=None TEST=None Review URL: http://codereview.chromium.org/155812 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21124 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting patch 21083.dumi@chromium.org2009-07-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21084 0039d316-1c4b-4281-b951-d872f2087c98
* Stubs for DB-related methods in ChromiumBridge.dumi@chromium.org2009-07-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/159044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21083 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 46087:46125.ericroman@google.com2009-07-201-1/+1
| | | | | | | | | | TBR=paulg BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/159076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21081 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 46050:46087eroman@chromium.org2009-07-181-1/+1
| | | | | | | | | | TEST=NONE BUG=NONE TBR=jorlow Review URL: http://codereview.chromium.org/155744 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21054 0039d316-1c4b-4281-b951-d872f2087c98
* Use manually constructed IPv6 socket addresses for tests, rather than system ↵ericroman@google.com2009-07-181-1/+1
| | | | | | | | | | | | | | | created ones. The advantage is that GURL's parsing of IPv6 addresses works on all systems, whereas getaddrinfo(ipv6_literal) only succeeds on IPv6 enabled systems. This allows the tests to run consistently on all systems, including our own WinXP buildbots (which do not support IPv6). BUG=http://crbug.com/16452 TEST=[net_unittests] SOCKS5ClientSocketTest.IPv6Domain, SOCKSClientSocketTest.SOCKS4AIfDomainInIPv6 Review URL: http://codereview.chromium.org/155618 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21053 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit merge 45998:46050.ericroman@google.com2009-07-181-1/+1
| | | | | | | | | | TBR=paul TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/159043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21049 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling new native_client repo location into chromium tree.bradnelson@chromium.org2009-07-171-1/+1
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/155708 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20999 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling newer gyp version.bradnelson@chromium.org2009-07-171-1/+1
| | | | | | | | | | | BUG=None TEST=None TBR=sgk Review URL: http://codereview.chromium.org/159015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20982 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.14.5.ager@chromium.org2009-07-171-1/+1
| | | | | | | | | | | The only change is adding a missing handle scope to make sure that we do not leak handles. TBR=kasperl@chromium.org TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20972 0039d316-1c4b-4281-b951-d872f2087c98
* Roll googleurl DEPS forward to 109.willchan@chromium.org2009-07-171-1/+1
| | | | | | | | BUG=http://crbug.com/16559 Review URL: http://codereview.chromium.org/159012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20968 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.4. This includes an kasperl@google.com2009-07-171-1/+1
| | | | | | | | | | | optimization to make access to internal fields on JavaScript objects through the V8 API faster. BUG=none TEST=none Review URL: http://codereview.chromium.org/159002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20945 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.3 to fix subtle linkingkasperl@google.com2009-07-171-1/+1
| | | | | | | | | | | issues on Mac OS caused by inlining functions containing static variables. BUG=http://code.google.com/p/v8/issues/detail?id=404 TEST=none Review URL: http://codereview.chromium.org/155683 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20943 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 45985:45998japhet@chromium.org2009-07-171-1/+1
| | | | | | | | | BUG=none TEST=green build Review URL: http://codereview.chromium.org/155666 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20922 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 45975:45985.japhet@chromium.org2009-07-161-1/+1
| | | | | | | | BUG=none TEST=green build git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20905 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Webkit DEPS 45958:45975 and remove some items from test expectations.japhet@chromium.org2009-07-161-1/+1
| | | | | | | | | | BUG=none TEST=green build TBR=ericroman Review URL: http://codereview.chromium.org/149756 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20879 0039d316-1c4b-4281-b951-d872f2087c98
* Go back to using V8 1.2.14.2. Changing v8.gyp wasn't enough tokasperl@google.com2009-07-161-1/+1
| | | | | | | | | | fix the subtle code generation issues on Mac OS. BUG=none TEST=none Review URL: http://codereview.chromium.org/149751 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20863 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.3. The only change is an kasperl@google.com2009-07-161-1/+1
| | | | | | | | | | | updated v8.gyp file that avoid some subtle code generation issue on Mac OS; see http://code.google.com/p/v8/issues/detail?id=404. BUG=none TEST=none Review URL: http://codereview.chromium.org/155627 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20860 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Stubs for DB-related methods in ChromiumBridge."agl@chromium.org2009-07-161-1/+1
| | | | | | | This reverts commit r20839. It broke many builds. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20840 0039d316-1c4b-4281-b951-d872f2087c98
* Stubs for DB-related methods in ChromiumBridge. Allows us to compile the ↵dumi@chromium.org2009-07-161-1/+1
| | | | | | | | | | | Chromium SQLite VFS.BUG=noneTEST=none BUG=none TEST=none Review URL: http://codereview.chromium.org/155391 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20839 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in new gyp version with CONFIGURATION_NAME.bradnelson@chromium.org2009-07-161-1/+1
| | | | | | | | | | | BUG=None TEST=None TBR=sgk Review URL: http://codereview.chromium.org/149724 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20828 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS 45936:45958.japhet@chromium.org2009-07-151-1/+1
| | | | | | | | | | BUG=none TEST=green build TBR=ericroman Review URL: http://codereview.chromium.org/149720 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20815 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Webkit DEPS 45916:45936.japhet@chromium.org2009-07-151-1/+1
| | | | | | | | | BUG=none TEST=green builds Review URL: http://codereview.chromium.org/155587 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20789 0039d316-1c4b-4281-b951-d872f2087c98
* newer gyp (support >1 gyp file via env var)thomasvl@chromium.org2009-07-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/149698 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20784 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in new version of GYP.thomasvl@chromium.org2009-07-151-2/+2
| | | | | | | | | | Update the hook for the new name (s/dogfood/chromium/) This will let the buildbots run a subset of the gyp files if we want to trim their checkouts. Review URL: http://codereview.chromium.org/155582 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20767 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS to r45916 and mark some tests (mostly MAC only) as failing ↵japhet@chromium.org2009-07-151-1/+1
| | | | | | | | | | | | for now. BUG=none TEST=Green canaries TBR=dglazkov Review URL: http://codereview.chromium.org/149679 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20740 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.2 to get fix for duplicate labelkasperl@google.com2009-07-151-1/+1
| | | | | | | | | | issue when compiling certain try-catch-finally constructs. BUG=http://code.google.com/p/v8/issues/detail?id=345 TEST=none Review URL: http://codereview.chromium.org/155566 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20722 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.14.1. This is a smallkasperl@google.com2009-07-151-1/+1
| | | | | | | | | | | compatibility fix that allows RegExps to be called as functions. BUG=http://code.google.com/p/v8/issues/detail?id=132 TEST=none Review URL: http://codereview.chromium.org/149669 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20721 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS 45843:45873dimich@google.com2009-07-141-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/155509 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20680 0039d316-1c4b-4281-b951-d872f2087c98
* Switch over to use WebCore.gypi and JavaScriptCore.gypi upstream.dglazkov@chromium.org2009-07-141-1/+1
| | | | | | | | | | R=mark BUG=16394 TEST=there should be no changes or regressions. Review URL: http://codereview.chromium.org/155387 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20629 0039d316-1c4b-4281-b951-d872f2087c98
* Finishes fixing adding protobuf dependency.sky@chromium.org2009-07-141-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/149612 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20622 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps to bring the new svn:ignore for the layout testsnsylvain@chromium.org2009-07-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20620 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer version of nacl.bradnelson@chromium.org2009-07-141-1/+1
| | | | | | | | | | | | | This drops scons out of the part pulled into the chromium tree. This also switches to chrome's copy of gtest. BUG=None TEST=None TBR=gregoryd Review URL: http://codereview.chromium.org/149599 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20599 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/149575 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20589 0039d316-1c4b-4281-b951-d872f2087c98