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

Issue 15317004: Remove V8WorkerContextErrorHandler.cpp (Closed)

Created:
7 years, 7 months ago by haraken
Modified:
7 years, 6 months ago
CC:
blink-reviews, jsbell+bindings_chromium.org, eae+blinkwatch, adamk+blink_chromium.org, Nate Chapin
Visibility:
Public.

Description

Remove V8WorkerContextErrorHandler.cpp - V8WindowErrorHanlder.cpp and V8WorkerContextErrorHandler.cpp are exactly the same except for how it calls Function::Call(). - This patch removes V8WorkerContextErrorHandler.cpp. - This patch renames V8WindowErrorHanlder.cpp to V8DOMWindowOrWorkerContextErrorHanlder.cpp. R=abarth,eseidel Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151874

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -277 lines) Patch
M Source/bindings/bindings.gypi View 1 2 chunks +2 lines, -4 lines 0 comments Download
M Source/bindings/scripts/CodeGeneratorV8.pm View 1 2 1 chunk +3 lines, -6 lines 0 comments Download
A + Source/bindings/v8/V8ErrorHandler.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
A + Source/bindings/v8/V8ErrorHandler.cpp View 1 2 2 chunks +10 lines, -6 lines 0 comments Download
D Source/bindings/v8/V8WindowErrorHandler.h View 1 chunk +0 lines, -56 lines 0 comments Download
D Source/bindings/v8/V8WindowErrorHandler.cpp View 1 chunk +0 lines, -72 lines 0 comments Download
D Source/bindings/v8/V8WorkerContextErrorHandler.h View 1 chunk +0 lines, -56 lines 0 comments Download
D Source/bindings/v8/V8WorkerContextErrorHandler.cpp View 1 1 chunk +0 lines, -69 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
haraken
r? https://codereview.chromium.org/15317004/diff/1/Source/bindings/v8/V8DOMWindowOrWorkerContextErrorHandler.cpp File Source/bindings/v8/V8DOMWindowOrWorkerContextErrorHandler.cpp (right): https://codereview.chromium.org/15317004/diff/1/Source/bindings/v8/V8DOMWindowOrWorkerContextErrorHandler.cpp#newcode66 Source/bindings/v8/V8DOMWindowOrWorkerContextErrorHandler.cpp:66: returnValue = ScriptController::callFunctionWithInstrumentation(0, callFunction, thisValue, 3, parameters); I ...
7 years, 7 months ago (2013-05-20 02:50:30 UTC) #1
haraken
https://codereview.chromium.org/15317004/diff/1/Source/bindings/scripts/CodeGeneratorV8.pm File Source/bindings/scripts/CodeGeneratorV8.pm (right): https://codereview.chromium.org/15317004/diff/1/Source/bindings/scripts/CodeGeneratorV8.pm#newcode1850 Source/bindings/scripts/CodeGeneratorV8.pm:1850: if (($interfaceName eq "DOMWindow" or $interfaceName eq "WorkerContext") and ...
7 years, 7 months ago (2013-05-20 02:53:09 UTC) #2
abarth-chromium
I'll have to look at this one again in the morning.
7 years, 7 months ago (2013-05-20 04:22:03 UTC) #3
haraken
Thanks, this patch doesn't change any behavior, although I have a couple of questions to ...
7 years, 7 months ago (2013-05-20 04:23:56 UTC) #4
haraken
abarth: could you take a look?
7 years, 7 months ago (2013-05-22 01:59:42 UTC) #5
haraken
abarth: could you take a look?
7 years, 6 months ago (2013-05-30 05:37:44 UTC) #6
eseidel
abarth got lost on the way to the review it seems.
7 years, 6 months ago (2013-06-04 06:31:31 UTC) #7
abarth-chromium
On 2013/06/04 06:31:31, eseidel wrote: > abarth got lost on the way to the review ...
7 years, 6 months ago (2013-06-04 06:42:54 UTC) #8
abarth-chromium
LGTM Sorry this CL took so long to review. I'm not sure why I was ...
7 years, 6 months ago (2013-06-04 06:45:29 UTC) #9
haraken
Thanks for reviewing! > https://codereview.chromium.org/15317004/diff/1/Source/bindings/v8/V8DOMWindowOrWorkerContextErrorHandler.h#newcode40 > Source/bindings/v8/V8DOMWindowOrWorkerContextErrorHandler.h:40: class > V8DOMWindowOrWorkerContextErrorHandler : public V8EventListener { > ...
7 years, 6 months ago (2013-06-04 07:00:55 UTC) #10
abarth-chromium
On 2013/05/20 02:53:09, haraken wrote: > Another thing I don't understand is why we treat ...
7 years, 6 months ago (2013-06-04 07:05:02 UTC) #11
haraken
> The ones on the global objects are special because they're catch-alls for > JavaScript ...
7 years, 6 months ago (2013-06-04 07:13:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/15317004/14001
7 years, 6 months ago (2013-06-05 17:46:07 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-05 18:06:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/15317004/23001
7 years, 6 months ago (2013-06-05 20:02:03 UTC) #15
commit-bot: I haz the power
7 years, 6 months ago (2013-06-05 23:43:30 UTC) #16
Message was sent while issue was closed.
Change committed as 151874

Powered by Google App Engine
This is Rietveld 408576698