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

Issue 723583002: Make the parser an implementation detail of the Document (Closed)

Created:
6 years, 1 month ago by abarth-chromium
Modified:
6 years, 1 month ago
Reviewers:
eseidel, ojan
CC:
esprehn, mojo-reviews_chromium.org, ojan
Base URL:
git@github.com:domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Make the parser an implementation detail of the Document This CL removes the parser accessors from the document to prevent folks from grabbing at it. R=ojan@chromium.org, eseidel@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/da7467cfd227235cf64b103a2dc8c2803c931c69

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rename textPosition to parserPosition #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -21 lines) Patch
M sky/engine/bindings/core/v8/ScriptController.h View 1 chunk +0 lines, -2 lines 0 comments Download
M sky/engine/bindings/core/v8/ScriptController.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M sky/engine/core/dom/Document.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sky/engine/core/dom/Document.cpp View 1 4 chunks +10 lines, -2 lines 0 comments Download
M sky/engine/core/dom/StyleElement.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sky/engine/core/html/imports/HTMLImportLoader.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M sky/engine/core/loader/MojoLoader.cpp View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
abarth-chromium
6 years, 1 month ago (2014-11-12 17:02:02 UTC) #1
ojan
lgtm
6 years, 1 month ago (2014-11-12 18:57:57 UTC) #3
eseidel
https://codereview.chromium.org/723583002/diff/1/sky/engine/core/dom/Document.h File sky/engine/core/dom/Document.h (right): https://codereview.chromium.org/723583002/diff/1/sky/engine/core/dom/Document.h#newcode338 sky/engine/core/dom/Document.h:338: TextPosition textPosition() const; What does this mean? https://codereview.chromium.org/723583002/diff/1/sky/engine/core/html/imports/HTMLImportLoader.cpp File ...
6 years, 1 month ago (2014-11-12 19:02:14 UTC) #4
abarth-chromium
https://codereview.chromium.org/723583002/diff/1/sky/engine/core/dom/Document.h File sky/engine/core/dom/Document.h (right): https://codereview.chromium.org/723583002/diff/1/sky/engine/core/dom/Document.h#newcode338 sky/engine/core/dom/Document.h:338: TextPosition textPosition() const; On 2014/11/12 at 19:02:14, eseidel wrote: ...
6 years, 1 month ago (2014-11-12 21:13:57 UTC) #5
abarth-chromium
6 years, 1 month ago (2014-11-12 21:22:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
da7467cfd227235cf64b103a2dc8c2803c931c69.

Powered by Google App Engine
This is Rietveld 408576698