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

Issue 6703003: Move a bunch of html5 renderer code to content. (Closed)

Created:
9 years, 9 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Avi (use Gerrit)
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, Paweł Hajdan Jr., jam, acolwell GONE FROM CHROMIUM, annacc, darin-cc_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), brettw-cc_chromium.org, scherkus (not reviewing)
Visibility:
Public.

Description

Move a bunch of html5 renderer code to content. TBR=avi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78449

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -2227 lines) Patch
M chrome/chrome_renderer.gypi View 3 chunks +0 lines, -16 lines 0 comments Download
M chrome/chrome_tests.gypi View 2 chunks +1 line, -1 line 0 comments Download
D chrome/renderer/audio_device.h View 1 chunk +0 lines, -84 lines 0 comments Download
D chrome/renderer/audio_device.cc View 1 chunk +0 lines, -188 lines 0 comments Download
D chrome/renderer/audio_message_filter.h View 1 chunk +0 lines, -121 lines 0 comments Download
D chrome/renderer/audio_message_filter.cc View 1 chunk +0 lines, -147 lines 0 comments Download
D chrome/renderer/audio_message_filter_unittest.cc View 1 chunk +0 lines, -200 lines 0 comments Download
D chrome/renderer/cookie_message_filter.h View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/renderer/cookie_message_filter.cc View 1 chunk +0 lines, -19 lines 0 comments Download
D chrome/renderer/device_orientation_dispatcher.h View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/renderer/device_orientation_dispatcher.cc View 1 chunk +0 lines, -91 lines 0 comments Download
D chrome/renderer/geolocation_dispatcher.h View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/renderer/geolocation_dispatcher.cc View 1 chunk +0 lines, -149 lines 0 comments Download
D chrome/renderer/indexed_db_dispatcher.h View 1 chunk +0 lines, -176 lines 0 comments Download
D chrome/renderer/indexed_db_dispatcher.cc View 1 chunk +0 lines, -455 lines 0 comments Download
D chrome/renderer/notification_provider.h View 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/renderer/notification_provider.cc View 1 chunk +0 lines, -188 lines 0 comments Download
M chrome/renderer/pepper_plugin_delegate_impl.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/renderer/render_thread.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/renderer/renderer_webaudiodevice_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webidbcursor_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webidbdatabase_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webidbfactory_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webidbindex_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webidbobjectstore_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/renderer_webidbtransaction_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/renderer/speech_input_dispatcher.h View 1 chunk +0 lines, -51 lines 0 comments Download
D chrome/renderer/speech_input_dispatcher.cc View 1 chunk +0 lines, -95 lines 0 comments Download
M content/content_renderer.gypi View 2 chunks +16 lines, -0 lines 0 comments Download
A + content/renderer/audio_device.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + content/renderer/audio_device.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/audio_message_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/audio_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/audio_message_filter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/cookie_message_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/cookie_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/device_orientation_dispatcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/device_orientation_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/geolocation_dispatcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/geolocation_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/indexed_db_dispatcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/indexed_db_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/audio_renderer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/audio_renderer_impl.cc View 1 chunk +0 lines, -1 line 0 comments Download
A + content/renderer/notification_provider.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/notification_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/speech_input_dispatcher.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + content/renderer/speech_input_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
9 years, 9 months ago (2011-03-16 22:08:50 UTC) #1
Avi (use Gerrit)
9 years, 9 months ago (2011-03-16 22:25:13 UTC) #2
eyeballed; rubber-stamp lgtm

Powered by Google App Engine
This is Rietveld 408576698