summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Mmm, pie.mark@chromium.org2009-10-211-1/+1
| | | | | | | | BUG=16713 TEST=none Review URL: http://codereview.chromium.org/308010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29592 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 49844:49872japhet@chromium.org2009-10-201-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=yutak Review URL: http://codereview.chromium.org/292029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29546 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 49830:49844.yutak@chromium.org2009-10-201-1/+1
| | | | | | | | | TBR=ukai BUG=none TEST=none Review URL: http://codereview.chromium.org/295018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29504 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit up to 49830 and fix a build error caused by that revision.jorlow@chromium.org2009-10-201-1/+1
| | | | | | | | | | TBR=yutak TEST=none BUG=none Review URL: http://codereview.chromium.org/294017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29489 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit DEPS roll 49761:49809. BUG=none TEST=none TBR=yutak japhet@chromium.org2009-10-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/292017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29473 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in googleurl @ r=120 to fix the query part encoding handling (the patch ↵jshin@chromium.org2009-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | by Roland Steiner). What Roland wrote at http://codereview.chromium.org/243028/show Encoding of the query part of an URL was inconsistent: If it was part of a larger relative URL, it would get encoded. However, if the query part was stand-alone, then it would not be encoded. As indicated by the original layout test referenced in the bug (see below), this patch changes the code so that the query part is encoded in both cases. Note, however, that with this patch the layout test will NOT yet fully pass, since it also handles the fragment part differently. As the different handling of the fragment part seems to be quite on purpose, I have not modified the behavior - see the discussion at http://code.google.com/p/chromium/issues/detail?id=20507 . BUG=8912,20507 TBR=brettw Review URL: http://codereview.chromium.org/297010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29470 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newest gyp.bradnelson@google.com2009-10-191-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/297009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29464 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 49684:49761.yutak@chromium.org2009-10-191-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/294006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29392 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 49640-49684jeremy@chromium.org2009-10-161-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/276063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29318 0039d316-1c4b-4281-b951-d872f2087c98
* Updated v8 to 1.3.16.plesner@chromium.org2009-10-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/283010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29268 0039d316-1c4b-4281-b951-d872f2087c98
* Disable -fexceptions in Breakpad. I made the Mac Breakpad framework buildablemark@chromium.org2009-10-151-1/+1
| | | | | | | | | | | without -fexceptions in upstream r417. BUG=24911 (because this also eliminates some C++ exception symbols from the symbol table) TEST=none Review URL: http://codereview.chromium.org/267129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29201 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 49640:49597jeremy@chromium.org2009-10-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/267126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29198 0039d316-1c4b-4281-b951-d872f2087c98
* Get the nexe name from NaCl and send the NaCl process handle and pid to the ↵gregoryd@google.com2009-10-151-1/+1
| | | | | | | | | | renderer TEST=none BUG=http://code.google.com/p/nativeclient/issues/detail?id=108 Review URL: http://codereview.chromium.org/273056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29195 0039d316-1c4b-4281-b951-d872f2087c98
* Update icu to r29177 to pick up:mark@chromium.org2009-10-151-1/+1
| | | | | | | | | | Make all ICU symbols "private extern" on the Mac BUG=24911 TEST=See r29177 and http://codereview.chromium.org/281006 Review URL: http://codereview.chromium.org/273071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29184 0039d316-1c4b-4281-b951-d872f2087c98
* Update to the latest version of Breakpadjeremy@chromium.org2009-10-151-1/+1
| | | | | | | | | | | This pulls in r405 - http://code.google.com/p/google-breakpad/source/detail?r=405 Which is needed for Mac Chromebot. TEST=Crash reporting should still work on all platforms. Review URL: http://codereview.chromium.org/269093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29162 0039d316-1c4b-4281-b951-d872f2087c98
* webkit roll 49583:49597yaar@chromium.org2009-10-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/274062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29140 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps, pick up fix to xdg-settings.thestig@chromium.org2009-10-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29104 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling webkit r:49583yaar@chromium.org2009-10-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/279007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29057 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling in webkit r:49562yaar@chromium.org2009-10-141-1/+1
| | | | | | Review: http://codereview.chromium.org/267096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29008 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Hunspell revision to pick up crash fix.kuchhal@chromium.org2009-10-141-1/+1
| | | | | | | | | | BUG=13424 TBR=brettw TEST=As described in bug 13424 Review URL: http://codereview.chromium.org/273053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28987 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling webkit r:49527yaar@chromium.org2009-10-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/277003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28975 0039d316-1c4b-4281-b951-d872f2087c98
* Update pywebsocket to r45 to enable WSS support.yuzo@chromium.org2009-10-141-1/+1
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/272042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28936 0039d316-1c4b-4281-b951-d872f2087c98
* Merging Native Client gyp files - get the changes from NaCl revision 852gregoryd@google.com2009-10-141-1/+1
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/271076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28919 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to r49502yaar@chromium.org2009-10-131-1/+1
| | | | | | Review URL: http://codereview.chromium.org/266063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28867 0039d316-1c4b-4281-b951-d872f2087c98
* This is a simple integration test that loads a simple nexe and verifies that ↵gregoryd@google.com2009-10-131-1/+1
| | | | | | | | | Javascript can communicate with it. The required html, javascript and nexe files are checked in into the NaCl tree. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28796 Review URL: http://codereview.chromium.org/272005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28855 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for gyp. This picks up the relative path make generator change.thestig@chromium.org2009-10-131-1/+1
| | | | | | | | BUG=19854 TEST=No more "argument list too long" errors. Review URL: http://codereview.chromium.org/266062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28852 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 28796 - This is a simple integration test that loads a simple nexe ↵gregoryd@google.com2009-10-131-1/+1
| | | | | | | | | | | | and verifies that Javascript can communicate with it. The required html, javascript and nexe files are checked in into the NaCl tree. Review URL: http://codereview.chromium.org/272005 TBR=gregoryd@google.com Review URL: http://codereview.chromium.org/270080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28797 0039d316-1c4b-4281-b951-d872f2087c98
* This is a simple integration test that loads a simple nexe and verifies that ↵gregoryd@google.com2009-10-131-1/+1
| | | | | | | | Javascript can communicate with it. The required html, javascript and nexe files are checked in into the NaCl tree. Review URL: http://codereview.chromium.org/272005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28796 0039d316-1c4b-4281-b951-d872f2087c98
* TBR=dglazkovhclam@chromium.org2009-10-121-1/+1
| | | | | | | | | | - Roll WebKit to r49473 - Re-enable failing ui_tests due to last roll - Remove some failing layout tests expectations Review URL: http://codereview.chromium.org/267060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28755 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to r49432hclam@chromium.org2009-10-121-1/+1
| | | | | | | | | | | TBR=darin Also provide stub method for GraphicsContext3D::getActiveAttrib() and GraphicsContext3D::getActiveUniform(). Review URL: http://codereview.chromium.org/274006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28727 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 49413.abarth@chromium.org2009-10-101-1/+1
| | | | | | Review URL: http://codereview.chromium.org/271044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28657 0039d316-1c4b-4281-b951-d872f2087c98
* Remove pthreads from build and installer files.tim@chromium.org2009-10-101-3/+0
| | | | | | | | | | | We can yank it from deps/ following this. BUG=19895 TEST=sync_unit_tests Review URL: http://codereview.chromium.org/261042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28642 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pull in new version of OpenVCDIFFjar@chromium.org2009-10-101-1/+1
| | | | | | | r=openvcdiff@gmail.com Review URL: http://codereview.chromium.org/269036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28638 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS to r49405hclam@chromium.org2009-10-091-1/+1
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/266046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28630 0039d316-1c4b-4281-b951-d872f2087c98
* Several theming fixes for the Mac. Sorry for the extensive change, but theythakis@chromium.org2009-10-091-1/+1
| | | | | | | | | | | | | | | | | | were all sort of intertwined. Fixes up patterns in general so that they are all in phase. Moves the window widget buttons down by two pixels. Draws overlays correctly. Fixes up some accessibility issues with the default window widgets. Gets rid of some out of date files (tab_cell). BUG=18438, 18547, 19851, 20295, 22213, 23651, 24338 TEST=Launch Chrome. Switch to "dots" theme from the Google themes. Create a couple of tabs. Check to make sure that the background pattern line up with the tabs. Move the tabs around. Check that the hightlight colors and text colors look correct for all of the tabs. Make sure the patterns stay lined up. Resize the window, make sure none of the patterns move around. Create new windows by dragging the tabs out of the windows and make sure a new window is created with the correct pattern. Show the "find" bar. Make sure its pattern lines up correctly with the tabbar. Switch to default theme. Make sure it looks correct and draws properly. Switch to Zen theme and make sure that the overlay at the top draws correctly. Create a new window. make sure that the rollovers in the window widgets work correctly in both the active and inactive window. Mouse down on the zoom button in the inactive window and notice that the window context changes. Move off of the zoom button and mouse up. Mouse down on the miniaturize button on the inactive window and notice that the window context does not change. Move off of the miniaturize button and mouse up. Do the same thing you did for the miniaturize button for the close button. Start up Accessibility Inspector from the developer tools. Make sure that the window widgets report their accessibility information correctly. Review URL: http://codereview.chromium.org/260009 Patch from dmaclach@chromium.org. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28613 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS file to NaCl @842.bsy@google.com2009-10-091-1/+1
| | | | | | | | | | | | | | | trybots succeeded at Builds 2353, 2390, and 2524. x64 chrome build tested manually. BUG=none TEST=none Review URL: http://codereview.chromium.org/270050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28602 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit ro r49372hclam@chromium.org2009-10-091-1/+1
| | | | | | | | And fixes the compilation errors. Review URL: http://codereview.chromium.org/273008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28588 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps for ffmpeg. Picks up new mac binaries with correct install_name.ajwong@chromium.org2009-10-091-1/+1
| | | | | | | | | BUG=24219 TEST=none Review URL: http://codereview.chromium.org/270039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28546 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to 49321. IsolatedWorld tests are now fixed.johnnyg@chromium.org2009-10-091-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/262032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28491 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll to 49284.johnnyg@chromium.org2009-10-081-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/265042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28456 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 28422.johnnyg@chromium.org2009-10-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/270025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28423 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 49278:49309johnnyg@chromium.org2009-10-081-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=darin Review URL: http://codereview.chromium.org/262024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28422 0039d316-1c4b-4281-b951-d872f2087c98
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-081-1/+1
| | | | | | | | isolated world. Chromium side of change. Review URL: http://codereview.chromium.org/262002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28369 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for gyp.mmoss@chromium.org2009-10-081-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/269015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28354 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll to 49260.johnnyg@chromium.org2009-10-071-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/267012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28334 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 49245:49254johnnyg@chromium.org2009-10-071-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/265016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28297 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling forward to 49245.johnnyg@chromium.org2009-10-071-1/+1
| | | | | | | | | BUG=none TEST=none TBR=hclam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28257 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.15.sgjesse@chromium.org2009-10-071-1/+1
| | | | | | | | | | | | | This change contails the layout test expectation changes from http://codereview.chromium.org/248001 and http://codereview.chromium.org/251071 as the V8 update requires these. This change also contains a change to compile against the changes IdleNotification API in the new V8 version. BUG=none TEST=none TBR=ager@chromium.org Review URL: http://codereview.chromium.org/263008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28246 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll: 49213:49221levin@chromium.org2009-10-071-1/+1
| | | | | | | | | | | Disabled newly added test for object cloning. TEST=try servers BUG=24063 Review URL: http://codereview.chromium.org/263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28238 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll: 49206:49213.jparent@chromium.org2009-10-071-1/+1
| | | | | | | | | | | TEST=try servers BUG=none TBR=johnnyg Review URL: http://codereview.chromium.org/266001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28230 0039d316-1c4b-4281-b951-d872f2087c98