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

Issue 1852783003: Implements remaining SecurityContext calls for iOS (Closed)

Created:
4 years, 8 months ago by zra
Modified:
4 years, 8 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : API docs #

Patch Set 3 : Reference count SSLFilter and SSLCertContext #

Patch Set 4 : Cleanup #

Patch Set 5 : Make BoringSSL SSLFilter reference counted, too. #

Patch Set 6 : Add RefCntReleaseScope #

Total comments: 4

Patch Set 7 : Address comments #

Total comments: 8

Patch Set 8 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+794 lines, -381 lines) Patch
M runtime/bin/dartutils.h View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
M runtime/bin/io_impl_sources.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A runtime/bin/reference_counting.h View 1 2 3 4 5 6 7 1 chunk +159 lines, -0 lines 0 comments Download
M runtime/bin/secure_socket.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/bin/secure_socket_boringssl.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M runtime/bin/secure_socket_boringssl.cc View 1 2 3 4 5 6 7 4 chunks +9 lines, -3 lines 0 comments Download
A + runtime/bin/secure_socket_ios.h View 1 2 3 4 5 6 7 6 chunks +99 lines, -66 lines 0 comments Download
M runtime/bin/secure_socket_ios.cc View 1 2 3 4 5 6 7 30 chunks +281 lines, -87 lines 0 comments Download
M runtime/bin/secure_socket_macos.h View 1 2 3 4 5 6 7 5 chunks +137 lines, -63 lines 0 comments Download
M runtime/bin/secure_socket_macos.cc View 1 2 3 4 5 6 7 13 chunks +19 lines, -142 lines 0 comments Download
M sdk/lib/io/secure_socket.dart View 1 2 4 chunks +5 lines, -3 lines 0 comments Download
M sdk/lib/io/security_context.dart View 1 8 chunks +14 lines, -16 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
zra
4 years, 8 months ago (2016-04-01 20:31:21 UTC) #2
zra
Updated API docs. PTAL.
4 years, 8 months ago (2016-04-04 16:44:15 UTC) #3
zra
Offline, we determined it was necessary to reference count the native filter and certificate context ...
4 years, 8 months ago (2016-04-06 20:52:04 UTC) #5
zra
ping
4 years, 8 months ago (2016-04-07 20:21:26 UTC) #6
Ivan Posva
LGTM, but I would prefer if Siva also takes a look at the reference counting. ...
4 years, 8 months ago (2016-04-08 13:18:21 UTC) #7
zra
https://codereview.chromium.org/1852783003/diff/100001/runtime/bin/reference_counting.h File runtime/bin/reference_counting.h (right): https://codereview.chromium.org/1852783003/diff/100001/runtime/bin/reference_counting.h#newcode72 runtime/bin/reference_counting.h:72: ASSERT(target_ != NULL); On 2016/04/08 13:18:21, Ivan Posva wrote: ...
4 years, 8 months ago (2016-04-08 16:07:48 UTC) #8
siva
LGTM. I had a question regarding the public stuff being exposed from one of the ...
4 years, 8 months ago (2016-04-12 19:03:01 UTC) #9
zra
https://codereview.chromium.org/1852783003/diff/120001/runtime/bin/reference_counting.h File runtime/bin/reference_counting.h (right): https://codereview.chromium.org/1852783003/diff/120001/runtime/bin/reference_counting.h#newcode52 runtime/bin/reference_counting.h:52: delete static_cast<Derived*>(this); On 2016/04/12 19:03:01, siva wrote: > You ...
4 years, 8 months ago (2016-04-13 16:46:21 UTC) #10
zra
4 years, 8 months ago (2016-04-13 17:27:45 UTC) #12
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
522ce88fe644cb98317f745f118443a8bc924703 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698