1. 05 Dec, 2016 28 commits
  2. 04 Dec, 2016 12 commits
    • kbr's avatar
      Suppress virtual/color_space/fast/canvas/color-space/display_linear-rgb.html on Windows. · 73a3e000
      kbr authored
      It's failing on most try jobs, causing retries and slowing down the CQ.
      
      BUG=671048
      TBR=dpranke@chromium.org, zakerinasab@chromium.org
      NOTRY=true
      
      Review-Url: https://codereview.chromium.org/2551753002
      Cr-Commit-Position: refs/heads/master@{#436207}
      73a3e000
    • kbr's avatar
      Mark tex-subimage3d-pixel-buffer-bug as an expected failure on Linux Intel. · b7f2ba2d
      kbr authored
      BUG=662644
      CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
      TBR=zmo@chromium.org
      
      Review-Url: https://codereview.chromium.org/2550983002
      Cr-Commit-Position: refs/heads/master@{#436206}
      b7f2ba2d
    • lshang's avatar
      HTTP Bad: Add a seperator between http warning message and other entries · a8edeaa9
      lshang authored
      According to the mocks(go/fns-ui-spec), there should be a seperator between http
      warning message and other autofill entries.
      
      BUG=662298, 662297
      
      Review-Url: https://codereview.chromium.org/2542593003
      Cr-Commit-Position: refs/heads/master@{#436205}
      a8edeaa9
    • skia-deps-roller's avatar
      Roll src/third_party/skia/ d87fbee77..8b4b56ac2 (1 commit). · f2998071
      skia-deps-roller authored
      https://skia.googlesource.com/skia.git/+log/d87fbee77524..8b4b56ac2927
      
      $ git log d87fbee77..8b4b56ac2 --date=short --no-merges --format='%ad %ae %s'
      2016-12-04 msarett Fix max/min error
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, see:
      http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls
      
      CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
      TBR=herb@google.com
      
      Review-Url: https://codereview.chromium.org/2553483002
      Cr-Commit-Position: refs/heads/master@{#436204}
      f2998071
    • xiaoyin.l's avatar
      Fix typo in Windows Build Instructions · 802e4b3e
      xiaoyin.l authored
      In the "Get the code" section, shouldn't it be "fetch chromium"? As
      it is unlikely that people who build Chromium on Windows want to target
      iOS.
      
      Also this is my first patch submission, so I think I also need to add my
      name to the AUTHORS file.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2545313002
      Cr-Commit-Position: refs/heads/master@{#436203}
      802e4b3e
    • robhogan's avatar
      Stop searching for overhanging floats when the sibling's floats no longer overlap · eb8f963f
      robhogan authored
      BUG=670325
      
      Review-Url: https://codereview.chromium.org/2547933003
      Cr-Commit-Position: refs/heads/master@{#436202}
      eb8f963f
    • yzshen's avatar
      Mojo JS bindings: introduce concepts that are more similar to C++ bindings: · 5f3032e7
      yzshen authored
      - InterfacePtrInfo
      - InterfaceRequest
      - InterfacePtr
      - Binding
      
      BUG=579646
      
      Review-Url: https://codereview.chromium.org/2549683002
      Cr-Commit-Position: refs/heads/master@{#436201}
      5f3032e7
    • bnc's avatar
      Use wire values in SpdySettingsIds. · 08e5b8e4
      bnc authored
      - Use wire values in SpdySettingsIds,
      - remove SPDY/3.1-only setting values from SpdySettingsIds,
      - rename ParseSettingId() to ParseSettingsId(),
      - merge IsValidSettingId() into ParseSettingsId(),
      - remove SerializeSettingId(),
      - factor out SettingsIdToString(); remove default case
        to make sure every enum value is handled.
      
      These values are not persisted to disk (that was a SPDY/3.1 feature),
      so the only downside to the value change is Chrome net-log incompatibility.
      
      This lands server side change 140592266 by bnc.
      
      BUG=622737, 488484
      
      Review-Url: https://codereview.chromium.org/2544343003
      Cr-Commit-Position: refs/heads/master@{#436200}
      08e5b8e4
    • mcasas's avatar
      ShapeDetection: adding Exposed=(Window,Worker) to idls · a7ef3116
      mcasas authored
      Because they are missing as [1] mentions.
      
      [1] https://bugs.chromium.org/p/chromium/issues/detail?id=665150#c10
      
      BUG=665150
      
      Review-Url: https://codereview.chromium.org/2546293002
      Cr-Commit-Position: refs/heads/master@{#436199}
      a7ef3116
    • blink-w3c-test-autoroller's avatar
      Import wpt@5915964199b07226bf6d8fbb177a63b1f272907a · dfb4c717
      blink-w3c-test-autoroller authored
      Using update-w3c-deps in Chromium 0740b0df.
      
      Build: https://build.chromium.org/p/chromium.infra.cron/builders/w3c-test-autoroller/builds/7818
      
      TBR=qyearsley@chromium.org
      NOEXPORT=true
      
      Review-Url: https://codereview.chromium.org/2548193002
      Cr-Commit-Position: refs/heads/master@{#436198}
      dfb4c717
    • nednguyen's avatar
      [tools/perf] Disable smoke testing of system_health.memory_mobile.load:news:cnn · 5cc57314
      nednguyen authored
      BUG=671018
      TBR=perezju@chromium.org
      
      Review-Url: https://codereview.chromium.org/2548993002
      Cr-Commit-Position: refs/heads/master@{#436197}
      5cc57314
    • ynovikov's avatar
      Revert of Updating the CLD3 commit hash in DEPS (patchset #1 id:1 of... · 8377083c
      ynovikov authored
      Revert of Updating the CLD3 commit hash in DEPS (patchset #1 id:1 of https://codereview.chromium.org/2546943002/ )
      
      Reason for revert:
      I believe this breaks https://build.chromium.org/p/chromium.gpu.fyi/builders/Win7%20Debug%20%28AMD%29/builds/398
      	base::WeakPtr<base::win::ObjectWatcher>::get [0x1035E083+67]
      	invalid_parameter [0x66D62011+161]
      	std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >::operator* [0x023398F3+211]
      	std::_String_iterator<std::_String_val<std::_Simple_types<char> > >::operator* [0x0233994F+15]
      	chrome_lang_id::FMLParser::NextItem [0x06832F16+726]
      	chrome_lang_id::FMLParser::Initialize [0x06832B1F+111]
      	chrome_lang_id::FMLParser::Parse [0x068330CF+31]
      	chrome_lang_id::GenericFeatureExtractor::Parse [0x06835340+48]
      	?Setup@?$EmbeddingFeatureExtractor@V?$FeatureExtractor@VSentence@chrome_lang_id@@$$V@chrome_lang_id@@VSentence@2@$$V@chrome_lang_id@@UAEXPAVTaskContext@2@@Z [0x0681AD70+128]
      	chrome_lang_id::NNetLanguageIdentifier::Setup [0x0681AE8C+28]
      	chrome_lang_id::NNetLanguageIdentifier::NNetLanguageIdentifier [0x06815F2F+527]
      	chrome_lang_id::NNetLanguageIdentifier::NNetLanguageIdentifier [0x06816009+25]
      	translate::DeterminePageLanguage [0x06A3F017+1287]
      	translate::DeterminePageLanguage [0x06A3EC50+320]
      	translate::TranslateHelper::PageCaptured [0x06A3D13F+335]
      	ChromeRenderFrameObserver::CapturePageText [0x06874729+489]
      	ChromeRenderFrameObserver::DidMeaningfulLayout [0x06874CA9+73]
      	content::RenderFrameImpl::DidMeaningfulLayout [0x12BA7F73+99]
      	content::RenderWidget::didMeaningfulLayout [0x12C5FC09+169]
      	blink::WebViewImpl::updateAllLifecyclePhases [0x1A84A852+690]
      	blink::WebViewImpl::resizeViewWhileAnchored [0x1A844719+265]
      	blink::WebViewImpl::resizeWithBrowserControls [0x1A844A8E+670]
      	content::RenderViewImpl::ResizeWebWidget [0x12C39199+89]
      	content::RenderWidget::Resize [0x12C5AB34+756]
      	content::RenderWidget::OnResize [0x12C595F2+114]
      	content::RenderViewImpl::OnResize [0x12C37F54+516]
      	base::DispatchToMethodImpl<content::RenderWidget *,void (__thiscall content::RenderWidget::*)(content::ResizeParams const &),std::tuple<content::ResizeParams> const &,0> [0x12C4B006+54]
      	base::DispatchToMethod<content::RenderWidget *,void (__thiscall content::RenderWidget::*)(content::ResizeParams const &),std::tuple<content::ResizeParams> const &> [0x12C4A505+53]
      	IPC::DispatchToMethod<content::RenderWidget,void (__thiscall content::RenderWidget::*)(content::ResizeParams const &),void,std::tuple<content::ResizeParams> > [0x12C4AAD6+38]
      	IPC::MessageT<ViewMsg_Resize_Meta,std::tuple<content::ResizeParams>,void>::Dispatch<content::RenderWidget,content::RenderWidget,void,void (__thiscall content::RenderWidget::*)(content::ResizeParams const &)> [0x12C47F5C+300]
      	content::RenderWidget::OnMessageReceived [0x12C580F7+1975]
      	content::RenderViewImpl::OnMessageReceived [0x12C36F81+6561]
      	IPC::MessageRouter::RouteMessage [0x0D90088A+58]
      	content::ChildThreadImpl::ChildThreadMessageRouter::RouteMessage [0x109E2FF6+22]
      	IPC::MessageRouter::OnMessageReceived [0x0D9005DA+58]
      	content::ChildThreadImpl::OnMessageReceived [0x109E228F+1439]
      	IPC::ChannelProxy::Context::OnDispatchMessage [0x0D8AD953+115]
      	base::internal::FunctorTraits<void (__thiscall IPC::ChannelProxy::Context::*)(IPC::Message const &),void>::Invoke<scoped_refptr<IPC::ChannelProxy::Context> const &,IPC::Message const &> [0x0D8A6995+37]
      	base::internal::InvokeHelper<0,void>::MakeItSo<void (__thiscall IPC::ChannelProxy::Context::*const &)(IPC::Message const &),scoped_refptr<IPC::ChannelProxy::Context> const &,IPC::Message const &> [0x0D8A7055+53]
      	base::internal::Invoker<base::internal::BindState<void (__thiscall IPC::ChannelProxy::Context::*)(IPC::Message const &),scoped_refptr<IPC::ChannelProxy::Context>,IPC::Message>,void __cdecl(void)>::RunImpl<void (__thiscall IPC::ChannelProxy::Context::*cons [0x0D8A7453+83]
      	base::internal::Invoker<base::internal::BindState<void (__thiscall IPC::ChannelProxy::Context::*)(IPC::Message const &),scoped_refptr<IPC::ChannelProxy::Context>,IPC::Message>,void __cdecl(void)>::Run [0x0D8AE364+36]
      	base::internal::RunMixin<base::Callback<void __cdecl(void),0,0> >::Run [0x1008A944+68]
      	base::debug::TaskAnnotator::RunTask [0x1008AADF+367]
      	blink::scheduler::TaskQueueManager::ProcessTaskFromWorkQueue [0x191CE676+1094]
      	blink::scheduler::TaskQueueManager::DoWork [0x191CCDA1+737]
      	base::internal::FunctorTraits<void (__thiscall blink::scheduler::TaskQueueManager::*)(base::TimeTicks,bool),void>::Invoke<base::WeakPtr<blink::scheduler::TaskQueueManager> const &,base::TimeTicks const &,bool const &> [0x191C28ED+61]
      	base::internal::InvokeHelper<1,void>::MakeItSo<void (__thiscall blink::scheduler::TaskQueueManager::*const &)(base::TimeTicks,bool),base::WeakPtr<blink::scheduler::TaskQueueManager> const &,base::TimeTicks const &,bool const &> [0x191C2A43+83]
      	base::internal::Invoker<base::internal::BindState<void (__thiscall blink::scheduler::TaskQueueManager::*)(base::TimeTicks,bool),base::WeakPtr<blink::scheduler::TaskQueueManager>,base::TimeTicks,bool>,void __cdecl(void)>::RunImpl<void (__thiscall blink::sc [0x191C2B32+114]
      	base::internal::Invoker<base::internal::BindState<void (__thiscall blink::scheduler::TaskQueueManager::*)(base::TimeTicks,bool),base::WeakPtr<blink::scheduler::TaskQueueManager>,base::TimeTicks,bool>,void __cdecl(void)>::Run [0x191CEFC4+36]
      	base::internal::RunMixin<base::Callback<void __cdecl(void),0,0> >::Run [0x1008A944+68]
      	base::debug::TaskAnnotator::RunTask [0x1008AADF+367]
      	base::MessageLoop::RunTask [0x10105444+660]
      	base::MessageLoop::DeferOrRunPendingTask [0x1010323C+44]
      	base::MessageLoop::DoWork [0x10103822+242]
      	base::MessagePumpDefault::Run [0x1010B4FE+190]
      	base::MessageLoop::RunHandler [0x1010513C+444]
      	base::RunLoop::Run [0x101B7594+52]
      	content::RendererMain [0x12C789FE+830]
      	content::RunNamedProcessTypeMain [0x130B0007+135]
      	content::ContentMainRunnerImpl::Run [0x130AFEC8+488]
      	content::ContentMain [0x130ADDE4+100]
      	ChromeMain [0x02315ED8+264]
      
      Original issue's description:
      > Updating the CLD3 commit hash in DEPS
      >
      > The main change are:
      > - a retrained model with additional script-based features
      > - replacing "vector" with "std::vector"
      >
      > Link to the page in GitHub showing the diff:
      > https://github.com/google/cld3/commit/fa5974a4d3b5e7934fcb166ff26ed6bfce68b18a
      >
      > BUG=670742
      >
      > Committed: https://crrev.com/f31c5cafc3b085a1f08ed917e518dcc1b30e175f
      > Cr-Commit-Position: refs/heads/master@{#436034}
      
      TBR=groby@chromium.org,rouslan@chromium.org,abakalov@chromium.org
      # Skipping CQ checks because original CL landed less than 1 days ago.
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=670742
      
      Review-Url: https://codereview.chromium.org/2547833004
      Cr-Commit-Position: refs/heads/master@{#436196}
      8377083c