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

Issue 156453002: Move encoding 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 encoding module to oilpan BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166626

Patch Set 1 #

Patch Set 2 : #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -19 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 1 3 chunks +4 lines, -3 lines 4 comments Download
M Source/bindings/tests/results/V8TestInterfaceGarbageCollected.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/encoding/TextDecoder.h View 3 chunks +5 lines, -4 lines 1 comment Download
M Source/modules/encoding/TextDecoder.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M Source/modules/encoding/TextDecoder.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/encoding/TextEncoder.h View 2 chunks +5 lines, -4 lines 1 comment Download
M Source/modules/encoding/TextEncoder.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M Source/modules/encoding/TextEncoder.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/wtf/RawPtr.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
haraken
PTAL
6 years, 10 months ago (2014-02-06 04:31:11 UTC) #1
haraken
On 2014/02/06 04:31:11, haraken wrote: > PTAL Just a moment. A couple of encoding tests ...
6 years, 10 months ago (2014-02-06 04:33:41 UTC) #2
haraken
Fixed the test failure. PTAL. https://codereview.chromium.org/156453002/diff/50001/Source/bindings/scripts/code_generator_v8.pm File Source/bindings/scripts/code_generator_v8.pm (right): https://codereview.chromium.org/156453002/diff/50001/Source/bindings/scripts/code_generator_v8.pm#newcode2936 Source/bindings/scripts/code_generator_v8.pm:2936: my $refPtrType = IsGarbageCollectedType($interfaceName) ...
6 years, 10 months ago (2014-02-06 05:35:28 UTC) #3
tkent
lgtm https://codereview.chromium.org/156453002/diff/50001/Source/bindings/scripts/code_generator_v8.pm File Source/bindings/scripts/code_generator_v8.pm (right): https://codereview.chromium.org/156453002/diff/50001/Source/bindings/scripts/code_generator_v8.pm#newcode2936 Source/bindings/scripts/code_generator_v8.pm:2936: my $refPtrType = IsGarbageCollectedType($interfaceName) ? "RefPtrWillBeRawPtr<$implClassName>" : "RefPtr<$implClassName>"; ...
6 years, 10 months ago (2014-02-06 05:44:52 UTC) #4
haraken
https://codereview.chromium.org/156453002/diff/50001/Source/bindings/scripts/code_generator_v8.pm File Source/bindings/scripts/code_generator_v8.pm (right): https://codereview.chromium.org/156453002/diff/50001/Source/bindings/scripts/code_generator_v8.pm#newcode2936 Source/bindings/scripts/code_generator_v8.pm:2936: my $refPtrType = IsGarbageCollectedType($interfaceName) ? "RefPtrWillBeRawPtr<$implClassName>" : "RefPtr<$implClassName>"; On ...
6 years, 10 months ago (2014-02-06 06:17:46 UTC) #5
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 10 months ago (2014-02-06 06:17:53 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/156453002/50001
6 years, 10 months ago (2014-02-06 06:18:03 UTC) #7
Mads Ager (chromium)
lgtm
6 years, 10 months ago (2014-02-06 09:38:32 UTC) #8
wibling-chromium
lgtm
6 years, 10 months ago (2014-02-06 09:49:59 UTC) #9
zerny-chromium
lgtm with a qq https://codereview.chromium.org/156453002/diff/50001/Source/modules/encoding/TextDecoder.h File Source/modules/encoding/TextDecoder.h (left): https://codereview.chromium.org/156453002/diff/50001/Source/modules/encoding/TextDecoder.h#oldcode56 Source/modules/encoding/TextDecoder.h:56: using RefCounted<TextDecoder>::deref; QQ: Should these ...
6 years, 10 months ago (2014-02-06 10:23:08 UTC) #10
haraken
> https://codereview.chromium.org/156453002/diff/50001/Source/modules/encoding/TextDecoder.h#oldcode56 > Source/modules/encoding/TextDecoder.h:56: using RefCounted<TextDecoder>::deref; > QQ: Should these not be behind an #if ...
6 years, 10 months ago (2014-02-06 11:04:22 UTC) #11
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 10 months ago (2014-02-06 11:04:33 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/156453002/50001
6 years, 10 months ago (2014-02-06 11:04:59 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-06 12:54:20 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=26076
6 years, 10 months ago (2014-02-06 12:54:21 UTC) #15
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 10 months ago (2014-02-06 12:55:02 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/156453002/50001
6 years, 10 months ago (2014-02-06 12:55:16 UTC) #17
commit-bot: I haz the power
Change committed as 166626
6 years, 10 months ago (2014-02-06 17:44:37 UTC) #18
Nils Barth (inactive)
https://codereview.chromium.org/156453002/diff/50001/Source/bindings/scripts/code_generator_v8.pm File Source/bindings/scripts/code_generator_v8.pm (right): https://codereview.chromium.org/156453002/diff/50001/Source/bindings/scripts/code_generator_v8.pm#newcode2936 Source/bindings/scripts/code_generator_v8.pm:2936: my $refPtrType = IsGarbageCollectedType($interfaceName) ? "RefPtrWillBeRawPtr<$implClassName>" : "RefPtr<$implClassName>"; On ...
6 years, 10 months ago (2014-02-07 00:59:24 UTC) #19
Nils Barth (inactive)
Python side in: IDL compiler: sync Python to r166626 https://codereview.chromium.org/139653005/
6 years, 10 months ago (2014-02-07 01:00:25 UTC) #20
abarth-chromium
A revert of this CL has been created in https://codereview.chromium.org/157623002/ by abarth@chromium.org. The reason for ...
6 years, 10 months ago (2014-02-07 16:38:21 UTC) #21
abarth-chromium
6 years, 10 months ago (2014-02-07 16:40:02 UTC) #22
Message was sent while issue was closed.
Actually looks like https://codereview.chromium.org/152513006 is the bad CL.

Powered by Google App Engine
This is Rietveld 408576698