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

Issue 1418503005: [Oilpan] Fix wrong usage of HashSet<WebGLSharedObject*> (Closed)

Created:
5 years, 2 months ago by peria
Modified:
5 years, 2 months ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix wrong usage of HashSet<WebGLSharedObject*> BUG=515524 Committed: https://crrev.com/9d2fb25681793c32e9cde5dc4ddf961ddb9a4a37 Cr-Commit-Position: refs/heads/master@{#355498}

Patch Set 1 : #

Total comments: 3

Patch Set 2 : No HeapHashSet #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLContextGroup.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
peria
PTL
5 years, 2 months ago (2015-10-22 02:16:38 UTC) #4
haraken
https://codereview.chromium.org/1418503005/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h File third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h (right): https://codereview.chromium.org/1418503005/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h#newcode75 third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h:75: WillBeHeapHashSet<RawPtrWillBeUntracedMember<WebGLSharedObject>> m_groupObjects; This must be WillBePersistentHeapHashSet<RawPtrWillBeUntracedMember<WebGLSharedObject>> because WebGLContextGroup is ...
5 years, 2 months ago (2015-10-22 02:27:05 UTC) #5
peria
https://codereview.chromium.org/1418503005/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h File third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h (right): https://codereview.chromium.org/1418503005/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h#newcode75 third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h:75: WillBeHeapHashSet<RawPtrWillBeUntracedMember<WebGLSharedObject>> m_groupObjects; Oops, this was my mistake, but I ...
5 years, 2 months ago (2015-10-22 02:38:10 UTC) #6
haraken
LGTM https://codereview.chromium.org/1418503005/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h File third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h (right): https://codereview.chromium.org/1418503005/diff/20001/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h#newcode75 third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h:75: WillBeHeapHashSet<RawPtrWillBeUntracedMember<WebGLSharedObject>> m_groupObjects; On 2015/10/22 02:38:10, peria wrote: > ...
5 years, 2 months ago (2015-10-22 03:55:42 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418503005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418503005/40001
5 years, 2 months ago (2015-10-22 04:49:25 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years, 2 months ago (2015-10-22 06:24:05 UTC) #10
commit-bot: I haz the power
5 years, 2 months ago (2015-10-22 06:25:06 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9d2fb25681793c32e9cde5dc4ddf961ddb9a4a37
Cr-Commit-Position: refs/heads/master@{#355498}

Powered by Google App Engine
This is Rietveld 408576698