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

Issue 807683002: Upstream FullscreenManager (Closed)

Created:
6 years ago by Jaekyun Seok (inactive)
Modified:
6 years ago
CC:
chromium-reviews, David Trainor- moved to gerrit, avayvod+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upstream FullscreenManager And upstream logics related to FullscreenManager from ChromeTab to Tab. BUG=440613

Patch Set 1 #

Total comments: 23

Patch Set 2 : Apply reviewers' comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1906 lines, -0 lines) Patch
A chrome/android/java/res/anim/fullscreen_notification_in.xml View 1 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/android/java/res/drawable-hdpi/bubble_point_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/bubble_white.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/bubble_point_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/bubble_white.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/bubble_point_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/bubble_white.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/bubble_point_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/bubble_white.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/bubble_point_white.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/bubble_white.9.png View Binary file 0 comments Download
M chrome/android/java/res/values-v17/styles.xml View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/Tab.java View 1 8 chunks +193 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/fullscreen/ChromeFullscreenManager.java View 1 1 chunk +723 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/fullscreen/FullscreenHtmlApiHandler.java View 1 1 chunk +386 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/fullscreen/FullscreenManager.java View 1 1 chunk +184 lines, -0 lines 1 comment Download
A chrome/android/java/src/org/chromium/chrome/browser/widget/TextBubble.java View 1 1 chunk +361 lines, -0 lines 0 comments Download
M chrome/browser/android/tab_android.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/android/tab_android.cc View 1 3 chunks +15 lines, -0 lines 1 comment Download

Messages

Total messages: 11 (1 generated)
Jaekyun Seok (inactive)
Ted, David and Changwan, please review this change. Thanks,
6 years ago (2014-12-15 23:39:42 UTC) #2
Ted C
Awesome! Looking forward to this being upstream. A few little comments, but overall looks good. ...
6 years ago (2014-12-16 23:04:30 UTC) #3
David Trainor- moved to gerrit
+1. Looks fine pending Ted's comments. https://codereview.chromium.org/807683002/diff/1/chrome/android/java/res/anim/fullscreen_notification_in.xml File chrome/android/java/res/anim/fullscreen_notification_in.xml (right): https://codereview.chromium.org/807683002/diff/1/chrome/android/java/res/anim/fullscreen_notification_in.xml#newcode2 chrome/android/java/res/anim/fullscreen_notification_in.xml:2: <!-- Copyright (c) ...
6 years ago (2014-12-16 23:13:55 UTC) #4
Jaekyun Seok (inactive)
PTAL. https://codereview.chromium.org/807683002/diff/1/chrome/android/java/res/anim/fullscreen_notification_in.xml File chrome/android/java/res/anim/fullscreen_notification_in.xml (right): https://codereview.chromium.org/807683002/diff/1/chrome/android/java/res/anim/fullscreen_notification_in.xml#newcode2 chrome/android/java/res/anim/fullscreen_notification_in.xml:2: <!-- Copyright (c) 2013 The Chromium Authors. All ...
6 years ago (2014-12-17 01:21:09 UTC) #5
Jaekyun Seok (inactive)
I found some style errors in my latest patch. BTW, I mistakenly removed my working ...
6 years ago (2014-12-17 01:34:49 UTC) #6
Ted C
On 2014/12/17 01:34:49, Jaekyun Seok wrote: > I found some style errors in my latest ...
6 years ago (2014-12-17 01:49:21 UTC) #7
Ted C
On 2014/12/17 01:49:21, Ted C wrote: > On 2014/12/17 01:34:49, Jaekyun Seok wrote: > > ...
6 years ago (2014-12-17 01:51:02 UTC) #8
Jaekyun Seok (inactive)
> With newt@'s help, it turns out this is from having binary files in the ...
6 years ago (2014-12-17 04:04:46 UTC) #9
Ted C
On 2014/12/17 04:04:46, Jaekyun Seok wrote: > > With newt@'s help, it turns out this ...
6 years ago (2014-12-17 17:24:17 UTC) #10
Jaekyun Seok (inactive)
6 years ago (2014-12-17 20:24:26 UTC) #11
Message was sent while issue was closed.
On 2014/12/17 17:24:17, Ted C wrote:
> I'm surprised:
> git cl issue 807683002
> wouldn't have worked and let you upload to this patch again after even the raw
> patch.

I didn't know this. I will use it next time.

> 
> Oh well, I'll review the other one.

Thanks.

Powered by Google App Engine
This is Rietveld 408576698