Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10)

Issue 3357041: Don't unsubclass the surface's output window if the window has been destroyed... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by nduca
Modified:
13 years, 5 months ago
Reviewers:
dgkoch, apatrick1
CC:
angleproject-review_googlegroups.com
Base URL:
http://angleproject.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Don't unsubclass the surface's output window if the window has been destroyed. Committed: http://code.google.com/p/angleproject/source/detail?r=499

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M src/libEGL/Surface.cpp View 1 2 3 4 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 7
nduca
13 years, 5 months ago (2010-11-30 21:07:00 UTC) #1
apatrick1
http://codereview.appspot.com/3357041/diff/1/src/libEGL/Surface.cpp File src/libEGL/Surface.cpp (right): http://codereview.appspot.com/3357041/diff/1/src/libEGL/Surface.cpp#newcode347 src/libEGL/Surface.cpp:347: // If the window has died unexpectedly, return rather ...
13 years, 5 months ago (2010-11-30 21:21:00 UTC) #2
nduca
It should read, "Return rather than assert." When you forcibly terminate the browser, e.g. shift-F5 ...
13 years, 5 months ago (2010-11-30 21:38:29 UTC) #3
apatrick1
http://codereview.appspot.com/3357041/diff/6001/src/libEGL/Surface.cpp File src/libEGL/Surface.cpp (right): http://codereview.appspot.com/3357041/diff/6001/src/libEGL/Surface.cpp#newcode353 src/libEGL/Surface.cpp:353: ASSERT(GetWindowLong(mWindow, GWL_WNDPROC) == reinterpret_cast<LONG>(SurfaceWindowProc)); We've been avoiding having ANGLE ...
13 years, 5 months ago (2010-11-30 22:29:58 UTC) #4
nduca
Does the new patch look OK?
13 years, 5 months ago (2010-12-06 20:09:22 UTC) #5
apatrick1
Looks good for my part. I added Daniel to see if he has any objection.
13 years, 5 months ago (2010-12-06 23:14:29 UTC) #6
dgkoch
13 years, 5 months ago (2010-12-07 02:30:55 UTC) #7
On 2010/12/06 23:14:29, apatrick1 wrote:
> Looks good for my part. I added Daniel to see if he has any objection.

No issues here.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b