1. 22 Sep, 2014 40 commits
    • oshima's avatar
      As both now uses AppWindow · 685ccea8
      oshima authored
      BUG=None
      TBR=yoz@chromium.org
      
      Review URL: https://codereview.chromium.org/587953002
      
      Cr-Commit-Position: refs/heads/master@{#295986}
      685ccea8
    • Brett Wilson's avatar
      GN: Fix dependency output file handling. · 4fab8a0b
      Brett Wilson authored
      A copy and paste error meant it used the link output file for dependency tracking. This is valid but inefficient, which was why it wasn't caught. Added a new test for this case
      
      R=scottmg@chromium.org
      
      Review URL: https://codereview.chromium.org/583363003
      
      Cr-Commit-Position: refs/heads/master@{#295985}
      4fab8a0b
    • tonyg's avatar
      [Telemetry] Disable v8.garbage_collection_cases to match old master.cfg. · 94885cc5
      tonyg authored
      It was accidentally enabled with the switch to recipes.
      
      BUG=416502
      NOTRY=True
      TBR=dtu@chromium.org
      
      Review URL: https://codereview.chromium.org/587533004
      
      Cr-Commit-Position: refs/heads/master@{#295984}
      94885cc5
    • jam's avatar
      Move content_gl_tests.isolate to content. · 1351139b
      jam authored
      I noticed this while looking through isolate files. Since the test target is in content, the isolate file should be alongside.
      
      Review URL: https://codereview.chromium.org/573073003
      
      Cr-Commit-Position: refs/heads/master@{#295983}
      1351139b
    • mostynb's avatar
      remove empty gl.gyp file · 241405ee
      mostynb authored
      Followup to an old CL: 7283013, which attempted to delete this file.
      
      Review URL: https://codereview.chromium.org/587103004
      
      Cr-Commit-Position: refs/heads/master@{#295982}
      241405ee
    • gajendra.n's avatar
      Open just folder menu on middle clicking chevron button. · 1e5f7142
      gajendra.n authored
      In common openBookmarkFolder: function, check if button is offTheSideButton and
      event is NSOtherMouseUp, if so, open just the folder menu instead of opening all
      bookmarks under it.
      
      BUG=46682
      R=asvitkine@chromium.org
      
      TEST=
      1) Launch chrome and add more bookmarks to Bookmarks bar so that offTheSideButton
      is visible.
      2) Middle click on the button and observe.
      3) It should just open its folder menu instead of opening all bookmarks under it.
      
      Review URL: https://codereview.chromium.org/583223002
      
      Cr-Commit-Position: refs/heads/master@{#295981}
      1e5f7142
    • jam's avatar
      Revert of Swarming configuration files for chromoting integration tests... · b2c1542b
      jam authored
      Revert of Swarming configuration files for chromoting integration tests (patchset #4 id:60001 of https://codereview.chromium.org/498373003/)
      
      Reason for revert:
      This is slowing down the trybots because it's uploading these files even though they're not used on trybots. look at how gpu isolates that are only used on the GPU builders are handled (there's a gyp variable which is only set by the builders which run these tests)
      
      Original issue's description:
      > Swarming configuration files for chromoting integration tests.
      >
      > BUG=
      >
      > Committed: https://crrev.com/d90ba4c4e4ddf5c4cbb6cf812c9571d628e30567
      > Cr-Commit-Position: refs/heads/master@{#292785}
      
      TBR=maruel@chromium.org,anandc@chromium.org,chaitali@chromium.org,anandc@google.com,leilei@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      BUG=
      
      Review URL: https://codereview.chromium.org/591163002
      
      Cr-Commit-Position: refs/heads/master@{#295980}
      b2c1542b
    • tonyg's avatar
      [Telemetry] Disable memory_pressure to match old master.cfg. · 4a8f8e3c
      tonyg authored
      It was unintentionally enabled with the switch to recipes.
      
      BUG=388885
      TBR=dtu@chromium.org
      NOTRY=True
      
      Review URL: https://codereview.chromium.org/596483002
      
      Cr-Commit-Position: refs/heads/master@{#295979}
      4a8f8e3c
    • sataya.m's avatar
      [Android]Optimization of scrollbar animation. · 68d7d9b4
      sataya.m authored
      Scrollbar animation is required if scrollbar parameters are changed.
      If any of the scrollbar parameters are changed that should trigger the
      scrollbar animation. If any of the scrollbar parameter is not changed,
      that doesn't require scrollbar animation. Current Patch ensures that
      scrollbar is animated only when any of the scrollbar parameter is
      changed.
      
      BUG=414238
      
      Review URL: https://codereview.chromium.org/571873003
      
      Cr-Commit-Position: refs/heads/master@{#295978}
      68d7d9b4
    • noms's avatar
      [Mac] Track when the User Manager is opened. · d69572c0
      noms authored
      Windows does this, Mac doesn't. ¯\(°_o)/¯
      
      BUG=NONE
      
      Review URL: https://codereview.chromium.org/590133003
      
      Cr-Commit-Position: refs/heads/master@{#295977}
      d69572c0
    • avi's avatar
      Revert of [Mac] Remove unnecessary button on 'Bookmark all tabs' window... · d9ab6775
      avi authored
      Revert of [Mac] Remove unnecessary button on 'Bookmark all tabs' window (patchset #2 id:20001 of https://codereview.chromium.org/583633002/)
      
      Reason for revert:
      Nonono you can't just hack out lines from xib files! https://codereview.chromium.org/586543002/ rebuilds the xib file in Xcode to accomplish this and more.
      
      Original issue's description:
      > [Mac] Remove unnecessary button on 'Bookmark all tabs' window
      >
      > Remove unnecessary button on 'Bookmark all tabs' window which appears
      > before "Bookmarks Bar"
      > XIB Changes:
      > Removing the line in the following .xib file which is responsible for the appearance of empty button.
      > chrome/app/nibs/BookmarkAllTabs.xib
      >
      > BUG=415554
      > R=asvitkine@chromium.org
      >
      > TEST=
      > 1) Launch chrome, open 2-3 tabs.
      > 2) Right click on last tab and select 'Bookmark all tabs'
      > 3) Empty button shouldn't be shown.
      >
      > Committed: https://crrev.com/0ce925fc1ee0f53142313d1b63b32dafbeeeaace
      > Cr-Commit-Position: refs/heads/master@{#295714}
      
      TBR=asvitkine@chromium.org,shilpa.shri@samsung.com
      NOTREECHECKS=true
      NOTRY=true
      BUG=415554
      
      Review URL: https://codereview.chromium.org/592833002
      
      Cr-Commit-Position: refs/heads/master@{#295976}
      d9ab6775
    • derat's avatar
      linux: Default to custom frame for EWMH-supporting WMs. · 8d3a769f
      derat authored
      Change the logic for determining if we should default to
      custom window frames (as opposed to using WM-drawn
      titlebars):
      
      a) Don't use custom frames for window managers that don't
         support EWMH (Extended Window Manager Hints).
      b) Don't use custom frames for EWMH-supporting tiling WMs and
         a few other WMs that don't play well with custom frames.
      c) Otherwise, use custom frames.
      
      Previously, custom frames were only used for a hardcoded set
      of EWMH-supporting window managers.
      
      BUG=345482
      
      Review URL: https://codereview.chromium.org/578443004
      
      Cr-Commit-Position: refs/heads/master@{#295975}
      8d3a769f
    • binjin's avatar
      Add new ExtensionManagement preference · b2454381
      binjin authored
      New ExtensionManagement preference is a policy-controlled dictionary preference for management of extensions.
      Current implementation covers all legacy extension management preference (installation_mode, install_sources, allowed_types).
      
      This CL includes extension preference parsing, definition of constants strings for properties/string enums in the new dictionary value, and a test helper class for manipulating it in unit tests.
      
      BUG=177351
      
      Review URL: https://codereview.chromium.org/559603002
      
      Cr-Commit-Position: refs/heads/master@{#295974}
      b2454381
    • Nico Weber's avatar
      mac: Fix build with 10.9 SDK (from Xcode 6). · f52fe585
      Nico Weber authored
      Without this, the compiler complains about glDeleteTextures etc not being
      declared.
      
      BUG=none
      R=ccameron@chromium.org
      
      Review URL: https://codereview.chromium.org/587193005
      
      Cr-Commit-Position: refs/heads/master@{#295973}
      f52fe585
    • weiliangc's avatar
      Use RunLoop to wait for readback on compositor unittest · cb9e0df0
      weiliangc authored
      In layer unittest ReadPixel loops multiple times to wait to a readback.
      This causes flake on cros valgrind bot. Instead use RunLoop to wait for
      readback.
      
      The flake is exposed if ui::Compositor uses Scheduler (CL 535733002)
      
      BUG=403528
      
      Review URL: https://codereview.chromium.org/587863002
      
      Cr-Commit-Position: refs/heads/master@{#295972}
      cb9e0df0
    • reed's avatar
      move build flags into chrome's SkUserConfig · 568777cc
      reed authored
      BUG=
      
      Review URL: https://codereview.chromium.org/587173008
      
      Cr-Commit-Position: refs/heads/master@{#295971}
      568777cc
    • mathp's avatar
      Revert of Let --js-flags work when Harmony is enabled in about:flags (patchset... · e2756241
      mathp authored
      Revert of Let --js-flags work when Harmony is enabled in about:flags (patchset #2 id:20001 of https://codereview.chromium.org/588543003/)
      
      Reason for revert:
      Breaks unit_tests
      
      http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Tests%20%281%29/builds/3714
      
      Original issue's description:
      > Let --js-flags work when Harmony is enabled in about:flags
      >
      > R=jochen@chromium.org
      > BUG=
      >
      > Committed: https://crrev.com/727cae88098c3fd91df47afa64cb756b54050b20
      > Cr-Commit-Position: refs/heads/master@{#295960}
      
      TBR=jochen@chromium.org,erik.corry@gmail.com,erikcorry@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      BUG=
      
      Review URL: https://codereview.chromium.org/589093003
      
      Cr-Commit-Position: refs/heads/master@{#295970}
      e2756241
    • skia-deps-roller's avatar
      Roll src/third_party/skia a392c9d:a29b5d8 · 42015985
      skia-deps-roller authored
      Summary of changes available at:
      https://chromium.googlesource.com/skia/+log/a392c9d..a29b5d8
      
      CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg
      TBR=borenet@google.com
      
      Review URL: https://codereview.chromium.org/590123003
      
      Cr-Commit-Position: refs/heads/master@{#295969}
      42015985
    • kjellander's avatar
      Add media_unittests to chromium_builder_webrtc GYP target. · 88f639b4
      kjellander authored
      Also depend on chromium_builder_perf instead of chromium_builder_qa
      since it's likely we'll start running Telemetry tests on our bots
      in the near future.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/587173004
      
      Cr-Commit-Position: refs/heads/master@{#295968}
      88f639b4
    • earthdok's avatar
      Hard-code the symbolizer path in asan_symbolize.py · 8f3aad07
      earthdok authored
      BUG=415179
      R=glider@chromium.org
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/556853003
      
      Cr-Commit-Position: refs/heads/master@{#295967}
      8f3aad07
    • mathp's avatar
      [Sheriffing] Removing dependency from GN file · 5b9cc021
      mathp authored
      Previous change forgot to remove a file from BUILD.gn
      
      https://codereview.chromium.org/479873002
      
      BUG=None
      NOTRY=true
      TBR=jam
      
      Review URL: https://codereview.chromium.org/587193004
      
      Cr-Commit-Position: refs/heads/master@{#295966}
      5b9cc021
    • mlerman's avatar
      Different message for offline unlock, first time. · 47bc8df1
      mlerman authored
      BUG=413271
      TEST=Ensure new-profile-management is disabled. Sign in to a profile.
      Enable new-profile-management. Lock an account. Take the machine
      offline. Try to unlock your account (with the right or wrong password),
      and receive a message specifying that your password cannot be
      verified because you're offline.
      
      Review URL: https://codereview.chromium.org/591533002
      
      Cr-Commit-Position: refs/heads/master@{#295965}
      47bc8df1
    • elizavetai's avatar
      Moving parts connected to screenshot testing from login_ui_browsertest.cc to... · e9d0473a
      elizavetai authored
      Moving parts connected to screenshot testing from login_ui_browsertest.cc to separate files. Uses BrowserTestBase::Admixture added in https://codereview.chromium.org/468493003/.
      
      BUG=395653
      
      Review URL: https://codereview.chromium.org/441263002
      
      Cr-Commit-Position: refs/heads/master@{#295964}
      e9d0473a
    • kpschoedel's avatar
      Removing uses of X11 native key events. · c6037c66
      kpschoedel authored
      BUG=380349
      
      Committed: https://chromium.googlesource.com/chromium/src/+/bbb7ea7c66f18298079eea4a6b24834986f4a822
      
      Committed: https://crrev.com/19537df7b11b6e634c16a3073a77b98db3d7b61f
      Cr-Commit-Position: refs/heads/master@{#293520}
      
      Review URL: https://codereview.chromium.org/479873002
      
      Cr-Commit-Position: refs/heads/master@{#295963}
      c6037c66
    • vasilii's avatar
      Revert of Roll src/third_party/WebKit 08e97a9:0f6e289 (svn 182386:182407)... · 7cad3527
      vasilii authored
      Revert of Roll src/third_party/WebKit 08e97a9:0f6e289 (svn 182386:182407) (patchset #1 id:1 of https://codereview.chromium.org/588163003/)
      
      Reason for revert:
      Linux ASAN memory leaks after "Roll src/third_party/WebKit 08e97a9:0f6e289 (svn 182386:182407)"
      http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%282%29/builds/7724/steps/content_unittests/logs/stdio
      
      ==30366==ERROR: LeakSanitizer: detected memory leaks
      
      Direct leak of 34 byte(s) in 1 object(s) allocated from:
      #0 0x50482b in malloc (/b/build/slave/Linux_ASan_LSan_Tests__2_/build/src/out/Release/content_unittests+0x50482b)
      #1 0x58b7516 in partitionAllocGenericFlags third_party/WebKit/Source/wtf/PartitionAlloc.h:538:20
      #2 0x58b7516 in partitionAllocGeneric third_party/WebKit/Source/wtf/PartitionAlloc.h:554
      #3 0x58b7516 in createUninitialized third_party/WebKit/Source/wtf/text/StringImpl.cpp:299
      #4 0x58b7516 in WTF::StringImpl::create(unsigned char const*, unsigned int) third_party/WebKit/Source/wtf/text/StringImpl.cpp:418
      #5 0x58e809f in WTF::String::fromUTF8(unsigned char const*, unsigned long) third_party/WebKit/Source/wtf/text/WTFString.cpp:911:16
      #6 0x58ffa2f in fromUTF8 third_party/WebKit/Source/wtf/text/WTFString.h:400:67
      #7 0x58ffa2f in blink::WebString::fromUTF8(char const*, unsigned long) third_party/WebKit/Source/platform/exported/WebString.cpp:91
      #8 0x20a09ac in WebString<23> third_party/WebKit/public/platform/WebString.h:113:16
      #9 0x20a09ac in content::MockMediaStreamRegistry::AddVideoTrack(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) content/renderer/media/mock_media_stream_registry.cc:36
      #10 0x217484a in VideoSourceHandlerTest_OpenWithoutClose_Test content/renderer/media/video_source_handler_unittest.cc:97:1
      #11 0x217484a in testing::internal::TestFactoryImpl<content::VideoSourceHandlerTest_OpenWithoutClose_Test>::CreateTest() testing/gtest/include/gtest/internal/gtest-internal.h:486
      #12 0x2f13c63 in HandleExceptionsInMethodIfSupported<testing::internal::TestFactoryBase, testing::Test *> testing/gtest/src/gtest.cc:2418:12
      #13 0x2f13c63 in testing::TestInfo::Run() testing/gtest/src/gtest.cc:2601
      #14 0x2f14df6 in testing::TestCase::Run() testing/gtest/src/gtest.cc:2728:5
      #15 0x2f28853 in testing::internal::UnitTestImpl::RunAllTests() testing/gtest/src/gtest.cc:4591:11
      #16 0x2f27e54 in HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> testing/gtest/src/gtest.cc:2418:12
      #17 0x2f27e54 in testing::UnitTest::Run() testing/gtest/src/gtest.cc:4209
      #18 0x2eb1e53 in RUN_ALL_TESTS testing/gtest/include/gtest/gtest.h:2304:10
      #19 0x2eb1e53 in base::TestSuite::Run() base/test/test_suite.cc:226
      #20 0x2ea717b in Run base/callback.h:401:12
      #21 0x2ea717b in base::(anonymous namespace)::LaunchUnitTestsInternal(base::Callback<int ()> const&, int, bool, base::Callback<void ()> const&) base/test/launcher/unit_test_launcher.cc:498
      #22 0x2ea6c70 in base::LaunchUnitTests(int, char**, base::Callback<int ()> const&) base/test/launcher/unit_test_launcher.cc:553:10
      #23 0x1ff5d0c in main content/test/run_all_unittests.cc:14:10
      #24 0x7f375d21876c in __libc_start_main /build/buildd/eglibc-2.15/csu/libc-start.c:226
      
      Original issue's description:
      > Roll src/third_party/WebKit 08e97a9:0f6e289 (svn 182386:182407)
      >
      > Summary of changes available at:
      > https://chromium.googlesource.com/chromium/blink/+log/08e97a9..0f6e289
      >
      > TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org
      >
      > Committed: https://crrev.com/f57e3cf2113ac892f16777e5ab225f3c68b94ede
      > Cr-Commit-Position: refs/heads/master@{#295950}
      
      TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org,blink-deps-roller@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/592783002
      
      Cr-Commit-Position: refs/heads/master@{#295962}
      7cad3527
    • vasilii's avatar
      Revert of Roll src/third_party/WebKit 0f6e289:a63b92e (svn 182407:182410)... · 7dcc80fc
      vasilii authored
      Revert of Roll src/third_party/WebKit 0f6e289:a63b92e (svn 182407:182410) (patchset #1 id:1 of https://codereview.chromium.org/590143002/)
      
      Reason for revert:
      Linux ASAN memory leaks after "Roll src/third_party/WebKit 08e97a9:0f6e289 (svn 182386:182407)"
      http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%282%29/builds/7724/steps/content_unittests/logs/stdio
      
      ==30366==ERROR: LeakSanitizer: detected memory leaks
      
      Direct leak of 34 byte(s) in 1 object(s) allocated from:
      #0 0x50482b in malloc (/b/build/slave/Linux_ASan_LSan_Tests__2_/build/src/out/Release/content_unittests+0x50482b)
      #1 0x58b7516 in partitionAllocGenericFlags third_party/WebKit/Source/wtf/PartitionAlloc.h:538:20
      #2 0x58b7516 in partitionAllocGeneric third_party/WebKit/Source/wtf/PartitionAlloc.h:554
      #3 0x58b7516 in createUninitialized third_party/WebKit/Source/wtf/text/StringImpl.cpp:299
      #4 0x58b7516 in WTF::StringImpl::create(unsigned char const*, unsigned int) third_party/WebKit/Source/wtf/text/StringImpl.cpp:418
      #5 0x58e809f in WTF::String::fromUTF8(unsigned char const*, unsigned long) third_party/WebKit/Source/wtf/text/WTFString.cpp:911:16
      #6 0x58ffa2f in fromUTF8 third_party/WebKit/Source/wtf/text/WTFString.h:400:67
      #7 0x58ffa2f in blink::WebString::fromUTF8(char const*, unsigned long) third_party/WebKit/Source/platform/exported/WebString.cpp:91
      #8 0x20a09ac in WebString<23> third_party/WebKit/public/platform/WebString.h:113:16
      #9 0x20a09ac in content::MockMediaStreamRegistry::AddVideoTrack(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) content/renderer/media/mock_media_stream_registry.cc:36
      #10 0x217484a in VideoSourceHandlerTest_OpenWithoutClose_Test content/renderer/media/video_source_handler_unittest.cc:97:1
      #11 0x217484a in testing::internal::TestFactoryImpl<content::VideoSourceHandlerTest_OpenWithoutClose_Test>::CreateTest() testing/gtest/include/gtest/internal/gtest-internal.h:486
      #12 0x2f13c63 in HandleExceptionsInMethodIfSupported<testing::internal::TestFactoryBase, testing::Test *> testing/gtest/src/gtest.cc:2418:12
      #13 0x2f13c63 in testing::TestInfo::Run() testing/gtest/src/gtest.cc:2601
      #14 0x2f14df6 in testing::TestCase::Run() testing/gtest/src/gtest.cc:2728:5
      #15 0x2f28853 in testing::internal::UnitTestImpl::RunAllTests() testing/gtest/src/gtest.cc:4591:11
      #16 0x2f27e54 in HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> testing/gtest/src/gtest.cc:2418:12
      #17 0x2f27e54 in testing::UnitTest::Run() testing/gtest/src/gtest.cc:4209
      #18 0x2eb1e53 in RUN_ALL_TESTS testing/gtest/include/gtest/gtest.h:2304:10
      #19 0x2eb1e53 in base::TestSuite::Run() base/test/test_suite.cc:226
      #20 0x2ea717b in Run base/callback.h:401:12
      #21 0x2ea717b in base::(anonymous namespace)::LaunchUnitTestsInternal(base::Callback<int ()> const&, int, bool, base::Callback<void ()> const&) base/test/launcher/unit_test_launcher.cc:498
      #22 0x2ea6c70 in base::LaunchUnitTests(int, char**, base::Callback<int ()> const&) base/test/launcher/unit_test_launcher.cc:553:10
      #23 0x1ff5d0c in main content/test/run_all_unittests.cc:14:10
      #24 0x7f375d21876c in __libc_start_main /build/buildd/eglibc-2.15/csu/libc-start.c:226
      
      Original issue's description:
      > Roll src/third_party/WebKit 0f6e289:a63b92e (svn 182407:182410)
      >
      > Summary of changes available at:
      > https://chromium.googlesource.com/chromium/blink/+log/0f6e289..a63b92e
      >
      > TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org
      >
      > Committed: https://crrev.com/09e1192db2fc7c5295eb373626b77945ca10aee3
      > Cr-Commit-Position: refs/heads/master@{#295959}
      
      TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org,blink-deps-roller@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/593693004
      
      Cr-Commit-Position: refs/heads/master@{#295961}
      7dcc80fc
    • Erik Corry's avatar
      Let --js-flags work when Harmony is enabled in about:flags · 727cae88
      Erik Corry authored
      R=jochen@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/588543003
      
      Cr-Commit-Position: refs/heads/master@{#295960}
      727cae88
    • blink-deps-roller's avatar
      Roll src/third_party/WebKit 0f6e289:a63b92e (svn 182407:182410) · 09e1192d
      blink-deps-roller authored
      Summary of changes available at:
      https://chromium.googlesource.com/chromium/blink/+log/0f6e289..a63b92e
      
      TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org
      
      Review URL: https://codereview.chromium.org/590143002
      
      Cr-Commit-Position: refs/heads/master@{#295959}
      09e1192d
    • glider's avatar
      Enable ASan default options on Mac. · 0640a5d1
      glider authored
      This CL links libsanitizer_options into every executable built with ASan on OSX.
      The existing implementation of __asan_default_options for Chromium.app is merged with that in sanitizer_options.cc
      
      Also now use_sanitizer_options is only set when building with sanitizers so that there isn't an unconditional dependency on an empty object file in every executable in non-sanitizer builds.
      
      BUG=302040
      R=cpu@chromium.org
      
      Review URL: https://codereview.chromium.org/581983003
      
      Cr-Commit-Position: refs/heads/master@{#295958}
      0640a5d1
    • chrome-tpm's avatar
      Updating trunk VERSION from 2166.0 to 2167.0 · dde58882
      chrome-tpm authored
      Cr-Commit-Position: refs/heads/master@{#295957}
      dde58882
    • joaodasilva's avatar
      Re-enabled PolicyTest.FileURLBlacklist. · 82405166
      joaodasilva authored
      This test flakes on the Mac. This CL adds additional logging to help diagnose the source of flakiness.
      
      BUG=339240
      
      Review URL: https://codereview.chromium.org/551323003
      
      Cr-Commit-Position: refs/heads/master@{#295956}
      82405166
    • ziran.sun's avatar
      Set autofilled property after autofilled value is set. · ae2e0995
      ziran.sun authored
      Autofill preview sets the field's autofill property to true. When the field is
      autofilled right after preview happens, we'd like to clear the autofill property
      that was set by preview before filling happens. This is handled in Blink side in
      SetValue() function -
      
      https://codereview.chromium.org/553983012/
      
      R=isherman@chromium.org
      BUG=412311
      
      Review URL: https://codereview.chromium.org/551403002
      
      Cr-Commit-Position: refs/heads/master@{#295955}
      ae2e0995
    • elizavetai's avatar
      Class MixinBasedBrowserTest was added. This class expands its base class,... · dbd9c9b2
      elizavetai authored
      Class MixinBasedBrowserTest was added. This class expands its base class, InProcessBrowserTest, by supporting adding mixins. Mixins can be used to add some features not related directly to the testing process in order not to make the test class too complicated and to set up them in a proper time (at the same time when the corresponding set ups for the main test are run).
      
      A mixin should be a class inherited from MixinBasedBrowserTest::Mixin. Test which wants to use some mixin should call AddMixin(mixin_) from its constructor, where mixin_ should be an instance of e.g. MixinYouWantToUse.
      
      Also, now LoginManagerTest is inherited from MixinBasedBrowserTest.
      
      BUG=395653
      
      Review URL: https://codereview.chromium.org/574703002
      
      Cr-Commit-Position: refs/heads/master@{#295954}
      dbd9c9b2
    • dgozman's avatar
      [DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to DevToolsManagerDelegate. · 252e18d2
      dgozman authored
      This decouples targets discovery from remote debugging in preparation
      of moving discovery to the protocol.
      
      BUG=398049
      
      Review URL: https://codereview.chromium.org/560323005
      
      Cr-Commit-Position: refs/heads/master@{#295953}
      252e18d2
    • mcasas's avatar
      Mac VideoCapture: Support for Blackmagic DeckLink device & capabilities enumeration, using SDK. · 9b46fe68
      mcasas authored
      This CL adds a new class VideoCaptureDeviceDeckLinkMac with
      two static methods EnumerateDevices() and
      EnumerateDeviceCapabilities(). This class also has some
      empty methods to comply with VCD interface.
      
      DeckLink uses ScopedComPtr style APIs, so an internal
      template class is provided with the needed bits for automatic
      reference counting inside VCDDeckLinkMac.
      
      Static methods for enumeration are used from VCDFactoryMac.
      
      Support for Blackmagic SDK as a third party is discussed in
      http://crbug.com/408534 and is necessary prerequisite
      for landing this CL. This SDK landing is under review in
      http://crrev.com/509313002.
      
      Other CL(s) will follow to use DeckLink devices for capture.
      
      BUG=408493, 408534
      
      Review URL: https://codereview.chromium.org/518073002
      
      Cr-Commit-Position: refs/heads/master@{#295952}
      9b46fe68
    • peria's avatar
      [SyncFS] Test MetadataDatabaseTest using both on-memory and on-disk indexes · 9eed34b6
      peria authored
      BUG=409743
      TEST=unit_tests --gtest_filter="MetadataDatabaseTest*"
      
      Review URL: https://codereview.chromium.org/552723002
      
      Cr-Commit-Position: refs/heads/master@{#295951}
      9eed34b6
    • blink-deps-roller's avatar
      Roll src/third_party/WebKit 08e97a9:0f6e289 (svn 182386:182407) · f57e3cf2
      blink-deps-roller authored
      Summary of changes available at:
      https://chromium.googlesource.com/chromium/blink/+log/08e97a9..0f6e289
      
      TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org
      
      Review URL: https://codereview.chromium.org/588163003
      
      Cr-Commit-Position: refs/heads/master@{#295950}
      f57e3cf2
    • vasilii's avatar
      Disable DeviceInertialSensorBrowserTest.LightOneOffInfintyTest. · f01d1be1
      vasilii authored
      BUG=416406
      TBR=rijubrata.bhaumik@intel.com
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/592733002
      
      Cr-Commit-Position: refs/heads/master@{#295949}
      f01d1be1
    • kulkarni.a's avatar
      Added the "DISALLOW_COPY_AND_ASSIGN(Timer);" for Timer class in gin/module/timer.h. · a3eab57a
      kulkarni.a authored
      BUG=
      
      Review URL: https://codereview.chromium.org/587713002
      
      Cr-Commit-Position: refs/heads/master@{#295948}
      a3eab57a
    • vasilii's avatar
      Revert of Roll src/third_party/WebKit 08e97a9:38de67c (svn 182386:182399)... · f5d0c07d
      vasilii authored
      Revert of Roll src/third_party/WebKit 08e97a9:38de67c (svn 182386:182399) (patchset #1 id:1 of https://codereview.chromium.org/587233002/)
      
      Reason for revert:
      Compilation failure on Mac:
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/OfflineAudioCompletionEvent.idl"
      /bin/sh: line 1:  8665 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/OfflineAudioCompletionEvent.idl"
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/OscillatorNode.idl"
      /bin/sh: line 1:  8666 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/OscillatorNode.idl"
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/PannerNode.idl"
      /bin/sh: line 1:  8669 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/PannerNode.idl"
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/PeriodicWave.idl"
      /bin/sh: line 1:  8670 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/PeriodicWave.idl"
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/SQLResultSetRowList.idl"
      /bin/sh: line 1:  8674 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/SQLResultSetRowList.idl"
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/SQLError.idl"
      /bin/sh: line 1:  8681 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/SQLError.idl"
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/SQLResultSet.idl"
      /bin/sh: line 1:  8682 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/SQLResultSet.idl"
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/SQLStatementCallback.idl"
      /bin/sh: line 1:  8684 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/SQLStatementCallback.idl"
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/WaveShaperNode.idl"
      /bin/sh: line 1:  8673 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webaudio/WaveShaperNode.idl"
      FAILED: cd ../../third_party/WebKit/Source/bindings/modules/v8; export BUILT_PRODUCTS_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export CONFIGURATION=Release; export PRODUCT_NAME=bindings_modules_v8_generated_individual; export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk; export SRCROOT=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release/../../third_party/WebKit/Source/bindings/modules/v8; export SOURCE_ROOT="${SRCROOT}"; export TARGET_BUILD_DIR=/Volumes/data/b/build/slave/Mac_Builder/build/src/out/Release; export TEMP_DIR="${TMPDIR}";python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/Database.idl"
      /bin/sh: line 1:  8676 Killed: 9               python ../../scripts/idl_compiler.py --cache-dir ../../../../../../out/Release/gen/blink/bindings/scripts --output-dir ../../../../../../out/Release/gen/blink/bindings/modules/v8 --interfaces-info ../../../../../../out/Release/gen/blink/bindings/modules/InterfacesInfoModules.pickle --write-file-only-if-changed 1 "../../../modules/webdatabase/Database.idl"
      2014-09-22 03:17:59.684 ibtoold[8067:707] [MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilder/IDEInterfaceBuilder-5056/InterfaceBuilderKit/Document/IBDocument.m:1627
      Details:  Some objects didn't get the ibBeginArchivingDocument:withContext: callback. A class has probably overridden the method without calling through to super.
      
      missing objects:
      <NSTableHeaderView:0x7fb363b91650>
      
      IBCocoaDocument:
        <NSCustomObject:0x7fb363bf25d0> id=-2
        <NSCustomObject:0x7fb363bf2670> id=-1
        <NSCustomObject:0x7fb363bf2690> id=-3
        <NSWindowTemplate:0x7fb363bf26d0> id=1
          <NSView:0x7fb363bf29d0> id=2 relationship=contentView frame={{0, 0}, {480, 268}}
            <NSCustomView:0x7fb363bf2e90> id=36 relationship=ibDesignableContentView.ibShadowedSubviews frame={{269, -2}, {211, 52}}
              <NSButton:0x7fb363bf3e60> id=7 relationship=ibDesignableContentView.ibShadowedSubviews frame={{5, 12}, {96, 32}} layoutFrame={{11, 19}, {84, 21}}
                <NSButtonCell:0x7fb363bf3f30> id=8 relationship=cell
              <NSButton:0x7fb363bf3230> id=5 relationship=ibDesignableContentView.ibShadowedSubviews frame={{101, 12}, {96, 32}} layoutFrame={{107, 19}, {84, 21}}
                <NSButtonCell:0x7fb363bf3730> id=6 relationship=cell
            <NSCustomView:0x7fb363bf4370> id=40 relationship=ibDesignableContentView.ibShadowedSubviews frame={{0, 205}, {71, 32}}
              <NSTextField:0x7fb363bf4610> id=9 relationship=ibDesignableContentView.ibShadowedSubviews frame={{17, 6}, {50, 17}} layoutFrame={{20, 6}, {44, 17}}
                <NSTextFieldCell:0x7fb363bf4a70> id=10 relationship=cell
            <NSCustomView:0x7fb363bf7170> id=44 relationship=ibDesignableContentView.ibShadowedSubviews frame={{0, -2}, {139, 52}}
              <NSButton:0x7fb363bf73c0> id=3 relationship=ibDesignableContentView.ibShadowedSubviews frame={{14, 12}, {111, 32}} layoutFrame={{20, 19}, {99, 21}}
                <NSButtonCell:0x7fb363bf7630> id=4 relationship=cell
            <NSTextField:0x7fb363bf77c0> id=13 relationship=ibDesignableContentView.ibShadowedSubviews frame={{74, 210}, {386, 22}}
              <NSTextFieldCell:0x7fb363bf7890> id=14 relationship=cell
            <NSScrollView:0x7fb363bf7da0> id=67 relationship=ibDesignableContentView.ibShadowedSubviews frame={{20, 50}, {440, 147}}
              <NSOutlineView:0x7fb363bf8b70> id=69 relationship=documentView frame={{0, 0}, {438, 129}}
                <NSTableColumn:0x7fb363c75c80> id=72 relationships=(outlineTableColumn, ibShadowedTableColumns)
                  <NSTextFieldCell:0x7fb363bf9880> id=73 relationship=dataCell
              <NSScroller:0x7fb363c019a0> id=71 relationship=verticalScroller frame={{423, 17}, {16, 129}}
              <NSScroller:0x7fb363c02a70> id=70 relationship=horizontalScroller frame={{1, 130}, {438, 16}}
            <NSCustomView:0x7fb363c028a0> id=90 relationship=ibDesignableContentView.ibShadowedSubviews frame={{0, 236}, {460, 32}}
              <NSTextField:0x7fb363c05f00> id=91 relationship=ibDesignableContentView.ibShadowedSubviews frame={{17, 5}, {216, 17}} layoutFrame={{20, 5}, {210, 17}}
                <NSTextFieldCell:0x7fb363c03c90> id=92 relationship=cell
        <NSCustomObject:0x7fb363c058d0> id=34
        <NSCustomObject:0x7fb363bf26b0> id=37
        <NSTreeController:0x7fb363c069f0> id=74
      
      Object:   <IBCocoaDocument: 0x7fb365803e00>
      Method:   -willArchiveWithContext:
      Thread:   <NSThread: 0x7fb361419330>{name = (null), num = 1}
      Hints: None
      Backtrace:
        0  0x0000000108a75ac1 -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in DVTFoundation)
        1  0x0000000108a75519 _DVTAssertionHandler (in DVTFoundation)
        2  0x0000000108a757ff _DVTAssertionFailureHandler (in DVTFoundation)
        3  0x0000000107aae172 -[IBDocument willArchiveWithContext:] (in IDEInterfaceBuilderKit)
        4  0x000000010e28773e IBCompileKeyedObjectsData (in IDEInterfaceBuilderCocoaIntegration)
        5  0x000000010e28762e -[IBCocoaDocument compiledKeyedObjectsDataWithOptionserror:] (in IDEInterfaceBuilderCocoaIntegration)
        6  0x000000010e287afa -[IBCocoaDocument internalCompiledPackageWithOptionserror:] (in IDEInterfaceBuilderCocoaIntegration)
        7  0x0000000107ac67b1 __47-[IBDocument compiledPackageWithOptionserror:]_block_invoke (in IDEInterfaceBuilderKit)
        8  0x0000000107aeb0c9 -[IBDocument assertIfArbitrationIsScheduledDuring:] (in IDEInterfaceBuilderKit)
        9  0x0000000107ac6722 -[IBDocument compiledPackageWithOptionserror:] (in IDEInterfaceBuilderKit)
       10  0x000000010789ef8b (in ibtoold)
       11  0x00000001078a23ad (in ibtoold)
       12  0x00000001078acb65 (in ibtoold)
       13  0x00000001078ad0c0 (in ibtoold)
       14  0x00000001078acf90 (in ibtoold)
       15  0x00000001078ab3e7 (in ibtoold)
       16  0x00000001078ac7b7 (in ibtoold)
       17  0x00000001078abd6e (in ibtoold)
       18  0x00007fff978607e1 start (in libdyld.dylib)
      ninja: build stopped: subcommand failed.
      
      Original issue's description:
      > Roll src/third_party/WebKit 08e97a9:38de67c (svn 182386:182399)
      >
      > Summary of changes available at:
      > https://chromium.googlesource.com/chromium/blink/+log/08e97a9..38de67c
      >
      > TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org
      >
      > Committed: https://crrev.com/f838f453af2d146a6bdd0f960f2edce0c03d4c27
      > Cr-Commit-Position: refs/heads/master@{#295946}
      
      TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org,blink-deps-roller@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/590103002
      
      Cr-Commit-Position: refs/heads/master@{#295947}
      f5d0c07d