libcef/browser/extensions/api/tabs/tabs_api.cc (6 lines): - line 154: // TODO: Activate the tab at |tab_id_|. - line 161: // TODO: Highlight the tab at |tab_id_|. - line 168: // TODO: Pin the tab at |tab_id_|. - line 174: // TODO: Mute/unmute the tab at |tab_id_|. - line 186: // TODO: Set the opener for the tab at |tab_id_|. - line 192: // TODO: Set auto-discardable state for the tab at |tab_id_|. CMakeLists.txt.in (4 lines): - line 32: # See the "TODO:" comments below for guidance on how to integrate this CEF - line 142: # TODO: Change this line to match your project name when you copy this file. - line 152: # TODO: Choose one of the below examples and comment out the rest. - line 224: # TODO: Change these lines to match your project target when you copy this file. include/base/cef_basictypes.h (2 lines): - line 53: // TODO: Remove these type guards. These are to avoid conflicts with - line 60: // TODO: Remove these type guards. These are to avoid conflicts with libcef/common/alloy/alloy_main_delegate.cc (2 lines): - line 249: // TODO: Add support for occlusion detection in combination with native - line 256: // TODO: Add support for windows spellcheck service (see issue #3055). libcef/common/process_message_impl.h (1 line): - line 32: // TODO: Pass by reference instead of ownership if/when Mojo adds support libcef/renderer/alloy/alloy_content_renderer_client.cc (1 line): - line 494: // FIXME: It would be better if this API would be a callback from the libcef/browser/alloy/alloy_content_browser_client.cc (1 line): - line 1078: // TODO: Add support for client implementation of crypto password dialog.