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

Issue 267303004: Oilpan: cleanup based on review comments after removal of TreeShared. (Closed)

Created:
6 years, 7 months ago by Mads Ager (chromium)
Modified:
6 years, 7 months ago
CC:
blink-reviews, shans, webcomponents-bugzilla_chromium.org, eae+blinkwatch, fs, Mike Lawther (Google), apavlov+blink_chromium.org, rjwright, blink-reviews-wtf_chromium.org, aandrey+blink_chromium.org, rwlbuis, krit, caseq+blink_chromium.org, Steve Block, dstockwell, malch+blink_chromium.org, blink-reviews-html_chromium.org, yurys+blink_chromium.org, Timothy Loh, abarth-chromium, blink-reviews-dom_chromium.org, dglazkov+blink, jchaffraix+rendering, devtools-reviews_chromium.org, pdr., rune+blink, Eric Willigers, loislo+blink_chromium.org, zoltan1, sof, lushnikov+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, gyuyoung.kim_webkit.org, darktears, Stephen Chennney, blink-reviews-rendering, blink-reviews-animation_chromium.org, kouhei+svg_chromium.org, leviw+renderwatch, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, ed+blinkwatch_opera.com, f(malita), sergeyv+blink_chromium.org
Visibility:
Public.

Description

Oilpan: cleanup based on review comments after removal of TreeShared. There are a couple of comments (in particular SVG stuff) that I have not addressed. I have filed bug reports for those to make sure that I get around to revisiting them. R=haraken@chromium.org, kouhei@chromium.org, tkent@chromium.org BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173645

Patch Set 1 #

Total comments: 12

Patch Set 2 : Undo RefPtr operator changes. #

Patch Set 3 : Fix non-oilpan build." #

Patch Set 4 : Rebase #

