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

Issue 2851563004: Add documentation for platform/bindings (Closed)

Created:
3 years, 7 months ago by adithyas
Modified:
3 years, 7 months ago
Reviewers:
haraken, jbroman
CC:
blink-reviews, blink-reviews-bindings_chromium.org, chromium-reviews, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add documentation for platform/bindings This CL adds a README.md explaining the contents of platform/bindings, as well as adds some class level comments to files that were missing them. BUG=682322 Review-Url: https://codereview.chromium.org/2851563004 Cr-Commit-Position: refs/heads/master@{#468648} Committed: https://chromium.googlesource.com/chromium/src/+/d996c52de4c95c56df3fef9ec32d48ca6b4e004d

Patch Set 1 #

Total comments: 8

Patch Set 2 : Code review #

Total comments: 11

Patch Set 3 : Address code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -297 lines) Patch
D third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md View 1 chunk +0 lines, -288 lines 0 comments Download
M third_party/WebKit/Source/platform/bindings/DOMDataStore.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/bindings/README.md View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/bindings/ScopedPersistent.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/bindings/ScriptWrappable.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/bindings/SharedPersistent.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/platform/bindings/TraceWrapperReference.md View 2 chunks +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/bindings/V8DOMWrapper.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/bindings/V8PerContextData.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/bindings/V8ValueCache.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/BlinkGCAPIReference.md View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (6 generated)
adithyas
3 years, 7 months ago (2017-04-28 18:51:01 UTC) #2
jbroman
\o/ hurray documentation lgtm with nits https://codereview.chromium.org/2851563004/diff/1/third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md File third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md (left): https://codereview.chromium.org/2851563004/diff/1/third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md#oldcode1 third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md:1: # Wrapper Tracing ...
3 years, 7 months ago (2017-04-28 19:07:03 UTC) #3
adithyas
https://codereview.chromium.org/2851563004/diff/1/third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md File third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md (left): https://codereview.chromium.org/2851563004/diff/1/third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md#oldcode1 third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md:1: # Wrapper Tracing Reference On 2017/04/28 at 19:07:03, jbroman ...
3 years, 7 months ago (2017-04-28 20:19:43 UTC) #4
haraken
https://codereview.chromium.org/2851563004/diff/20001/third_party/WebKit/Source/platform/bindings/DOMDataStore.h File third_party/WebKit/Source/platform/bindings/DOMDataStore.h (right): https://codereview.chromium.org/2851563004/diff/20001/third_party/WebKit/Source/platform/bindings/DOMDataStore.h#newcode51 third_party/WebKit/Source/platform/bindings/DOMDataStore.h:51: // and manage wrappers in a single world. Clarify ...
3 years, 7 months ago (2017-04-29 02:39:11 UTC) #6
jbroman
https://codereview.chromium.org/2851563004/diff/20001/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h File third_party/WebKit/Source/platform/bindings/ScopedPersistent.h (right): https://codereview.chromium.org/2851563004/diff/20001/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h#newcode43 third_party/WebKit/Source/platform/bindings/ScopedPersistent.h:43: // Holds a persistent handle to a V8 object. ...
3 years, 7 months ago (2017-04-29 04:11:30 UTC) #7
haraken
On 2017/04/29 04:11:30, jbroman wrote: > https://codereview.chromium.org/2851563004/diff/20001/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h > File third_party/WebKit/Source/platform/bindings/ScopedPersistent.h (right): > > https://codereview.chromium.org/2851563004/diff/20001/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h#newcode43 > ...
3 years, 7 months ago (2017-05-01 00:30:43 UTC) #8
adithyas
https://codereview.chromium.org/2851563004/diff/20001/third_party/WebKit/Source/platform/bindings/DOMDataStore.h File third_party/WebKit/Source/platform/bindings/DOMDataStore.h (right): https://codereview.chromium.org/2851563004/diff/20001/third_party/WebKit/Source/platform/bindings/DOMDataStore.h#newcode51 third_party/WebKit/Source/platform/bindings/DOMDataStore.h:51: // and manage wrappers in a single world. On ...
3 years, 7 months ago (2017-05-01 17:41:16 UTC) #9
haraken
LGTM
3 years, 7 months ago (2017-05-02 04:01:43 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2851563004/40001
3 years, 7 months ago (2017-05-02 13:58:29 UTC) #13
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 15:46:53 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/d996c52de4c95c56df3fef9ec32d...

Powered by Google App Engine
This is Rietveld 408576698