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

Issue 802343003: Upstream DocumentTabModelImpl and related classes (Closed)

Created:
6 years ago by gone
Modified:
6 years ago
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org, Zhen Wang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upstream DocumentTabModelImpl and related classes Moves the DocumentTabModelImpl and its associated tests/utility classes upstream from the downstream directories. Updates the findbugs to remove obsolete ones and add temporary new ones (until more is upstreamed). Setting NOTRY to true to get around findbugs changes. BUG=415747 TEST=DocumentTabModelImplTest, OffTheRecordDocumentTabModelTest NOTRY=true Committed: https://crrev.com/1f8dc216df5ca11615cc5f5ae49bbd286ac73dba Cr-Commit-Position: refs/heads/master@{#308680}

Patch Set 1 #

Patch Set 2 : Rename test #

Patch Set 3 : Fix GN #

Patch Set 4 : Temporary findbugs #

Total comments: 4

Patch Set 5 : Moved package, added OWNERS #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+2415 lines, -3 lines) Patch
M build/android/findbugs_filter/findbugs_known_bugs.txt View 1 2 3 1 chunk +6 lines, -7 lines 0 comments Download
M chrome/android/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 4 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/document/DocumentMetricIds.java View 1 chunk +46 lines, -0 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/document/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/document/PendingDocumentData.java View 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/ActivityDelegate.java View 1 chunk +151 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImpl.java View 1 chunk +903 lines, -0 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/OffTheRecordDocumentTabModel.java View 1 chunk +141 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/StorageDelegate.java View 1 chunk +154 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/tabmodel/document/TabDelegate.java View 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/DocumentTabModelImplTest.java View 1 2 3 4 1 chunk +434 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/document/OffTheRecordDocumentTabModelTest.java View 1 2 3 4 1 chunk +227 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/MockActivityDelegate.java View 1 chunk +70 lines, -0 lines 0 comments Download
A chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/MockStorageDelegate.java View 1 chunk +109 lines, -0 lines 0 comments Download
A chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/MockTabDelegate.java View 1 chunk +36 lines, -0 lines 0 comments Download
A + chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/OWNERS View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/tabmodel/document/TestInitializationObserver.java View 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (15 generated)
gone
6 years ago (2014-12-16 00:59:45 UTC) #2
Yusuf
rubberstamp lgtm
6 years ago (2014-12-16 01:02:02 UTC) #3
gone
6 years ago (2014-12-16 01:05:38 UTC) #5
gone
-tedchoc@ who's out +dtrainor@ for OWNERS
6 years ago (2014-12-16 18:59:52 UTC) #7
David Trainor- moved to gerrit
lgtm
6 years ago (2014-12-16 19:13:52 UTC) #8
gone
TBRing thakis for chrome/chrome.gyp addition.
6 years ago (2014-12-16 19:21:38 UTC) #10
gone
NOTRY=true to get around the findbugs additions (trybots all passed)
6 years ago (2014-12-16 19:23:54 UTC) #11
Ted C
lgtm https://chromiumcodereview.appspot.com/802343003/diff/60001/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentTabModelImplTest.java File chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentTabModelImplTest.java (right): https://chromiumcodereview.appspot.com/802343003/diff/60001/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentTabModelImplTest.java#newcode5 chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentTabModelImplTest.java:5: package org.chromium.chrome.browser.tabmodel; tabmodel.document? https://chromiumcodereview.appspot.com/802343003/diff/60001/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/OffTheRecordDocumentTabModelTest.java File chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/OffTheRecordDocumentTabModelTest.java (right): https://chromiumcodereview.appspot.com/802343003/diff/60001/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/OffTheRecordDocumentTabModelTest.java#newcode5 ...
6 years ago (2014-12-16 19:25:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/802343003/60001
6 years ago (2014-12-16 19:25:48 UTC) #15
gone
https://chromiumcodereview.appspot.com/802343003/diff/60001/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentTabModelImplTest.java File chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentTabModelImplTest.java (right): https://chromiumcodereview.appspot.com/802343003/diff/60001/chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentTabModelImplTest.java#newcode5 chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/DocumentTabModelImplTest.java:5: package org.chromium.chrome.browser.tabmodel; On 2014/12/16 19:25:32, Ted C wrote: > ...
6 years ago (2014-12-16 19:33:21 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/802343003/80001
6 years ago (2014-12-16 19:39:04 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/30868) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/7900)
6 years ago (2014-12-16 19:47:25 UTC) #21
Nico
chrome.gyp lgtm, but: https://codereview.chromium.org/802343003/diff/80001/chrome/android/BUILD.gn File chrome/android/BUILD.gn (right): https://codereview.chromium.org/802343003/diff/80001/chrome/android/BUILD.gn#newcode92 chrome/android/BUILD.gn:92: "//third_party/android_protobuf:protobuf_nano_javalib", This doesn't look right to ...
6 years ago (2014-12-16 19:52:29 UTC) #22
gone
https://chromiumcodereview.appspot.com/802343003/diff/80001/chrome/android/BUILD.gn File chrome/android/BUILD.gn (right): https://chromiumcodereview.appspot.com/802343003/diff/80001/chrome/android/BUILD.gn#newcode92 chrome/android/BUILD.gn:92: "//third_party/android_protobuf:protobuf_nano_javalib", On 2014/12/16 19:52:29, Nico wrote: > This doesn't ...
6 years ago (2014-12-16 19:59:00 UTC) #23
Nico
On 2014/12/16 19:59:00, dfalcantara wrote: > https://chromiumcodereview.appspot.com/802343003/diff/80001/chrome/android/BUILD.gn > File chrome/android/BUILD.gn (right): > > https://chromiumcodereview.appspot.com/802343003/diff/80001/chrome/android/BUILD.gn#newcode92 > ...
6 years ago (2014-12-16 20:30:02 UTC) #24
gone
On 2014/12/16 20:30:02, Nico wrote: > On 2014/12/16 19:59:00, dfalcantara wrote: > > > https://chromiumcodereview.appspot.com/802343003/diff/80001/chrome/android/BUILD.gn ...
6 years ago (2014-12-16 21:18:05 UTC) #25
gone
On 2014/12/16 21:18:05, dfalcantara wrote: > On 2014/12/16 20:30:02, Nico wrote: > > On 2014/12/16 ...
6 years ago (2014-12-16 21:19:44 UTC) #26
Nico
cjhopman knows both gn and java; I'd ask him. On Tue, Dec 16, 2014 at ...
6 years ago (2014-12-16 21:29:38 UTC) #27
cjhopman
https://chromiumcodereview.appspot.com/802343003/diff/80001/chrome/android/BUILD.gn File chrome/android/BUILD.gn (right): https://chromiumcodereview.appspot.com/802343003/diff/80001/chrome/android/BUILD.gn#newcode92 chrome/android/BUILD.gn:92: "//third_party/android_protobuf:protobuf_nano_javalib", On 2014/12/16 19:59:00, dfalcantara wrote: > On 2014/12/16 ...
6 years ago (2014-12-16 21:34:00 UTC) #29
cjhopman
lgtm
6 years ago (2014-12-16 21:36:38 UTC) #30
gone
Running it through that final flaky red trybot for good measure.
6 years ago (2014-12-16 21:39:28 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/802343003/80001
6 years ago (2014-12-16 21:39:31 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/30907)
6 years ago (2014-12-16 21:47:07 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/802343003/80001
6 years ago (2014-12-16 22:06:01 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/30916)
6 years ago (2014-12-16 22:12:32 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/802343003/80001
6 years ago (2014-12-16 22:15:20 UTC) #41
commit-bot: I haz the power
Committed patchset #5 (id:80001)
6 years ago (2014-12-16 22:16:52 UTC) #42
commit-bot: I haz the power
6 years ago (2014-12-16 22:17:34 UTC) #43
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/1f8dc216df5ca11615cc5f5ae49bbd286ac73dba
Cr-Commit-Position: refs/heads/master@{#308680}

Powered by Google App Engine
This is Rietveld 408576698