- 22 Mar, 2018 40 commits
-
-
Wez authored
Adds some missing dependencies in //third_party/webrtc_overrides, and enables GN checks on that directory. Bug: 812058 Change-Id: I23fc0f45887a2c9ab50c6d217c9fb2c327ec4e7e Reviewed-on: https://chromium-review.googlesource.com/974755Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#545101}
-
Patrik Höglund authored
This should get WebRTC H264 perf tests running again. Bug: webrtc:8675 Change-Id: Ife68ff289b9caa02dab94e93f2b255d31f56215f Reviewed-on: https://chromium-review.googlesource.com/975021Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#545100}
-
Gabriel Charette authored
And introduce TestBrowserThreadBundle::RunIOThreadUntilIdle() to replace the only method that didn't have an immediate replacement. Bug: 824431 Change-Id: I2137660a745491d6096ef7f2e3d76818d2a9fa8e Reviewed-on: https://chromium-review.googlesource.com/974166Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#545099}
-
Eugene But authored
On iOS 10, where Files app does not exist it is possible for UIDocumentInteractionController to not present Open In... menu. In this case Download Manager should show the prompt to install Google Drive app. Bug: 823702 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I393c8724186deaefd3dc192a61759c24799dd1d5 Reviewed-on: https://chromium-review.googlesource.com/974748 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#545098}
-
Jose Dapena Paz authored
On GCC builds with optimizations 3 VectorBuffer unit tests are failing: DeleteMoveOnly, MovableMove and CopyableMove. This is because the tests assume the original VectorBuffer items destructor will be invoked. In the case of MoveOnlyInt and CopyOnlyInt, the destructor will set the member int to 0. On GCC, in the test cases, those count as storage after destruction, and optimized away by dead store elimination. But setting the int as volatile will avoid the code being optimized away, and fix the unit tests. Change-Id: Ibad460d4f75b91cbcbaf935c32a6b9f8d1fd186a Reviewed-on: https://chromium-review.googlesource.com/968844Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Cr-Commit-Position: refs/heads/master@{#545097}
-
Joe Downing authored
This change completes the KeybaoardLockServiceImpl class and hooks it into the RenderWidgetHostImpl class. RenderWidgetHostImpl is responsible for tracking the keys requested to be locked, forwarding the request to WebContentsImpl, handling the response from WebContentsImpl once the UX is fullscreen, and then calling into the RenderWidgetHostView impl to actually request KeyboardLock. WebContentsImpl tracks the RenderWidgetHostImpl instance which has an active KeyboardLock request. It also calls back into that instance once tab-initiated fullscreen is entered/exited. Note that there are two other approaches I could have taken here: I could have used a WebContentsObserver class or I could have pushed this logic up into the chrome layer (ExclusiveAccessManager related class). I chose the current approach as the logic needed for calling down to the RenderWidgetHostImpl class is simple and only needed in a few places. RenderWidgetHostView is the class which will handle platform specialization for the KeyboardLock request. I've implemented this logic for Aura in this CL, macOS will be completed in a follow-up. My next CL will integrate KeyboardLock into the chrome layer and implement ESC key handling and UX string display. Also to be added are some browser tests for this functionality. These will be required before we enable this functionality by default. BUG=680809 Change-Id: I703d1ba27592943fff80432303583499d789a2ec Reviewed-on: https://chromium-review.googlesource.com/939535 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Nick Carter <nick@chromium.org> Cr-Commit-Position: refs/heads/master@{#545096}
-
Jamie Madill authored
It seems new drivers have a regression with 3D textures. A few 3D texture tests were missed in the last CL. Bug: angleproject:2424 Tbr: kbr@chromium.org No-try: True 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I464924ae2a409d7fd1941e0ee4c9497cfa053e52 Reviewed-on: https://chromium-review.googlesource.com/975922Reviewed-by:
Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#545095}
-
https://skia.googlesource.com/skia.git/+log/4259797efdf3..dab15f7a02dd $ git log 4259797ef..dab15f7a0 --date=short --no-merges --format='%ad %ae %s' 2018-03-22 djsollen Revert "Remove legacy precision boundary" 2018-03-22 caryclark update SkIRect centerx centery docs 2018-03-22 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 3395c8b96..8b92c53b8 (1 commit) Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jvanverth@chromium.org Change-Id: Idb474902ff53ae80a0bf94b54afd04d55a252132 Reviewed-on: https://chromium-review.googlesource.com/975582 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#545094}
-
Christos Froussios authored
virtual/new-remote-playback-pipeline/media/controls/video-controls-with-cast-rendering.html is flaky Mark as flaky on Win and Mac TBR=aberent@chromium.org Bug: 824775 No-Try: True Change-Id: I89a71e962a531812105a5f659d187672b11c4357 Reviewed-on: https://chromium-review.googlesource.com/975552 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#545093}
-
Mitsuru Oshima authored
A client may set custom WindowStateDelegate, so the code should be in the CustomFrameViewAsh. BUG=33693796 TEST=covered by unit tests. Change-Id: Iccacddf8a0bce01ed1a3819c959e73d591a8d8ef Reviewed-on: https://chromium-review.googlesource.com/972677 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#545092}
-
Marc Treib authored
instead of hand-rolling its own version of it. As a convenience for callers, GetUploadToGoogleState now also handles a null SyncService (which maps to NOT_ACTIVE). Bug: 824723 Change-Id: Ie81ddc0350ef128ab065c944ecb493f1b1a899ae Reviewed-on: https://chromium-review.googlesource.com/975132 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#545091}
-
Balazs Engedy authored
Bug: 780078 Change-Id: I8f538a29306f1f94a2b5b5c307d743d485f33336 Reviewed-on: https://chromium-review.googlesource.com/975542 Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#545090}
-
Elly Fong-Jones authored
These tests don't work when using a Mac printing dialog with MacViews, because the modal closure animation makes window closure very asynchronous. Disable it altogether in this set of tests. Bug: 817408 Change-Id: Idb1bd814e9248e0cbd8d07e3426084c72db06d65 Reviewed-on: https://chromium-review.googlesource.com/975521Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#545089}
-
Mark Cogan authored
This CL further refactors the grid animation in preparation for supporting a reversable version. Each of the four primary steps in the animation (positioning and scaling the selected and unselected cells in both the regular and expanded positions) is extracted into a separate method, and common code in those methods is further extracted to reduce repitition. Bug: 804539 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ibabd01e9f01fb58198bcd14f39536a77dcdf2c39 Reviewed-on: https://chromium-review.googlesource.com/975462 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#545088}
-
Avi Drissman authored
BUG=714018 Change-Id: I33cd6842055c959af25e286b1962c6f902b35971 Reviewed-on: https://chromium-review.googlesource.com/974284Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#545087}
-
erikchen authored
On macOS, measurements for private memory footprint overcount by faulted pages in anonymous shared memory. To discount for this, this CL touches all the resident pages in anonymous shared memory, thus making them faulted as well. This relies on two assumptions: 1) Consumers use shared memory from front to back. Thus, if there are (N) resident pages, those pages represent the first N * PAGE_SIZE bytes in the shared memory region. 2) The faulting logic is run shortly before the logic that calculates phys_footprint, thus ensuring that the discrepancy between faulted and resident pages is minimal. The performance penalty is expected to be small. * Most of the time, we expect the pages to already be resident and faulted, thus incurring a cache penalty read hit [since we read from each resident page]. * Rarely, we expect the pages to be resident but not faulted, resulting in soft faults + cache penalty. * If assumption (1) is invalid, this will potentially fault some previously non-resident pages, thus increasing memory usage, without fixing the accounting. Bug: 812346 Change-Id: I04e91bc09bf6bdf2f9179dd8d678c92425e98fed Reviewed-on: https://chromium-review.googlesource.com/973883Reviewed-by:
Primiano Tucci <primiano@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#545086}
-
Emily Hanley authored
Now that the recipe doesn't see each benchmark, we don't want a swarming shard to fail if just the reference build fails. Bug: 758630 Change-Id: I67a11a8ef18e9a3a5405896367e67faa542b584f Reviewed-on: https://chromium-review.googlesource.com/975626Reviewed-by:
Ashley Enstad <ashleymarie@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#545085}
-
crystallambert@chromium.org authored
Extensions management page has a new UI. Current screen shots of page are outdated. This CL updates the screen shots in the Get Started Tutorial to match the new UI. Bug: 824766 Change-Id: Ie7028dbbe44663eaabf56fec2356c42ac7fbe102 Reviewed-on: https://chromium-review.googlesource.com/975664Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Cr-Commit-Position: refs/heads/master@{#545084}
-
Elly Fong-Jones authored
This test doesn't work on Mac in any mode; it historically hasn't been run on Mac at all. Something is up with the fullscreen transition it does. TBR=robliao@chromium.org Bug: 824757,817408 Change-Id: Ie32cabcaf3d69e7b6944cedb17a2a0ad61da9966 Reviewed-on: https://chromium-review.googlesource.com/975625Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#545083}
-
stkhapugin@chromium.org authored
Adds support for arrows left/right when displaying inline autocomplete. Arrow right accepts the input and moves the cursor to the end of the textfield; arrow left accepts the input and keeps the cursor in the same position - mirroring what desktop does. Bug: 822307 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I58608e6cb41a904ffb12890e238a4ca000cf5b6f Reviewed-on: https://chromium-review.googlesource.com/973525 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#545082}
-
Colin Blundell authored
The chrome.identity.onSigninChanged extension API event is defined as follows: "Fired when signin state changes for an account on the user's profile." (https://developer.chrome.com/apps/identity#event-onSignInChanged) The current browser-side implementation uses gaia::AccountTracker, which ignores events for secondary accounts if there is no primary account (i.e., syncing account) present. Thus, this browser-side implementation also fires events for secondary accounts only if there is a primary account present. However: (1) This behavior is not defined in the documented semantics above (2) In practice, this case has historically never been encountered by end users, as it has been impossible in desktop Chrome to have a secondary account without a primary account present. This CL changes this undocumented behavior, so that events for secondary events will fire regardless of whether a primary account is present. Post-project DICE, it will be possible for this case to be encountered by end users. In that world, it will actually be more sensible for events to fire for secondary accounts regardless of whether or not the user has designated a syncing account. The CL implements this change by porting IdentityAPI away from using gaia::AccountTracker to observing ProfileOAuth2TokenService and AccountTrackerService directly. By doing so, IdentityAPI observes (and fires events for) signin change events for secondary accounts regardless of whether a primary account is present. This change has a side benefit in removing usage of the AccountTracker class, which is deprecated with an eye toward complete removal (see details in crbug.com/729590). It will be followed up by a conversion of this code to use the Identity Service client library. To test, install a Chrome extension with the identity permissions in its manifest. Go to chrome://extensions, enable developer mode, and inspect the background page of the above app. At the JS console that that brings up, execute: chrome.identity.onSignInChanged.addListener((account, signed_in) => {console.log(account.id + " " + signed_in);} ) Sign out of the browser. Verify that you receive a callback at the console with a value of false. Sign back in. Verify that you receive another callback at the console for the same account ID with a value of true. Bug: 729589, 729542, 769700 Change-Id: I99dd48d34b380067ac34a2207effd9d3279191fd Reviewed-on: https://chromium-review.googlesource.com/596368 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#545081}
-
https://chromium.googlesource.com/angle/angle.git/+log/8b92c53b8a8c..c26214de3f86 $ git log 8b92c53b8..c26214de3 --date=short --no-merges --format='%ad %ae %s' 2018-03-16 oetuaho Move AST utilities to a subdirectory Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jmadill@chromium.org Change-Id: Ib6234fc17cf251a5aba38bfea81ba05c8675c75e Reviewed-on: https://chromium-review.googlesource.com/975345Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#545080}
-
Robert Liao authored
BUG=824517 TBR=rdevlin.cronin@chromium.org Disabling a test. Change-Id: Ieead48926aad1ed9ced951e47a9ff114e4a8e8a1 Reviewed-on: https://chromium-review.googlesource.com/974313Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#545079}
-
Rob Buis authored
The how parameter is defined as unsigned short in WebIDL. The generated bindings end up calling ToSmallerUInt in V8BindingForCore.cpp. The final cast in this method seems to hit an ARM specific issue [1]. To fix this static cast to int64_t before static casting to the unsigned type. [1] http://www.embeddeduse.com/2013/08/25/casting-a-negative-float-to-an-unsigned-int/ Bug: 823812 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I90c733185b8325984e004224dd72176840d1794e Reviewed-on: https://chromium-review.googlesource.com/970901Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Rob Buis <rob.buis@samsung.com> Cr-Commit-Position: refs/heads/master@{#545078}
-
Wei Li authored
Some extension/app pages are hosted by guest views, which means they have nested web contents. This CL checks nested web contents and always use the outer contents to handle print requests so the entire content can be printed correctly. BUG=819583, 447941 Change-Id: I6b45f4867d13cf5141476a7e748e8c0e5d3b0996 Reviewed-on: https://chromium-review.googlesource.com/969949 Commit-Queue: Wei Li <weili@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#545077}
-
David Bokan authored
This bug would only affect the non-root-layer-scrolling path and only when the page is scrolled. This CL fixes the issue and cleans up the surrounding code a bit. I also took the opportunity to cleanup the drag-and-drop autoscrolling tests: - Modernized using testharness.js and new test style guidelines - I've based them all on the drag-and-drop-autoscroll-frame.js script for commonality. - All the tests now occur at a non-0 scroll offset to make sure we catch these kinds of coordinate space bugs. Change-Id: I3191796917f23b2e9b2cc3f561813176fa2dec9a Reviewed-on: https://chromium-review.googlesource.com/972148 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:
Sandra Sun <sunyunjia@chromium.org> Cr-Commit-Position: refs/heads/master@{#545076}
-
Chandan Padhi authored
This CL also wires these constraints to Blink's internal goog_auto_gain_control and goog_noise_suppression respectively. This automatically provides support for these constraints in mediaDevices.getUserMedia(), MediaStreamTrack.applyConstraints() and MediaStreamTrack.getConstraints(). Intent to ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/ANta5sQXoGA Bug: 823831 Change-Id: I71c84e6464533de8abfb51fb12d774849b34a91f Reviewed-on: https://chromium-review.googlesource.com/975501Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#545075}
-
Joshua Peraza authored
132a61018473 elf: Use compiler macros in crashpad info note f5b486de7416 linux: Make StartHandler methods static f5483cb99fd4 linux: Use HANDLE_EINTR for sendmsg and recvmsg cf9e96b856cb elf: Use compiler macros in crashpad info size test note 6d4626090db2 linux: Add a second CaptureContext symbol name Bug: crashpad:30 Change-Id: I99d6866bc07bc8fa636f736e29ad5ba94e134ea1 Reviewed-on: https://chromium-review.googlesource.com/971833 Commit-Queue: Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#545074}
-
edchin authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If4b4e2fa6e6a0e091b2e15882fa5c7774efbbbd9 Reviewed-on: https://chromium-review.googlesource.com/972621Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#545073}
-
Elly Fong-Jones authored
This test relies on having a BrowserView to get a ToolbarView. Since ToolbarView is never used without BrowserView, only run this test in Views mode. TBR=pkasting@chromium.org Bug: 817408 Change-Id: I6f3388cf72356f8657f74637967d2e27c0db80d1 Reviewed-on: https://chromium-review.googlesource.com/975624Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#545072}
-
Eugene But authored
This is an existing histogram logged for the Old Download Manager. The histogram is already a part of histograms.xml file. Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I93c0d84e91622654245b7dca88f06c5771e42b65 Reviewed-on: https://chromium-review.googlesource.com/973945Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#545071}
-
edchin authored
This CL animates the appearance of the empty state prompt as the last tab closes. The animation scales and fades in. Bug: 804558 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I1449560d6be676030048e11cf32db21123c37e5f Reviewed-on: https://chromium-review.googlesource.com/974576 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#545070}
-
Daniel Bratell authored
There are constants for Android SDK versions in build_info.h so nobody has to declare their own. This changes some duplicated custom constants that clashed in jumbo builds to use the global constants. Bug: 598880 Change-Id: I32bc147729e561130eaaf4feab545bd0cd9714c1 Reviewed-on: https://chromium-review.googlesource.com/975641Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#545069}
-
Ian Vollick authored
Updating the strings to match spec. Bug: None 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;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I3c283baf9224bf9167ed5165d1f4771abac7a500 Reviewed-on: https://chromium-review.googlesource.com/975481Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#545068}
-
Randy Rossi authored
Moving automation manifest handler into //extensions. Other automation bits & pieces to follow in subsequent CLs. Bug: 822747, b/74537394 Test: Tested install of ChromeVox on ChromiumOs and Google branded Chrome build Change-Id: I18d828f76c17cb120e7cc9ed8022f107f3f3a2ea Reviewed-on: https://chromium-review.googlesource.com/964732 Commit-Queue: Randy Rossi <rmrossi@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#545067}
-
Amirhossein Simjour authored
Make sure that AnchoredPopupWindow inside of DropdownPopupWindow is always focusable, so the items in the list can be selected. Bug: 820898 Change-Id: I8ede526787cad6bb585013d2c4280d502eff7652 Reviewed-on: https://chromium-review.googlesource.com/974172Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#545066}
-
Dianna Hu authored
This CL lands server change 188737435 by clshepherd. BUG=488484 Change-Id: Iaea875815b0de8713b72b1e7b9773a5bfff029f7 Reviewed-on: https://chromium-review.googlesource.com/974133 Commit-Queue: Bence Béky <bnc@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#545065}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b8eac287..2d4815d9 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=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I1878ae3fc3f0a771f9efe801685e8ed82bf13e3a Reviewed-on: https://chromium-review.googlesource.com/975342Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#545064}
-
Mihai Sardarescu authored
The views implementation of the profile_chooser_view has been launched in M64. This CL removes the cocoa implementation of the profile_choose_view. Change-Id: If349ced487e4c6f2b37b0d52bd215a67f7be8f22 Reviewed-on: https://chromium-review.googlesource.com/968262 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#545063}
-
Peter Wen authored
Android Studio has split into channels, stable (3.0), beta (3.1) and canary (3.2) with corresponding packages. We should support all three. Bug: 620034 Change-Id: If8ebc37c137d53c5811aa8ce9258ac0dcef3d470 Reviewed-on: https://chromium-review.googlesource.com/974101Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#545062}
-