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

Issue 1668963002: Componentize IDR_NET_ERROR_HTML for sharing it with iOS. (Closed)

Created:
4 years, 10 months ago by sdefresne
Modified:
4 years, 10 months ago
CC:
arv+watch_chromium.org, cbentzel+watch_chromium.org, chromium-reviews, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize IDR_NET_ERROR_HTML for sharing it with iOS. Componentize IDR_NET_ERROR_HTML and all the dependent resources to allow sharing them with iOS (this includes IDR_ERROR_NETWORK_GENERIC and IDR_OMNIBOX_SEARCH_BUTTON_LOUPE). Copy OWNERS from chrome/renderer/net/ for the new component. TBR=jochen@chromium.org BUG=568486 Committed: https://crrev.com/6308d7ff80a50bc5c38aa9e011489e9117abf84d Cr-Commit-Position: refs/heads/master@{#375432}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase & remove jar@chromium.org from components/resources/OWNERS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -3026 lines) Patch
M PRESUBMIT.py View 1 1 chunk +1 line, -0 lines 0 comments Download
D chrome/app/theme/default_100_percent/common/error_network_generic.png View Binary file 0 comments Download
D chrome/app/theme/default_100_percent/common/omnibox_search_button_loupe.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/error_network_generic.png View Binary file 0 comments Download
D chrome/app/theme/default_200_percent/common/omnibox_search_button_loupe.png View Binary file 0 comments Download
M chrome/app/theme/theme_resources.grd View 1 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/neterror.css View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources_util_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 2 chunks +1 line, -1 line 0 comments Download
D chrome/renderer/resources/default_100_percent/offline/100-disabled.png View Binary file 0 comments Download
D chrome/renderer/resources/default_100_percent/offline/100-error-offline.png View Binary file 0 comments Download
D chrome/renderer/resources/default_100_percent/offline/100-offline-sprite.png View Binary file 0 comments Download
D chrome/renderer/resources/default_200_percent/offline/200-disabled.png View Binary file 0 comments Download
D chrome/renderer/resources/default_200_percent/offline/200-error-offline.png View Binary file 0 comments Download
D chrome/renderer/resources/default_200_percent/offline/200-offline-sprite.png View Binary file 0 comments Download
D chrome/renderer/resources/neterror.html View 1 chunk +0 lines, -100 lines 0 comments Download
D chrome/renderer/resources/neterror.js View 1 chunk +0 lines, -226 lines 0 comments Download
D chrome/renderer/resources/offline.js View 1 chunk +0 lines, -2689 lines 0 comments Download
M chrome/renderer/resources/renderer_resources.grd View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/renderer/resources/sounds/button-press.mp3 View Binary file 0 comments Download
D chrome/renderer/resources/sounds/hit.mp3 View Binary file 0 comments Download
D chrome/renderer/resources/sounds/score-reached.mp3 View Binary file 0 comments Download
A + components/neterror/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/neterror/resources/default_100_percent/offline/100-disabled.png View Binary file 0 comments Download
A + components/neterror/resources/default_100_percent/offline/100-error-offline.png View Binary file 0 comments Download
A + components/neterror/resources/default_100_percent/offline/100-offline-sprite.png View Binary file 0 comments Download
A + components/neterror/resources/default_200_percent/offline/200-disabled.png View Binary file 0 comments Download
A + components/neterror/resources/default_200_percent/offline/200-error-offline.png View Binary file 0 comments Download
A + components/neterror/resources/default_200_percent/offline/200-offline-sprite.png View Binary file 0 comments Download
A + components/neterror/resources/neterror.css View 3 chunks +7 lines, -4 lines 0 comments Download
A + components/neterror/resources/neterror.html View 1 chunk +2 lines, -2 lines 0 comments Download
A + components/neterror/resources/neterror.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/neterror/resources/offline.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/neterror/resources/sounds/button-press.mp3 View Binary file 0 comments Download
A + components/neterror/resources/sounds/hit.mp3 View Binary file 0 comments Download
A + components/neterror/resources/sounds/score-reached.mp3 View Binary file 0 comments Download
M components/resources/OWNERS View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/resources/components_resources.grd View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/resources/components_scaled_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
A + components/resources/default_100_percent/neterror/error_network_generic.png View Binary file 0 comments Download
A + components/resources/default_100_percent/omnibox/omnibox_search_button_loupe.png View Binary file 0 comments Download
A + components/resources/default_200_percent/neterror/error_network_generic.png View Binary file 0 comments Download
A + components/resources/default_200_percent/omnibox/omnibox_search_button_loupe.png View Binary file 0 comments Download
A components/resources/neterror_resources.grdp View 1 chunk +4 lines, -0 lines 0 comments Download
A components/resources/neterror_scaled_resources.grdp View 1 chunk +4 lines, -0 lines 0 comments Download
M components/resources/omnibox_scaled_resources.grdp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 30 (11 generated)
sdefresne
Please take a look.
4 years, 10 months ago (2016-02-04 19:45:35 UTC) #2
sdefresne
rdsmith would you have more bandwidth to take a look at this?
4 years, 10 months ago (2016-02-08 08:56:57 UTC) #4
Randy Smith (Not in Mondays)
I have some urge to look around for someone else before diving in; I'm feeling ...
4 years, 10 months ago (2016-02-08 15:58:43 UTC) #6
sdefresne
On 2016/02/08 at 15:58:43, rdsmith wrote: > I have some urge to look around for ...
4 years, 10 months ago (2016-02-08 16:15:36 UTC) #9
Randy Smith (Not in Mondays)
On 2016/02/08 16:15:36, sdefresne wrote: > On 2016/02/08 at 15:58:43, rdsmith wrote: > > I ...
4 years, 10 months ago (2016-02-08 16:50:21 UTC) #10
sdefresne
+droger for a first pass review before OWNERS review
4 years, 10 months ago (2016-02-09 17:41:01 UTC) #12
droger
LGTM I was wondering if it was worth introducing a separate target for renderer resources ...
4 years, 10 months ago (2016-02-10 09:31:13 UTC) #13
sdefresne
ttuttle: ping?
4 years, 10 months ago (2016-02-10 15:54:03 UTC) #14
sdefresne
mmenke/ttuttle: could one of you take a look? I think this is fairly simple CL. ...
4 years, 10 months ago (2016-02-11 22:27:18 UTC) #15
mmenke
On 2016/02/11 22:27:18, sdefresne wrote: > mmenke/ttuttle: could one of you take a look? > ...
4 years, 10 months ago (2016-02-11 22:38:16 UTC) #16
Deprecated (see juliatuttle)
Sorry about that, I've been juggling a bunch of stuff. I can get to this ...
4 years, 10 months ago (2016-02-11 22:58:56 UTC) #17
mmenke
On 2016/02/11 22:58:56, Julia Tuttle wrote: > Sorry about that, I've been juggling a bunch ...
4 years, 10 months ago (2016-02-11 23:02:27 UTC) #18
Deprecated (see juliatuttle)
Looking at this now.
4 years, 10 months ago (2016-02-12 16:37:27 UTC) #19
Deprecated (see juliatuttle)
lgtm, although I am assuming that someone has checked that all of the rearranged resources ...
4 years, 10 months ago (2016-02-12 16:43:05 UTC) #20
mmenke
I'll defer to ttuttle. https://codereview.chromium.org/1668963002/diff/1/components/resources/OWNERS File components/resources/OWNERS (right): https://codereview.chromium.org/1668963002/diff/1/components/resources/OWNERS#newcode21 components/resources/OWNERS:21: per-file neterror*=jar@chromium.org Not quite sure ...
4 years, 10 months ago (2016-02-12 16:54:33 UTC) #21
sdefresne
TBR jochen for moving resources files (lgtm-ed by OWNERS) and trivial changes (#include, ...). https://codereview.chromium.org/1668963002/diff/1/components/resources/OWNERS ...
4 years, 10 months ago (2016-02-15 08:46:22 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1668963002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1668963002/20001
4 years, 10 months ago (2016-02-15 08:46:37 UTC) #26
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-15 09:38:52 UTC) #28
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:49:21 UTC) #30
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6308d7ff80a50bc5c38aa9e011489e9117abf84d
Cr-Commit-Position: refs/heads/master@{#375432}

Powered by Google App Engine
This is Rietveld 408576698