- 02 Mar, 2018 38 commits
-
-
Yash Malik authored
Note that this path is not exercised yet. Bug: 799584 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I45f34d54eabcbd539c17d3d87ba8c029489a0f28 Reviewed-on: https://chromium-review.googlesource.com/944750 Commit-Queue: Yash Malik <ymalik@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#540391}
-
wutao authored
This cl handles the correct z-order of visible windows including AlwaysOnTop windows in the new Overview animations. Bug: 812497 Test: WindowSelectorTest.HandleAlwaysOnTopWindow Change-Id: I29dfc6beaa4bf9a5b549a78d9291acd861f17764 Reviewed-on: https://chromium-review.googlesource.com/936453Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#540390}
-
Emil A Eklund authored
Change NGPhysicalFragment::BorderWidths to simplify code and to avoid an unnecessary cast from float to LayoutUnit per edge. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Idd2446d08c896c095a4189d1229cdd2f875c0068 Reviewed-on: https://chromium-review.googlesource.com/944514Reviewed-by:
Aleks Totic <atotic@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#540389}
-
Ahmed Fakhry authored
This CL exposes the Touchable Chrome flag to all platforms and updates the flag description. BUG=801582 Change-Id: Ic261824c1e32c1a1c17f522d7416a75c99a53bf4 Reviewed-on: https://chromium-review.googlesource.com/944101 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#540388}
-
Ria Jiang authored
Currently in RenderWidgetHostInputEventRouter, we use TransformPointToCoordSpaceForView [1] to transform locations, which uses SurfaceHittest in normal chrome. We don't want to use SurfaceHittest in normal chrome and can't use SurfaceHittest in OOP-D. This CL changes to use HitTestQuery::TransformLocationForTarget instead. [1] https://cs.chromium.org/chromium/src/content/browser/renderer_host/render_widget_host_view_base.h?l=328 Bug: 811928 Test: site-per-process-hit-test-browsertests Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ie2ea51f0c12e17612aca17e322b592cdbdce5614 Reviewed-on: https://chromium-review.googlesource.com/917205 Commit-Queue: Ria Jiang <riajiang@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#540387}
-
Xiaoqian Dai authored
Cros splitscreen: Ignore the window bounds change transition transform if the window is in overview mode. Bug: 817557 Change-Id: Ibb1a048261a97fb9265e9b4330b3bbf9f21a65c8 Reviewed-on: https://chromium-review.googlesource.com/942090 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#540386}
-
Albert Chaulk authored
There's nothing chrome-specific about these classes and chromecast/ will soon need to use content script functionality. Only code change is Profile -> BrowserContext but nothing Profile-specific is being used. Test: None, no functional changes Bug: None Change-Id: I458ba527ff6b3019cf010cdf1db02adfa2b47497 Reviewed-on: https://chromium-review.googlesource.com/941976 Commit-Queue: Albert Chaulk <achaulk@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#540385}
-
Eric Karl authored
This optimization was added in M61, but was causing flicker on app resume. We'll re-enable it once a fix for that issue has landed. TBR=piman Bug: 792120 Change-Id: I7d0ddc96b56a2e99f39ef160f175b79ec466531b Cq-Include-Trybots: 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 Reviewed-on: https://chromium-review.googlesource.com/854740Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Commit-Queue: Eric Karl <ericrk@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#527748} Reviewed-on: https://chromium-review.googlesource.com/944193Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#540384}
-
Carlos Knippschild authored
Introduce new code patterns to improve the likeliness that future changes to the elements of PrefetchItemState will be properly handled. A new |kOrderedPrefetchItemStates| complements the enum definition by providing the full listing of existing states. A new test also checks that changes to the enum are reflected in this listing. The implementation of GetAllStatesExcept was updated to use this official state list and accept a collection of states to filter from its result. New calls to this function were also added from tests where created a local listing of arbitrary states, what should guarantee that new or changed state values would have to be dealt with. Finally uses of `default` in switch blocks for PrefetchItemState were replaced with the full listing of all possible states so that build errors would guide the proper handling of all states. Original CL: https://crrev.com/c/937944 Revert CL: https://crrev.com/c/942561 The original CL passed CQ but broke an iOS build, what should be fixed here. TBR: dewittj@chromium.org, harringtond@chromium.org Bug: 701939 Change-Id: I11eead58013180f17104738352dee23921a815dc Reviewed-on: https://chromium-review.googlesource.com/944716Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#540383}
-
Emil A Eklund authored
Check the length of the underlying string, rather than the length of the text box as the two may differ due to text normalization. Bug: 816768 Change-Id: Ibb91256200d51f6ec19dcff6e84bc12e5230f776 Reviewed-on: https://chromium-review.googlesource.com/942367 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#540382}
-
edchin authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I32c9bf8ba1a131268a71d2a2bcb04ef7b49b7665 Reviewed-on: https://chromium-review.googlesource.com/943934 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#540381}
-
Penny MacNeil authored
-Add sandbox support for new process mitigation RESTRICT_INDIRECT_BRANCH_PREDICTION_ALWAYS_ON. -Supported on >= Win10 RS3/1709/16299, with Jan 2018 security updates, and based on underlying device hardware/OEM support. E.g. Intel STIBP -This CL also (finally) includes an update to the ConvertProcessMitigationsToPolicy() API. MS ran out of bits in the DWORD64 for process mitigation flags, so related APIs can now take in a two-element array of DWORD64s. The second element is for "*POLICY2*" mitigation flags (defined in WinBase.h). **Any downstream users of this sandbox API will need to update their code to always pass in a two-element array now. |size| returned will be adjusted appropriately to be directly passed into UpdateProcThreadAttribute(), for PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY. Bug=808526 Test=sbox_integration_tests.exe Change-Id: I9c5a0350d9b77f56a4a18be49d68fff039b11e54 Reviewed-on: https://chromium-review.googlesource.com/922797 Commit-Queue: Penny MacNeil <pennymac@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#540380}
-
Emil A Eklund authored
Add support for painting URL rects when printing to PDF. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I031ab93c22784ad75102f8350221e922a12453a1 Reviewed-on: https://chromium-review.googlesource.com/944441 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#540379}
-
edchin authored
Bug: 804529 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I5a410831b3d6c7dabe066330b1250761a9b21243 Reviewed-on: https://chromium-review.googlesource.com/944060 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#540378}
-
Stephen McGruer authored
By spec, we are actually not allowed to access the value of a non-animatable property. Before this CL, we would access the value and then ignore it later. Bug: 777971 Change-Id: Iadfc5165fdbe1796f3831e666e1c8f2a8fb55b1f Reviewed-on: https://chromium-review.googlesource.com/934634Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#540377}
-
Scott Violet authored
BUG=none TEST=none Change-Id: Iaa66929033aeea93fcbb31c2793f0251b3b7db8b Reviewed-on: https://chromium-review.googlesource.com/944253Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#540376}
-
Karan Bhatia authored
This CL does the following cleanups in files related to ExtensionAPIFrameIdMap and ExtensionNavigationUIData: - Consolidate code to populate tab data as a static method in ChromeExtensionAPIFrameIdMapHelper. - Use extension_misc::kUnknownTabId and extension_misc::kUnknownWindowId in place of hard-coded constants. - Rename ExtensionAPIFrameIdMap::[Cache/Remove]FrameData to ExtensionAPIFrameIdMap::OnRenderFrame[Created/Deleted]. This should help us reason about the lifetime of RenderFrameHosts as seen in ExtensionAPIFrameIdMap. - Rename ExtensionApiFrameIdMapHelper::GetTabAndWindowId to PopulateTabData. - Some other small cleanups (headers, make_unique etc.) This CL should have no behavioral changes. BUG=None Change-Id: I1ff9aab92aab4d69f5fae511be6fb072e2b70107 Reviewed-on: https://chromium-review.googlesource.com/936322 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#540375}
-
Sammie Quon authored
Bug caused by press while still animation, then shadow gets applied after animation end. Fix this by canceling animation watching if press event. Test: manual Bug: 817436 Change-Id: Icd1677d4854db8fc6b5ec12c7c71d1a76e955ea6 Reviewed-on: https://chromium-review.googlesource.com/941721 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#540374}
-
Eugene But authored
Bug: None Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I2a64eb73c970f14ef344d7bc20ab4258351efe6b Reviewed-on: https://chromium-review.googlesource.com/944513 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#540373}
-
wutao authored
This cl updates the following views and behaviors in Keyboard Shortcut Viewer (KSV). 1. Remove the start search page. 2. Add Esc and Back key supports and update behavior with Backspace key. 3. Unbold text in no search results page. 4. Make the search bar 2px longer at both sides to align with text. 5. Update strings and tooltips of buttons. 6. Make the window 32px wider in order to put all shortcuts in one line. Bug: 768932 Test: Tested on device. Change-Id: Ief361b80b8326dfd8b3aea1b0cd17a42040be95d Reviewed-on: https://chromium-review.googlesource.com/942687 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#540372}
-
Jeremy Roman authored
All call sites now use std::make_unique. Bug: 755727 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_mojo;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I08adbff1480987b2c29bca8ad32b096a46d937ba Reviewed-on: https://chromium-review.googlesource.com/944048 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#540371}
-
Ryan Landay authored
I have a series of CLs in progress to allow StackLayout to support more than two tab stacks. This CL switches mStacks and mStackRects from arrays to ArrayLists to better support StackLayout variants where the number of open tab stacks can change. Bug: 648314 Change-Id: I6604760395bc32612a53f1667d3d574c081ccd9c Reviewed-on: https://chromium-review.googlesource.com/940523 Commit-Queue: Ryan Landay <rlanday@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#540370}
-
Emil A Eklund authored
Tbr: kojii@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Id7f797b0c1804f030cb4fe142d514aab6b44ed92 Reviewed-on: https://chromium-review.googlesource.com/944503Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#540369}
-
Mike Dougherty authored
Ensure that element fetch time is only logged once per fetch request. Bug: 228355 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I997115965c1548ed02b58c29cca6896607b3761d Reviewed-on: https://chromium-review.googlesource.com/942608 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#540368}
-
Mike Wasserman authored
Add ScrollData and EventMomentumPhase mojo struct, enum, and traits. Remove lossy ScrollEvent conversion code from PlatformDisplayDefault. Generalize some EventDispatcher code to support non-pointer events. Add a basic StructTraitsTest.ScrollEvent unit test. Bug: 602859, b/73663094 Test: onemilescroll.com, Arc++ scrolls/flings with --enable-features=Mus Change-Id: Ib6ba95fdd79aa67d5ad1b6b7c4ff9f4b38b3e45b Reviewed-on: https://chromium-review.googlesource.com/940607Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#540367}
-
James Darpinian authored
This allows using asan_symbolizer.py to get improved stack traces with line numbers even in non-ASAN, non-debug builds. Change-Id: I047b7e936c54b79ab057616a9e6a4c013a94b1fc Reviewed-on: https://chromium-review.googlesource.com/940771Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: James Darpinian <jdarpinian@chromium.org> Cr-Commit-Position: refs/heads/master@{#540366}
-
Joshua Bell authored
Bug: 788604 Change-Id: I8f8ea1b9a847c10b35bfa48e9320922a9bdb2afb Reviewed-on: https://chromium-review.googlesource.com/944619 Commit-Queue: Joshua Bell <jsbell@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#540365}
-
Robert Ma authored
The previous checkout contains a bug that would cause manifest update to fail on Windows sometimes, so we are rolling a new version again to include a high-priority fix: https://github.com/w3c/web-platform-tests/pull/9737 Bug: 749879 Change-Id: I36495316d5ddea288c7422c2dbed30c1fed6106d Reviewed-on: https://chromium-review.googlesource.com/944720Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#540364}
-
mark a. foltz authored
This reverts commit 32778ae4. Reason for revert: Likely culprit for ASAN crash. Original change's description: > [DIAL] Added a DialURLFetcher to handle Dial related HTTP requests > > DeviceDescriptionFetcher and DialAppInfoFetcher have some common code. > Create a DialURLFetcher class to get rid of some duplications. > > The common URLFetcher class can also be used to launch and stop Dial > apps when we implement DIAL launch at browser side. > > Bug: 816628 > Change-Id: I26bdfbbf7e2d59a68e3bf5aeaba8b6e3664bf430 > Reviewed-on: https://chromium-review.googlesource.com/938158 > Reviewed-by: Ramin Halavati <rhalavati@chromium.org> > Reviewed-by: Derek Cheng <imcheng@chromium.org> > Reviewed-by: mark a. foltz <mfoltz@chromium.org> > Commit-Queue: Bin Zhao <zhaobin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#540242} TBR=mfoltz@chromium.org,imcheng@chromium.org,rhalavati@chromium.org,zhaobin@chromium.org Change-Id: Ibfc4a97935f88ac4520383e6b26cd2ebca9ecb2e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 816628 Reviewed-on: https://chromium-review.googlesource.com/944728Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#540363}
-
Stephen Martinis authored
Bug: 790648 Change-Id: I3b937866dec75cd62485f44cdd74a54dc78634f6 Reviewed-on: https://chromium-review.googlesource.com/944563Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#540362}
-
Nick Harper authored
Bug: 817979 Change-Id: I0a7ac6811306123f1bd55ef2def0f00283116b55 Reviewed-on: https://chromium-review.googlesource.com/944516Reviewed-by:
Eric Lawrence <elawrence@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#540361}
-
John Rummell authored
Recent changes to the Process code trigger this, so allow it inside the test license server. BUG=817971 TEST=Widevine browser_tests pass locally Change-Id: Ice5f89164413e7aab3095e9a767e411ff7e940d7 Reviewed-on: https://chromium-review.googlesource.com/944265 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#540360}
-
edchin authored
Bug: 804528 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I84bee4638790a586b741edf67fe2cb781766a208 Reviewed-on: https://chromium-review.googlesource.com/944049 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#540359}
-
Evan Stade authored
Also, re-enable the tests which had been identified as flaky. Bug: 810738, 810302 Change-Id: Ieafb9a09450f4a3a61f2e1e14d40dc93366a875d Reviewed-on: https://chromium-review.googlesource.com/938362Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#540358}
-
edchin authored
Initial set of unittests tests whether the consumer protocol methods are called. Bug: 804496 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ib252da01784d407720b7980ee4ee1378cdb13c2d Reviewed-on: https://chromium-review.googlesource.com/942696Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#540357}
-
Karan Bhatia authored
This reverts commit 2c1a1650. Reason for revert: This is still flaking. Original change's description: > Fix flakiness in AutomationApiTest.DesktopHitTestIframe > > At least one issue was that the loadComplete event was sometimes being > received on a frame with an empty url. > > Bug: 808343,622387 > Change-Id: I7040a75c91f409ba07d3b9ad4e4598805e94b6ce > Reviewed-on: https://chromium-review.googlesource.com/938495 > Reviewed-by: David Tseng <dtseng@chromium.org> > Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#540097} TBR=dmazzoni@chromium.org,dtseng@chromium.org Change-Id: If3a4f36c64d2a2d2be04d7d520082344edcc1290 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 808343, 622387 Reviewed-on: https://chromium-review.googlesource.com/944768Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#540356}
-
Sunny Sachanandani authored
Needed for instantiating these pages with a custom shared page state class in upcoming rendering benchmarks. Bug: 760553 Change-Id: Idecad59778f1c7cd729f90bf9e67e67b8e538f9b Reviewed-on: https://chromium-review.googlesource.com/942310Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#540355}
-
bsheedy authored
Adds pyserial 3.4 to the .vpython file. This is currently only used by the VR motion-to-photon latency test. Bug: 812428 Change-Id: I56644689177394dfdba727be41bdf792386e0f2e Reviewed-on: https://chromium-review.googlesource.com/943923Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#540354}
-
- 01 Mar, 2018 2 commits
-
-
Michael Thiessen authored
Starting with gvr 1.13, GVR ignores the screen rotation and always delivers poses as though the phone was in portrait orientation. This CL applies the proper rotation to gvr-provided poses to account for the screen rotation. Bug: 817889 Change-Id: Ie705046439775b2a34d30b177db6191414acaa10 Reviewed-on: https://chromium-review.googlesource.com/944006 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#540353}
-
Stephen Martinis authored
Bug: 790648 Change-Id: I09bb0711c9a82ba5ca06ed64392288e04b87b4d6 Reviewed-on: https://chromium-review.googlesource.com/944707Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#540352}
-