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

Issue 8493016: content: Remove 16 exit time destructors and 15 static initializers. (Closed)

Created:
9 years, 1 month ago by Nico
Modified:
9 years, 1 month ago
CC:
chromium-reviews, creis+watch_chromium.org, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, yoshiki+watch_chromium.org, davidbarr+watch_chromium.org, jam, yuzo+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ajwong+watch_chromium.org, ctguil+watch_chromium.org, zork+watch_chromium.org
Visibility:
Public.

Description

content: Remove 16 exit time destructors and 15 static initializers. BUG=101600, 94925 TEST=none TBR=ben Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108982

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : 4 files to go #

Patch Set 4 : 3 #

Patch Set 5 : 0 #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : git try #

Patch Set 10 : . #

Total comments: 20

Patch Set 11 : mentomental #

Patch Set 12 : - #

Patch Set 13 : mac compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+384 lines, -312 lines) Patch
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +171 lines, -154 lines 0 comments Download
M content/browser/browser_thread_impl.h View 1 chunk +0 lines, -10 lines 0 comments Download
M content/browser/browser_thread_impl.cc View 1 11 chunks +41 lines, -28 lines 0 comments Download
M content/browser/browsing_instance.h View 11 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/browsing_instance.cc View 1 11 3 chunks +8 lines, -4 lines 0 comments Download
M content/browser/debugger/devtools_agent_host.h View 1 2 3 4 5 6 7 2 chunks +0 lines, -3 lines 0 comments Download
M content/browser/debugger/devtools_client_host.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/debugger/devtools_client_host.cc View 1 3 chunks +14 lines, -8 lines 0 comments Download
M content/browser/debugger/devtools_http_protocol_handler.cc View 1 2 3 4 5 3 chunks +23 lines, -12 lines 0 comments Download
M content/browser/debugger/render_view_devtools_agent_host.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/debugger/render_view_devtools_agent_host.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +14 lines, -7 lines 0 comments Download
M content/browser/net/url_request_mock_http_job.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -6 lines 0 comments Download
M content/browser/net/url_request_mock_http_job.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +17 lines, -8 lines 0 comments Download
M content/browser/net/url_request_slow_download_job.h View 1 2 3 4 5 6 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/net/url_request_slow_download_job.cc View 1 2 3 4 5 6 7 8 9 3 chunks +10 lines, -7 lines 0 comments Download
M content/browser/net/url_request_slow_http_job.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -5 lines 0 comments Download
M content/browser/net/url_request_slow_http_job.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +14 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_process_host.cc View 1 2 3 6 chunks +13 lines, -10 lines 0 comments Download
M content/common/np_channel_base.cc View 1 2 3 4 9 chunks +22 lines, -19 lines 0 comments Download
M content/common/socket_stream_dispatcher.cc View 1 2 3 4 4 chunks +13 lines, -6 lines 0 comments Download
M content/renderer/devtools_agent.h View 1 2 3 4 5 6 7 3 chunks +0 lines, -5 lines 0 comments Download
M content/renderer/devtools_agent.cc View 1 2 3 4 5 6 7 8 4 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Nico
mark: review ben: OWNERS Nearly done with non-third-party stuff.
9 years, 1 month ago (2011-11-07 22:09:20 UTC) #1
Mark Mentovai
http://codereview.chromium.org/8493016/diff/32/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): http://codereview.chromium.org/8493016/diff/32/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode51 content/browser/accessibility/browser_accessibility_cocoa.mm:51: static const MapEntry roles[] = { While poking through ...
9 years, 1 month ago (2011-11-07 22:34:14 UTC) #2
Nico
Thanks! http://codereview.chromium.org/8493016/diff/32/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): http://codereview.chromium.org/8493016/diff/32/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode224 content/browser/accessibility/browser_accessibility_cocoa.mm:224: webAccessibilityToNativeRole, ()); On 2011/11/07 22:34:15, Mark Mentovai wrote: ...
9 years, 1 month ago (2011-11-07 23:29:21 UTC) #3
Nico
http://codereview.chromium.org/8493016/diff/32/content/browser/browsing_instance.h File content/browser/browsing_instance.h (right): http://codereview.chromium.org/8493016/diff/32/content/browser/browsing_instance.h#newcode136 content/browser/browsing_instance.h:136: static base::LazyInstance< On 2011/11/07 23:29:21, Nico wrote: > On ...
9 years, 1 month ago (2011-11-07 23:37:40 UTC) #4
Mark Mentovai
OK, LGTM.
9 years, 1 month ago (2011-11-08 00:31:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8493016/1054
9 years, 1 month ago (2011-11-08 03:51:07 UTC) #6
commit-bot: I haz the power
Change committed as 108982
9 years, 1 month ago (2011-11-08 07:48:24 UTC) #7
Ben Goodger (Google)
9 years, 1 month ago (2011-11-08 17:39:20 UTC) #8
LGTM2

Powered by Google App Engine
This is Rietveld 408576698