Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 6197445574787072: Cleaned up CA exceptions. Integrated free-standing handle class. (Closed)

Created:
March 30, 2014, 7:43 p.m. by Eric
Modified:
July 18, 2014, 4:42 p.m.
Visibility:
Public.

Description

Cleaned up exceptions in response to Windows API errors. Eliminated Window_Handle, integrating it into the handle<> class.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -135 lines) Patch
M installer/installer.gyp View 2 chunks +5 lines, -3 lines 0 comments Download
M installer/src/installer-lib/database.h View 2 chunks +2 lines, -1 line 0 comments Download
M installer/src/installer-lib/database.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M installer/src/installer-lib/handle.h View 6 chunks +69 lines, -8 lines 0 comments Download
A installer/src/installer-lib/installer-lib.h View 1 chunk +114 lines, -0 lines 0 comments Download
M installer/src/installer-lib/process.h View 5 chunks +32 lines, -66 lines 0 comments Download
M installer/src/installer-lib/process.cpp View 2 chunks +2 lines, -30 lines 0 comments Download
M installer/src/installer-lib/property.cpp View 4 chunks +12 lines, -8 lines 0 comments Download
M installer/src/installer-lib/record.cpp View 5 chunks +11 lines, -6 lines 2 comments Download
M installer/src/installer-lib/session.cpp View 2 chunks +2 lines, -8 lines 0 comments Download
A installer/src/installer-lib/test/exception_test.cpp View 1 chunk +58 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Eric
March 30, 2014, 7:48 p.m. (2014-03-30 19:48:47 UTC) #1
Oleksandr
Code formatting issues and one nit aside, LGTM. http://codereview.adblockplus.org/6197445574787072/diff/5629499534213120/installer/src/installer-lib/record.cpp File installer/src/installer-lib/record.cpp (right): http://codereview.adblockplus.org/6197445574787072/diff/5629499534213120/installer/src/installer-lib/record.cpp#newcode69 installer/src/installer-lib/record.cpp:69: throw ...
March 31, 2014, 7:35 a.m. (2014-03-31 07:35:49 UTC) #2
Eric
http://codereview.adblockplus.org/6197445574787072/diff/5629499534213120/installer/src/installer-lib/record.cpp File installer/src/installer-lib/record.cpp (right): http://codereview.adblockplus.org/6197445574787072/diff/5629499534213120/installer/src/installer-lib/record.cpp#newcode69 installer/src/installer-lib/record.cpp:69: throw not_yet_supported( "retrieving string values longer than 1023 from ...
March 31, 2014, 11:23 a.m. (2014-03-31 11:23:08 UTC) #3
Oleksandr
This can be closed, since it's not the up to date code anymore and we ...
July 15, 2014, 2:22 p.m. (2014-07-15 14:22:37 UTC) #4
Eric
July 18, 2014, 4:42 p.m. (2014-07-18 16:42:33 UTC) #5
See review for "Whole installer"
http://codereview.adblockplus.org/6202981292703744/

Powered by Google App Engine
This is Rietveld