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

Issue 22887044: [oilpan] Make the oilpan branch build on Mac. (Closed)

Created:
7 years, 4 months ago by Mads Ager (chromium)
Modified:
7 years, 4 months ago
Reviewers:
haraken, Erik Corry
CC:
blink-reviews, haraken, adamk+oilpan_chromium.org, abarth-chromium
Visibility:
Public.

Description

[oilpan] Make the oilpan branch build on Mac. R=haraken@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156628

Patch Set 1 #

Patch Set 2 : Only disable the malloc part of consistency checking #

Total comments: 4

Patch Set 3 : Add FIXME. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -70 lines) Patch
M Source/WebKit/chromium/src/mac/WebSubstringUtil.mm View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/accessibility/AccessibilityImageMapLink.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/accessibility/AccessibilityListBoxOption.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/CSSParser.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/MediaList.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/css/MediaQueryExp.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/Pair.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/SelectorFilter.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/css/StyleResolver.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/css/StyleRuleImport.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/ContainerNode.h View 2 chunks +0 lines, -3 lines 0 comments Download
M Source/core/dom/Document.h View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/DocumentEventQueue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Element.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/core/dom/NodeRenderingContext.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/NodeRenderingTraversal.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/dom/ScriptElement.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/TextEvent.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/TreeScope.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/TreeScope.cpp View 2 chunks +0 lines, -4 lines 0 comments Download
M Source/core/editing/ApplyStyleCommand.cpp View 3 chunks +0 lines, -3 lines 0 comments Download
M Source/core/html/FormAssociatedElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/FormAssociatedElement.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLProgressElement.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLTextAreaElement.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/ImageDocument.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/track/TextTrackCue.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorStyleSheet.cpp View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/loader/cache/CachedResourceClient.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/page/DragController.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumMac.mm View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/svg/SVGTRefElement.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/heap/Handle.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/heap/Heap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/heap/Visitor.h View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/heap/atomicops/atomicops.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/FastMalloc.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/HashTable.h View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/wtf/ValueCheck.h View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Mads Ager (chromium)
Changes needed to make it build: 1. remove explicit initialization of members since it leads ...
7 years, 4 months ago (2013-08-23 11:08:25 UTC) #1
haraken
LGTM https://codereview.chromium.org/22887044/diff/3001/Source/core/inspector/InspectorStyleSheet.cpp File Source/core/inspector/InspectorStyleSheet.cpp (right): https://codereview.chromium.org/22887044/diff/3001/Source/core/inspector/InspectorStyleSheet.cpp#newcode111 Source/core/inspector/InspectorStyleSheet.cpp:111: WebCore::Handle<CSSRuleSourceData> data = dataList.at(i); Nit: I'm curious why ...
7 years, 4 months ago (2013-08-23 11:12:49 UTC) #2
Mads Ager (chromium)
Thanks Haraken. https://codereview.chromium.org/22887044/diff/3001/Source/core/inspector/InspectorStyleSheet.cpp File Source/core/inspector/InspectorStyleSheet.cpp (right): https://codereview.chromium.org/22887044/diff/3001/Source/core/inspector/InspectorStyleSheet.cpp#newcode111 Source/core/inspector/InspectorStyleSheet.cpp:111: WebCore::Handle<CSSRuleSourceData> data = dataList.at(i); On 2013/08/23 11:12:49, ...
7 years, 4 months ago (2013-08-23 11:15:36 UTC) #3
Mads Ager (chromium)
Committed patchset #3 manually as r156628 (presubmit successful).
7 years, 4 months ago (2013-08-23 11:17:34 UTC) #4
haraken
https://codereview.chromium.org/22887044/diff/3001/Source/core/inspector/InspectorStyleSheet.cpp File Source/core/inspector/InspectorStyleSheet.cpp (right): https://codereview.chromium.org/22887044/diff/3001/Source/core/inspector/InspectorStyleSheet.cpp#newcode111 Source/core/inspector/InspectorStyleSheet.cpp:111: WebCore::Handle<CSSRuleSourceData> data = dataList.at(i); > I agree. I'll add ...
7 years, 4 months ago (2013-08-23 11:18:52 UTC) #5
Erik Corry
7 years, 4 months ago (2013-08-23 11:20:19 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/22887044/diff/3001/Source/heap/Visitor.h
File Source/heap/Visitor.h (right):

https://codereview.chromium.org/22887044/diff/3001/Source/heap/Visitor.h#newc...
Source/heap/Visitor.h:200: static void checkTypeMarker(Visitor*, const void*) {
} \
These backslashes are kinda messy.

Powered by Google App Engine
This is Rietveld 408576698