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

Issue 340453002: Mojo: HTML Viewer based on Blink. (Closed)

Created:
6 years, 6 months ago by darin (slow to review)
Modified:
6 years, 6 months ago
Reviewers:
jamesr, abarth-chromium
CC:
abarth-chromium, Aaron Boodman, ben+mojo_chromium.org, chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Mojo: HTML Viewer based on Blink. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278800

Patch Set 1 #

Patch Set 2 : hacking #

Patch Set 3 : more hacking #

Patch Set 4 : snapshot #

Patch Set 5 : snapshot: it renders google.com #

Patch Set 6 : works better #

Patch Set 7 : snapshot #

Patch Set 8 : snapshot #

Patch Set 9 : snapshot + cleanup #

Patch Set 10 : snapshot #

Total comments: 6

Patch Set 11 : revisions per review feedback #

Total comments: 3

Patch Set 12 : fixes #

Patch Set 13 : fix build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+927 lines, -59 lines) Patch
A mojo/examples/html_viewer/DEPS View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -0 lines 0 comments Download
A mojo/examples/html_viewer/blink_platform_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +78 lines, -0 lines 0 comments Download
A mojo/examples/html_viewer/blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +213 lines, -0 lines 0 comments Download
A mojo/examples/html_viewer/html_document_view.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +62 lines, -0 lines 0 comments Download
A mojo/examples/html_viewer/html_document_view.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +140 lines, -0 lines 0 comments Download
M mojo/examples/html_viewer/html_viewer.cc View 1 2 3 4 5 6 5 chunks +43 lines, -39 lines 0 comments Download
A mojo/examples/html_viewer/webmimeregistry_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +50 lines, -0 lines 0 comments Download
A mojo/examples/html_viewer/webmimeregistry_impl.cc View 1 2 3 4 5 6 1 chunk +97 lines, -0 lines 0 comments Download
A + mojo/examples/html_viewer/webthread_impl.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +17 lines, -16 lines 0 comments Download
A + mojo/examples/html_viewer/webthread_impl.cc View 1 2 3 4 3 chunks +5 lines, -3 lines 0 comments Download
A mojo/examples/html_viewer/weburlloader_impl.h View 1 2 3 4 5 6 1 chunk +60 lines, -0 lines 0 comments Download
A mojo/examples/html_viewer/weburlloader_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +139 lines, -0 lines 0 comments Download
M mojo/mojo_examples.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +16 lines, -0 lines 0 comments Download
M mojo/services/network/url_loader_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
darin (slow to review)
There are a ton of TODOs in this code. I think it makes sense to ...
6 years, 6 months ago (2014-06-20 05:48:38 UTC) #1
jamesr
lgtm https://codereview.chromium.org/340453002/diff/170001/mojo/examples/html_viewer/DEPS File mojo/examples/html_viewer/DEPS (right): https://codereview.chromium.org/340453002/diff/170001/mojo/examples/html_viewer/DEPS#newcode5 mojo/examples/html_viewer/DEPS:5: "+third_party/WebKit", nit: third_party/WebKit/public/ https://codereview.chromium.org/340453002/diff/170001/mojo/examples/html_viewer/blink_platform_impl.cc File mojo/examples/html_viewer/blink_platform_impl.cc (right): https://codereview.chromium.org/340453002/diff/170001/mojo/examples/html_viewer/blink_platform_impl.cc#newcode7 ...
6 years, 6 months ago (2014-06-20 05:58:08 UTC) #2
darin (slow to review)
On 2014/06/20 at 05:58:08, jamesr wrote: > lgtm > > https://codereview.chromium.org/340453002/diff/170001/mojo/examples/html_viewer/DEPS > File mojo/examples/html_viewer/DEPS (right): ...
6 years, 6 months ago (2014-06-20 06:05:58 UTC) #3
darin (slow to review)
The CQ bit was checked by darin@chromium.org
6 years, 6 months ago (2014-06-20 06:13:30 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/darin@chromium.org/340453002/190001
6 years, 6 months ago (2014-06-20 06:15:57 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-20 09:56:30 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 10:06:56 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/mac_chromium_rel/builds/41653)
6 years, 6 months ago (2014-06-20 10:06:57 UTC) #8
abarth-chromium
https://codereview.chromium.org/340453002/diff/190001/mojo/examples/html_viewer/DEPS File mojo/examples/html_viewer/DEPS (right): https://codereview.chromium.org/340453002/diff/190001/mojo/examples/html_viewer/DEPS#newcode5 mojo/examples/html_viewer/DEPS:5: "+third_party/WebKit", third_party/WebKit/public ? https://codereview.chromium.org/340453002/diff/190001/mojo/examples/html_viewer/blink_platform_impl.cc File mojo/examples/html_viewer/blink_platform_impl.cc (right): https://codereview.chromium.org/340453002/diff/190001/mojo/examples/html_viewer/blink_platform_impl.cc#newcode28 mojo/examples/html_viewer/blink_platform_impl.cc:28: ...
6 years, 6 months ago (2014-06-20 14:44:32 UTC) #9
darin (slow to review)
On 2014/06/20 at 14:44:32, abarth wrote: > https://codereview.chromium.org/340453002/diff/190001/mojo/examples/html_viewer/DEPS > File mojo/examples/html_viewer/DEPS (right): > > https://codereview.chromium.org/340453002/diff/190001/mojo/examples/html_viewer/DEPS#newcode5 ...
6 years, 6 months ago (2014-06-20 14:57:00 UTC) #10
darin (slow to review)
The CQ bit was checked by darin@chromium.org
6 years, 6 months ago (2014-06-20 15:15:58 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/darin@chromium.org/340453002/210001
6 years, 6 months ago (2014-06-20 15:18:23 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-06-20 16:05:42 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 16:09:37 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/30380) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/19585)
6 years, 6 months ago (2014-06-20 16:09:38 UTC) #15
darin (slow to review)
The CQ bit was checked by darin@chromium.org
6 years, 6 months ago (2014-06-20 16:18:18 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/darin@chromium.org/340453002/230001
6 years, 6 months ago (2014-06-20 16:20:17 UTC) #17
commit-bot: I haz the power
6 years, 6 months ago (2014-06-20 19:44:06 UTC) #18
Message was sent while issue was closed.
Change committed as 278800

Powered by Google App Engine
This is Rietveld 408576698