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

Issue 409883007: Mojo: add support for cookies to HTMLViewer. (Closed)

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

Description

Mojo: add support for cookies to HTMLViewer. BUG=394644 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284865

Patch Set 1 #

Patch Set 2 : add missing files #

Total comments: 4

Patch Set 3 : apply review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+261 lines, -10 lines) Patch
M mojo/mojo_services.gypi View 3 chunks +5 lines, -0 lines 0 comments Download
M mojo/services/html_viewer/blink_platform_impl.h View 4 chunks +6 lines, -0 lines 0 comments Download
M mojo/services/html_viewer/blink_platform_impl.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M mojo/services/html_viewer/html_document_view.h View 1 chunk +4 lines, -3 lines 0 comments Download
M mojo/services/html_viewer/html_document_view.cc View 3 chunks +10 lines, -2 lines 0 comments Download
M mojo/services/html_viewer/html_viewer.cc View 1 chunk +2 lines, -1 line 0 comments Download
A mojo/services/html_viewer/webcookiejar_impl.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A mojo/services/html_viewer/webcookiejar_impl.cc View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
A mojo/services/network/cookie_store_impl.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A mojo/services/network/cookie_store_impl.cc View 1 chunk +66 lines, -0 lines 0 comments Download
M mojo/services/network/network_service_impl.h View 2 chunks +3 lines, -0 lines 0 comments Download
M mojo/services/network/network_service_impl.cc View 1 chunk +9 lines, -1 line 0 comments Download
A + mojo/services/public/interfaces/network/cookie_store.mojom View 1 chunk +3 lines, -2 lines 0 comments Download
M mojo/services/public/interfaces/network/network_service.mojom View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
darin (slow to review)
6 years, 5 months ago (2014-07-22 23:35:03 UTC) #1
darin (slow to review)
The |origin| plumbing in this CL is all a bit incomplete. Doing it properly is ...
6 years, 5 months ago (2014-07-22 23:36:48 UTC) #2
jamesr
lgtm i think your CookieStoreImpl will leak until my binding patch lands https://codereview.chromium.org/409883007/diff/20001/mojo/services/html_viewer/webcookiejar_impl.cc File mojo/services/html_viewer/webcookiejar_impl.cc ...
6 years, 5 months ago (2014-07-22 23:53:44 UTC) #3
darin (slow to review)
On 2014/07/22 23:53:44, jamesr wrote: > lgtm > > i think your CookieStoreImpl will leak ...
6 years, 5 months ago (2014-07-23 00:09:21 UTC) #4
darin (slow to review)
The CQ bit was checked by darin@chromium.org
6 years, 5 months ago (2014-07-23 00:14:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/darin@chromium.org/409883007/40001
6 years, 5 months ago (2014-07-23 00:15:18 UTC) #6
jamesr
We seem to keep hitting mojom types that serialize as a simpler type but have ...
6 years, 5 months ago (2014-07-23 00:24:49 UTC) #7
commit-bot: I haz the power
6 years, 5 months ago (2014-07-23 06:36:16 UTC) #8
Message was sent while issue was closed.
Change committed as 284865

Powered by Google App Engine
This is Rietveld 408576698