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

Issue 2847523002: Android: Remove GetApplicationContext part 4 (Closed)

Created:
3 years, 8 months ago by Peter Wen
Modified:
3 years, 7 months ago
CC:
chromium-reviews, dominickn+watch_chromium.org, qsr+mojo_chromium.org, vmpstr+watch_chromium.org, posciak+watch_chromium.org, rogerm+autofillwatch_chromium.org, mlamouri+watch-sensors_chromium.org, browser-components-watch_chromium.org, yzshen+watch_chromium.org, scheib+watch_chromium.org, noyau+watch_chromium.org, agrieve+watch_chromium.org, net-reviews_chromium.org, mlamouri+watch-media_chromium.org, miu+watch_chromium.org, jdonnelly+watch_chromium.org, cbentzel+watch_chromium.org, toyoshim+midi_chromium.org, sebsg+autofillwatch_chromium.org, viettrungluu+watch_chromium.org, jam, raymes+watch_chromium.org, abarth-chromium, darin-cc_chromium.org, wanming.lin, dfalcantara+watch_chromium.org, vabr+watchlistautofill_chromium.org, xjz+watch_chromium.org, jbudorick+watch_chromium.org, lgarron+watch_chromium.org, ntp-dev+reviews_chromium.org, rouslan+autofill_chromium.org, timvolodine, danakj+watch_chromium.org, feature-vr-reviews_chromium.org, dcheng, estade+watch_chromium.org, darin (slow to review), chfremer+watch_chromium.org, David Trainor- moved to gerrit, shalamov, feature-media-reviews_chromium.org, mathp+autofillwatch_chromium.org, tfarina, avayvod+watch_chromium.org, Aaron Boodman, pkotwicz+watch_chromium.org, mikecase+watch_chromium.org, riju_, ortuno+watch_chromium.org, zpeng+watch_chromium.org, Mikhail
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Android: Remove GetApplicationContext part 4 Java-side already has the ContextUtils#GetApplicationContext global and no longer needs native to hold the pointer and pass it through jni with every call that needs an application context. Part 1: https://codereview.chromium.org/2772343003/ Part 2: https://codereview.chromium.org/2799263002/ Part 2.1 (cast): http://crrev.com/2807263002 Part 2.2 (components): http://crrev.com/2810863003 Part 3: http://crrev.com/2828353002 BUG=646094 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2847523002 Cr-Commit-Position: refs/heads/master@{#471861} Committed: https://chromium.googlesource.com/chromium/src/+/da737c56165f6fae6e81c488cf5821b7a77c7d1d

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : Remove leftover jni #

Patch Set 4 : rebase #

Patch Set 5 : fix cronet #

Total comments: 11

Patch Set 6 : Remove spurious includes #

Patch Set 7 : Fix per review. #

Patch Set 8 : Rebase #

Patch Set 9 : Rebase #

Patch Set 10 : Fix new usage #

Patch Set 11 : Rebase #

Patch Set 12 : Fix test. #

Total comments: 4

Patch Set 13 : Rebase and fix wrappers #

Patch Set 14 : Fix fakes #

Patch Set 15 : Rebase #

Patch Set 16 : Rebase again #

Patch Set 17 : Remove new introduction of header #

Patch Set 18 : Fix build #

Patch Set 19 : Another rebase #

