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

Issue 270283007: Implement the logic to find the correct <link> for Manifest in Document. (Closed)

Created:
6 years, 7 months ago by mlamouri (slow - plz ping)
Modified:
6 years, 7 months ago
CC:
blink-reviews, arv+blink, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, gavinp+loader_chromium.org, Inactive, Nate Chapin, watchdog-blink-watchlist_google.com, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@link_manifest
Visibility:
Public.

Description

Implement the logic to find the correct <link> for Manifest in Document. This is will then be use by WebFrame to get the data from the HTMLLinkElement and fetch the ressource. BUG=366145 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173823

Patch Set 1 #

Total comments: 4

Patch Set 2 #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -5 lines) Patch
M Source/core/dom/Document.h View 4 chunks +8 lines, -2 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 chunks +18 lines, -2 lines 0 comments Download
M Source/core/dom/DocumentTest.cpp View 1 2 chunks +74 lines, -0 lines 0 comments Download
M Source/core/loader/DocumentLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
mlamouri (slow - plz ping)
6 years, 7 months ago (2014-05-08 19:59:28 UTC) #1
Inactive
https://codereview.chromium.org/270283007/diff/1/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/270283007/diff/1/Source/core/dom/Document.cpp#newcode4691 Source/core/dom/Document.cpp:4691: // The first link element with a manifest rel ...
6 years, 7 months ago (2014-05-08 20:13:29 UTC) #2
Inactive
Looks good otherwise but I'll let Adam review.
6 years, 7 months ago (2014-05-08 20:17:12 UTC) #3
abarth-chromium
LGTM with the test and the Internals function removed. https://codereview.chromium.org/270283007/diff/1/Source/core/testing/Internals.cpp File Source/core/testing/Internals.cpp (right): https://codereview.chromium.org/270283007/diff/1/Source/core/testing/Internals.cpp#newcode2369 Source/core/testing/Internals.cpp:2369: ...
6 years, 7 months ago (2014-05-09 03:05:59 UTC) #4
mlamouri (slow - plz ping)
On 2014/05/09 03:05:59, abarth wrote: > LGTM with the test and the Internals function removed. ...
6 years, 7 months ago (2014-05-09 21:40:00 UTC) #5
abarth-chromium
lgtm Yay! Nice unit test. Much better than using internals. :)
6 years, 7 months ago (2014-05-10 00:36:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/270283007/20001
6 years, 7 months ago (2014-05-10 00:38:18 UTC) #7
Inactive
https://codereview.chromium.org/270283007/diff/1/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/270283007/diff/1/Source/core/dom/Document.cpp#newcode4691 Source/core/dom/Document.cpp:4691: // The first link element with a manifest rel ...
6 years, 7 months ago (2014-05-10 00:40:20 UTC) #8
abarth-chromium
The CQ bit was unchecked by abarth@chromium.org
6 years, 7 months ago (2014-05-10 00:55:00 UTC) #9
abarth-chromium
Oh, sorry. Yes, please address Chris' comment before landing.
6 years, 7 months ago (2014-05-10 00:55:37 UTC) #10
mlamouri (slow - plz ping)
https://codereview.chromium.org/270283007/diff/1/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/270283007/diff/1/Source/core/dom/Document.cpp#newcode4691 Source/core/dom/Document.cpp:4691: // The first link element with a manifest rel ...
6 years, 7 months ago (2014-05-10 11:28:44 UTC) #11
mlamouri (slow - plz ping)
The CQ bit was checked by mlamouri@chromium.org
6 years, 7 months ago (2014-05-10 11:28:50 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mlamouri@chromium.org/270283007/40001
6 years, 7 months ago (2014-05-10 11:29:14 UTC) #13
commit-bot: I haz the power
6 years, 7 months ago (2014-05-10 12:48:19 UTC) #14
Message was sent while issue was closed.
Change committed as 173823

Powered by Google App Engine
This is Rietveld 408576698