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

Issue 12041078: Clear the clipboard closing Incognito window (Closed)

Created:
7 years, 11 months ago by vasilii
Modified:
7 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, sail+watch_chromium.org, tony
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Part I: clear primary and selection clipboards if data came from content area. BUG=171974 TBR=asargent,sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183123

Patch Set 1 #

Patch Set 2 : Style changes + fixed test on Windows, MAC and Chrome OS #

Patch Set 3 : Win compilation, enable test for Linux only #

Patch Set 4 : Merge with trunk #

Patch Set 5 : Merge with master #

Total comments: 12

Patch Set 6 : Addressed comments #

Total comments: 2

Patch Set 7 : Moved the feature to 'content' layer #

Total comments: 4

Patch Set 8 : Fixed compilation on win, linux and mac #

Total comments: 8

Patch Set 9 : Removed includes + style changes #

Total comments: 18

Patch Set 10 : Moved incogito marker to BrowserContext #

Total comments: 17

Patch Set 11 : Addressing comments #

Total comments: 9

Patch Set 12 : Addressing Joi's comments #

Total comments: 2

Patch Set 13 : Selection clipboard support #

Total comments: 42

Patch Set 14 : Clipboard GTK changes, linux_aura compilation, nits #

Patch Set 15 : Removed clipboard_write_observer, headers cleanup #

Total comments: 2

Patch Set 16 : Renamed set_write_objects_callback() #

Total comments: 10

Patch Set 17 : Support of selection clipboard for aurax11 #

Patch Set 18 : Merge and compilation fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+626 lines, -52 lines) Patch
M chrome/browser/chromeos/extensions/file_browser_resource_throttle_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/active_tab_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/system_indicator/system_indicator_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/tabs/ash_panel_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/app_window_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/event_router.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/page_action_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/plugin_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/script_badge_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/script_bubble_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/web_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/webstore_standalone_install_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/profiles/incognito_selection_clipboard_uitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +124 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_modal_dialogs/javascript_dialog_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_view_unittest.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/tabs/tab_strip_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/browser_action_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/native_app_window_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view_layout.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/browser_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +49 lines, -0 lines 0 comments Download
A content/browser/renderer_host/clipboard_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +73 lines, -0 lines 0 comments Download
M content/browser/renderer_host/clipboard_message_filter.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -2 lines 0 comments Download
M content/browser/renderer_host/clipboard_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +33 lines, -18 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +9 lines, -4 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/browser_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +7 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 9 chunks +34 lines, -1 line 0 comments Download
M ui/base/clipboard/clipboard.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +35 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +25 lines, -1 line 0 comments Download
M ui/base/clipboard/clipboard_aurax11.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 8 chunks +33 lines, -2 lines 0 comments Download
M ui/base/clipboard/clipboard_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +38 lines, -1 line 0 comments Download
M ui/base/clipboard/clipboard_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 9 chunks +46 lines, -13 lines 0 comments Download
M ui/base/clipboard/clipboard_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +27 lines, -1 line 0 comments Download
M ui/base/clipboard/clipboard_unittest.cc View 1 2 3 4 5 6 7 13 1 chunk +3 lines, -1 line 0 comments Download
M ui/base/clipboard/clipboard_util_win.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_util_win.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M ui/base/clipboard/clipboard_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +27 lines, -1 line 0 comments Download
M ui/base/clipboard/scoped_clipboard_writer.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -0 lines 0 comments Download
M ui/base/clipboard/scoped_clipboard_writer.cc View 1 2 3 4 5 6 7 1 chunk +11 lines, -2 lines 0 comments Download

Messages