Patch Set 20 : Rebase and fix build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+401 lines, -571 lines) Patch
M base/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +0 lines, -3 lines 0 comments Download
M base/android/base_jni_registrar.cc View 2 chunks +0 lines, -2 lines 0 comments Download
D base/android/context_utils.h View 1 chunk +0 lines, -26 lines 0 comments Download
D base/android/context_utils.cc View 1 chunk +0 lines, -53 lines 0 comments Download
M base/android/java/src/org/chromium/base/ContextUtils.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +0 lines, -12 lines 0 comments Download
M base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M base/android/path_utils.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/test/android/java/src/org/chromium/base/MultiprocessTestClientService.java View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M base/test/test_file_util_android.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ItemChooserDialog.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/bookmarks/BookmarkUtils.java View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/CompositorViewHolder.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/LayerTitleCache.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/content/TabContentManager.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/resources/StaticResourcePreloads.java View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/scene_layer/ToolbarSceneLayer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/device/DeviceClassManager.java View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/ReaderModeManager.java View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/DownloadUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/history/HistoryManager.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/history/HistoryManagerUtils.java View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarContainer.java View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/init/AsyncInitializationActivity.java View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentTabsExpandableListView.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/RecentTabsRowAdapter.java View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/omnibox/SuggestionView.java View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/page_info/PageInfoPopup.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/snackbar/SnackbarView.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +4 lines, -6 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/util/FeatureUtilities.java View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappUrlBar.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/widget/findinpage/FindToolbarManager.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/BindingManagerIntegrationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/VideoFullscreenOrientationLockChromeTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/bookmarks/BookmarkTest.java View 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/OmniboxTest.java View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/android/chrome_application.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/download/download_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/mojo/chrome_interface_registrar_android.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/signin/signin_promo_util_android.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/chrome_autofill_client.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/android/javatests/src/org/chromium/chrome/test/ChromeInstrumentationTestRunner.java View 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/test/android/javatests/src/org/chromium/chrome/test/util/ChromeTabUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/java/src/org/chromium/net/impl/CronetLibraryLoader.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -1 line 0 comments Download
M components/cronet/android/test/cronet_test_jni.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M components/cronet/android/test/javatests/src/org/chromium/net/CronetTestBase.java View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/service_manager/service_manager_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/DeviceUtils.java View 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/SelectionPopupController.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/FloatingPastePopupMenu.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/VideoFullscreenOrientationLockTest.java View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -4 lines 0 comments Download
M device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -6 lines 0 comments Download
M device/bluetooth/android/java/src/org/chromium/device/bluetooth/Wrappers.java View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +8 lines, -5 lines 0 comments Download
M device/bluetooth/android/wrappers.cc View 2 chunks +1 line, -2 lines 0 comments Download
M device/bluetooth/bluetooth_device_android.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +8 lines, -6 lines 0 comments Download
M device/generic_sensor/android/java/src/org/chromium/device/sensors/PlatformSensorProvider.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +12 lines, -5 lines 0 comments Download
M device/generic_sensor/platform_sensor_android.cc View 1 chunk +0 lines, -1 line 0 comments Download
M device/generic_sensor/platform_sensor_provider_android.cc View 2 chunks +1 line, -3 lines 0 comments Download
M device/geolocation/android/java/src/org/chromium/device/geolocation/LocationProviderAdapter.java View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M device/geolocation/android/java/src/org/chromium/device/geolocation/LocationProviderAndroid.java View 1 2 3 3 chunks +4 lines, -5 lines 0 comments Download
M device/geolocation/android/java/src/org/chromium/device/geolocation/LocationProviderFactory.java View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M device/geolocation/android/junit/src/org/chromium/device/geolocation/LocationProviderTest.java View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M device/geolocation/location_api_adapter_android.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M device/sensors/android/java/src/org/chromium/device/sensors/DeviceSensors.java View 1 2 3 5 chunks +6 lines, -9 lines 0 comments Download
M device/sensors/android/javatests/src/org/chromium/device/sensors/DeviceSensorsTest.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M device/sensors/sensor_manager_android.cc View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M device/usb/android/java/src/org/chromium/device/usb/ChromeUsbService.java View 4 chunks +10 lines, -10 lines 0 comments Download
M device/usb/usb_service_android.cc View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M media/audio/android/audio_manager_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +0 lines, -2 lines 0 comments Download
M media/base/android/java/src/org/chromium/media/AudioManagerAndroid.java View 11 chunks +23 lines, -24 lines 0 comments Download
M media/base/android/java/src/org/chromium/media/MediaPlayerBridge.java View 7 chunks +8 lines, -9 lines 0 comments Download
M media/base/android/java/src/org/chromium/media/MediaPlayerListener.java View 3 chunks +4 lines, -8 lines 0 comments Download
M media/base/android/java/src/org/chromium/media/MediaServerCrashListener.java View 4 chunks +5 lines, -8 lines 0 comments Download
M media/base/android/media_player_android.cc View 2 chunks +1 line, -3 lines 0 comments Download
M media/base/android/media_player_bridge.cc View 3 chunks +4 lines, -7 lines 0 comments Download
M media/base/android/media_player_listener.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/base/android/media_player_listener.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/base/android/media_server_crash_listener.cc View 2 chunks +1 line, -3 lines 0 comments Download
M media/capture/content/android/java/src/org/chromium/media/ScreenCapture.java View 1 2 3 4 chunks +9 lines, -9 lines 0 comments Download
M media/capture/content/android/screen_capture_machine_android.cc View 2 chunks +1 line, -3 lines 0 comments Download
M media/capture/video/android/java/src/org/chromium/media/VideoCapture.java View 4 chunks +5 lines, -6 lines 0 comments Download
M media/capture/video/android/java/src/org/chromium/media/VideoCaptureCamera.java View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -3 lines 0 comments Download
M media/capture/video/android/java/src/org/chromium/media/VideoCaptureCamera2.java View 1 2 3 4 5 6 7 8 9 10 11 12 14 chunks +30 lines, -30 lines 0 comments Download
M media/capture/video/android/java/src/org/chromium/media/VideoCaptureFactory.java View 4 chunks +22 lines, -22 lines 0 comments Download
M media/capture/video/android/video_capture_device_factory_android.cc View 5 chunks +6 lines, -11 lines 0 comments Download
M media/midi/java/src/org/chromium/midi/MidiManagerAndroid.java View 2 chunks +6 lines, -6 lines 0 comments Download
M media/midi/java/src/org/chromium/midi/UsbMidiDeviceFactoryAndroid.java View 8 chunks +16 lines, -19 lines 0 comments Download
M media/midi/midi_manager_android.cc View 2 chunks +1 line, -3 lines 0 comments Download
M media/midi/usb_midi_device_factory_android.cc View 3 chunks +3 lines, -7 lines 0 comments Download
M remoting/android/java/src/org/chromium/chromoting/jni/JniInterface.java View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M services/device/android/java/src/org/chromium/services/device/InterfaceRegistrar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +4 lines, -1 line 0 comments Download
M services/device/battery/android/java/src/org/chromium/device/battery/BatteryMonitorFactory.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M services/device/battery/android/java/src/org/chromium/device/battery/BatteryStatusManager.java View 1 2 3 6 chunks +11 lines, -11 lines 0 comments Download
M services/device/device_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -2 lines 0 comments Download
M services/device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +4 lines, -4 lines 0 comments Download
M services/device/time_zone_monitor/android/java/src/org/chromium/device/time_zone_monitor/TimeZoneMonitor.java View 4 chunks +6 lines, -7 lines 0 comments Download
M services/device/time_zone_monitor/time_zone_monitor_android.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M services/shape_detection/android/java/src/org/chromium/shape_detection/InterfaceRegistrar.java View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -8 lines 0 comments Download
M services/shape_detection/shape_detection_service.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -3 lines 0 comments Download
M testing/android/native_test/java/src/org/chromium/native_test/NativeUnitTest.java View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M testing/android/native_test/native_test_launcher.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M ui/android/java/src/org/chromium/ui/base/DeviceFormFactor.java View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +19 lines, -11 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/base/TouchDevice.java View 3 chunks +11 lines, -11 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/base/WindowAndroid.java View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java View 5 chunks +16 lines, -13 lines 0 comments Download
M ui/android/window_android.cc View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M ui/base/clipboard/clipboard_android.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M ui/base/device_form_factor_android.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M ui/base/touch/touch_device_android.cc View 2 chunks +2 lines, -7 lines 0 comments Download
M ui/gfx/android/view_configuration.cc View 3 chunks +1 line, -4 lines 0 comments Download
M ui/platform_window/android/java/src/org/chromium/ui/PlatformWindowAndroid.java View 4 chunks +8 lines, -8 lines 0 comments Download
M ui/platform_window/android/platform_window_android.cc View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 117 (83 generated)
Peter Wen
Hopefully the last upstream one! ⌛
3 years, 7 months ago (2017-05-04 14:07:39 UTC) #22
mthiesse
https://codereview.chromium.org/2847523002/diff/80001/device/vr/android/gvr/gvr_device_provider.cc File device/vr/android/gvr/gvr_device_provider.cc (right): https://codereview.chromium.org/2847523002/diff/80001/device/vr/android/gvr/gvr_device_provider.cc#newcode7 device/vr/android/gvr/gvr_device_provider.cc:7: #include <jni.h> This looks unintentional, did you mean to ...
3 years, 7 months ago (2017-05-04 14:30:07 UTC) #24
Peter Wen
https://codereview.chromium.org/2847523002/diff/80001/device/vr/android/gvr/gvr_device_provider.cc File device/vr/android/gvr/gvr_device_provider.cc (right): https://codereview.chromium.org/2847523002/diff/80001/device/vr/android/gvr/gvr_device_provider.cc#newcode7 device/vr/android/gvr/gvr_device_provider.cc:7: #include <jni.h> On 2017/05/04 14:30:07, mthiesse wrote: > This ...
3 years, 7 months ago (2017-05-04 14:36:10 UTC) #25
agrieve
Only one real concern about a cast. Also - why the added test? https://codereview.chromium.org/2847523002/diff/80001/content/public/android/javatests/src/org/chromium/content/browser/LocationProviderTest.java File ...
3 years, 7 months ago (2017-05-04 15:55:50 UTC) #26
Peter Wen
Thanks! PTAL, no rush. https://codereview.chromium.org/2847523002/diff/80001/content/public/android/javatests/src/org/chromium/content/browser/LocationProviderTest.java File content/public/android/javatests/src/org/chromium/content/browser/LocationProviderTest.java (right): https://codereview.chromium.org/2847523002/diff/80001/content/public/android/javatests/src/org/chromium/content/browser/LocationProviderTest.java#newcode37 content/public/android/javatests/src/org/chromium/content/browser/LocationProviderTest.java:37: mActivity = new Activity(); On ...
3 years, 7 months ago (2017-05-04 17:39:26 UTC) #27
agrieve
lgtm https://codereview.chromium.org/2847523002/diff/80001/ui/platform_window/android/java/src/org/chromium/ui/PlatformWindowAndroid.java File ui/platform_window/android/java/src/org/chromium/ui/PlatformWindowAndroid.java (right): https://codereview.chromium.org/2847523002/diff/80001/ui/platform_window/android/java/src/org/chromium/ui/PlatformWindowAndroid.java#newcode35 ui/platform_window/android/java/src/org/chromium/ui/PlatformWindowAndroid.java:35: ((Activity) ContextUtils.getApplicationContext()).setContentView(rv); On 2017/05/04 17:39:26, Peter Wen wrote: ...
3 years, 7 months ago (2017-05-04 18:24:51 UTC) #28
Peter Wen
Thanks Andrew! +brettw@ for global OWNERS. This is hopefully the last CL finishing this refactoring.
3 years, 7 months ago (2017-05-04 18:38:32 UTC) #32
Peter Wen
+miguelg@ for infobar OWNERS
3 years, 7 months ago (2017-05-04 20:39:35 UTC) #38
Miguel Garcia
lgtm for infobar
3 years, 7 months ago (2017-05-05 09:58:50 UTC) #41
Peter Wen
Friendly ping for global OWNERS. Thanks!
3 years, 7 months ago (2017-05-08 17:11:12 UTC) #48
brettw
rs lgtm
3 years, 7 months ago (2017-05-09 22:58:25 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/220001
3 years, 7 months ago (2017-05-10 17:17:39 UTC) #58
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/450497)
3 years, 7 months ago (2017-05-10 19:56:18 UTC) #60
scheib
While things compile and tests pass, removing context from the wrapper/fakes goes against their design ...
3 years, 7 months ago (2017-05-10 20:40:20 UTC) #62
Peter Wen
Thank you Vincent! Fixed now. https://codereview.chromium.org/2847523002/diff/220001/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java File device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java (right): https://codereview.chromium.org/2847523002/diff/220001/device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java#newcode109 device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java:109: mBluetoothGatt = mDevice.connectGatt(false /* ...
3 years, 7 months ago (2017-05-11 14:01:34 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/240001
3 years, 7 months ago (2017-05-11 14:02:40 UTC) #66
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/291408)
3 years, 7 months ago (2017-05-11 14:35:31 UTC) #68
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/260001
3 years, 7 months ago (2017-05-11 16:19:34 UTC) #75
scheib
lgtm
3 years, 7 months ago (2017-05-11 18:18:07 UTC) #76
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/452068)
3 years, 7 months ago (2017-05-11 19:09:59 UTC) #78
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/260001
3 years, 7 months ago (2017-05-11 19:20:47 UTC) #80
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/452288)
3 years, 7 months ago (2017-05-11 22:25:52 UTC) #82
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/280001
3 years, 7 months ago (2017-05-15 13:22:41 UTC) #89
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/436849)
3 years, 7 months ago (2017-05-15 13:33:19 UTC) #91
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/300001
3 years, 7 months ago (2017-05-15 13:44:12 UTC) #94
commit-bot: I haz the power
Try jobs failed on following builders: android_optional_gpu_tests_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_optional_gpu_tests_rel/builds/5309)
3 years, 7 months ago (2017-05-15 14:12:03 UTC) #96
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/320001
3 years, 7 months ago (2017-05-15 14:21:03 UTC) #99
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/269392) android_optional_gpu_tests_rel on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 7 months ago (2017-05-15 14:49:24 UTC) #101
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/340001
3 years, 7 months ago (2017-05-15 15:03:08 UTC) #104
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/268053) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 7 months ago (2017-05-15 15:09:46 UTC) #106
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/360001
3 years, 7 months ago (2017-05-15 15:38:00 UTC) #109
commit-bot: I haz the power
Try jobs failed on following builders: android_optional_gpu_tests_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_optional_gpu_tests_rel/builds/5317)
3 years, 7 months ago (2017-05-15 16:05:03 UTC) #111
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2847523002/380001
3 years, 7 months ago (2017-05-15 17:01:52 UTC) #114
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 19:29:33 UTC) #117
Message was sent while issue was closed.
Committed patchset #20 (id:380001) as
https://chromium.googlesource.com/chromium/src/+/da737c56165f6fae6e81c488cf58...

Powered by Google App Engine
This is Rietveld 408576698