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

Issue 10832116: Attach the native entry struct to the ArchiveEntry object. (Closed)

Created:
8 years, 4 months ago by nweiz
Modified:
8 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Attach the native entry struct to the ArchiveEntry object. This allows the entry properties to be set by the user. Committed: https://code.google.com/p/dart/source/detail?r=10202

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Patch Set 3 : Fix the ISO9660 constant #

Unified diffs Side-by-side diffs Delta from patch set Stats (+956 lines, -261 lines) Patch
M utils/archive/Makefile View 1 chunk +6 lines, -3 lines 0 comments Download
M utils/archive/archive.dart View 2 chunks +11 lines, -0 lines 0 comments Download
M utils/archive/dart_archive.c View 4 chunks +169 lines, -35 lines 0 comments Download
A utils/archive/entry.h View 1 chunk +114 lines, -0 lines 0 comments Download
A utils/archive/entry.c View 1 1 chunk +392 lines, -0 lines 0 comments Download
M utils/archive/entry.dart View 4 chunks +136 lines, -53 lines 0 comments Download
A utils/archive/entry_request.dart View 1 1 chunk +43 lines, -0 lines 0 comments Download
M utils/archive/input_stream.dart View 2 chunks +2 lines, -1 line 0 comments Download
M utils/archive/messaging.h View 2 chunks +30 lines, -0 lines 0 comments Download
M utils/archive/messaging.c View 1 7 chunks +37 lines, -5 lines 0 comments Download
M utils/archive/read_request.dart View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M utils/archive/reader.c View 2 chunks +10 lines, -158 lines 0 comments Download
M utils/archive/reader.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/archive/utils.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
8 years, 4 months ago (2012-08-02 16:57:31 UTC) #1
Bob Nystrom
It would be good to get one of the Dart embedding API people to look ...
8 years, 4 months ago (2012-08-02 18:18:25 UTC) #2
nweiz
https://chromiumcodereview.appspot.com/10832116/diff/1/utils/archive/entry.c File utils/archive/entry.c (right): https://chromiumcodereview.appspot.com/10832116/diff/1/utils/archive/entry.c#newcode30 utils/archive/entry.c:30: DART_STRING(hardlink, (char*) archive_entry_hardlink(e)) On 2012/08/02 18:18:25, Bob Nystrom wrote: ...
8 years, 4 months ago (2012-08-02 21:32:27 UTC) #3
Bob Nystrom
8 years, 4 months ago (2012-08-02 22:29:03 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698