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

Issue 11312157: Add ExceptionHandler to ModuleSystem, remove heap allocated v8::TryCatch. (Closed)

Created:
8 years, 1 month ago by koz (OOO until 15th September)
Modified:
8 years ago
CC:
chromium-reviews, Aaron Boodman, darin-cc_chromium.org, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Add ExceptionHandler to ModuleSystem, remove heap allocated v8::TryCatch. BUG=152389 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170898

Patch Set 1 #

Total comments: 2

Patch Set 2 : make HandleException private #

Patch Set 3 : rebase #

Patch Set 4 : add 'virtual' keyword #

Patch Set 5 : rename dispatchJSON -> dispatchEvent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -11 lines) Patch
M chrome/renderer/extensions/event_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/module_system.h View 1 3 chunks +17 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/module_system.cc View 4 chunks +10 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/module_system_unittest.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M chrome/renderer/resource_bundle_source_map.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/module_system_test.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/base/module_system_test.cc View 3 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
koz (OOO until 15th September)
This fixes a problem where v8::TryCatch was being allocated on the stack (see bug for ...
8 years, 1 month ago (2012-11-08 23:52:30 UTC) #1
haraken
Thanks koz for the patch! aa: This bug has been blocking a V8 bug, which ...
8 years, 1 month ago (2012-11-12 09:02:16 UTC) #2
koz (OOO until 15th September)
On 2012/11/12 09:02:16, haraken1 wrote: > Thanks koz for the patch! > > aa: This ...
8 years, 1 month ago (2012-11-13 23:15:15 UTC) #3
not at google - send to devlin
lgtm http://codereview.chromium.org/11312157/diff/1/chrome/renderer/extensions/module_system.h File chrome/renderer/extensions/module_system.h (right): http://codereview.chromium.org/11312157/diff/1/chrome/renderer/extensions/module_system.h#newcode110 chrome/renderer/extensions/module_system.h:110: void HandleException(const v8::TryCatch& try_catch); why does this need ...
8 years, 1 month ago (2012-11-14 00:00:11 UTC) #4
koz (OOO until 15th September)
Thanks! http://codereview.chromium.org/11312157/diff/1/chrome/renderer/extensions/module_system.h File chrome/renderer/extensions/module_system.h (right): http://codereview.chromium.org/11312157/diff/1/chrome/renderer/extensions/module_system.h#newcode110 chrome/renderer/extensions/module_system.h:110: void HandleException(const v8::TryCatch& try_catch); On 2012/11/14 00:00:11, kalman ...
8 years, 1 month ago (2012-11-14 06:14:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/11312157/6001
8 years, 1 month ago (2012-11-14 06:15:22 UTC) #6
commit-bot: I haz the power
Presubmit check for 11312157-6001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-14 06:15:26 UTC) #7
koz (OOO until 15th September)
On 2012/11/14 06:15:26, I haz the power (commit-bot) wrote: > Presubmit check for 11312157-6001 failed ...
8 years, 1 month ago (2012-11-14 06:26:23 UTC) #8
koz (OOO until 15th September)
On 2012/11/14 06:26:23, koz wrote: > On 2012/11/14 06:15:26, I haz the power (commit-bot) wrote: ...
8 years ago (2012-11-28 05:54:40 UTC) #9
sky
I'm not familiar with this particular code. Maybe Pawel is (added a reviewer).
8 years ago (2012-11-28 15:32:41 UTC) #10
Paweł Hajdan Jr.
LGTM I'm not that familiar either, but sufficiently for an OWNERS review, and it seems ...
8 years ago (2012-11-28 17:56:44 UTC) #11
koz (OOO until 15th September)
On 2012/11/28 17:56:44, Paweł Hajdan Jr. wrote: > LGTM > > I'm not that familiar ...
8 years ago (2012-11-28 23:17:40 UTC) #12
Michael Starzinger
Drive-by LGTM.
8 years ago (2012-11-29 09:15:13 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/11312157/6001
8 years ago (2012-11-29 22:31:58 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years ago (2012-11-29 22:57:11 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/11312157/16002
8 years ago (2012-11-30 05:53:44 UTC) #16
commit-bot: I haz the power
Presubmit check for 11312157-16002 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-11-30 05:53:49 UTC) #17
koz (OOO until 15th September)
[+sky] Scott, mind doing an OWNERS review for chrome/?
8 years ago (2012-11-30 06:05:34 UTC) #18
sky
What parts of this do you need me to review?
8 years ago (2012-11-30 17:28:53 UTC) #19
koz (OOO until 15th September)
On 2012/11/30 17:28:53, sky wrote: > What parts of this do you need me to ...
8 years ago (2012-11-30 18:20:18 UTC) #20
sky
resource_bundle_map LGTM
8 years ago (2012-12-03 14:48:36 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/11312157/16002
8 years ago (2012-12-03 22:38:20 UTC) #22
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) unit_tests
8 years ago (2012-12-04 00:09:17 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/koz@chromium.org/11312157/20004
8 years ago (2012-12-04 03:26:34 UTC) #24
commit-bot: I haz the power
8 years ago (2012-12-04 07:23:24 UTC) #25
Message was sent while issue was closed.
Change committed as 170898

Powered by Google App Engine
This is Rietveld 408576698