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

Issue 336693006: Oilpan: convert remaining OwnPtr EventQueue uses. (Closed)

Created:
6 years, 6 months ago by sof
Modified:
6 years, 6 months ago
CC:
blink-reviews, alecflett, eae+blinkwatch, ericu+idb_chromium.org, blink-reviews-dom_chromium.org, dglazkov+blink, dgrogan, cmumford, jsbell+idb_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Oilpan: convert remaining OwnPtr EventQueue uses. R=haraken@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176100

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -14 lines) Patch
M Source/core/dom/MainThreadTaskRunnerTest.cpp View 2 chunks +15 lines, -9 lines 0 comments Download
M Source/modules/indexeddb/IDBRequestTest.cpp View 2 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
sof
Please take a look.
6 years, 6 months ago (2014-06-13 06:31:57 UTC) #1
haraken
LGTM. I hope the plugin detects this kind of error. (As we discussed before, compilers ...
6 years, 6 months ago (2014-06-13 06:35:55 UTC) #2
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 6 months ago (2014-06-13 06:37:40 UTC) #3
Mads Ager (chromium)
LGTM This is in an anonymous namespace which is probably why the currently used plugin ...
6 years, 6 months ago (2014-06-13 06:38:49 UTC) #4
sof
On 2014/06/13 06:35:55, haraken wrote: > LGTM. > > I hope the plugin detects this ...
6 years, 6 months ago (2014-06-13 06:39:12 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/336693006/1
6 years, 6 months ago (2014-06-13 06:39:15 UTC) #6
tkent
lgtm. Thank you!
6 years, 6 months ago (2014-06-13 07:01:17 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 6 months ago (2014-06-13 07:35:16 UTC) #8
commit-bot: I haz the power
Change committed as 176100
6 years, 6 months ago (2014-06-13 08:41:01 UTC) #9
zerny-chromium
On 2014/06/13 06:38:49, Mads Ager (chromium) wrote: > LGTM > > This is in an ...
6 years, 6 months ago (2014-06-13 08:51:07 UTC) #10
zerny-chromium
On 2014/06/13 08:51:07, zerny-chromium wrote: > On 2014/06/13 06:38:49, Mads Ager (chromium) wrote: > > ...
6 years, 6 months ago (2014-06-13 09:24:26 UTC) #11
zerny-chromium
6 years, 6 months ago (2014-06-13 09:29:18 UTC) #12
Message was sent while issue was closed.
On 2014/06/13 09:24:26, zerny-chromium wrote:
> On 2014/06/13 08:51:07, zerny-chromium wrote:
> > On 2014/06/13 06:38:49, Mads Ager (chromium) wrote:
> > > LGTM
> > > 
> > > This is in an anonymous namespace which is probably why the currently used
> > > plugin does not see it. It probably doesn't run on this code at all. Ian?
> > 
> > I'm not sure what made it into the latest clang roll, but yes, the field
decls
> > of GC managed objects using OwnPtr should be reported. I'll investigate
> locally.
> 
> Ok. These are not checked because they are not inside a "checked namespace",
> which currently includes blink, WebCore and WebKit (and any of their nested
> namespaces, also anonymous). These uses are not in such a namespace :-(
> Including such in the checking requires a larger change to the plugin in
> resolving the various names. I think we should make those changes so that the
> plugin can safely run on "non blink" code now that we are sure that the plugin
> does not add any significant compile-time overhead.

As Mads suggested off-line, we could at least wrap these tests in an outer
namespace WebCore to allow the current plugin to check them for consistency.

Powered by Google App Engine
This is Rietveld 408576698