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

Issue 10917026: Switch Extensions::TabHelper to use WebContents, WebContentsUserData. (Closed)

Created:
8 years, 3 months ago by Avi (use Gerrit)
Modified:
8 years, 3 months ago
CC:
chromium-reviews, ncarter (slow), mihaip-chromium-reviews_chromium.org, creis+watch_chromium.org, akalin, marja+watch_chromium.org, Raghu Simha, ajwong+watch_chromium.org, jam, dcheng, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, sadrul, ben+watch_chromium.org, tfarina, tim (not reviewing)
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : rebase only #

Patch Set 3 : fix typo #

Patch Set 4 : rebase #

Patch Set 5 : fix #

Patch Set 6 : typo #

Patch Set 7 : fixed #

Patch Set 8 : really this time #

Patch Set 9 : again #

Patch Set 10 : rebase only #

Patch Set 11 : less fail #

Patch Set 12 : rebase only #

Patch Set 13 : rebase only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -202 lines) Patch
M chrome/browser/extensions/active_tab_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/extension_action/extension_actions_api.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/extension_action/extension_page_actions_api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/extension_action/script_badge_apitest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/omnibox/omnibox_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/tabs/execute_code_in_tab_function.cc View 1 chunk +9 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +13 lines, -10 lines 0 comments Download
M chrome/browser/extensions/extension_toolbar_model.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/menu_manager.cc View 1 2 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/extensions/page_action_controller.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/extensions/script_badge_controller.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/script_badge_controller_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/tab_helper.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +10 lines, -14 lines 0 comments Download
M chrome/browser/extensions/tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +51 lines, -39 lines 0 comments Download
M chrome/browser/sessions/session_service.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +12 lines, -5 lines 0 comments Download
M chrome/browser/sessions/tab_restore_service.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/session_change_processor.cc View 1 11 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/launcher/browser_launcher_item_controller.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 4 5 6 7 8 9 4 chunks +14 lines, -8 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_navigator.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/ui/browser_tabrestore.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/page_action_decoration.mm View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tabpose_window.mm View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/extensions/application_launch.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/tabs/tab_renderer_gtk.cc View 1 chunk +1 line, -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 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -8 lines 0 comments Download
M chrome/browser/ui/tabs/pinned_tab_codec.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/tabs/tab_strip_model.cc View 1 2 3 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/tabs/tab_strip_model_unittest.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/create_application_shortcut_view.cc View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_image_view.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/web_applications/web_app_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +9 lines, -4 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/browser/web_contents_observer.h View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Avi (use Gerrit)
8 years, 3 months ago (2012-08-30 22:38:46 UTC) #1
Aaron Boodman
If it fits, it ships. LGTM.
8 years, 3 months ago (2012-09-04 21:33:40 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10917026/1
8 years, 3 months ago (2012-09-05 14:16:52 UTC) #3
commit-bot: I haz the power
Failed to apply patch for chrome/browser/sessions/session_service.cc: While running patch -p1 --forward --force; patching file chrome/browser/sessions/session_service.cc ...
8 years, 3 months ago (2012-09-05 14:17:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10917026/6004
8 years, 3 months ago (2012-09-05 15:16:02 UTC) #5
commit-bot: I haz the power
Presubmit check for 10917026-6004 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-05 15:16:33 UTC) #6
Avi (use Gerrit)
Unit tests fail. Duplicate a tab > WebContentsObserver notification > TabHelper clones self on new ...
8 years, 3 months ago (2012-09-05 17:04:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10917026/9097
8 years, 3 months ago (2012-09-08 05:35:05 UTC) #8
commit-bot: I haz the power
Presubmit check for 10917026-9097 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-08 05:35:25 UTC) #9
Avi (use Gerrit)
Ben for sweeping OWNERS rights.
8 years, 3 months ago (2012-09-10 13:54:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10917026/2054
8 years, 3 months ago (2012-09-10 13:57:45 UTC) #11
Ben Goodger (Google)
hotness. lgtm
8 years, 3 months ago (2012-09-10 15:38:12 UTC) #12
commit-bot: I haz the power
Change committed as 155743
8 years, 3 months ago (2012-09-10 16:16:43 UTC) #13
Avi (use Gerrit)
Trying again. The one change here is that when an extensions tabhelper is created, it ...
8 years, 3 months ago (2012-09-11 23:57:44 UTC) #14
Ben Goodger (Google)
lgtm
8 years, 3 months ago (2012-09-12 18:39:00 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/10917026/9148
8 years, 3 months ago (2012-09-12 18:54:17 UTC) #16
commit-bot: I haz the power
8 years, 3 months ago (2012-09-12 19:36:06 UTC) #17
Try job failure for 10917026-9148 (retry) on android for steps "compile, build"
(clobber build).
It's a second try, previously, steps "compile, build" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android&nu...

Powered by Google App Engine
This is Rietveld 408576698