- 21 Nov, 2017 40 commits
-
-
Darren Shen authored
The spec has changed StylePropertyMap's IDL. StylePropertyMap.append and set now take a variadic number of (CSSStyleValue or Strings). This patch changes the IDL and updates the implementation. Bug: 785132 Change-Id: I502abbd369bea20853e68f434f3c96dc6437a892 Reviewed-on: https://chromium-review.googlesource.com/768330 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#518425}
-
Koji Ishii authored
This patch adds the function to find containing LayoutObject for absolute positioned objects in the current inline formatting context. Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I8f576a49376f9828ca75ee4def4358e7d4a0ee2f Reviewed-on: https://chromium-review.googlesource.com/783290 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#518424}
-
Sidney San Martín authored
Bug: 787571 Change-Id: Id7f2533890ca493b4eb6bee16cd6cdbee475554c Reviewed-on: https://chromium-review.googlesource.com/783750 Commit-Queue: Sidney San Martín <sdy@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#518423}
-
Shubhie Panicker authored
The flag was added in cl/734165, but did not restrict to Android, we want to run the intervention only on Android. Bug: 763573 Change-Id: I180c32992ef4a36cec616e33d59b418305500265 Reviewed-on: https://chromium-review.googlesource.com/780691Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Shubhie Panicker <panicker@chromium.org> Cr-Commit-Position: refs/heads/master@{#518422}
-
Lei Zhang authored
Various RootDirectory test cases exist to make sure browsing file:/// works. However, this action is not allowed on Android, so it is a slight mystery how the tests manage to pass on earlier version of Android. The tests fail under newer version of Android. Given this situation, just disable the tests on Android altogether, as it is pointless to test a disallowed action. Also combine the test cases which are very similar into a single test case with a for-loop. BUG=787149 Change-Id: Icec5ed676b245519ae98e8914b397122d5c7bbd5 Reviewed-on: https://chromium-review.googlesource.com/780921 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#518421}
-
Philip Rogers authored
This patch fixes a bug in where japanese-rl-selection-clear.html was rebaselined incorrectly: https://chromium.googlesource.com/chromium/src/+/cc645ca3adb300e03f222bb239aa9b40b35f0719 Bug: 781419 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls Change-Id: I6c35947c11e912da420f217f6b0c71b568bb324e Reviewed-on: https://chromium-review.googlesource.com/783652Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#518420}
-
Miguel Casas authored
This CL moves the Jpeg decode accelerator-related files from their locations in //media/gpu/ipc/{client,service} and //media/gpu/mojo into //media/mojo/{clients,interfaces,services}. This follows up on the TODOs in [1,2]. Most of the updates are fully automatic using tools/git/mass-rename.py. Bug: 699255 [1] https://cs.chromium.org/chromium/src/media/gpu/ipc/client/gpu_jpeg_decode_accelerator_host.h?dr&l=22 [2] https://cs.chromium.org/chromium/src/media/gpu/ipc/service/gpu_jpeg_decode_accelerator.h?dr&l=21 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 Change-Id: I0ed7f94f1bfc258756293cde6bdd228e6f0197c7 Reviewed-on: https://chromium-review.googlesource.com/778000Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Chandan Padhi <c.padhi@samsung.com> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#518419}
-
Jay Civelli authored
On non Windows platforms, the none_and_elevated sandbox type specified in a service manifest would default to utility sandbox. It now defaults to "no sandbox". It used to be only used on Windows specific services so this was not an issue, but an upcoming non-platform specific service will need it. Bug: 787560 Change-Id: Id2370735257a89f7588243be439c97c4769c7429 Reviewed-on: https://chromium-review.googlesource.com/782718Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#518418}
-
Jiaquan He authored
The interface is not used. Bug: 733662 Change-Id: I06667c7d5880bbe7bd1f82c69a8c3184625096fa Reviewed-on: https://chromium-review.googlesource.com/783653Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#518417}
-
liberato@chromium.org authored
This CL causes MCVD to use the Cdm that's provided for secure content. It requests a secure codec when needed, and a secure output surface. Bug: 760821 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 Change-Id: I11ac076d729913b0c8b76d9f5133af8ea3f11c09 Reviewed-on: https://chromium-review.googlesource.com/779620 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Chris Watkins <watk@chromium.org> Cr-Commit-Position: refs/heads/master@{#518416}
-
Chris Palmer authored
Bug: None Change-Id: I9b44ae7340a4cc7473924d49ad03bbdac0420675 Reviewed-on: https://chromium-review.googlesource.com/780881Reviewed-by:
Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#518415}
-
Kenneth Russell authored
The slaves will be reclaimed in a follow-on CL. BUG=786737 TBR=jmadill@chromium.org NOTRY=true 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 Change-Id: I006c57e228f02854c848c570cdffc8c09782b0f9 Reviewed-on: https://chromium-review.googlesource.com/781206 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#518414}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/378734c51221..4f407ce208e2 $ git log 378734c51..4f407ce20 --date=short --no-merges --format='%ad %ae %s' 2017-11-21 jmadill Fix Clang dEQP build on Win. 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=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 TBR=fjhenigman@chromium.org Change-Id: I8b870e82afb00d2b129667bb1f5cb51b592b1173 Reviewed-on: https://chromium-review.googlesource.com/783273Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#518413}
-
Jose Dapena Paz authored
For choosing the ATK interfaces to support, AXPlatformNodeAuraLinux was retrieving AtkRole, but it was comparing it with AXRole values, so it was assigning wrong interfaces to roles. Bug: 784583, 787371 Change-Id: Iad114c07e3e6860449b81771cb5d2808903fe603 Reviewed-on: https://chromium-review.googlesource.com/781761Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Cr-Commit-Position: refs/heads/master@{#518412}
-
Tom Sepez authored
Stop trying to match which syscalls are present based on compiler flags since we already know this via which symbols are defined in the system_headers/*_syscalls.h file. Add a macro for msan poisoning to reduce nesting of ifdefs. Use early returns to avoid "else considered harmful". Change-Id: Ic37cd41037bba11ebd25c8326d8e3db115b58254 Reviewed-on: https://chromium-review.googlesource.com/783332Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#518411}
-
Francois Doray authored
A TabLifecycleUnit represents a tab. The implementation will be in a separate class (TabLifecyleUnitImpl) because we want to expose only part of the it outside of chrome/browser/resource_coordinator/. E.g. the extensions system is allowed call: TabLifecycleUnit::FromWebContents(contents)->Discard(condition); but we don't want it to change the TabStripModel associated with a tab (TabLifecycleUnitImpl::set_tab_strip_model()). Bug: 775644 Change-Id: Idf2ad85bf2969871be1dc09eb1eb3776bc922959 Reviewed-on: https://chromium-review.googlesource.com/774979Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#518410}
-
bsheedy authored
Makes testPoseDataUnfocusedTab resilient to flakes caused by poses not being available on the first requestAnimationFrame. Bug: 787196 Change-Id: I77f29b040ae35890961221735637740334a255e4 Reviewed-on: https://chromium-review.googlesource.com/782145Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#518409}
-
Victor Miura authored
PaintCanvasVideoRenderer::CopyVideoFrameSingleTextureToGLTexture runs TexImage2D without first binding the target texture. This could result in the clobbering of other textures. BUG=787333,710673 Change-Id: Ieff4c3f6068ad3682b3bd356491b6979624dfd66 Reviewed-on: https://chromium-review.googlesource.com/781422Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Victor Miura <vmiura@chromium.org> Cr-Commit-Position: refs/heads/master@{#518408}
-
Christopher Cameron authored
If HDR is requested, DCHECK that RGBA_16F is supported. R=geofflang TBR=zmo Bug: 784536 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 Change-Id: Ib775c15c8a0a0d4f89c33f408c3dede2907d49ce Reviewed-on: https://chromium-review.googlesource.com/779865Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#518407}
-
Xiyuan Xia authored
- Only MarkSinglePopupAsShown of already shown pup-ups; - Make LoginStateNotificationBlocker to defer showing notifications until the active user PrefService is initialized. This allows Shelf to apply user prefs first so that WebNotificationTray does not HidePopupBubble when user PrefService is initialized sometime later after session state changes to active; Bug: 721717 Change-Id: I86e9978be7b56e92ce847f0086a5fa2e4f6b72db Reviewed-on: https://chromium-review.googlesource.com/782359 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#518406}
-
Francois Doray authored
A LifecycleUnit represents a unit that can switch between the "alive" and "discarded" states. When it is alive, the unit uses system resources and provides functionality to the user. When it is discarded, the unit doesn't use any system resource. Bug: 775644 Change-Id: I32dcf6a2a5a06919154ebcc48a73f88eecca9a8c Reviewed-on: https://chromium-review.googlesource.com/773078Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#518405}
-
Reid Kleckner authored
All bot names with "tester" in them will be removed after this build config change goes live: https://chromium-review.googlesource.com/c/chromium/tools/build/+/782619 R=dpranke@chromium.org, hans@chromium.org NOTRY=true Bug: 587879 Change-Id: I8448b6000b66fa24091040f57371091f1a138af8 Reviewed-on: https://chromium-review.googlesource.com/783518 Commit-Queue: Reid Kleckner <rnk@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#518404}
-
Christopher Grant authored
The /ui/android:ui_java dependency doesn't appear to propagate from the test library to executable targets that need it, so explicitly include ui_java in the Pixel tests as was done for unit tests. BUG= 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 Change-Id: I943e24cc0230764c05857501ac3047e7c71b0970 Reviewed-on: https://chromium-review.googlesource.com/783150Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#518403}
-
Devlin Cronin authored
ExtensionService::UninstallExtension takes a callback to call when the data is removed for the extension's origin. Of the 60+ callers to this method, the vast majority passed in base::Bind(&base::DoNothing), with a handful more passing in an empty base::Closure. Only a single caller (WebstoreReinstaller) passed in a "real" callback, and it appears to be unnecessary. Additionally, the callback is already misleading - it corresponds to removing storage partition data, but not chrome.storage data. This callback is also making a refactor on the cookies interface more complicated, and may not be possible to maintain. Remove the callback from the method interface. Bug: 721395, 787563 TBR=benwells@chromium.org (c/b/apps) TBR=atwilson@chromium.org (c/b/background, c/b/policy) TBR=derat@chromium.org (c/b/chromeos) TBR=treib@chromium.org (c/b/search) TBR=estade@chromium.org (c/b/themes) TBR=tapted@chromium.org (c/b/ui) Change-Id: I1cbffd781fb90a40ff597e20ae80812b8646c5ef Reviewed-on: https://chromium-review.googlesource.com/778040 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Randy Smith <rdsmith@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#518402}
-
Noel Gordon authored
Per the current code, to create a mojo::ScopedSharedBufferHandle, one should call the mojo::SharedBufferHandle::Create. Update README docs code example to say that. Bug: 775809 Change-Id: Icfc86485923d1ec5fb7bb9d1b7b7125928af9e5f Reviewed-on: https://chromium-review.googlesource.com/781310Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#518401}
-
Magnus Jedvert authored
The current workaround is to make static create functions that call the constructor and then generate the JNI code for the static create function. We have a quite of lot of these cases in WebRTC and it would be more convenient and clean for us to be able to call the constructor directly. Bug: webrtc:8278,webrtc:8551 Change-Id: I0726fb620526f810b2b06044a8b12deb1ae50f19 Reviewed-on: https://chromium-review.googlesource.com/772410Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Magnus Jedvert <magjed@chromium.org> Cr-Commit-Position: refs/heads/master@{#518400}
-
Tom Sepez authored
There are a number of other reasons why the sandbox process launcher may fail to launch a child. Not sure why the original authors jumped to this conclusion. There have been a couple of instances where folks headed down the wrong path trying to diagnose an issue after seeing this error. Change-Id: I558523bfbef8ae706b1598f9de2a543189de9624 Reviewed-on: https://chromium-review.googlesource.com/782366Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#518399}
-
Danyao Wang authored
Bug: 786551 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I621a26b36fd3777345dd2b77890dc4aee596105b Reviewed-on: https://chromium-review.googlesource.com/777770 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#518398}
-
Nate Fischer authored
No change to logic. This uses getDeclaredConstructor() when creating the SafeBrowsingApiHandler, since this provides more information in case an exception is thrown. This resolves an errorprone compile warning. Test: ninja system_webview_apk (fewer compile warnings) Change-Id: Icdaf2aadf6fbd16fb298b140f3918b51a5fd2d43 Reviewed-on: https://chromium-review.googlesource.com/780761Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#518397}
-
Christopher Cameron authored
This is no longer read by GLRenderer -- it's just plumbed to nowhere. Bug: 759215 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I0667217d643c3e527947106ff1de48e04d935f0f Reviewed-on: https://chromium-review.googlesource.com/780147 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Fredrik Hubinette <hubbe@chromium.org> Cr-Commit-Position: refs/heads/master@{#518396}
-
Nate Fischer authored
No change to logic. This uses getDeclaredConstructor to instantiate an instance for the TestRunner. This propagates exceptions from the constructor, which means we can log more error cases. This resolves an errorprone compile warning (ClassNewInstance) Test: ninja system_webview_apk (fewer warning messages) Change-Id: I110b444ca93557d0ec138c2a05d8fda81904dfc8 Reviewed-on: https://chromium-review.googlesource.com/780808 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#518395}
-
Steven Bennetts authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/ef632e4a473b..575c52b3e1f9 $ git log ef632e4a4..575c52b3e --date=short --no-merges --format='%ad %ae %s' 2017-11-17 stevenjb cros_chrome_sdk: Add --gn-gen and make --nogn-gen the default 2017-11-17 akeshet patch: factor out cherry-pick operation from Apply 2017-11-20 dgarrett Revert "cbuildbot_launch: Always wipe firmware/factory branches." 2017-11-20 dgarrett cbuildbot: Tighten requirements for production configs. 2017-10-30 hungte lib: Support 'pixz' compressor. 2017-11-15 dgarrett generic_stages_unittest: Fix lint error. 2017-11-17 akeshet patch: rename PatchNotMergeable -> PatchNotSubmittable 2017-11-20 akeshet patch: add _IsAncestorOf method 2017-11-17 akeshet patch: add _GetParents method 2017-11-20 dgarrett Revert "config_lib: Remove OverrideConfigForTrybot." 2017-11-20 phobbs cidb: Correct filename of migration 00063 2017-11-17 jclinton cbuildbot: Drop the reef-uni builder 2017-11-17 nxia validation_pool: check git log diff between local HEAD and remote_ref 2017-11-16 bmgordon cros_sdk: Run fstrim to keep chroot.img sparse 2017-11-13 ghines Add capri builds 2017-11-14 pberny meowth: add builder configuration. 2017-11-16 dgarrett cbuildbot_launch: Always wipe firmware/factory branches. 2017-11-15 dgarrett config_lib: Fix misspelled display_label. 2017-11-16 phobbs cidb: Allow CLAction build_id to be NULL 2017-11-16 phobbs cidb: Add "exonerated" claction 2017-11-17 nxia SlaveBuilderStatus should fetch builders based on exclude_experimental 2017-11-17 chrome-bot Update config settings by config-updater. 2017-11-01 armax x30evb & lassen: unify the configurations for lassen and x30evb. 2017-11-03 dgarrett config_lib: Remove OverrideConfigForTrybot. 2017-11-15 dgarrett scheduler_stages: Add buildbucket tags for GE. 2017-11-16 phobbs annotator: Fix finalize field.value usage. 2017-11-16 phobbs annotator: Fix _MaybeSaveFinalizeMessage 2017-11-17 shuqianz Revert "auto_updater: Apply cold reboot for AU" 2017-11-09 phobbs cq_stats: "Annotations finalized" checkbox 2017-10-30 phobbs annotator: Add buildMessageTable model 2017-11-16 stevenjb chrome_chromeos_lkgm: Use 'git -c user.email cl upload' 2017-11-13 cywang auto_updater: Apply cold reboot for AU 2017-11-15 dgarrett cros tryjob: Fix submission of unknown build configs. 2017-11-15 dgarrett cros_tryjob: Add go link to -tryjob error messages. 2017-11-16 phobbs Revert "gob_util: Support Appengine Gerrit credentials." 2017-11-14 dgarrett branch-util: Fix branch-util-tryjob for testing. 2017-11-15 shapiroc Fix issue with model specific au fanout 2017-11-07 aelder deploy_chrome: Add --private_key option 2017-11-09 phobbs locking: Fix errno.EDEADLK reference. 2017-11-15 cmtice Revert "generic_stages: temporarily ignore all target prebuilts." 2017-11-15 chrome-bot Update config settings by config-updater. 2017-11-15 hiroh TestSimpleChromeWorkflowStage: Pass --nogn-gen to cros chrome-sdk 2017-11-09 phobbs gob_util: Support Appengine Gerrit credentials. 2017-11-08 achuith [cros_vm]: Use virtio instead of cirrus. 2017-11-14 cmtice generic_stages: temporarily ignore all target prebuilts. 2017-11-13 shapiroc Configure coral for chrome/android pfq and paladin 2017-09-13 vapier cros tryjob: restore metavar 2017-11-14 stevenjb TestSimpleChromeWorkflowStage: Pass --nogngen to cros chrome-sdk 2017-11-14 chrome-bot Update config settings by config-updater. 2017-11-13 xixuan cros-update: use curl instead of wget to check devserver health. 2017-11-13 chrome-bot Update config settings by config-updater. 2017-09-29 stevenjb cros_chrome_sdk: Automatically generate args.gn files 2017-11-11 manojgupta Revert "generic_stages: temporarily ignore all target prebuilts." 2016-07-20 sjg commands: Use cros_config_host instead of fdtget 2017-11-08 dgarrett cbuildbot: Enforce tryjob safe configs. 2017-11-01 dgarrett cros tryjob: Enforce tryjob safe configs. 2017-11-07 manojgupta generic_stages: temporarily ignore all target prebuilts. 2017-11-09 akeshet summarize_build_stats: link to new cq-weekly dashboard 2017-11-09 akeshet summarize_build_stats: drop the "Top reasons" table 2017-11-09 akeshet summarize_build_stats: add a category picker to the top X lists 2017-11-10 chrome-bot Update config settings by config-updater. 2017-11-09 dgarrett chromeos_config: Remove tryjob config overrides. 2017-11-01 dgarrett cros tryjob: Update --list for production vs tryjob. 2017-11-07 vapier image_test: move security_CroshModules autotest here 2017-11-08 derat chromite: Make TastVMTestStage unforgiving. 2017-11-06 nxia Get current builders_array from metadata. 2017-11-09 stevenjb chrome_chromeos_lkgm: Add --email to 'git cl upload' 2017-11-08 derat chromite: Run ARC Tast VM tests on betty-release. 2017-11-08 ayatane Fix typo 2017-11-06 ayatane Exclude provision suite from subsystems 2017-08-21 smbarber chromeos_config: Add tatl-full builder on external waterfall 2017-11-08 lhchavez Remove support for aosp_bertha* Android targets 2017-11-08 stevenjb chrome_chromeos_lkgm: Remove any existing chrome checkout 2017-11-08 chrome-bot Update config settings by config-updater. 2017-09-28 nxia chromite changes for Cros_CL_Status_Viewer 2017-11-06 phobbs cidb: Changes for cl_exonerator 2017-11-07 dgarrett chromeos_config: Update generated files together. 2017-11-07 achuith [cros_vm]: Better error messages for qemu. 2017-11-03 pprabhu cidb_integration_test: Wait longer for mysqld to initialize. 2017-11-08 chrome-bot Update config settings by config-updater. 2017-10-20 dgarrett chromeos_config: Create mirrored tryjob build configs. 2017-11-07 stevenjb cros_chromeos_lkgm: Add UploadNewLKGM stage (take 4) 2017-11-06 akeshet pre-cq: mark failed-to-apply changes as pre-cq-failed so they don't loop 2017-10-27 davidriley Reland "cbuildbot: Emit partition files for provisioning purposes." 2017-11-06 derat chromite: Ensure TastVMTest runs after VMTest failure. 2017-11-06 pprabhu cq_stats: deploy the correct cidb credentials. 2017-11-06 pprabhu Update cidb settings for gen2 SQL instances. 2017-11-06 pprabhu Hack fake_modules some more to allow chromite import. 2017-10-31 dgarrett cros_uprevchrome: Tweak tempdir creation. 2017-11-06 dgarrett cros_tryjob: Add --chrome_version passthrough option. 2017-11-03 llozano chromite: cleanup board lists for llvm-toolchain configs. Created with: roll-dep src/third_party/chromite Bug: 762650 Change-Id: I50225211a2c997aa63a9a818b68a564dfd4ad119 Reviewed-on: https://chromium-review.googlesource.com/782820 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#518394}
-
Andrey Kosyakov authored
Change-Id: I561218917c5491c4326eec34897d15af124add70 Reviewed-on: https://chromium-review.googlesource.com/780762Reviewed-by:
Will Chen <chenwilliam@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#518393}
-
Fredrik Söderquist authored
This moves the stroke approximation code from LayoutSVGPath::HitTestStrokeBoundingBox to a helper in LayoutSVGShape, and then makes use of it in LayoutSVGShape::CalculateStrokeBoundingBox() (which is the generic "stroke bounds" computation for shapes) as well. This makes stroke bounding box computation O(1) (assuming a fill bbox exists), avoiding the generation of a stroke path, which can be expensive for the more "complex" parametrizations (primarily dashes.) The downside is of course lower fidelity, and the approximation will always be both larger than the fill bbox and larger than the "exact" stroke bbox. Also fix an issue where a miter-limit < 1 would incorrectly shrink the resulting bounding box in some cases. Bug: 435097 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Id0228bc78bb7d8db223be082106f3c3d2bcb038a Reviewed-on: https://chromium-review.googlesource.com/774746 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#518392}
-
Adrian Elder authored
Since this private api function is only intended for use by a Chrome App running on Linux and ChromeOS, there's no need to support other platforms. Bug: 775961 Change-Id: I14ccfea7de7cdd9f1e6bbe4cd4115f8804fe4b89 Reviewed-on: https://chromium-review.googlesource.com/780299 Commit-Queue: Adrian Elder <aelder@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#518391}
-
Matt Menke authored
This, or something like it, will eventually need to replace TYPE_FILE (Which just contains a path) in order to sandbox the network service process. Bug: 777879 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I8c67e828288443cbfc15aa774c1b97aa2f22ef29 Reviewed-on: https://chromium-review.googlesource.com/773238 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#518390}
-
sahel authored
This cl marks GSB and GSE events that are generated from wheel events with timer based phaseBegan and phaseEnded as synthetic. This change is necessary to avoid rubber banding effect while scrolling by a Mac mouse or any other device that don't provide wheel phase info. Bug: 776962 Test: RenderWidgetHostViewMacWithWheelScrollLatchingEnabledTest.TimerBasedPhaseInfo Change-Id: I51b318fd2790d39939d41dad2539c788bd6430eb Reviewed-on: https://chromium-review.googlesource.com/779659Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#518389}
-
Gabriel Charette authored
Round 3 of https: //chromium-review.googlesource.com/c/chromium/src/+/638550 Round 2 was: https://chromium-review.googlesource.com/667938 TBR=fdoray@chromium.org Bug: Missing includes prevents header cleanup in https://chromium-review.googlesource.com/c/chromium/src/+/638550 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:win10_chromium_x64_rel_ng;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I99f2d37cf342f2ed38d167b9dcc3c57173b2f9a2 Reviewed-on: https://chromium-review.googlesource.com/782663 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#518388}
-
Dominic Mazzoni authored
AccessibleNode needs an owner document. If it's constructed without an element, we get the document from the JavaScript context. That part is fine. But if we construct it from an Element, we were caching its Document - but elements can be reparented to a different document, leading to a crash if the Element is reparented and then its original document is deleted. The solution is to not cache the Document if the AccessibleNode is associated with an Element. Just get it from the Element. Bug: 785802 Change-Id: I8d67f9117a5d9a9c9efbd978ac4d1965e4c0eb2a Reviewed-on: https://chromium-review.googlesource.com/775616Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#518387}
-
Stefan Zager authored
The previous platform/win expected.png file was not a printing layout. Bug: 618082 Change-Id: I73c5d69a4f5d45086d974178f2d21151f5bb10d5 Reviewed-on: https://chromium-review.googlesource.com/781980Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#518386}
-