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

Issue 1063513007: Oilpan: have Console be on the heap by default. (Closed)

Created:
5 years, 8 months ago by sof
Modified:
5 years, 8 months ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews, arv+blink, vivekg_samsung, falken, vivekg, Inactive, kinuko+worker_chromium.org, horo+watch_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: have Console be on the heap by default. Enable Oilpan for Console and its supplement. R=haraken BUG=479467 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194434

Patch Set 1 #

Total comments: 4

Patch Set 2 : Console public inherits DOMWindowProperty #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -23 lines) Patch
M Source/core/frame/Console.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/frame/Console.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/frame/ConsoleBase.h View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/frame/ConsoleBase.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/LocalDOMWindow.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/timing/ConsoleMemory.h View 2 chunks +3 lines, -4 lines 0 comments Download
M Source/core/timing/ConsoleMemory.cpp View 1 chunk +3 lines, -5 lines 0 comments Download
M Source/core/workers/WorkerConsole.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerGlobalScope.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
sof
Please take a look.
5 years, 8 months ago (2015-04-25 07:43:41 UTC) #2
haraken
LGTM https://codereview.chromium.org/1063513007/diff/1/Source/core/frame/Console.h File Source/core/frame/Console.h (right): https://codereview.chromium.org/1063513007/diff/1/Source/core/frame/Console.h#newcode44 Source/core/frame/Console.h:44: class Console final : public ConsoleBase, DOMWindowProperty, public ...
5 years, 8 months ago (2015-04-25 08:07:56 UTC) #4
sof
https://codereview.chromium.org/1063513007/diff/1/Source/core/frame/Console.h File Source/core/frame/Console.h (right): https://codereview.chromium.org/1063513007/diff/1/Source/core/frame/Console.h#newcode44 Source/core/frame/Console.h:44: class Console final : public ConsoleBase, DOMWindowProperty, public HeapSupplementable<Console> ...
5 years, 8 months ago (2015-04-25 08:15:31 UTC) #5
haraken
https://codereview.chromium.org/1063513007/diff/1/Source/core/frame/Console.h File Source/core/frame/Console.h (right): https://codereview.chromium.org/1063513007/diff/1/Source/core/frame/Console.h#newcode44 Source/core/frame/Console.h:44: class Console final : public ConsoleBase, DOMWindowProperty, public HeapSupplementable<Console> ...
5 years, 8 months ago (2015-04-25 08:30:33 UTC) #6
sof
https://codereview.chromium.org/1063513007/diff/1/Source/core/frame/Console.h File Source/core/frame/Console.h (right): https://codereview.chromium.org/1063513007/diff/1/Source/core/frame/Console.h#newcode44 Source/core/frame/Console.h:44: class Console final : public ConsoleBase, DOMWindowProperty, public HeapSupplementable<Console> ...
5 years, 8 months ago (2015-04-25 08:56:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1063513007/20001
5 years, 8 months ago (2015-04-25 09:04:11 UTC) #10
commit-bot: I haz the power
5 years, 8 months ago (2015-04-25 16:33:08 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194434

Powered by Google App Engine
This is Rietveld 408576698