summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* DEPS roll for gyp Linux generator fix.sgk@google.com2009-04-031-1/+1
| | | | | | Review URL: http://codereview.chromium.org/62029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13120 0039d316-1c4b-4281-b951-d872f2087c98
* Add 'variants' support on Linux for COVERAGE=, PROFILE= and SYMBOLS=.sgk@google.com2009-04-031-1/+1
| | | | | | Review URL: http://codereview.chromium.org/62006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13115 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 42132:42199 (Chrome side)darin@chromium.org2009-04-031-2/+2
| | | | | | | | | | Account for a FrameLoader method that was renamed. R=amanda Review URL: http://codereview.chromium.org/62011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13095 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll to get svn:ignore on third_party/icu38.sgk@google.com2009-04-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13084 0039d316-1c4b-4281-b951-d872f2087c98
* Separate the pkg-config --libs output into --libs-only-l forsgk@google.com2009-04-031-1/+1
| | | | | | | | 'libraries' and --libs-{other,only-L} for 'ldflags'. Updates one spot in common.gypi where we were using 'linkflags'. Review URL: http://codereview.chromium.org/56188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13067 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-2/+0
| | | | | | | This reverts commit r13062 which, unsurprisingly, broke the build. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13063 0039d316-1c4b-4281-b951-d872f2087c98
* Move IPC code to ipc/agl@chromium.org2009-04-031-0/+2
| | | | | | | (No review URL: Rietvelt couldn't cope) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13062 0039d316-1c4b-4281-b951-d872f2087c98
* Updated Breakpad to r322 .jeremy@chromium.org2009-04-021-1/+1
| | | | | | | | The new revision contains many updates to the OS X version of Breakpad and includes an Open Source version of the Framework. Review URL: http://codereview.chromium.org/60049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13049 0039d316-1c4b-4281-b951-d872f2087c98
* Save space and time by having files build directly in their finaltc@google.com2009-04-021-1/+1
| | | | | | | | | | | | destination rather than once in obj then copied to the top level src directory. Roll deps to pick up DISTCC/CCACHE fix. Review URL: http://codereview.chromium.org/56194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13042 0039d316-1c4b-4281-b951-d872f2087c98
* roll DEPS to pick up bustage fix for the Mac builddarin@chromium.org2009-04-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12998 0039d316-1c4b-4281-b951-d872f2087c98
* roll DEPS to pick up bustage fix for the Linux builddarin@chromium.org2009-04-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12996 0039d316-1c4b-4281-b951-d872f2087c98
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-011-1/+1
| | | | | | | | | | | | | This also eliminates webkit_glue::GetScreenInfo and webkit_glue::GetScreenInfoHelper. As part of this CL, I also extracted all of the ParamTraits for WebKit API types into chrome/common/webkit_param_traits.h. R=dglazkov Review URL: http://codereview.chromium.org/58008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12993 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp revision in DEPS to start using the gclient dogfood hook on Linux.sgk@google.com2009-04-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/56166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12990 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp revision in DEPS to get --mode= and SConstruct file change.sgk@google.com2009-04-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/60034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12989 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp in DEPS to get 'cp' fix (?) for mksnapshot race condition.sgk@google.com2009-04-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/60026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12978 0039d316-1c4b-4281-b951-d872f2087c98
* Implement custom methods for some Node dom callsmbelshe@google.com2009-04-011-1/+1
| | | | | | | | | | | | | so that we can take advantage of lazy wrapper initialization. Dependent on the webkit fix. will roll the deps for webkit as well. Review URL: http://codereview.chromium.org/57086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12958 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.1.6.ager@chromium.org2009-04-011-1/+1
| | | | | | | | This version contains a fix for a crash bug in connection with debugger unloading and a fix for an exception propagation bug. Review URL: http://codereview.chromium.org/56146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12950 0039d316-1c4b-4281-b951-d872f2087c98
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-311-1/+1
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/57073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12916 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up InspectorController fix.darin@chromium.org2009-03-311-1/+1
| | | | | | | | | BUG=8821 TBR=dglazkov Review URL: http://codereview.chromium.org/57076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12912 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of WebKit merge 42116:42132playmobil@google.com2009-03-311-2/+2
| | | | | | Review URL: http://codereview.chromium.org/56116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12883 0039d316-1c4b-4281-b951-d872f2087c98
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-1/+1
| | | | | | | | | | | | | | | | | | This change introduces some helper functions in glue_util.cc for efficient conversion between WebString and WebCore::String when inside the implementation of webkit/glue. This is a temporary change since eventually all code in glue that uses WebCore will be moved into the WebKit API implementation. Instead of making the Chrome automation use WebFindInPageRequest, I decided to introduce AutomationMsg_Find_Params as a copy of the old FindInPageRequest structure. That preserves the IPC protocol and avoids making the automation library depend on WebKit. R=dglazkov Review URL: http://codereview.chromium.org/57060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12881 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.1.4.1 which contains a fix for a code generatorager@chromium.org2009-03-311-1/+1
| | | | | | | | | crash bug. TBR=kmillikin@chromium.org Review URL: http://codereview.chromium.org/56115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12879 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of WebKit merge 42026:42115playmobil@google.com2009-03-311-2/+2
| | | | | | Review URL: http://codereview.chromium.org/57033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12861 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll for latest gyp fix (use original quoted args with sh -c).sgk@google.com2009-03-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/57045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12846 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the long-line-length workaround only for webcore.sgk@google.com2009-03-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/56099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12844 0039d316-1c4b-4281-b951-d872f2087c98
* Bump revision in DEPS for gyp fixes.sgk@google.com2009-03-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/57042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12843 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll to get latest gyp rev.sgk@google.com2009-03-311-1/+1
| | | | | | | | Also, Windows update to common.gypi to accommodate msvs.py change in gyp r405. Review URL: http://codereview.chromium.org/57026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12830 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome-side of using setKeyIdentifierFromWindowsKeyCode instead ofdarin@chromium.org2009-03-301-1/+1
| | | | | | | | | | | KeyIdentifier.h. BUG=9460 R=avi,dglazkov Review URL: http://codereview.chromium.org/55056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12788 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.1.4.ager@chromium.org2009-03-301-1/+1
| | | | | | | | | This version contains a crash fix for: http://code.google.com/p/chromium/issues/detail?id=7969 Review URL: http://codereview.chromium.org/56061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12771 0039d316-1c4b-4281-b951-d872f2087c98
* Pull DEPS to pick up merge/upstream fixes.dimich@google.com2009-03-281-1/+1
| | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/56047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12751 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side of merge 41999:42026.dimich@google.com2009-03-281-2/+2
| | | | | | Review URL: http://codereview.chromium.org/56041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12736 0039d316-1c4b-4281-b951-d872f2087c98
* Add a test to test_shell_tests to verify that navigator.plugins.refresh() works.jam@chromium.org2009-03-271-1/+1
| | | | | | | | Also get rid of the duplicate disabled verify_plugin_window_rect test. Review URL: http://codereview.chromium.org/42687 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12725 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to 12702 (unforking encoding detector : wk bug 16482)jungshik@google.com2009-03-271-1/+1
| | | | | | Review URL: http://codereview.chromium.org/49046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12704 0039d316-1c4b-4281-b951-d872f2087c98
* Search box support, Chromium side.BUG=9210pkasting@chromium.org2009-03-271-1/+1
| | | | | | Review URL: http://codereview.chromium.org/42678 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12680 0039d316-1c4b-4281-b951-d872f2087c98
* Build in a ../sconsbuild directory by default:sgk@google.com2009-03-271-1/+1
| | | | | | | | | * Deps roll for ../sconsbuild support in gyp. * Add a 'scons_settings': { 'sconsbuild_dir' } setting to common.gypi. * Change uses of $DESTINATION_ROOT to $TOP_BUILDDIR. Review URL: http://codereview.chromium.org/53133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12636 0039d316-1c4b-4281-b951-d872f2087c98
* Move the WebKit/WebKit/mac checkout to the mac specific sectiontc@google.com2009-03-261-3/+2
| | | | | | | | | of the deps file. Review URL: http://codereview.chromium.org/53123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12611 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side of the WebKit merge 41944:41999dimich@google.com2009-03-261-2/+2
| | | | | | Review URL: http://codereview.chromium.org/42661 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12606 0039d316-1c4b-4281-b951-d872f2087c98
* Update Linux gyp build to import and propagate external environmentsgk@google.com2009-03-261-1/+1
| | | | | | | | | | variables ($CC, $DISTCC_DIR, $HOME, etc.). Accomodate spelling change ($CHROME_SRC_DIR => $SRC_DIR) that makes the gyp SCons a little more generic. Use the new $LIB_DIR variable the gyp SCons generator now defines for us. Review URL: http://codereview.chromium.org/42650 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12583 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 12559.yurys@google.com2009-03-261-1/+1
| | | | | | | Revert CL 53095 Review URL: http://codereview.chromium.org/53097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12562 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit dependency to include result of change ↵yurys@google.com2009-03-261-1/+1
| | | | | | | | http://codereview.chromium.org/45064 Review URL: http://codereview.chromium.org/53095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12559 0039d316-1c4b-4281-b951-d872f2087c98
* Revert change 12507 and 12532 because it breaks the nsylvain@chromium.org2009-03-261-1/+1
| | | | | | | tree and the purify tests. Review URL: http://codereview.chromium.org/42634 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12534 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit revision in DEPS to pick up my fix for purify.jianli@chromium.org2009-03-261-1/+1
| | | | | | Review URL: http://codereview.chromium.org/53085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12532 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: roll DEPS to pickup scrollbars change.agl@chromium.org2009-03-251-1/+1
| | | | | | | This change was temporarily reverted while rebaselining was performed. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12513 0039d316-1c4b-4281-b951-d872f2087c98
* Update googleurl to r100 to pick up char16/string16 fixesmark@chromium.org2009-03-251-1/+1
| | | | | | Review URL: http://codereview.chromium.org/53067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12502 0039d316-1c4b-4281-b951-d872f2087c98
* Roll third_party/WebKit DEPS on behalf of agl.evan@chromium.org2009-03-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12494 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium half of WebKit Merge, turns off ENABLE_VIDEOeseidel@chromium.org2009-03-251-2/+2
| | | | | | Review URL: http://codereview.chromium.org/49031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12478 0039d316-1c4b-4281-b951-d872f2087c98
* Add a sqlite_shell target.sgk@google.com2009-03-251-1/+1
| | | | | | | DEPS roll for latest gyp with 'link_languages' support. Review URL: http://codereview.chromium.org/53041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12458 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.1.3.ager@chromium.org2009-03-251-1/+1
| | | | | | | | Contains a number of bug fixes and an optimization for creating nested object and array literals. Review URL: http://codereview.chromium.org/45032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12437 0039d316-1c4b-4281-b951-d872f2087c98
* Update ICU38 to r12390 to pick up the security patch.jungshik@google.com2009-03-251-1/+1
| | | | | | | | | | | | | | | | BUG=2074,3823 TEST=1. LayoutTests/fast/encoding 2. chromium/fast/encoding 3. Go to https://bug381412.bugzilla.mozilla.org/attachment.cgi?id=267398 and see a bunch of 'inverse question marks' for U+FFFD. Also, hovering the mouse over 'aaa' should not bring up an alert box. A real layout test will be added later. TBR=agl Review URL: http://codereview.chromium.org/45039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12427 0039d316-1c4b-4281-b951-d872f2087c98
* Start using upstreamed worker files and remove the old ones from webkit/port.dimich@google.com2009-03-241-1/+1
| | | | | | | Before submitting, I'll add DEPS with corresponding WebKit rev (see http://codereview.chromium.org/52007) Review URL: http://codereview.chromium.org/45035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12377 0039d316-1c4b-4281-b951-d872f2087c98