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

Issue 10826141: Formalise a CHECK for the NULL NavigationEntry in ScriptBadgeController, and (Closed)

Created:
8 years, 4 months ago by not at google - send to devlin
Modified:
8 years, 4 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, benwells, koz (OOO until 15th September)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Formalise a CHECK for the NULL NavigationEntry in ScriptBadgeController, and add debugging for it. BUG=138323 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150303

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : add URL parameter #

Total comments: 5

Patch Set 4 : put buffer on stack #

Patch Set 5 : . #

Patch Set 6 : win compile fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -71 lines) Patch
M chrome/browser/extensions/api/tabs/execute_code_in_tab_function.h View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/tabs/execute_code_in_tab_function.cc View 1 2 1 chunk +9 lines, -11 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs.cc View 1 2 1 chunk +7 lines, -10 lines 0 comments Download
M chrome/browser/extensions/script_badge_controller.h View 1 2 3 chunks +9 lines, -4 lines 0 comments Download
M chrome/browser/extensions/script_badge_controller.cc View 1 2 3 4 5 5 chunks +53 lines, -7 lines 0 comments Download
M chrome/browser/extensions/script_badge_controller_unittest.cc View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/extensions/script_executor.h View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/extensions/script_executor.cc View 1 2 1 chunk +7 lines, -6 lines 0 comments Download
M chrome/common/extensions/extension_messages.h View 1 2 3 4 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/extension_helper.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/user_script_scheduler.cc View 1 2 3 4 3 chunks +9 lines, -5 lines 0 comments Download
M chrome/renderer/extensions/user_script_slave.cc View 1 2 1 chunk +4 lines, -6 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
not at google - send to devlin
Here is a preliminary step to tracking down 138323. An alternative to http://codereview.chromium.org/10822007/ for now; ...
8 years, 4 months ago (2012-08-03 12:37:03 UTC) #1
not at google - send to devlin
Hi Jeffrey, As discussed, I've threaded through the executing URL too. It resulted in a ...
8 years, 4 months ago (2012-08-06 06:09:42 UTC) #2
Jeffrey Yasskin
LGTM http://codereview.chromium.org/10826141/diff/5001/chrome/browser/extensions/script_badge_controller.cc File chrome/browser/extensions/script_badge_controller.cc (right): http://codereview.chromium.org/10826141/diff/5001/chrome/browser/extensions/script_badge_controller.cc#newcode117 chrome/browser/extensions/script_badge_controller.cc:117: "Expect a page ID of " << on_page_id ...
8 years, 4 months ago (2012-08-06 11:39:02 UTC) #3
not at google - send to devlin
+aa cos I'm not sure whether these IPC changes are a good idea.
8 years, 4 months ago (2012-08-06 22:44:17 UTC) #4
Aaron Boodman
The IPC changes seem fine, but I think we just need to understand under what ...
8 years, 4 months ago (2012-08-07 02:08:54 UTC) #5
not at google - send to devlin
How could an extension call executeScript on a tab without any navigations being done on ...
8 years, 4 months ago (2012-08-07 02:16:23 UTC) #6
Aaron Boodman
On 2012/08/07 02:16:23, kalman wrote: > How could an extension call executeScript on a tab ...
8 years, 4 months ago (2012-08-07 02:17:34 UTC) #7
not at google - send to devlin
On 2012/08/07 02:17:34, Aaron Boodman wrote: > On 2012/08/07 02:16:23, kalman wrote: > > How ...
8 years, 4 months ago (2012-08-07 02:23:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kalman@chromium.org/10826141/4003
8 years, 4 months ago (2012-08-07 05:10:40 UTC) #9
commit-bot: I haz the power
Try job failure for 10826141-4003 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 4 months ago (2012-08-07 06:25:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kalman@chromium.org/10826141/5006
8 years, 4 months ago (2012-08-07 06:43:11 UTC) #11
commit-bot: I haz the power
8 years, 4 months ago (2012-08-07 08:05:05 UTC) #12
Change committed as 150303

Powered by Google App Engine
This is Rietveld 408576698