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

Issue 537063002: Eliminate silently letting errors pass on pak loading. (Closed)

Created:
6 years, 3 months ago by Avi (use Gerrit)
Modified:
6 years, 2 months ago
CC:
chromium-reviews, newt (away)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Eliminate silently letting errors pass on pak loading. BUG=410411 TEST=no visible change Committed: https://crrev.com/03c8c9d936594163d43222a3da0268b3dd9af656 Cr-Commit-Position: refs/heads/master@{#299717}

Patch Set 1 #

Patch Set 2 : might as well try relative paths #

Patch Set 3 : fatal it out #

Patch Set 4 : fix unittest #

Patch Set 5 : fix the corrupted kEmptyPakContents #

Patch Set 6 : style #

Patch Set 7 : more ios #

Patch Set 8 : chrome.pak was deleted half a year ago #

Patch Set 9 : ios finally works #

Total comments: 4

Patch Set 10 : include drop #

Patch Set 11 : rebase #

Patch Set 12 : rebase #

Patch Set 13 : android? #

Patch Set 14 : merge in https://codereview.chromium.org/631453002/ #

Patch Set 15 : tentative fix #

Patch Set 16 : setup #

Patch Set 17 : huh #

Patch Set 18 : one last time #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -34 lines) Patch
M components/components_unittests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M components/test/run_all_unittests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 17 1 chunk +7 lines, -3 lines 0 comments Download
M content/public/test/test_content_client_initializer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -0 lines 0 comments Download
M content/test/test_content_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 15 2 chunks +2 lines, -4 lines 0 comments Download
M ui/base/resource/resource_bundle.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +6 lines, -10 lines 0 comments Download
M ui/base/resource/resource_bundle_ios.mm View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +9 lines, -2 lines 0 comments Download
M ui/base/resource/resource_bundle_mac.mm View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -2 lines 0 comments Download
M ui/base/resource/resource_bundle_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +1 line, -9 lines 0 comments Download
M ui/base/ui_base_paths.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -1 line 0 comments Download
M ui/base/ui_base_paths.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +5 lines, -1 line 0 comments Download
M ui/base/ui_base_tests.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +20 lines, -0 lines 2 comments Download
M ui/base/ui_base_tests.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/ui_base_tests_bundle.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 42 (13 generated)
Avi (use Gerrit)
Tony for review, Thiago FYI. I can't imagine that this will go this cleanly. I ...
6 years, 3 months ago (2014-09-03 19:17:30 UTC) #2
tony
Code change LGTM.
6 years, 3 months ago (2014-09-03 19:19:56 UTC) #3
tfarina
Avi, thanks for taking time to look deeply at this! It was very appreciate your ...
6 years, 3 months ago (2014-09-03 19:22:41 UTC) #4
tfarina
lgtm (rubber-stamp)
6 years, 3 months ago (2014-09-03 19:23:52 UTC) #5
Avi (use Gerrit)
bengr: Can you review dom_distiller? The resources don't need to be loaded for the unittests, ...
6 years, 3 months ago (2014-09-04 22:45:34 UTC) #7
tony
https://codereview.chromium.org/537063002/diff/160001/ui/base/resource/resource_bundle_unittest.cc File ui/base/resource/resource_bundle_unittest.cc (right): https://codereview.chromium.org/537063002/diff/160001/ui/base/resource/resource_bundle_unittest.cc#newcode189 ui/base/resource/resource_bundle_unittest.cc:189: .WillOnce(Return(base::FilePath())); Why did this change?
6 years, 3 months ago (2014-09-04 22:55:48 UTC) #8
Avi (use Gerrit)
https://codereview.chromium.org/537063002/diff/160001/ui/base/resource/resource_bundle_unittest.cc File ui/base/resource/resource_bundle_unittest.cc (right): https://codereview.chromium.org/537063002/diff/160001/ui/base/resource/resource_bundle_unittest.cc#newcode189 ui/base/resource/resource_bundle_unittest.cc:189: .WillOnce(Return(base::FilePath())); On 2014/09/04 22:55:48, tony wrote: > Why did ...
6 years, 3 months ago (2014-09-04 23:02:51 UTC) #9
tony
Thanks for the explanation. LGTM.
6 years, 3 months ago (2014-09-04 23:12:37 UTC) #10
bengr
lgtm with nit. https://codereview.chromium.org/537063002/diff/160001/components/dom_distiller/core/distiller_unittest.cc File components/dom_distiller/core/distiller_unittest.cc (right): https://codereview.chromium.org/537063002/diff/160001/components/dom_distiller/core/distiller_unittest.cc#newcode15 components/dom_distiller/core/distiller_unittest.cc:15: #include "base/path_service.h" Do you still need ...
6 years, 3 months ago (2014-09-05 00:59:57 UTC) #11
Avi (use Gerrit)
https://codereview.chromium.org/537063002/diff/160001/components/dom_distiller/core/distiller_unittest.cc File components/dom_distiller/core/distiller_unittest.cc (right): https://codereview.chromium.org/537063002/diff/160001/components/dom_distiller/core/distiller_unittest.cc#newcode15 components/dom_distiller/core/distiller_unittest.cc:15: #include "base/path_service.h" On 2014/09/05 00:59:56, bengr1 wrote: > Do ...
6 years, 3 months ago (2014-09-05 15:17:42 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/537063002/180001
6 years, 3 months ago (2014-09-05 15:18:02 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/10665)
6 years, 3 months ago (2014-09-05 16:04:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/537063002/180001
6 years, 3 months ago (2014-09-05 16:07:49 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/5749)
6 years, 3 months ago (2014-09-05 18:12:37 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/537063002/180001
6 years, 3 months ago (2014-09-05 18:37:39 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/5824)
6 years, 3 months ago (2014-09-05 20:51:39 UTC) #24
tfarina
Avi, is android_dbg_tests_recipe just flaky? Let's put it on CQ again to see? Let me ...
6 years, 3 months ago (2014-09-09 15:32:20 UTC) #25
Avi (use Gerrit)
On 2014/09/09 15:32:20, tfarina wrote: > Avi, is android_dbg_tests_recipe just flaky? Let's put it on ...
6 years, 3 months ago (2014-09-09 16:10:19 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/537063002/240001
6 years, 2 months ago (2014-10-03 01:47:27 UTC) #28
Avi (use Gerrit)
Cait, can you take a look at the two components files? They were crafted by ...
6 years, 2 months ago (2014-10-04 17:43:45 UTC) #31
Cait (Slow)
components/ LGTM
6 years, 2 months ago (2014-10-06 15:37:16 UTC) #32
tony
LGTM https://codereview.chromium.org/537063002/diff/340001/ui/base/ui_base_tests.gypi File ui/base/ui_base_tests.gypi (right): https://codereview.chromium.org/537063002/diff/340001/ui/base/ui_base_tests.gypi#newcode109 ui/base/ui_base_tests.gypi:109: 'cp', I thought there was a 'copies' command ...
6 years, 2 months ago (2014-10-15 17:35:21 UTC) #33
Avi (use Gerrit)
https://codereview.chromium.org/537063002/diff/340001/ui/base/ui_base_tests.gypi File ui/base/ui_base_tests.gypi (right): https://codereview.chromium.org/537063002/diff/340001/ui/base/ui_base_tests.gypi#newcode109 ui/base/ui_base_tests.gypi:109: 'cp', On 2014/10/15 17:35:21, tony wrote: > I thought ...
6 years, 2 months ago (2014-10-15 17:39:59 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/537063002/340001
6 years, 2 months ago (2014-10-15 17:58:44 UTC) #36
commit-bot: I haz the power
Committed patchset #18 (id:340001)
6 years, 2 months ago (2014-10-15 18:14:30 UTC) #37
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/03c8c9d936594163d43222a3da0268b3dd9af656 Cr-Commit-Position: refs/heads/master@{#299717}
6 years, 2 months ago (2014-10-15 18:15:23 UTC) #38
dcheng
I think this may have exploded the waterfall. content_browsertests is very sad: @@@STEP_LOG_LINE@StreamToFile@URLRequestInfoTest.StreamToFile (run #1):@@@ ...
6 years, 2 months ago (2014-10-16 00:30:31 UTC) #40
dcheng
A revert of this CL (patchset #18 id:340001) has been created in https://codereview.chromium.org/661503003/ by dcheng@chromium.org. ...
6 years, 2 months ago (2014-10-16 00:30:58 UTC) #41
Zhenyao Mo
6 years, 2 months ago (2014-10-18 03:23:49 UTC) #42
Message was sent while issue was closed.
A revert of this CL (patchset #18 id:340001) has been created in
https://codereview.chromium.org/652623005/ by zmo@chromium.org.

The reason for reverting is: Cause issue
https://code.google.com/p/chromium/issues/detail?id=424024, mostly confirmed on
Mac Debug (Intel) bot, but could be responsible for windows bot issue too. 
We'll see..

Powered by Google App Engine
This is Rietveld 408576698