- 29 Jan, 2019 40 commits
-
-
Kenichi Ishibashi authored
Before this CL ServiceWorkerContextClient called BEGIN macro on the main thread but called END macro on worker thread. Call BEGIN macro on worker thread so that it can have matching BEGIN/END pair on worker thread. Bug: 926031 Change-Id: Ic078cae5b7347d4e68e21f088b1c28277fd47f6b Reviewed-on: https://chromium-review.googlesource.com/c/1441572 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Auto-Submit: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#626852}
-
Xianzhu Wang authored
The BlinkGenPropertyTrees project is a large refactoring of the blink and compositor integrations. The goal of this Finch trial is only to gather early metrics before enabling the feature by default. The Chromium implementation is tracked in https://crbug.com/836884. This testing config is required before we enable 1% field trial on beta channel (cl/230805970). Bug: 836884 Change-Id: I5c8d4d70987d15ad4a99d6f94525cf55a21c727a Reviewed-on: https://chromium-review.googlesource.com/c/1437182Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#626851}
-
Takuto Ikuta authored
This is a reland of 3c031af0 I changed libassistant to use lld when lld is used to build chrome in: https://chrome-internal-review.googlesource.com/c/chrome/assistant/+/800068 Original change's description: > build: Default use_lld to true on ChromeOS for x64 > > This is a partial reland of 12b1bbff > > I confirmed current lld can link chrome with the same config of previously failed build. > https://ci.chromium.org/buildbot/chromium.chrome/Google%20Chrome%20ChromeOS/59619 > > Original change's description: > > build: Default use_lld to true on ChromeOS. > > > > As of https://chromium-review.googlesource.com/c/1372768 ChromeOS > > chrome is always linked with lld. Because ChromeOS's build system > > always overrides the value of use_lld this change should have no > > effect on official ChromeOS builds, but it should make ChromeOS on > > Linux more consistent with "real" ChromeOS. > > > > Bug: 701659 > > Change-Id: I447e1b2dfb6cc970f2c2dd64d396b5ba58bc2ef2 > > Reviewed-on: https://chromium-review.googlesource.com/c/1377139 > > Reviewed-by: Nico Weber <thakis@chromium.org> > > Commit-Queue: Peter Collingbourne <pcc@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#616485} > > Bug: 701659, 923168, 917504 > Change-Id: Iedb48cfe5b3b9c189dcf1b4c04bea998ee009d2c > Reviewed-on: https://chromium-review.googlesource.com/c/1419558 > Auto-Submit: Takuto Ikuta <tikuta@chromium.org> > Reviewed-by: George Burgess <gbiv@chromium.org> > Commit-Queue: George Burgess <gbiv@chromium.org> > Commit-Queue: Takuto Ikuta <tikuta@chromium.org> > Cr-Commit-Position: refs/heads/master@{#624005} Bug: 701659, 923168, 917504 Change-Id: Ibdb678d59313d7defdb3238e307bbf525dd94dfa Reviewed-on: https://chromium-review.googlesource.com/c/1437040Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#626850}
-
Doug Turner authored
Bug: 897312 Change-Id: Ibbfc4ee379f7c044358bc62359b43da493ce4c90 Reviewed-on: https://chromium-review.googlesource.com/c/1435591Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Commit-Queue: Doug Turner <dougt@chromium.org> Cr-Commit-Position: refs/heads/master@{#626849}
-
Cecilia Ni authored
This CL changes all chrome://apps HTML import to its relative path. Bug: 906508 Change-Id: Iab67b3e5120c4907b6e3d9b5422a1c19f266aaaf Reviewed-on: https://chromium-review.googlesource.com/c/1440804Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#626848}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/45f4b730aae2..0cde480ef34f Created with: gclient setdep -r src-internal@0cde480ef34f The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: Ic774d59a23ed2f026300efeb98974e6330a90b42 Reviewed-on: https://chromium-review.googlesource.com/c/1441291Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#626847}
-
Saman Sami authored
|texture_target_exception_list| in GpuPreferences and GpuCapabilities contains every pair of format and usage that is supported natively. However, it is not true that every native buffer needs to be bound to the platform-specific target. For example, certain RGB formats can be bound to GL_TEXTURE_2D because they need to be attached to a framebuffer, and we already implicitly assume that this is OK (see WebGL's drawing_buffer.cc). Make this implicit assumption more explicit by not including these formats in |texture_target_exception_list|. Bug: 882591,916728 Change-Id: I155a64bdeb994b3a388078666c769bd8d6adc876 Reviewed-on: https://chromium-review.googlesource.com/c/1423457 Commit-Queue: Saman Sami <samans@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#626846}
-
Keishi Hattori authored
Use MemoryUsageMonitor from OomInterventionImpl and CrashMemoryMetricsReporter Bug: 920922 Change-Id: Iff9f69d87b870ea6acc6c760058745de0d1a052a Reviewed-on: https://chromium-review.googlesource.com/c/1411392 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#626845}
-
dstockwell authored
A separate Viewport interface is split out to break a cyclic dependency. Bug: 721073 Change-Id: I11a690cafcf59ce40095b0fc5f25915c18d68e43 Reviewed-on: https://chromium-review.googlesource.com/c/1416801 Commit-Queue: dstockwell <dstockwell@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: dstockwell <dstockwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#626844}
-
Noel Gordon authored
CL:907991 added arrow key controls for QuickView, but no test. At some point that debt needs to be payed. Bug: 641609 Change-Id: I49c4c4448c3b46f515599a4b96e1a9cc422f03a0 Reviewed-on: https://chromium-review.googlesource.com/c/1436617 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#626843}
-
sczs authored
The main Objective of this CL is to create the files and architecture necessary to present an Infobar banner, and iterate/experiment on these while the new messages UI is being developed. Some implementation details such as Presentation logic, Animation Values, View Content, etc. are not final and will be updated once specs are finalized. Screenshot https://drive.google.com/open?id=1AAbYAsqt3fW0iZlq8JUDcZCSMv6mokZw Video https://drive.google.com/open?id=1z--lrIOf1q35YNUaXsneSn_5bW4obpCw Change-Id: I3cac3aeba05e31d9a07ddabf96e2e1eec4307409 Reviewed-on: https://chromium-review.googlesource.com/c/1387686Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#626842}
-
Trent Apted authored
In its current form, this feature causes existing pages with working logic to handle `MediaPlayPause` events to become flaky. The feature should be fixed, or a workaround announced, before it launches on by default. The audio test is re-enabled. The video still flakes (~1-in-10), likely due to a Chromecast integration that isn't used for the audio player. Bug: 902519, 926035 Change-Id: Iac838690b54c18267be59b8230066db2093ae7fc Reviewed-on: https://chromium-review.googlesource.com/c/1441571Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#626841}
-
Alexey Baskakov authored
Use dedicated utility functions to control some very different things: - Can web apps technically exist and be used. - Should we record metrics for web apps. - Are users allowed to install web apps. Bug: 921468 Change-Id: Idf9ee5532e85af32db885fa36355c3c82c225091 Reviewed-on: https://chromium-review.googlesource.com/c/1415054 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Jeremy Klein <jlklein@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#626840}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/1c0b0474c1a0..79ff8bead909 git log 1c0b0474c1a0..79ff8bead909 --date=short --no-merges --format='%ad %ae %s' 2019-01-28 fjhenigman@chromium.org DEPS: Roll SPIRV-Headers and SPIRV-Tools. Created with: gclient setdep -r src/third_party/dawn@79ff8bead909 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: If420585f03e5ca8483efaa3220c22325da3771e9 Reviewed-on: https://chromium-review.googlesource.com/c/1441191Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#626839}
-
Xiyuan Xia authored
RWHVAura observes focus change of its window by means of aura::client::SetFocusChangeObserver. EmbeddedFocusClient should notify that focus change observer as well. Bug: 924459 Change-Id: If47aae379ec3756e7e3bb5b12fe9c74939393ba3 Reviewed-on: https://chromium-review.googlesource.com/c/1440506 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#626838}
-
Victor Costan authored
test: Replace _TEST_CASE_ with _TEST_SUITE_ in /content/browser/renderer_host/render_widget_host_view_mac_unittest.mm. Googletest is (at last) converging with industry-standard terminology [1]. We previously called test suites "test cases", which was rather confusing for folks coming from any other testing framework. Chrome now has a googltest version that supports _TEST_SUITE_ macros instead of _TEST_CASE_, so this CL cleans up some of the outdated usage. [1] https://github.com/google/googletest/blob/master/googletest/docs/primer.md#beware-of-the-nomenclature This CL was uploaded by git cl split. R=tapted@chromium.org Bug: 925652 Change-Id: I9e3dac1ef364569271f8b7edf5c067521ead4d62 Reviewed-on: https://chromium-review.googlesource.com/c/1437345 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#626837}
-
Akihiro Ota authored
This change creates a new attribute called detectedLanguage within automation. The attribute value is set by a call to AXNode::GetLanguage() in automation_internal_custom_bindings.cc and can be exposed via |AutomationNode|.detectedLanguage. Change-Id: I1c9e2679c53a4a2e88db91bc1280ca9490a3c8d6 Bug: 923068 Reviewed-on: https://chromium-review.googlesource.com/c/1430919Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#626836}
-
Victor Costan authored
Googletest is (at last) converging with industry-standard terminology [1]. We previously called test suites "test cases", which was rather confusing for folks coming from any other testing framework. Chrome now has a googltest version that supports _TEST_SUITE_ macros instead of _TEST_CASE_, so this CL cleans up some of the outdated usage. [1] https://github.com/google/googletest/blob/master/googletest/docs/primer.md#beware-of-the-nomenclature This CL was uploaded by git cl split. R=tapted@chromium.org Bug: 925652 Change-Id: Ia7f636f8100f7706e652a0ccb6be7724a4988be0 Reviewed-on: https://chromium-review.googlesource.com/c/1438335 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#626835}
-
Alex Newcomer authored
Highlight the submenu area of an actionable submenu when the keyboard is used to focus the submenu area (right (left in rtl) arrow). Bug: 880800 Change-Id: I7f28493561dbea1d77d8e3eff6a6a91c6ddc0e31 Reviewed-on: https://chromium-review.googlesource.com/c/1437334Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#626834}
-
Rob Schonberger authored
Update fake app instance to reflect new mojom call. Bug: 911427 Change-Id: Ie782d372b53490ed1c94e92c9e16aa78b236113c Reviewed-on: https://chromium-review.googlesource.com/c/1440805Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Auto-Submit: Rob Schonberger <robsc@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#626833}
-
Andrew Xu authored
handwriting input Handwriting/voice input or emoji generates fake pressing/releasing key events. But pressing/releasing key events use different key code. As result, the accelerator history fails to remove the fake pressing event after receiving the fake releasing event. In fact, key events with key code of ui::VKEY_PROCESSKEY have no effect on accelerator processing. So in this CL, stop tracking those key events in the accelerator history. Meanwhile, refactor the accelerator history code. Test: ash_unittests Bug: 918317 Change-Id: Iafdc5658c93fc029942dbdc20571558ed84a3eb3 Reviewed-on: https://chromium-review.googlesource.com/c/1427439 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#626832}
-
Dmitry Gozman authored
Since we are not loading main resources in blink anymore, we can get rid of kMainResource type and all the code related to main resources. Removing kMainResource from probe::willSendRequest requires splitting that probe into two: one for subresources, and one for navigation request. We now pass different parameters to these functions and handle them separately. Bug: 855189 Change-Id: I67624e40d9ffddabd685805c0e35acb699685c1c Reviewed-on: https://chromium-review.googlesource.com/c/1434074Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#626831}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6bf2d799..6e89f8f5 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I0658c329b9e3b453bd3e2571f9641d9129cd647e Reviewed-on: https://chromium-review.googlesource.com/c/1440508Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#626830}
-
siyua authored
Previous CL https://chromium-review.googlesource.com/c/chromium/src/+/1364695 got reverted because: In test setup saving card to personal_data_manager is an asynchronous process, if we don't wait it to finish before moving on with the test, the card used will be labeled as new card. Then no migration request will be sent. This causes time-out issue. Have fixed this by re-using the function in autofill_uitest_util.* in the SaveLocalCard() and SaveServerCard(). No other change was made. Have run the tests for over 500 times. All passed. Bug: 897998 Change-Id: I7c1e1172214773bc31cd93ef9da43fc68fd9a9f2 Reviewed-on: https://chromium-review.googlesource.com/c/1437267Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#626829}
-
Daniel Rubery authored
In preparation for pinging on unknown file types, start tracking the most common known safe file types. This is a no-op (except for some metrics) since the files used to fall into the default case, which is SAMPLED_PING. Bug: 918991 Change-Id: I7f599bae29f6bb4b2a9e3fc6033c890c26c97861 Reviewed-on: https://chromium-review.googlesource.com/c/1440911Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#626828}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/556d7714fda3..eae881c2a8ba git log 556d7714fda3..eae881c2a8ba --date=short --no-merges --format='%ad %ae %s' 2019-01-28 lakshmana@google.com Add APIs to cros interface and cros platform backend class. 2019-01-28 benjhayden@chromium.org Add api handler to assign alerts to existing bug. Created with: gclient setdep -r src/third_party/catapult@eae881c2a8ba The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:918193 TBR=sullivan@chromium.org Change-Id: I3d01173ac5457d5c4911a7491041c3cb58ad7609 Reviewed-on: https://chromium-review.googlesource.com/c/1440747Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#626827}
-
Luciano Pacheco authored
Fix moving files/folders to MyFiles: it was failing because it was passing VolumeEntry to |moveTo| API, so unwrap to get the native Entry before passing to this API. Fix test to use "cut" command for moving files because this is the right name for "move" so the final "paste" works. Change DirectoryTree to add attribute volume-type-icon for MyFiles to be able to use the same testing helper |selectVolume|. Once we remove the MyFilesVolume flag we can remove this thus the TODO. Change transfer tests to ignore file size and modified time when comparing files in the file list, because LinuxFiles and PlayFiles don't work for these properties. Also fix a problem in waitForFiles which was mutating the expected value. In many cases that's a global variable and was interfering with subsequent tests. Bug: 925175 Change-Id: I13a12191491a648867d6d28cae09143da86763a7 Reviewed-on: https://chromium-review.googlesource.com/c/1436468 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#626826}
-
Daniel Rubery authored
With one exception, we now pass: gn check //chrome/browser/safe_browsing/* The exception is that the advanced_protection target depends on //chrome/browser, but explicitly declaring that creates a new circular dependency. This will be fixed by future refactoring work. Change-Id: I8966e877a699444417d45980068e4a9d04ff2cb3 Reviewed-on: https://chromium-review.googlesource.com/c/1439963 Commit-Queue: Daniel Rubery <drubery@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#626825}
-
Steven Bennetts authored
The test relies on the size of fullscreen windows matching the screen size immediately after creation which is not reliable with the WindowService. TBR=benwells@chromium.org Bug: 926007 Change-Id: I164c184dfbae6b3e6d5a7beaa7789ce73fb382de Reviewed-on: https://chromium-review.googlesource.com/c/1441271 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Auto-Submit: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#626824}
-
Victor Costan authored
test: Replace _TEST_CASE_ with _TEST_SUITE_ in /content/browser/renderer_host/media/video_capture_buffer_pool_unittest.cc. Googletest is (at last) converging with industry-standard terminology [1]. We previously called test suites "test cases", which was rather confusing for folks coming from any other testing framework. Chrome now has a googltest version that supports _TEST_SUITE_ macros instead of _TEST_CASE_, so this CL cleans up some of the outdated usage. [1] https://github.com/google/googletest/blob/master/googletest/docs/primer.md#beware-of-the-nomenclature This CL was uploaded by git cl split. R=chfremer@chromium.org Bug: 925652 Change-Id: I706bb529e302b1b61058ebe75a12af794b75b29c Reviewed-on: https://chromium-review.googlesource.com/c/1438264Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#626823}
-
Bret Sepulveda authored
To support Tab-shaped group headers, this patch moves Tab's instance of GlowHoverController into TabStyle to share it with the new View (coming in a later patch). Bug: 905491 Change-Id: I679ddccd77840b25a09c871a132afee390116295 Reviewed-on: https://chromium-review.googlesource.com/c/1423338Reviewed-by:
Dana Fried <dfried@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#626822}
-
Avery Musbach authored
On entering tablet mode, recently added functionality uses split view to represent windows that were snapped in desktop mode, but it does not work well with ARC. The ARC window is neither maximized nor involved in split view. As a temporary solution, it shall be maximized. Test: TabletModeControllerTest.StartTablet*Arc* Bug: 922282 Change-Id: I5246be23ad7f1f742a84ee44335007186a96b014 Reviewed-on: https://chromium-review.googlesource.com/c/1435437Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#626821}
-
Jamie Madill authored
deqp/data/gles2/shaders/swizzles.html is running out of memory objects. Bug: angleproject:3111 Change-Id: I664ca6ad75cb136e3ac570855621ce4c6b24f6d4 Tbr: kbr@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/1440721Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#626820}
-
Suman Nelson Kancherla authored
Change-Id: I5a6ca3c1ace3b1d743cf63e6aec034ccbc950f10 Reviewed-on: https://chromium-review.googlesource.com/c/1440727Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Suman Kancherla <sumankancherla@chromium.org> Cr-Commit-Position: refs/heads/master@{#626819}
-
Christopher Cameron authored
Create an infinite loop of once-per-day PostDelayedTasks. This fixes the following bugs that happen if a PostDelayedTask has been posted but no PostDelayedTasks remain: - Menu items remain hilighted after selection via hotkeys. - Menu doesn't show up in fullscreen when mouse moves to the top of the screen. - NSAlerts don't show up. Because it came up during investigation, and while we're in the neighborhood, ensure that we are precise about when our NSApplication is created and what subclass it has. Bug: 920795 Change-Id: I45772bd8cf65899e27ce22a0787db5be454b81be Reviewed-on: https://chromium-review.googlesource.com/c/1440662 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#626818}
-
Victor Costan authored
Googletest is (at last) converging with industry-standard terminology [1]. We previously called test suites "test cases", which was rather confusing for folks coming from any other testing framework. Chrome now has a googltest version that supports _TEST_SUITE_ macros instead of _TEST_CASE_, so this CL cleans up some of the outdated usage. [1] https://github.com/google/googletest/blob/master/googletest/docs/primer.md#beware-of-the-nomenclature This CL was uploaded by git cl split. R=ajwong@chromium.org Bug: 925652 Change-Id: I05cd3be7a5c92083522f9c774665483f9d7cbaf8 Reviewed-on: https://chromium-review.googlesource.com/c/1438375 Commit-Queue: Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Cr-Commit-Position: refs/heads/master@{#626817}
-
Matt Reynolds authored
The previous HID report descriptor parser was designed to only extract the maximum size of each type of report and did not preserve information about the individual fields within a report. This CL adds a new parser that builds a hierarchical representation of the reports supported by the HID device. BUG=890096 Change-Id: I4ac3bf883a843bec00576bfad78958d42f53abc7 Reviewed-on: https://chromium-review.googlesource.com/c/1257897 Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#626816}
-
Michael Spang authored
Add explicit runtime dependencies on runtime libraries so that they don't need special handling at packaging time. Bug: 925040 Change-Id: I520d4638a1bf9e00b75b0f83c1ea9c456665c01e Reviewed-on: https://chromium-review.googlesource.com/c/1435535Reviewed-by:
Scott Graham <scottmg@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#626815}
-
CJ DiMeglio authored
This CL removes entires in media_control_element_type.h that do not actually provide strings for aria. This a part of the effort to get rid of this file completely. Bug: 836549 Change-Id: Ie701dc11007f5b04b8ddcdc5367b11c6ab1de23a Reviewed-on: https://chromium-review.googlesource.com/c/1437836 Commit-Queue: CJ DiMeglio <lethalantidote@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#626814}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/d403a66dc72a..2900d34d5975 git log d403a66dc72a..2900d34d5975 --date=short --no-merges --format='%ad %ae %s' 2019-01-28 saklein@chromium.org build api: Local protobuf version warning 2019-01-28 khmel@google.com chrome_update_extension_cache: use Json user type filter for default app. 2019-01-28 ahassani@chromium.org paygen: Add an unofficial signer 2019-01-28 saklein@chromium.org build api: add autotest HW Test tarball endpoint 2019-01-28 evanhernandez@chromium.org cros branch: Implement local rename. 2019-01-28 evanhernandez@chromium.org cros branch: Bump branch version. Created with: gclient setdep -r src/third_party/chromite@2900d34d5975 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=chrome-os-gardeners@chromium.org Change-Id: I7b831004791e2d6f2ca251d8a9bcf8df55612e2a Reviewed-on: https://chromium-review.googlesource.com/c/1440744Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#626813}
-