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 122993002: Make calls to AtomicString(const String&) explicit in web/ (Closed)

Created:
6 years, 11 months ago by Inactive
Modified:
6 years, 11 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Make calls to AtomicString(const String&) explicit in web/ Make calls to AtomicString(const String&) explicit in web/ and avoid useless conversions from String to AtomicString when possible. This is one step towards making the AtomicString(const String&) constructor explicit. This CL takes care only of the web/ part so that it is more easily reviewable. R=abarth, eseidel BUG=323739 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164414

Patch Set 1 #

Total comments: 1

Patch Set 2 : Use AtomicString type for frameName and target #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -36 lines) Patch
M Source/core/dom/Document.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/Element.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAnchorElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAnchorElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAreaElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAreaElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLBaseElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLBaseElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLinkElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLinkElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/EmptyClients.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/EmptyClients.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FormSubmission.h View 1 4 chunks +7 lines, -7 lines 0 comments Download
M Source/core/loader/FormSubmission.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/loader/FrameLoadRequest.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/loader/FrameLoaderClient.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FrameLoaderClientImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/WebViewTest.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Inactive
https://codereview.chromium.org/122993002/diff/1/Source/web/WebViewImpl.cpp File Source/web/WebViewImpl.cpp (right): https://codereview.chromium.org/122993002/diff/1/Source/web/WebViewImpl.cpp#newcode2474 Source/web/WebViewImpl.cpp:2474: m_page->mainFrame()->loader().reload(NormalReload, KURL(), newEncodingName); reload() takes the encoding as an ...
6 years, 11 months ago (2013-12-31 20:57:18 UTC) #1
eseidel
framename probably wanst to return an ATomicString. Surprises me a bit that referrer is an ...
6 years, 11 months ago (2013-12-31 23:15:35 UTC) #2
Inactive
On 2013/12/31 23:15:35, eseidel wrote: > framename probably wanst to return an ATomicString. > > ...
6 years, 11 months ago (2014-01-01 16:59:47 UTC) #3
eseidel
lgtm
6 years, 11 months ago (2014-01-01 17:03:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/122993002/100001
6 years, 11 months ago (2014-01-01 17:04:00 UTC) #5
commit-bot: I haz the power
6 years, 11 months ago (2014-01-01 18:00:29 UTC) #6
Message was sent while issue was closed.
Change committed as 164414

Powered by Google App Engine
This is Rietveld 408576698