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

Issue 11014017: Pass pending exception to the message listener. (Closed)

Created:
8 years, 2 months ago by Yang
Modified:
8 years, 2 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Pass pending exception to the message listener. BUG= Committed: https://code.google.com/p/v8/source/detail?r=12768

Patch Set 1 #

Patch Set 2 : Remove data argument from AddMessageListener. #

Patch Set 3 : #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -26 lines) Patch
M include/v8.h View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M src/api.cc View 1 2 3 2 chunks +3 lines, -9 lines 0 comments Download
M src/messages.cc View 1 2 chunks +11 lines, -4 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 6 chunks +57 lines, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
This is to make the message listener be able to access the error object that ...
8 years, 2 months ago (2012-10-01 11:54:28 UTC) #1
Yang
On 2012/10/01 11:54:28, Yang wrote: > This is to make the message listener be able ...
8 years, 2 months ago (2012-10-01 13:14:27 UTC) #2
ulan
LGTM if it doesn't break webkit layout tests.
8 years, 2 months ago (2012-10-01 13:22:50 UTC) #3
Mike West
On 2012/10/01 13:22:50, ulan wrote: > LGTM if it doesn't break webkit layout tests. Yang? ...
8 years, 2 months ago (2012-10-17 12:27:47 UTC) #4
Yang
8 years, 2 months ago (2012-10-17 12:40:17 UTC) #5
On 2012/10/17 12:27:47, Mike West (chromium) wrote:
> On 2012/10/01 13:22:50, ulan wrote:
> > LGTM if it doesn't break webkit layout tests.
> 
> Yang? Would you mind rebasing this on top of ToT? It won't let me upload a new
> patch to this review. :(

just rebased. I guess trybots won't work though since this refers to the v8
repository and not Chromium.

Powered by Google App Engine
This is Rietveld 408576698