summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moves responsibility for shader resource string generation to ANGLE.shannonwoods@chromium.org2014-05-215-10/+24
| | | | | | | | BUG=374942 Review URL: https://codereview.chromium.org/295803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271948 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromedriver] Add Device Metrics override support to ChromeDriver via ↵srawlins@google.com2014-05-2130-18/+762
| | | | | | | | | | | | Capabilities BUG=chromedriver:399 All of the code reviews for this patch were written against https://codereview.chromium.org/251933005/ . I used the wrong email address to create said patch, so I have created this one with the correct email address. Review URL: https://codereview.chromium.org/288193004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271947 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271946 0039d316-1c4b-4281-b951-d872f2087c98
* Roll FFmpeg for M37.dalecurtis@google.com2014-05-2115-75/+76
| | | | | | | | | | | | | | | | | | | | | Syncs to head as of bebce653e5601ceafa004db0eb6b2c7d4d16f0c0. The roll requires us to stop using some deprecated features: - Replaces av_get_frame_defaults() with av_frame_unref() per docs. - Switches FFmpegVideoDecoder to use ref-counted frames. - Removes error concealment settings and disables error resilience for all platforms except ChromeOS (since it's required for mpeg4). Avoiding these also allows us to disable some deprecated features wholesale via #defines. BUG=119020,236611 TEST=all tests (and regression tests) pass under asan NOTRY=true R=jrummell@chromium.org, wolenetz@chromium.org Review URL: https://codereview.chromium.org/286953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271945 0039d316-1c4b-4281-b951-d872f2087c98
* Disable HistoryWebUITest.multipleSelect due to flakeness on winhaitaol@chromium.org2014-05-211-1/+7
| | | | | | | | | BUG=375910 R=zea@chromium.org Review URL: https://codereview.chromium.org/296933004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271944 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome_official_builder's dependency on pdf. I don't see why it's ↵jam@chromium.org2014-05-211-1/+0
| | | | | | | | | | needed, since the chrome target depends on pdf. R=thestig@chromium.org Review URL: https://codereview.chromium.org/293083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271943 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac GN build.brettw@chromium.org2014-05-212-1/+3
| | | | | | | | | | | --fatal-warnings don't seem to be supported. This also adds support for mach_logging files which were added recently. BUG= R=thakis@chromium.org Review URL: https://codereview.chromium.org/295023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271942 0039d316-1c4b-4281-b951-d872f2087c98
* Add GPU command buffer sevice and protobuf to GN buildbrettw@chromium.org2014-05-218-15/+553
| | | | | | | | | | | | | | | Adds a protobuf target and a template for defining protos. This handles doing host builds of protoc when cross-compiling. The command buffer sevice wants more optimization on Android, so this patch generalizes the solution. Normally Android, like Windows, optimizes for size. This now adds support on Android for speed optimization just like Windows does. Mac & Linux always optimize for speed. Removes the declare_args call around the gcc_version. This was parameterized to be different if is_android was set, which isn't valid because build parameters can't vary across toolchains. Since this value is derived from the environment, I just removed the declare_args call. BUG= R=piman@chromium.org Review URL: https://codereview.chromium.org/289953004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271941 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Remove url_info_map from trusted plugin.teravest@chromium.org2014-05-213-42/+9
| | | | | | | | | | | | | | | | This appears to be a vestigal part of some StreamAsFile() operation that no longer exists. It's not necessary to cache this file info in the plugin, as we only ever return it once. I've split this off from a bigger StreamAsFile() refactoring to make the diff smaller, to help debug Windows failures on that patch. BUG=239656 R=bbudge@chromium.org Review URL: https://codereview.chromium.org/297763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271940 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK Docs] PPAPI docs use a new template without a sidenav.binji@chromium.org2014-05-211041-2625/+9672
| | | | | | | | | | | | | | | | This is not perfect, as some function names are still to long. But it improves most of them. I've also added the ability to specify the chromesite template to use from within the .rst file. BUG=374811 TEST=locally ran the server R=kalman@chromium.org, sbc@chromium.org Review URL: https://codereview.chromium.org/299753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271937 0039d316-1c4b-4281-b951-d872f2087c98
* Move geometry types to a more central location.ben@chromium.org2014-05-2115-83/+206
| | | | | | | | | R=sky@chromium.org BUG= Review URL: https://codereview.chromium.org/298563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271936 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes dependency ordering to get libjingle style overrides working for ↵mallinath@chromium.org2014-05-212-0/+3
| | | | | | | | | | | webrtc. See http://chromegw.corp.google.com/i/internal.chromium.webrtc.fyi/builders/Linux/builds/5887/steps/compile/logs/stdio. Tested it locally. BUG=N/A R=hellner@chromium.org Review URL: https://codereview.chromium.org/293983009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271935 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-211-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271934 0039d316-1c4b-4281-b951-d872f2087c98
* Skia roll 14765:14827fmalita@chromium.org2014-05-211-1/+1
| | | | | | | | | | | https://code.google.com/p/skia/source/list?num=62&start=14827 R=reed@google.com TBR=reed@google.com, robertphillips@google.com, zea@chromium.org Review URL: https://codereview.chromium.org/294903008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271933 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ElfCoreDumpTest.ValidCoreFile on Androidzea@chromium.org2014-05-211-0/+2
| | | | | | | | | | | Fails flakily on Android. BUG=375838 R=johnme@chromium.org Review URL: https://codereview.chromium.org/296933003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271929 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for complete buffer discards.dalecurtis@google.com2014-05-213-11/+124
| | | | | | | | | | | | | | | | Per discussion, allows kInfiniteDuration() for the front DiscardPadding value. When there's no decoder delay, this ensures accuracy when discarding. If decoder delay is present, the code falls back to using the duration as an estimation. BUG=371633 TEST=new unittests NOTRY=true R=wolenetz@chromium.org Review URL: https://codereview.chromium.org/293053005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271928 0039d316-1c4b-4281-b951-d872f2087c98
* Rename get_splice_buffers() to splice_buffers() per style.dalecurtis@google.com2014-05-213-8/+8
| | | | | | | | | | | | | Changes in preparation for upcoming preroll_buffer() method. BUG=none TEST=none NOTRY=true R=wolenetz@chromium.org Review URL: https://codereview.chromium.org/294043007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271927 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of Unload all apps / extensions when deleting a profile. ↵scheib@chromium.org2014-05-219-87/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://codereview.chromium.org/266343002/) Reason for revert: Caused crash in official builds when deleting profiles while the chrome:chrome-signin tab is open BUG=374683 TBR=kalman, sky Original issue's description: > Unload all apps / extensions immediately when deleting a profile. > > Previously apps could remain running with references to profiles that had been deleted by users, but before the browser shut down and profiles were fully removed. Problems included E.g. opening a link in an app would open a tab in the deleted profile. > > Relanding patch: ShutdownStartupCycle failed in build [49353], this patch was speculatively reverted in r269383 [49355], but ShutdownStartupCycle failed again in [49362] after the revert had landed. > > [49353] http://build.chromium.org/p/chromium.mac/builders/Mac%2010.6%20Tests%20%28dbg%29%281%29/builds/49353 > [49355] http://build.chromium.org/p/chromium.mac/builders/Mac%2010.6%20Tests%20%28dbg%29%281%29/builds/49355 > [49362] http://build.chromium.org/p/chromium.mac/builders/Mac%2010.6%20Tests%20%28dbg%29%281%29/builds/49362 > > BUG=368684 > TEST=Manual testing as described on http://crbug.com/368684#c1 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269343 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270890 Review URL: https://codereview.chromium.org/289283013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271926 0039d316-1c4b-4281-b951-d872f2087c98
* Disable IndexedDBBrowserTest.DeleteCompactsBackingStorezea@chromium.org2014-05-211-1/+3
| | | | | | | | | | | Crashes on various platforms. See bug. TBR=haitaol@chromium.org BUG=375856 Review URL: https://codereview.chromium.org/295093006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271925 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-211-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271924 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 271881 "Skia roll 14765:14816"kbr@chromium.org2014-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | Caused canvas test failures on all platforms. BUG=375851 > Skia roll 14765:14816 > > https://code.google.com/p/skia/source/list?num=50&start=14816 > TBR= > BUG= > > Review URL: https://codereview.chromium.org/284413006 TBR=fmalita@chromium.org Review URL: https://codereview.chromium.org/294183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271923 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ProcessUtilTest.GetAppOutputRestricted on Androidzea@chromium.org2014-05-211-0/+6
| | | | | | | | | | | Times out on Android Tests Dbg flakily. See bug for details. BUG=375840 TBR=haitaol@chromium.org Review URL: https://codereview.chromium.org/299833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271922 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 271737 "Revert 271721 "VS2013 Update 2""scottmg@chromium.org2014-05-218-81/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://src.chromium.org/viewvc/chrome?view=rev&revision=271919 fixes the compiler crash, http://src.chromium.org/viewvc/chrome?view=rev&revision=271780 fixes the bug in landmines that didn't allow the initial land/revert to go smoothly. Should be A-OK this time. > Revert 271721 "VS2013 Update 2" > > static_library build ICEing on some builders on mini_installer. > > > VS2013 Update 2 > > > > As discussed in the linked bug, the toolchain2013.py script in > > depot_tools is no longer workable (because the update for Update 2 is > > supplied as a .msp that must be applied against a system-installed > > VS2013). > > > > As such, the Express hash here is not updated. > > > > The hash zip referenced here was built as follows: > > - Install VS2013 Update 2 on a clean VM > > - Copy DIA SDK\, VC\ > > - Copy DLLs from VC\redist to sys32\ and sys64\ > > - Copy win8sdk unchanged from previous .zip. > > - Delete various unused arm\ subdirectories > > - Delete the IDE-only Snippets, etc. subdirectories in VC\ > > - Patch VC\include\xtree to disable warning 4702 per request in > > http://crbug.com/346399 . > > > > A followup change will be to write a script that does these steps > > semi-automatically, hopefully for Express too, though there is the > > added complication of the WDK/ATL/MFC hacking required there. In > > particular, this script will not be useful for a dev to actually run > > as part of runhooks, but will be a bit useful for deployment/ > > documentation of the above process. > > > > In the interim there are no extremely-pressing reasons for Express > > users to update to Update2 that I'm aware of, so they get non-Update2 > > for now. > > > > R=iannucci@chromium.org > > BUG=372451,346399,371847,339215,350639 > > > > Review URL: https://codereview.chromium.org/284663003 > > TBR=scottmg@chromium.org > > Review URL: https://codereview.chromium.org/297753002 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/295093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271921 0039d316-1c4b-4281-b951-d872f2087c98
* [webcrypto] Fix a leak in RSA private key import using JWK.eroman@chromium.org2014-05-211-0/+3
| | | | | | | | | BUG=375808,245025,373542 TBR=rsleevi Review URL: https://codereview.chromium.org/299623007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271920 0039d316-1c4b-4281-b951-d872f2087c98
* Simpler memset, avoids ICE on VS2013 Update2scottmg@chromium.org2014-05-211-23/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code is causing: FAILED: ninja -t msvc -e environment.x86 -- C:\b\build\goma/gomacc "C:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64_x86\cl.exe" /nologo /showIncludes /FC @obj\chrome\installer\mini_installer\mini_installer.mini_installer.obj.rsp /c ..\..\chrome\installer\mini_installer\mini_installer.cc /Foobj\chrome\installer\mini_installer\mini_installer.mini_installer.obj /Fdobj\chrome\installer\mini_installer.cc.pdb c:\b\build\slave\win-latest-rel\build\src\chrome\installer\mini_installer\mini_installer.cc(857) : fatalerror C1001: An internal error has occurred in the compiler. (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 228) To work around this problem, try simplifying or changing the program near the locations listed above. Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information INTERNAL COMPILER ERROR in 'C:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64_x86\cl.exe' Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information after Update 2. The CRT's implementation looks like the simple char loop, so simplify here too. In practice, I think this will only rarely get used, as the compiler is allowed to "know" what memset does and replace it with an optimized version. There's an upstream bug filed here: https://connect.microsoft.com/VisualStudio/feedback/details/878340/ice-on-memset-implementation-at-o2 R=grt@chromium.org BUG=372451 Review URL: https://codereview.chromium.org/294943005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271919 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: DescWrapper cleanup in PnaclResources.teravest@chromium.org2014-05-2110-156/+134
| | | | | | | | | | | | | | | | This is part of an effort to get rid of use of DescWrapper/NaClDesc for nexe module loading. This is anticipation of moving nexe loading away from SRPC to Chrome IPC. Note that this tightens up some permissions for converting file descriptors; I'm not sure why some were originally opened with _O_RDWR. BUG=333950 R=bbudge@chromium.org Review URL: https://codereview.chromium.org/291973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271918 0039d316-1c4b-4281-b951-d872f2087c98
* Update PPB_VideoDecoder documentation.bbudge@chromium.org2014-05-213-47/+83
| | | | | | | | | | | | The Decode function should not require the plugin to maintain its buffer when it completes asynchronously. BUG=281689 R=dmichael@chromium.org Review URL: https://codereview.chromium.org/291083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271917 0039d316-1c4b-4281-b951-d872f2087c98
* Add harfbuzz to the GN build.brettw@chromium.org2014-05-212-0/+154
| | | | | | | | R=scottmg@chromium.org Review URL: https://codereview.chromium.org/284313010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271916 0039d316-1c4b-4281-b951-d872f2087c98
* Add regression tests to ensure that IPC::Listener::OnBadMessageReceived is ↵jam@chromium.org2014-05-213-103/+228
| | | | | | | | | | | | | | always called for all cases, i.e. 1) using IPC::Channel directly 2) using IPC::ChannelProxy and the IPC is dispatched on the IO thread 2) using IPC::ChannelProxy and the IPC is dispatched on the listener thread R=tsepez@chromium.org Review URL: https://codereview.chromium.org/282303014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271915 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271914 0039d316-1c4b-4281-b951-d872f2087c98
* Pull OpenSSL depsbrettw@chromium.org2014-05-211-1/+1
| | | | | | | | | | | This is to get a GN build update on ARM R=rsleevi@chromium.org TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/297773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271913 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out public/private sources from content .gypis.brettw@chromium.org2014-05-213-2068/+2092
| | | | | | | | | | This is so these file lists can be shared with the GN build. There should be no change for the GYP build. TBR=jam@chromium.org Review URL: https://codereview.chromium.org/291093006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271912 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271911 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r13199 -> r13216dschuff@chromium.org2014-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r13200: (mseaborn) Unsandboxed IRT: Implement more of the irt_dev_filename interface r13201: (dschuff) Use cygwin targets instead of mingw in list of uploadable targets for PNaCl builders r13202: (mseaborn) symlink()/link() tests: Fix error handling r13203: (noelallen) Roll bionic. r13204: (noelallen) Roll bionic. r13205: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13206: (kschimpf) Update revision for PNaCl r13166->r13199 r13207: (dschuff) Convert paths in temp upload packages file r13208: (mseaborn) Remove unused support for SysV shared memory r13209: (mark) [Windows] Don't run an impossible test case from nacl_host_desc_big_file_test. r13210: (bradnelson) Pass --revision to runtest.py r13211: (mseaborn) Non-SFI Mode: Add ability to build newlib-based Linux static executables r13212: (sehr) Enable the gyp android build r13213: (dschuff) Remove test of pinned toolchain from toolchain bots r13214: (dschuff) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13215: (dyen) Git repositories syncing through repo_tools can be validated. r13216: (dschuff) Pin toolchain_build_pnacl toolchain into NaCl BUG=none TEST=browser_tests and nacl_integration R=jvoung@chromium.org Review URL: https://codereview.chromium.org/292603004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271910 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce the use of ui::ScaleFactor in webui/faviconoshima@chromium.org2014-05-2113-112/+92
| | | | | | | | | | | First step for renaming ui::ScaleFactor to ui::ResourceScaleFactor BUG=372212 R=pkotwicz@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/291733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271909 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271908 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 271905 "Roll pdfium to get fixes for build warnings."jam@chromium.org2014-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | > Roll pdfium to get fixes for build warnings. > > a3f590b Add Matt Giuca to AUTHORS. > 4db62f5 Fixed or silenced all warnings and turned on warnings-as-errors. > 2c4b046 cf2hints: Fix early loop termination causing hints to be ignored. > 4fbe779 Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning. > 6f9095f Add my @chromium account in the AUTHORS file. > 54c1825 Remove "using namespace agg" to make it clear which code is using agg, and also so we can turn compiler warnings into errors. > 5ce98f5 Fix warning on Mac. > 41f0590 Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library. > > R=thestig@chromium.org > > Review URL: https://codereview.chromium.org/295983005 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/296913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271907 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271906 0039d316-1c4b-4281-b951-d872f2087c98
* Roll pdfium to get fixes for build warnings.jam@chromium.org2014-05-211-1/+1
| | | | | | | | | | | | | | | | | a3f590b Add Matt Giuca to AUTHORS. 4db62f5 Fixed or silenced all warnings and turned on warnings-as-errors. 2c4b046 cf2hints: Fix early loop termination causing hints to be ignored. 4fbe779 Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning. 6f9095f Add my @chromium account in the AUTHORS file. 54c1825 Remove "using namespace agg" to make it clear which code is using agg, and also so we can turn compiler warnings into errors. 5ce98f5 Fix warning on Mac. 41f0590 Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library. R=thestig@chromium.org Review URL: https://codereview.chromium.org/295983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271905 0039d316-1c4b-4281-b951-d872f2087c98
* [webcrypto] Add JWK import/export of RSA private keys (NSS).eroman@chromium.org2014-05-219-93/+600
| | | | | | | | | BUG=373543,373542,245025 R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/287133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271901 0039d316-1c4b-4281-b951-d872f2087c98
* Made "enable-new-profile-management" flag available for Chrome OS.dzhioev@chromium.org2014-05-211-1/+1
| | | | | | | | | | BUG=none NOTRY=true R=merkulova@chromium.org Review URL: https://codereview.chromium.org/297683007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271898 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 2007.0 to 2008.0chrome-release@google.com2014-05-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271893 0039d316-1c4b-4281-b951-d872f2087c98
* Add gn dependency on v8 back injochen@chromium.org2014-05-211-0/+1
| | | | | | | | | BUG=none R=brettw@chromium.org Review URL: https://codereview.chromium.org/265403004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271888 0039d316-1c4b-4281-b951-d872f2087c98
* Updated tray assets for "new-profile-management" mode.dzhioev@chromium.org2014-05-2110-13/+21
| | | | | | | | | | BUG=356183 TEST=manually R=oshima@chromium.org Review URL: https://codereview.chromium.org/291233004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271887 0039d316-1c4b-4281-b951-d872f2087c98
* Create OmniboxMetricsProvider class.asvitkine@chromium.org2014-05-216-196/+273
| | | | | | | | | BUG=374226 R=isherman@chromium.org Review URL: https://codereview.chromium.org/293013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271885 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271884 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.27.9.1 (merged r21405).jochen@chromium.org2014-05-211-1/+1
| | | | | | | | TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/296003006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271883 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-211-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271882 0039d316-1c4b-4281-b951-d872f2087c98
* Skia roll 14765:14816fmalita@chromium.org2014-05-211-1/+1
| | | | | | | | | | https://code.google.com/p/skia/source/list?num=50&start=14816 TBR= BUG= Review URL: https://codereview.chromium.org/284413006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271881 0039d316-1c4b-4281-b951-d872f2087c98
* Blink GC plugin: disallow GC derived types as part-object fields.zerny@chromium.org2014-05-214-24/+112
| | | | | | | | | | BUG=334149 R=ager@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/292743006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271880 0039d316-1c4b-4281-b951-d872f2087c98