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

Issue 1108303002: HTMLPreloadScanner unit tests (Closed)

Created:
5 years, 7 months ago by Yoav Weiss
Modified:
5 years, 7 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

HTMLPreloadScanner unit tests This CL refactors the HTMLPreloadScanner and neighbouring classes in order to enable to write unit tests for the preloader. It does not include any meaningful testing, which will be added at later CLs. BUG=471249 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194746

Patch Set 1 #

Patch Set 2 : Actually working #

Total comments: 5

Patch Set 3 : Review comments #

Total comments: 1

Patch Set 4 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -150 lines) Patch
M Source/core/core.gypi View 2 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/html/parser/HTMLPreloadScanner.h View 1 2 3 3 chunks +8 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLPreloadScanner.cpp View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
A Source/core/html/parser/HTMLPreloadScannerTest.cpp View 1 2 1 chunk +109 lines, -0 lines 0 comments Download
M Source/core/html/parser/HTMLResourcePreloader.h View 1 2 1 chunk +5 lines, -61 lines 0 comments Download
M Source/core/html/parser/HTMLResourcePreloader.cpp View 1 2 2 chunks +0 lines, -41 lines 0 comments Download
A + Source/core/html/parser/PreloadRequest.h View 1 3 chunks +10 lines, -44 lines 0 comments Download
A Source/core/html/parser/PreloadRequest.cpp View 1 chunk +43 lines, -0 lines 0 comments Download
A Source/core/html/parser/ResourcePreloader.h View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A Source/core/html/parser/ResourcePreloader.cpp View 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Yoav Weiss
Hey Mike, Here's another CL that enables us to test the preload scanner in a ...
5 years, 7 months ago (2015-04-28 13:28:58 UTC) #2
Mike West
I'm in back-to-back-to-back meetings for the next ~3 days... I'll certainly be taking a look ...
5 years, 7 months ago (2015-04-28 14:46:04 UTC) #3
kouhei (in TOK)
Thanks for working on this. Preloader was known for number of bugs, and hopefully we ...
5 years, 7 months ago (2015-04-30 12:59:21 UTC) #6
Yoav Weiss
On 2015/04/30 12:59:21, kouhei wrote: > Thanks for working on this. Preloader was known for ...
5 years, 7 months ago (2015-04-30 13:18:17 UTC) #7
kouhei (in TOK)
lgtm https://codereview.chromium.org/1108303002/diff/40001/Source/core/html/parser/HTMLPreloadScanner.h File Source/core/html/parser/HTMLPreloadScanner.h (right): https://codereview.chromium.org/1108303002/diff/40001/Source/core/html/parser/HTMLPreloadScanner.h#newcode110 Source/core/html/parser/HTMLPreloadScanner.h:110: static PassOwnPtr<HTMLPreloadScanner> create(const HTMLParserOptions&, const KURL& documentURL, PassRefPtr<MediaValues>); ...
5 years, 7 months ago (2015-04-30 14:06:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1108303002/60001
5 years, 7 months ago (2015-04-30 14:54:37 UTC) #11
commit-bot: I haz the power
5 years, 7 months ago (2015-04-30 15:47:41 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194746

Powered by Google App Engine
This is Rietveld 408576698