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

Issue 437603002: Remove deprecated extension notification from WebstoreStartupInstallerTest (Closed)

Created:
6 years, 4 months ago by limasdf
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove deprecated extension notification from WebstoreStartupInstallerTest BUG=354046 TEST=browser_tests WebstoreStartupInstallerTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287154

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : testingprofile -> profile() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -20 lines) Patch
M chrome/browser/extensions/webstore_startup_installer_browsertest.cc View 1 2 4 chunks +28 lines, -20 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
limasdf
when you have time
6 years, 4 months ago (2014-07-31 17:20:30 UTC) #1
not at google - send to devlin
lgtm https://codereview.chromium.org/437603002/diff/1/chrome/browser/extensions/webstore_startup_installer_browsertest.cc File chrome/browser/extensions/webstore_startup_installer_browsertest.cc (right): https://codereview.chromium.org/437603002/diff/1/chrome/browser/extensions/webstore_startup_installer_browsertest.cc#newcode270 chrome/browser/extensions/webstore_startup_installer_browsertest.cc:270: << "Unexpected notification type : " << type; ...
6 years, 4 months ago (2014-07-31 17:24:58 UTC) #2
limasdf
https://codereview.chromium.org/437603002/diff/1/chrome/browser/extensions/webstore_startup_installer_browsertest.cc File chrome/browser/extensions/webstore_startup_installer_browsertest.cc (right): https://codereview.chromium.org/437603002/diff/1/chrome/browser/extensions/webstore_startup_installer_browsertest.cc#newcode270 chrome/browser/extensions/webstore_startup_installer_browsertest.cc:270: << "Unexpected notification type : " << type; On ...
6 years, 4 months ago (2014-07-31 17:31:49 UTC) #3
limasdf
The CQ bit was checked by limasdf@gmail.com
6 years, 4 months ago (2014-07-31 17:31:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/437603002/20001
6 years, 4 months ago (2014-07-31 17:34:02 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-31 23:33:16 UTC) #6
limasdf
The CQ bit was unchecked by limasdf@gmail.com
6 years, 4 months ago (2014-07-31 23:33:42 UTC) #7
limasdf
The CQ bit was checked by limasdf@gmail.com
6 years, 4 months ago (2014-08-01 15:59:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/437603002/40001
6 years, 4 months ago (2014-08-01 16:01:36 UTC) #9
limasdf
The CQ bit was unchecked by limasdf@gmail.com
6 years, 4 months ago (2014-08-01 18:30:47 UTC) #10
limasdf
The CQ bit was checked by limasdf@gmail.com
6 years, 4 months ago (2014-08-02 04:07:39 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/limasdf@gmail.com/437603002/40001
6 years, 4 months ago (2014-08-02 04:08:47 UTC) #12
commit-bot: I haz the power
Change committed as 287154
6 years, 4 months ago (2014-08-02 05:44:55 UTC) #13
pneubeck (no reviews)
A revert of this CL has been created in https://codereview.chromium.org/428123004/ by pneubeck@chromium.org. The reason for ...
6 years, 4 months ago (2014-08-02 07:06:29 UTC) #14
James Cook
6 years, 4 months ago (2014-08-03 21:24:10 UTC) #15
Message was sent while issue was closed.
On 2014/08/02 07:06:29, pneubeck wrote:
> A revert of this CL has been created in
> https://codereview.chromium.org/428123004/ by mailto:pneubeck@chromium.org.
> 
> The reason for reverting is: Broke several tests on Linux Asan/Lsan:
> 
>
http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Te...
> 
>
http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Te...
> 
>
http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Te...
> 
> E.g.
> 
> ==21932==ERROR: AddressSanitizer: heap-use-after-free on address
0x611000210570
> at pc 0x00000c56a19d bp 0x7fff04951d00 sp 0x7fff04951cf8
> READ of size 8 at 0x611000210570 thread T0 (browser_tests)
>     #0 0xc56a19c in begin third_party/libc++/trunk/include/vector:1417:12
>     #1 0xc56a19c in RemoveObserver base/observer_list.h:168
>     #2 0xc56a19c in
>
extensions::ExtensionRegistry::RemoveObserver(extensions::ExtensionRegistryObserver*)
> extensions/browser/extension_registry.cc:37
>     #3 0x13a2de2 in RemoveAll base/scoped_observer.h:39:7
>     #4 0x13a2de2 in ~ScopedObserver base/scoped_observer.h:22
>     #5 0x13a2de2 in CommandLineWebstoreInstall::~CommandLineWebstoreInstall()
> chrome/browser/extensions/webstore_startup_installer_browsertest.cc:250.

The ExtensionRegistryObserver probably needs to be removed earlier in the test
teardown, perhaps in TearDownOnMainThread.

Powered by Google App Engine
This is Rietveld 408576698