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

Issue 2007523003: Revert of delete the levelDB storage implementation. (Closed)

Created:
4 years, 7 months ago by Marijn Kruisselbrink
Modified:
4 years, 7 months ago
CC:
chromium-reviews, romax+watch_chromium.org, fgorski+watch_chromium.org, dewittj+watch_chromium.org, petewil+watch_chromium.org, chili+watch_chromium.org, dimich+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of delete the levelDB storage implementation. (patchset #5 id:80001 of https://codereview.chromium.org/1999443003/ ) Reason for revert: This seems to be causing compile failures on Win x64 (at least this seems the only remotely plausible candidate...): https://build.chromium.org/p/chromium/builders/Win%20x64/builds/925/steps/compile/logs/stdio FAILED: obj/components/offline_pages/offline_pages.offline_page_storage_manager.obj ninja -t msvc -e environment.x64 -- C:\b\build\slave\cache\cipd\goma/gomacc "C:\b\depot_tools\win_toolchain\vs_files\95ddda401ec5678f15eeed01d2bee08fcbc5ee97\VC\bin\amd64\cl.exe" /nologo /showIncludes /FC @obj\components\offline_pages\offline_pages.offline_page_storage_manager.obj.rsp /c ..\..\components\offline_pages\offline_page_storage_manager.cc /Foobj\components\offline_pages\offline_pages.offline_page_storage_manager.obj /Fdobj\components\offline_pages.cc.pdb c:\b\build\slave\win_x64\build\src\components\offline_pages\offline_page_storage_manager.cc(83): error C2220: warning treated as error - no 'object' file generated c:\b\build\slave\win_x64\build\src\components\offline_pages\offline_page_storage_manager.cc(83): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data c:\b\build\slave\win_x64\build\src\base\bind_internal.h(186): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data c:\b\build\slave\win_x64\build\src\base\bind_internal.h(324): note: see reference to function template instantiation 'R base::internal::RunnableAdapter<T>::Run<offline_pages::OfflinePageStorageManager*,const offline_pages::OfflinePageStorageManager::ClearPageCallback&,const unsigned __int64&,_Ty>(Receiver &&,const offline_pages::OfflinePageStorageManager::ClearPageCallback &,const unsigned __int64 &,_Ty &&)' being compiled Original issue's description: > delete the levelDB storage implementation. > > BUG=NONE > > Committed: https://crrev.com/344bb7e95cb1619d98c15e1456c0044365e6c233 > Cr-Commit-Position: refs/heads/master@{#395371} TBR=fgorski@chromium.org,dimich@chromium.org,bburns@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=NONE Committed: https://crrev.com/8e7687f22f40c59eac176b1855395c2a3704b522 Cr-Commit-Position: refs/heads/master@{#395383}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+692 lines, -3 lines) Patch
M chrome/browser/android/offline_pages/offline_page_bridge.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/offline_pages/offline_page_model_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/offline_pages.gypi View 3 chunks +17 lines, -0 lines 0 comments Download
M components/offline_pages/BUILD.gn View 3 chunks +7 lines, -0 lines 0 comments Download
M components/offline_pages/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M components/offline_pages/offline_page_item.cc View 1 chunk +1 line, -0 lines 0 comments Download
A components/offline_pages/offline_page_metadata_store_impl.h View 1 chunk +90 lines, -0 lines 0 comments Download
A components/offline_pages/offline_page_metadata_store_impl.cc View 1 chunk +319 lines, -0 lines 0 comments Download
M components/offline_pages/offline_page_metadata_store_impl_unittest.cc View 6 chunks +176 lines, -3 lines 0 comments Download
M components/offline_pages/offline_page_model.cc View 1 chunk +1 line, -0 lines 0 comments Download
A components/offline_pages/proto/BUILD.gn View 1 chunk +12 lines, -0 lines 0 comments Download
A components/offline_pages/proto/offline_pages.proto View 1 chunk +65 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
Marijn Kruisselbrink
Created Revert of delete the levelDB storage implementation.
4 years, 7 months ago (2016-05-23 19:12:10 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007523003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2007523003/1
4 years, 7 months ago (2016-05-23 19:12:52 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-23 19:15:09 UTC) #3
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/8e7687f22f40c59eac176b1855395c2a3704b522 Cr-Commit-Position: refs/heads/master@{#395383}
4 years, 7 months ago (2016-05-23 19:16:45 UTC) #5
bburns
I don't see how this could cause this given that: https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/218184 shows a clean build.
4 years, 7 months ago (2016-05-23 19:23:57 UTC) #6
Marijn Kruisselbrink
On 2016/05/23 at 19:23:57, bburns wrote: > I don't see how this could cause this ...
4 years, 7 months ago (2016-05-23 19:26:01 UTC) #7
Marijn Kruisselbrink
(now waiting to see if the revert actually fixed anything)
4 years, 7 months ago (2016-05-23 19:26:15 UTC) #8
Marijn Kruisselbrink
4 years, 7 months ago (2016-05-23 19:58:39 UTC) #9
Message was sent while issue was closed.
On 2016/05/23 at 19:26:15, Marijn Kruisselbrink wrote:
> (now waiting to see if the revert actually fixed anything)

And with the revert in
https://build.chromium.org/p/chromium/builders/Win%20x64/builds/927 did in fact
succeed compilation, so it definitely seems like this CL was somehow to blame
for the compile errors.

Powered by Google App Engine
This is Rietveld 408576698