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

Issue 157213002: Move performance module/ to oilpan (Closed)

Created:
6 years, 10 months ago by haraken
Modified:
6 years, 10 months ago
CC:
blink-reviews
Visibility:
Public.

Description

Move performance module/ to oilpan Nothing complicated. This CL just moves performance module/ to oilpan using transition types. BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166691

Patch Set 1 #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M Source/modules/performance/WorkerGlobalScopePerformance.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/performance/WorkerPerformance.h View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M Source/modules/performance/WorkerPerformance.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/modules/performance/WorkerPerformance.idl View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
haraken
PTAL
6 years, 10 months ago (2014-02-07 04:47:33 UTC) #1
tkent
lgtm
6 years, 10 months ago (2014-02-07 05:08:11 UTC) #2
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 10 months ago (2014-02-07 05:45:46 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/157213002/40001
6 years, 10 months ago (2014-02-07 05:46:14 UTC) #4
haraken
https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h File Source/modules/performance/WorkerPerformance.h (right): https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h#newcode44 Source/modules/performance/WorkerPerformance.h:44: class WorkerPerformance : public ScriptWrappable, public RefCountedWillBeGarbageCollectedFinalized<WorkerPerformance> { Mads: ...
6 years, 10 months ago (2014-02-07 05:49:46 UTC) #5
haraken
https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h File Source/modules/performance/WorkerPerformance.h (right): https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h#newcode44 Source/modules/performance/WorkerPerformance.h:44: class WorkerPerformance : public ScriptWrappable, public RefCountedWillBeGarbageCollectedFinalized<WorkerPerformance> { On ...
6 years, 10 months ago (2014-02-07 05:56:50 UTC) #6
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 10 months ago (2014-02-07 05:57:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/157213002/180001
6 years, 10 months ago (2014-02-07 05:57:41 UTC) #8
zerny-chromium
lgtm with a nit/request https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h File Source/modules/performance/WorkerPerformance.h (right): https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h#newcode44 Source/modules/performance/WorkerPerformance.h:44: class WorkerPerformance : public ScriptWrappable, ...
6 years, 10 months ago (2014-02-07 05:58:04 UTC) #9
zerny-chromium
On 2014/02/07 05:56:50, haraken wrote: > https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h > File Source/modules/performance/WorkerPerformance.h (right): > > https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h#newcode44 > ...
6 years, 10 months ago (2014-02-07 05:59:43 UTC) #10
haraken
> > Do you have any idea to remove ScriptWrappable's destructor? > > I'll let ...
6 years, 10 months ago (2014-02-07 06:02:51 UTC) #11
tkent
https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h File Source/modules/performance/WorkerPerformance.h (right): https://codereview.chromium.org/157213002/diff/40001/Source/modules/performance/WorkerPerformance.h#newcode44 Source/modules/performance/WorkerPerformance.h:44: class WorkerPerformance : public ScriptWrappable, public RefCountedWillBeGarbageCollectedFinalized<WorkerPerformance> { On ...
6 years, 10 months ago (2014-02-07 06:07:55 UTC) #12
haraken
> > Also I noticed that RefCountedWillBeGarbageCollectedFinalized must be the > > left-most class of ...
6 years, 10 months ago (2014-02-07 06:18:55 UTC) #13
zerny-chromium
> I didn't know this rule. Do we have a documentation about it? W have ...
6 years, 10 months ago (2014-02-07 06:24:00 UTC) #14
commit-bot: I haz the power
Change committed as 166691
6 years, 10 months ago (2014-02-07 08:07:24 UTC) #15
Mads Ager (chromium)
6 years, 10 months ago (2014-02-07 09:28:33 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/157213002/diff/40001/Source/modules/performan...
File Source/modules/performance/WorkerPerformance.h (right):

https://codereview.chromium.org/157213002/diff/40001/Source/modules/performan...
Source/modules/performance/WorkerPerformance.h:44: class WorkerPerformance :
public ScriptWrappable, public
RefCountedWillBeGarbageCollectedFinalized<WorkerPerformance> {
On 2014/02/07 05:49:46, haraken wrote:
> 
> Mads: It's a shame that we have to use GarbageCollected"Finalized" for objects
> that inherit from ScriptWrappable, because most DOM objects inherit from
> ScriptWrappable.
> 
> ScriptWrappable's destructor does nothing in terms of object lifetime, but the
> destructor flips a bit of a ScriptWrappable's member for preventing security
> exploit. (See
>
https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit...)
> 
> Do you have any idea to remove ScriptWrappable's destructor?

That is indeed a shame. We should see if we can come up with something that can
provide the same security guarantees but does not require us to run the
destructor. I don't see how to do that simply at this point. Let's keep it in
mind and see if we can come up with idea.

Powered by Google App Engine
This is Rietveld 408576698