Total messages: 54 (0 generated)
vasilii
Hi, Could you review the change set? It comprises 1) Support of Incognito marker in ...
7 years, 11 months ago (2013-01-24 18:29:01 UTC) #1
dcheng
Before I review the technical aspects... I have a larger question. Do we really want ...
7 years, 11 months ago (2013-01-24 20:11:19 UTC) #2
battre
On 2013/01/24 20:11:19, dcheng wrote: > Before I review the technical aspects... I have a ...
7 years, 11 months ago (2013-01-24 21:13:36 UTC) #3
dcheng
On 2013/01/24 21:13:36, battre wrote: > On 2013/01/24 20:11:19, dcheng wrote: > > Before I ...
7 years, 11 months ago (2013-01-24 23:36:56 UTC) #4
battre
On 2013/01/24 23:36:56, dcheng wrote: > On 2013/01/24 21:13:36, battre wrote: > > On 2013/01/24 ...
7 years, 11 months ago (2013-01-25 09:43:17 UTC) #5
dcheng
On 2013/01/25 09:43:17, battre wrote: > On 2013/01/24 23:36:56, dcheng wrote: > > On 2013/01/24 ...
7 years, 11 months ago (2013-01-25 20:06:19 UTC) #6
dcheng
On 2013/01/25 20:06:19, dcheng wrote: > On 2013/01/25 09:43:17, battre wrote: > > On 2013/01/24 ...
7 years, 11 months ago (2013-01-25 21:09:27 UTC) #7
dcheng
https://codereview.chromium.org/12041078/diff/21001/content/browser/renderer_host/clipboard_message_filter.h File content/browser/renderer_host/clipboard_message_filter.h (right): https://codereview.chromium.org/12041078/diff/21001/content/browser/renderer_host/clipboard_message_filter.h#newcode35 content/browser/renderer_host/clipboard_message_filter.h:35: base::SharedMemoryHandle bitmap_handle); Is this the right place to add ...
7 years, 10 months ago (2013-01-31 22:25:56 UTC) #8
battre
https://codereview.chromium.org/12041078/diff/21001/ui/base/clipboard/clipboard.h File ui/base/clipboard/clipboard.h (right): https://codereview.chromium.org/12041078/diff/21001/ui/base/clipboard/clipboard.h#newcode184 ui/base/clipboard/clipboard.h:184: virtual void OnWriteObjects(Buffer buffer) = 0; On 2013/01/31 22:25:56, ...
7 years, 10 months ago (2013-02-01 09:36:39 UTC) #9
Jói
API-wise, this looks relatively clean to me, although you shouldn't mention incognito in the comment ...
7 years, 10 months ago (2013-02-01 11:31:20 UTC) #10
jam
it looks like this can be entirely developed inside content, since BrowserContext has IsOffTheRecord. https://codereview.chromium.org/12041078/diff/11008/content/public/browser/clipboard_write_callback_params.h ...
7 years, 10 months ago (2013-02-01 17:08:16 UTC) #11
vasilii
Daniel, Joi, John, I addressed your comments. John, technically this feature could be implemented in ...
7 years, 10 months ago (2013-02-01 17:25:08 UTC) #12
jam
On 2013/02/01 17:25:08, vasilii wrote: > Daniel, Joi, John, I addressed your comments. > > ...
7 years, 10 months ago (2013-02-01 17:35:29 UTC) #13
vasilii
John, I moved the feature to 'content'.
7 years, 10 months ago (2013-02-04 15:27:28 UTC) #14
jam
https://codereview.chromium.org/12041078/diff/29001/chrome/browser/clipboard/clipboard_interactive_uitest.cc File chrome/browser/clipboard/clipboard_interactive_uitest.cc (right): https://codereview.chromium.org/12041078/diff/29001/chrome/browser/clipboard/clipboard_interactive_uitest.cc#newcode1 chrome/browser/clipboard/clipboard_interactive_uitest.cc:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 10 months ago (2013-02-04 16:01:59 UTC) #15
dcheng
On 2013/02/01 09:36:39, battre wrote: > https://codereview.chromium.org/12041078/diff/21001/ui/base/clipboard/clipboard.h > File ui/base/clipboard/clipboard.h (right): > > https://codereview.chromium.org/12041078/diff/21001/ui/base/clipboard/clipboard.h#newcode184 > ...
7 years, 10 months ago (2013-02-04 18:54:18 UTC) #16
vasilii
John: I moved everything to content. It seems I can't enforce a call to OffTheRecordProfile ...
7 years, 10 months ago (2013-02-05 18:48:14 UTC) #17
jam
https://codereview.chromium.org/12041078/diff/45043/content/browser/renderer_host/clipboard_message_filter.cc File content/browser/renderer_host/clipboard_message_filter.cc (right): https://codereview.chromium.org/12041078/diff/45043/content/browser/renderer_host/clipboard_message_filter.cc#newcode24 content/browser/renderer_host/clipboard_message_filter.cc:24: // Notifies ContentBrowserClient and writes objects to the clipborad. ...
7 years, 10 months ago (2013-02-06 04:56:36 UTC) #18
vasilii
https://codereview.chromium.org/12041078/diff/45043/content/browser/renderer_host/clipboard_message_filter.cc File content/browser/renderer_host/clipboard_message_filter.cc (right): https://codereview.chromium.org/12041078/diff/45043/content/browser/renderer_host/clipboard_message_filter.cc#newcode24 content/browser/renderer_host/clipboard_message_filter.cc:24: // Notifies ContentBrowserClient and writes objects to the clipborad. ...
7 years, 10 months ago (2013-02-06 11:59:15 UTC) #19
dcheng
https://codereview.chromium.org/12041078/diff/50023/content/browser/renderer_host/clipboard_message_filter.cc File content/browser/renderer_host/clipboard_message_filter.cc (right): https://codereview.chromium.org/12041078/diff/50023/content/browser/renderer_host/clipboard_message_filter.cc#newcode24 content/browser/renderer_host/clipboard_message_filter.cc:24: void WriteObjectsWrapper(ui::Clipboard* clipboard, Nit: No indent inside namespace. https://codereview.chromium.org/12041078/diff/50023/content/public/browser/off_the_record_marker.cc ...
7 years, 10 months ago (2013-02-06 22:31:40 UTC) #20
jam
https://codereview.chromium.org/12041078/diff/45043/content/public/browser/off_the_record_marker.h File content/public/browser/off_the_record_marker.h (right): https://codereview.chromium.org/12041078/diff/45043/content/public/browser/off_the_record_marker.h#newcode21 content/public/browser/off_the_record_marker.h:21: CONTENT_EXPORT ui::Clipboard::SourceTag GetMarkerForOffTheRecordContext( On 2013/02/06 11:59:15, vasilii wrote: > ...
7 years, 10 months ago (2013-02-06 22:36:50 UTC) #21
vasilii
https://codereview.chromium.org/12041078/diff/45043/content/public/browser/off_the_record_marker.h File content/public/browser/off_the_record_marker.h (right): https://codereview.chromium.org/12041078/diff/45043/content/public/browser/off_the_record_marker.h#newcode21 content/public/browser/off_the_record_marker.h:21: CONTENT_EXPORT ui::Clipboard::SourceTag GetMarkerForOffTheRecordContext( On 2013/02/06 22:36:50, jam wrote: > ...
7 years, 10 months ago (2013-02-07 17:30:05 UTC) #22
jam
content lgtm with nits https://codereview.chromium.org/12041078/diff/51004/content/browser/renderer_host/clipboard_message_filter.h File content/browser/renderer_host/clipboard_message_filter.h (right): https://codereview.chromium.org/12041078/diff/51004/content/browser/renderer_host/clipboard_message_filter.h#newcode70 content/browser/renderer_host/clipboard_message_filter.h:70: // this class notifies ContentBrowserClient ...
7 years, 10 months ago (2013-02-07 21:52:17 UTC) #23
dcheng
ui/base/clipboard LGTM with nits. https://codereview.chromium.org/12041078/diff/50023/content/test/clipboard_browser_test.cc File content/test/clipboard_browser_test.cc (right): https://codereview.chromium.org/12041078/diff/50023/content/test/clipboard_browser_test.cc#newcode35 content/test/clipboard_browser_test.cc:35: message_loop_runner_ = new content::MessageLoopRunner; On ...
7 years, 10 months ago (2013-02-08 05:42:19 UTC) #24
vasilii
John: I need you to answer my comment in browser_context.h Daniel: Your comments are addressed. ...
7 years, 10 months ago (2013-02-08 09:27:36 UTC) #25
Jói
LGTM with nits. https://codereview.chromium.org/12041078/diff/52040/content/browser/renderer_host/clipboard_browsertest.cc File content/browser/renderer_host/clipboard_browsertest.cc (right): https://codereview.chromium.org/12041078/diff/52040/content/browser/renderer_host/clipboard_browsertest.cc#newcode16 content/browser/renderer_host/clipboard_browsertest.cc:16: namespace { nit: I think we ...
7 years, 10 months ago (2013-02-08 10:37:32 UTC) #26
vasilii
Joi: I tweaked the code. https://codereview.chromium.org/12041078/diff/52040/content/browser/renderer_host/clipboard_browsertest.cc File content/browser/renderer_host/clipboard_browsertest.cc (right): https://codereview.chromium.org/12041078/diff/52040/content/browser/renderer_host/clipboard_browsertest.cc#newcode16 content/browser/renderer_host/clipboard_browsertest.cc:16: namespace { On 2013/02/08 ...
7 years, 10 months ago (2013-02-08 12:37:12 UTC) #27
Jói
LGTM, defer to John for the final review. On Fri, Feb 8, 2013 at 12:37 ...
7 years, 10 months ago (2013-02-08 12:40:06 UTC) #28
dcheng
https://codereview.chromium.org/12041078/diff/40040/ui/base/clipboard/clipboard.h File ui/base/clipboard/clipboard.h (right): https://codereview.chromium.org/12041078/diff/40040/ui/base/clipboard/clipboard.h#newcode139 ui/base/clipboard/clipboard.h:139: CBF_SOURCE_TAG, // Signifies the source of data. Btw, I ...
7 years, 10 months ago (2013-02-08 21:33:21 UTC) #29
jam
https://codereview.chromium.org/12041078/diff/51004/content/public/browser/browser_context.h File content/public/browser/browser_context.h (right): https://codereview.chromium.org/12041078/diff/51004/content/public/browser/browser_context.h#newcode102 content/public/browser/browser_context.h:102: // destruction it will be flushed. On 2013/02/08 09:27:36, ...
7 years, 10 months ago (2013-02-08 22:26:21 UTC) #30
Elliot Glaysher
https://codereview.chromium.org/12041078/diff/51004/content/public/browser/browser_context.h File content/public/browser/browser_context.h (right): https://codereview.chromium.org/12041078/diff/51004/content/public/browser/browser_context.h#newcode102 content/public/browser/browser_context.h:102: // destruction it will be flushed. On 2013/02/08 09:27:36, ...
7 years, 10 months ago (2013-02-09 00:22:21 UTC) #31
vasilii
Dominic asked to add support for selection clipboard to this CL. Please review additional changes. ...
7 years, 10 months ago (2013-02-11 18:19:45 UTC) #32
Elliot Glaysher
lgtm
7 years, 10 months ago (2013-02-11 18:28:53 UTC) #33
jam
https://codereview.chromium.org/12041078/diff/47048/content/public/test/clipboard_write_observer.h File content/public/test/clipboard_write_observer.h (right): https://codereview.chromium.org/12041078/diff/47048/content/public/test/clipboard_write_observer.h#newcode17 content/public/test/clipboard_write_observer.h:17: class ClipboardWriteObserver : i try to keep the number ...
7 years, 10 months ago (2013-02-11 21:28:53 UTC) #34
dcheng
+tony as well, since he added the GTK bits in question. https://codereview.chromium.org/12041078/diff/47048/chrome/browser/profiles/incognito_selection_clipboard_uitest.cc File chrome/browser/profiles/incognito_selection_clipboard_uitest.cc (right): ...
7 years, 10 months ago (2013-02-11 22:58:21 UTC) #35
battre
I have just some nits. https://codereview.chromium.org/12041078/diff/47048/chrome/browser/profiles/incognito_selection_clipboard_uitest.cc File chrome/browser/profiles/incognito_selection_clipboard_uitest.cc (right): https://codereview.chromium.org/12041078/diff/47048/chrome/browser/profiles/incognito_selection_clipboard_uitest.cc#newcode69 chrome/browser/profiles/incognito_selection_clipboard_uitest.cc:69: // the selection clipboard ...
7 years, 10 months ago (2013-02-12 12:50:59 UTC) #36
vasilii
https://codereview.chromium.org/12041078/diff/47048/chrome/browser/profiles/incognito_selection_clipboard_uitest.cc File chrome/browser/profiles/incognito_selection_clipboard_uitest.cc (right): https://codereview.chromium.org/12041078/diff/47048/chrome/browser/profiles/incognito_selection_clipboard_uitest.cc#newcode16 chrome/browser/profiles/incognito_selection_clipboard_uitest.cc:16: #if defined(OS_MACOSX) On 2013/02/11 22:58:21, dcheng wrote: > Do ...
7 years, 10 months ago (2013-02-12 15:58:31 UTC) #37
vasilii
John: I addressed your comment. https://codereview.chromium.org/12041078/diff/47048/content/public/test/clipboard_write_observer.h File content/public/test/clipboard_write_observer.h (right): https://codereview.chromium.org/12041078/diff/47048/content/public/test/clipboard_write_observer.h#newcode17 content/public/test/clipboard_write_observer.h:17: class ClipboardWriteObserver : On ...
7 years, 10 months ago (2013-02-12 17:25:18 UTC) #38
jam
On 2013/02/12 17:25:18, vasilii wrote: > John: > I addressed your comment. which comment? i ...
7 years, 10 months ago (2013-02-12 17:31:13 UTC) #39
tony
Bug 171974 is confusing since it's marked as a duplicate of a wontfix bug. Also, ...
7 years, 10 months ago (2013-02-12 18:41:09 UTC) #40
jam
also: has this gone through ui review? please check with ui-leads.
7 years, 10 months ago (2013-02-12 19:24:27 UTC) #41
vasilii
Dominic: nits are fixed Joi, John: GetMarkerForOffTheRecordContext() return type fixed. This modification induced massive header ...
7 years, 10 months ago (2013-02-13 16:57:25 UTC) #42
jam
content lgtm https://codereview.chromium.org/12041078/diff/66001/ui/base/clipboard/clipboard.h File ui/base/clipboard/clipboard.h (right): https://codereview.chromium.org/12041078/diff/66001/ui/base/clipboard/clipboard.h#newcode189 ui/base/clipboard/clipboard.h:189: void AddWriteObjectsCallback(const base::Callback<void (Buffer)>& cb) { since ...
7 years, 10 months ago (2013-02-14 07:27:58 UTC) #43
Jói
LGTM for content/
7 years, 10 months ago (2013-02-14 09:52:42 UTC) #44
vasilii
Dominic, Daniel: any comments? https://codereview.chromium.org/12041078/diff/66001/ui/base/clipboard/clipboard.h File ui/base/clipboard/clipboard.h (right): https://codereview.chromium.org/12041078/diff/66001/ui/base/clipboard/clipboard.h#newcode189 ui/base/clipboard/clipboard.h:189: void AddWriteObjectsCallback(const base::Callback<void (Buffer)>& cb) ...
7 years, 10 months ago (2013-02-14 10:01:00 UTC) #45
battre
lgtm
7 years, 10 months ago (2013-02-14 12:23:09 UTC) #46
dcheng
https://codereview.chromium.org/12041078/diff/67001/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h File chrome/browser/extensions/api/system_indicator/system_indicator_manager.h (right): https://codereview.chromium.org/12041078/diff/67001/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h#newcode12 chrome/browser/extensions/api/system_indicator/system_indicator_manager.h:12: #include "base/threading/thread_checker.h" For future patches, it would be nice ...
7 years, 10 months ago (2013-02-15 07:29:23 UTC) #47
vasilii
https://codereview.chromium.org/12041078/diff/67001/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h File chrome/browser/extensions/api/system_indicator/system_indicator_manager.h (right): https://codereview.chromium.org/12041078/diff/67001/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h#newcode12 chrome/browser/extensions/api/system_indicator/system_indicator_manager.h:12: #include "base/threading/thread_checker.h" On 2013/02/15 07:29:23, dcheng wrote: > For ...
7 years, 10 months ago (2013-02-15 10:37:39 UTC) #48
dcheng
Clipboard bits lgtm.
7 years, 10 months ago (2013-02-15 18:26:26 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vasilii@chromium.org/12041078/70001
7 years, 10 months ago (2013-02-18 09:32:10 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vasilii@chromium.org/12041078/81001
7 years, 10 months ago (2013-02-18 10:06:47 UTC) #51
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=112830
7 years, 10 months ago (2013-02-18 13:34:54 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vasilii@chromium.org/12041078/81001
7 years, 10 months ago (2013-02-18 14:02:34 UTC) #53
commit-bot: I haz the power
7 years, 10 months ago (2013-02-18 15:44:05 UTC) #54
Message was sent while issue was closed.
Change committed as 183123

Powered by Google App Engine
This is Rietveld 408576698