Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Issue 313633003: Revert 274549 "Add generateAppForLink function in chrome.management" (Closed)

Created:
6 years, 6 months ago by Marijn Kruisselbrink
Modified:
6 years, 6 months ago
Reviewers:
wjywbs
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 274549 "Add generateAppForLink function in chrome.management" Broke BookmarkAppHelperExtensionServiceTest.CreateBookmarkApp on Linux Clang (dbg) and other bots: http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Clang%20%28dbg%29&number=60356 [ RUN ] BookmarkAppHelperExtensionServiceTest.CreateBookmarkApp [26813:26813:0603/095344:697268828:FATAL:render_process_host_impl.cc(501)] Check failed: is_self_deleted_. RenderProcessHostImpl is destroyed by something other than itself #0 0x7fb30098e8de base::debug::StackTrace::StackTrace() #1 0x7fb300a21b85 logging::LogMessage::~LogMessage() #2 0x7fb308595006 content::RenderProcessHostImpl::~RenderProcessHostImpl() #3 0x7fb3085955a9 content::RenderProcessHostImpl::~RenderProcessHostImpl() #4 0x000000eef1df (anonymous namespace)::BookmarkAppHelperExtensionServiceTest::TearDown() #5 0x0000039dd3c3 testing::internal::HandleSehExceptionsInMethodIfSupported\u003C>() #6 0x0000039ca68e testing::internal::HandleExceptionsInMethodIfSupported\u003C>() #7 0x0000039c159a testing::Test::Run() #8 0x0000039c1c6b testing::TestInfo::Run() #9 0x0000039c225a testing::TestCase::Run() #10 0x0000039c6868 testing::internal::UnitTestImpl::RunAllTests() #11 0x0000039d60d3 testing::internal::HandleSehExceptionsInMethodIfSupported\u003C>() #12 0x0000039cc26e testing::internal::HandleExceptionsInMethodIfSupported\u003C>() #13 0x0000039c64f4 testing::UnitTest::Run() #14 0x00000594af51 RUN_ALL_TESTS() #15 0x000005949ff7 base::TestSuite::Run() #16 0x00000595dc4d content::UnitTestTestSuite::Run() #17 0x000003a80772 base::internal::RunnableAdapter\u003C>::Run() #18 0x000003a806dc base::internal::InvokeHelper\u003C>::MakeItSo() #19 0x000003a8068a base::internal::Invoker\u003C>::Run() #20 0x000002b6f0de base::Callback\u003C>::Run() #21 0x00000594404e base::(anonymous namespace)::LaunchUnitTestsInternal() #22 0x000005943d40 base::LaunchUnitTests() #23 0x000003a80450 main #24 0x7fb2f7c6076d __libc_start_main #25 0x000000710379 \u003Cunknown> > Add generateAppForLink function in chrome.management > > This function takes a url and a title as input, generates and > returns a bookmark app. > > R=benwells@chromium.org,kalman@chromium.org,calamity@chromium.org > BUG=370350 > > Review URL: https://codereview.chromium.org/266353006 TBR=wjywbs@gmail.com Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274556

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -363 lines) Patch
M trunk/src/chrome/browser/extensions/api/management/management_api.h View 2 chunks +0 lines, -30 lines 0 comments Download
M trunk/src/chrome/browser/extensions/api/management/management_api.cc View 3 chunks +0 lines, -87 lines 0 comments Download
M trunk/src/chrome/browser/extensions/api/management/management_api_constants.h View 1 chunk +0 lines, -4 lines 0 comments Download
M trunk/src/chrome/browser/extensions/api/management/management_api_constants.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M trunk/src/chrome/browser/extensions/api/management/management_apitest.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M trunk/src/chrome/browser/extensions/bookmark_app_helper.h View 1 chunk +1 line, -2 lines 0 comments Download
M trunk/src/chrome/browser/extensions/bookmark_app_helper.cc View 3 chunks +1 line, -20 lines 0 comments Download
M trunk/src/chrome/browser/extensions/bookmark_app_helper_unittest.cc View 5 chunks +1 line, -62 lines 0 comments Download
M trunk/src/chrome/common/extensions/api/_api_features.json View 1 chunk +0 lines, -5 lines 0 comments Download
M trunk/src/chrome/common/extensions/api/management.json View 1 chunk +0 lines, -27 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/api_test/management/test/generateAppForLink.html View 1 chunk +0 lines, -7 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/api_test/management/test/generateAppForLink.js View 1 chunk +0 lines, -78 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/api_test/management/test/generateAppForLinkNotInStable.html View 1 chunk +0 lines, -7 lines 0 comments Download
D trunk/src/chrome/test/data/extensions/api_test/management/test/generateAppForLinkNotInStable.js View 1 chunk +0 lines, -12 lines 0 comments Download
M trunk/src/extensions/browser/extension_function_histogram_value.h View 1 chunk +0 lines, -1 line 0 comments Download
M trunk/src/tools/metrics/histograms/histograms.xml View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Marijn Kruisselbrink
6 years, 6 months ago (2014-06-03 17:12:11 UTC) #1
Marijn Kruisselbrink
Committed patchset #1 manually as r274556 (tree was closed).
6 years, 6 months ago (2014-06-03 17:12:32 UTC) #2
Marijn Kruisselbrink
6 years, 6 months ago (2014-06-03 17:15:29 UTC) #3
Message was sent while issue was closed.
http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.7%20Tes...
is one of the other bots this failed on.

Powered by Google App Engine
This is Rietveld 408576698