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

Issue 16831015: fix mocking of various files in webkit_unit_tests (Closed)

Created:
7 years, 6 months ago by scottmg
Modified:
7 years, 6 months ago
Reviewers:
jamesr
CC:
blink-reviews, eae+blinkwatch
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

fix mocking of various files in webkit_unit_tests so that https://codereview.chromium.org/17229012 doesn't dcheck. R=jamesr@chromium.org BUG=237267 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152760

Patch Set 1 #

Total comments: 3

Patch Set 2 : wtf instead of std #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -12 lines) Patch
M Source/WebKit/chromium/tests/AssociatedURLLoaderTest.cpp View 1 3 chunks +28 lines, -10 lines 0 comments Download
M Source/WebKit/chromium/tests/WebPageSerializerTest.cpp View 1 chunk +1 line, -0 lines 0 comments Download
A Source/WebKit/chromium/tests/data/pageserialization/beautifull.css View 1 chunk +1 line, -0 lines 0 comments Download
M Source/WebKit/chromium/tests/data/pageserializer/css_test_page.html View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
scottmg
7 years, 6 months ago (2013-06-19 23:36:29 UTC) #1
jamesr
I'll mock your files! lgtm, although I think you should avoid std::string since nearly all ...
7 years, 6 months ago (2013-06-19 23:40:35 UTC) #2
scottmg
https://codereview.chromium.org/16831015/diff/1/Source/WebKit/chromium/tests/AssociatedURLLoaderTest.cpp File Source/WebKit/chromium/tests/AssociatedURLLoaderTest.cpp (right): https://codereview.chromium.org/16831015/diff/1/Source/WebKit/chromium/tests/AssociatedURLLoaderTest.cpp#newcode84 Source/WebKit/chromium/tests/AssociatedURLLoaderTest.cpp:84: m_frameFilePath = WebString::fromUTF8((m_baseFilePath + "iframes_test.html").c_str()); On 2013/06/19 23:40:35, jamesr ...
7 years, 6 months ago (2013-06-19 23:42:36 UTC) #3
jamesr
It does have a lot of append()s
7 years, 6 months ago (2013-06-19 23:43:06 UTC) #4
scottmg
On 2013/06/19 23:43:06, jamesr wrote: > It does have a lot of append()s sorry, i'm ...
7 years, 6 months ago (2013-06-19 23:59:42 UTC) #5
jamesr
On 2013/06/19 23:59:42, scottmg wrote: > On 2013/06/19 23:43:06, jamesr wrote: > > It does ...
7 years, 6 months ago (2013-06-20 00:00:26 UTC) #6
scottmg
https://codereview.chromium.org/16831015/diff/1/Source/WebKit/chromium/tests/AssociatedURLLoaderTest.cpp File Source/WebKit/chromium/tests/AssociatedURLLoaderTest.cpp (right): https://codereview.chromium.org/16831015/diff/1/Source/WebKit/chromium/tests/AssociatedURLLoaderTest.cpp#newcode84 Source/WebKit/chromium/tests/AssociatedURLLoaderTest.cpp:84: m_frameFilePath = WebString::fromUTF8((m_baseFilePath + "iframes_test.html").c_str()); On 2013/06/19 23:40:35, jamesr ...
7 years, 6 months ago (2013-06-20 00:31:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/16831015/9001
7 years, 6 months ago (2013-06-20 01:54:29 UTC) #8
commit-bot: I haz the power
7 years, 6 months ago (2013-06-20 07:07:55 UTC) #9
Message was sent while issue was closed.
Change committed as 152760

Powered by Google App Engine
This is Rietveld 408576698