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

Issue 74493002: Removed refcounting from TextResourceDecoder (Closed)

Created:
7 years, 1 month ago by oystein (OOO til 10th of July)
Modified:
7 years, 1 month ago
CC:
blink-reviews, vsevik+blink_chromium.org, caseq+blink_chromium.org, nessy, loislo+blink_chromium.org, Nate Chapin, eustas+blink_chromium.org, philipj_slow, eae+blinkwatch, yurys+blink_chromium.org, lushnikov+blink_chromium.org, kinuko, pfeldman+blink_chromium.org, dglazkov+blink, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, adamk+blink_chromium.org, alph+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org, vcarbune.chromium, gavinp+loader_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@parserthread_step2
Visibility:
Public.

Description

Removed refcounting from TextResourceDecoder It's no longer needed anywhere, and this makes the transition to performing decoding on the parser thread more robust. Builds on https://codereview.chromium.org/73293003/ R=abarth@chromium.org BUG=277886 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162316

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Rebase #

Patch Set 4 : Compile fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -48 lines) Patch
M Source/core/dom/DecodedDataDocumentParser.h View 3 chunks +4 lines, -3 lines 0 comments Download
M Source/core/dom/DecodedDataDocumentParser.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/dom/DocumentParser.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/DocumentParser.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/fetch/CSSStyleSheetResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/DocumentResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/FontResource.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ScriptResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ShaderResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/TextResourceDecoder.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/fetch/XSLStyleSheetResource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fileapi/FileReaderLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fileapi/FileReaderLoader.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/vtt/VTTParser.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorFileSystemAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/inspector/InspectorResourceAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/NetworkResourcesData.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/inspector/NetworkResourcesData.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/loader/DocumentWriter.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/loader/TextResourceDecoderBuilder.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/loader/TextResourceDecoderBuilder.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/page/EventSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerScriptLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XMLHttpRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
oystein (OOO til 10th of July)
7 years, 1 month ago (2013-11-15 23:26:27 UTC) #1
abarth-chromium
lgtm Awesome!
7 years, 1 month ago (2013-11-18 06:50:47 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oysteine@chromium.org/74493002/20001
7 years, 1 month ago (2013-11-18 06:51:01 UTC) #3
commit-bot: I haz the power
Failed to apply patch for Source/core/dom/DecodedDataDocumentParser.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-18 06:51:07 UTC) #4
oystein (OOO til 10th of July)
On 2013/11/18 06:50:47, abarth wrote: > lgtm > > Awesome! Thanks :) Oh, I should've ...
7 years, 1 month ago (2013-11-18 17:52:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oysteine@chromium.org/74493002/20001
7 years, 1 month ago (2013-11-19 01:55:00 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/html/track/WebVTTParser.h: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
7 years, 1 month ago (2013-11-19 01:55:10 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oysteine@chromium.org/74493002/80002
7 years, 1 month ago (2013-11-19 01:57:06 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) blink_platform_unittests, webkit_lint, webkit_python_tests, webkit_tests, webkit_unit_tests, wtf_unittests ...
7 years, 1 month ago (2013-11-19 02:38:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oysteine@chromium.org/74493002/320001
7 years, 1 month ago (2013-11-19 19:19:13 UTC) #10
commit-bot: I haz the power
7 years, 1 month ago (2013-11-19 20:50:14 UTC) #11
Message was sent while issue was closed.
Change committed as 162316

Powered by Google App Engine
This is Rietveld 408576698