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

Issue 6880275: Web Introducer overview

Created:
9 years, 8 months ago by tjclose
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews, jam, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

This patch is not intended to be committed as is. Instead, it provides an overview of all the Chromium changes needed to implement the Web Introducer API. For the corresponding WebKit changes, see: https://bugs.webkit.org/show_bug.cgi?id=59637 This implementation is not yet complete. Almost all of the functionality in the specification is implemented, but supporting code, like settings management is missing.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+975 lines, -1 line) Patch
M build/features_override.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_command_ids.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/introducer_handler.h View 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/introducer_handler.cc View 1 chunk +506 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 6 chunks +31 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M content/common/content_message_generator.h View 1 chunk +1 line, -0 lines 0 comments Download
A content/common/introducer_messages.h View 1 chunk +94 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/introducer_dispatcher.h View 1 chunk +16 lines, -0 lines 0 comments Download
A content/renderer/introducer_dispatcher.cc View 1 chunk +221 lines, -0 lines 0 comments Download
M content/renderer/render_view.h View 3 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/render_view.cc View 3 chunks +7 lines, -0 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/context_menu.h View 2 chunks +11 lines, -0 lines 0 comments Download
M webkit/glue/context_menu.cc View 1 chunk +13 lines, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698