Patch Set 5 : Fix typo and merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -73 lines) Patch
M Source/core/dom/Document.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/dom/ScriptLoader.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/StyleEngine.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/StyleEngine.cpp View 9 chunks +17 lines, -17 lines 0 comments Download
M Source/core/dom/TreeScope.h View 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/dom/TreeScope.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/dom/shadow/ElementShadow.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/dom/shadow/ElementShadow.cpp View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/dom/shadow/ShadowRoot.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/dom/shadow/ShadowRoot.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.cpp View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/svg/SVGAnimateElement.cpp View 4 chunks +12 lines, -12 lines 0 comments Download
M Source/core/svg/SVGAnimateMotionElement.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGElement.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 2 3 7 chunks +26 lines, -17 lines 0 comments Download
M Source/core/svg/SVGElementInstance.h View 1 2 3 chunks +8 lines, -2 lines 0 comments Download
M Source/core/svg/SVGElementInstance.cpp View 1 2 3 4 3 chunks +6 lines, -5 lines 0 comments Download
M Source/core/svg/SVGElementRareData.h View 3 chunks +4 lines, -3 lines 0 comments Download
M Source/core/svg/SVGUseElement.h View 2 chunks +3 lines, -1 line 0 comments Download
M Source/core/svg/SVGUseElement.cpp View 1 2 3 2 chunks +9 lines, -3 lines 0 comments Download
M Source/core/svg/properties/SVGAnimatedProperty.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
Mads Ager (chromium)
Thanks for your comments guys. For reference, the comments that I'm addressing here are from: ...
6 years, 7 months ago (2014-05-07 12:15:05 UTC) #1
wibling-chromium
lgtm
6 years, 7 months ago (2014-05-07 12:22:11 UTC) #2
zerny-chromium
lgtm
6 years, 7 months ago (2014-05-07 12:31:09 UTC) #3
Mikhail
https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h File Source/wtf/RefPtr.h (right): https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h#newcode166 Source/wtf/RefPtr.h:166: template<typename T, typename U> inline bool operator==(const RefPtr<T>& a, ...
6 years, 7 months ago (2014-05-07 12:34:27 UTC) #4
Mikhail
On 2014/05/07 12:34:27, mikhail.pozdnyakov wrote: > https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h > File Source/wtf/RefPtr.h (right): > > https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h#newcode166 > ...
6 years, 7 months ago (2014-05-07 12:36:29 UTC) #5
Mads Ager (chromium)
https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h File Source/wtf/RefPtr.h (right): https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h#newcode166 Source/wtf/RefPtr.h:166: template<typename T, typename U> inline bool operator==(const RefPtr<T>& a, ...
6 years, 7 months ago (2014-05-07 12:40:08 UTC) #6
haraken
LGTM with questions. https://codereview.chromium.org/267303004/diff/1/Source/core/dom/shadow/ElementShadow.cpp File Source/core/dom/shadow/ElementShadow.cpp (right): https://codereview.chromium.org/267303004/diff/1/Source/core/dom/shadow/ElementShadow.cpp#newcode174 Source/core/dom/shadow/ElementShadow.cpp:174: InspectorInstrumentation::willPopShadowRoot(shadowHost, oldRoot.get()); Shall we add a ...
6 years, 7 months ago (2014-05-07 12:50:19 UTC) #7
Mikhail
On 2014/05/07 12:40:08, Mads Ager (chromium) wrote: > https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h > File Source/wtf/RefPtr.h (right): > > ...
6 years, 7 months ago (2014-05-07 12:57:37 UTC) #8
Mads Ager (chromium)
On 2014/05/07 12:57:37, mikhail.pozdnyakov wrote: > On 2014/05/07 12:40:08, Mads Ager (chromium) wrote: > > ...
6 years, 7 months ago (2014-05-07 13:35:50 UTC) #9
Mads Ager (chromium)
On 2014/05/07 13:35:50, Mads Ager (chromium) wrote: > On 2014/05/07 12:57:37, mikhail.pozdnyakov wrote: > > ...
6 years, 7 months ago (2014-05-07 13:37:38 UTC) #10
Mikhail
On 2014/05/07 13:37:38, Mads Ager (chromium) wrote: > On 2014/05/07 13:35:50, Mads Ager (chromium) wrote: ...
6 years, 7 months ago (2014-05-07 13:59:01 UTC) #11
tkent
https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h File Source/wtf/RefPtr.h (right): https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h#newcode166 Source/wtf/RefPtr.h:166: template<typename T, typename U> inline bool operator==(const RefPtr<T>& a, ...
6 years, 7 months ago (2014-05-07 14:11:04 UTC) #12
Mads Ager (chromium)
On 2014/05/07 14:11:04, tkent wrote: > https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h > File Source/wtf/RefPtr.h (right): > > https://codereview.chromium.org/267303004/diff/1/Source/wtf/RefPtr.h#newcode166 > ...
6 years, 7 months ago (2014-05-08 08:02:28 UTC) #13
Mads Ager (chromium)
Thanks for the comments. I have removed the comparison operator part of this change. That ...
6 years, 7 months ago (2014-05-08 09:08:58 UTC) #14
haraken
LGTM https://codereview.chromium.org/267303004/diff/1/Source/core/svg/SVGElement.cpp File Source/core/svg/SVGElement.cpp (right): https://codereview.chromium.org/267303004/diff/1/Source/core/svg/SVGElement.cpp#newcode549 Source/core/svg/SVGElement.cpp:549: WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = svgRareData()->elementInstances(); On 2014/05/08 09:08:59, ...
6 years, 7 months ago (2014-05-08 09:15:40 UTC) #15
Mads Ager (chromium)
The CQ bit was checked by ager@chromium.org
6 years, 7 months ago (2014-05-08 09:17:19 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ager@chromium.org/267303004/20001
6 years, 7 months ago (2014-05-08 09:17:54 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-08 10:52:38 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-08 11:20:34 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/5400)
6 years, 7 months ago (2014-05-08 11:20:35 UTC) #20
Mads Ager (chromium)
The CQ bit was checked by ager@chromium.org
6 years, 7 months ago (2014-05-08 11:46:57 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ager@chromium.org/267303004/40001
6 years, 7 months ago (2014-05-08 11:47:45 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-08 11:48:01 UTC) #23
commit-bot: I haz the power
Failed to apply patch for Source/core/svg/SVGElement.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-05-08 11:48:02 UTC) #24
Mads Ager (chromium)
The CQ bit was checked by ager@chromium.org
6 years, 7 months ago (2014-05-08 12:03:38 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ager@chromium.org/267303004/80001
6 years, 7 months ago (2014-05-08 12:04:29 UTC) #26
commit-bot: I haz the power
6 years, 7 months ago (2014-05-08 13:18:28 UTC) #27
Message was sent while issue was closed.
Change committed as 173645

Powered by Google App Engine
This is Rietveld 408576698