- 28 Feb, 2019 20 commits
-
-
chrome://policyYann Dago authored
Bug: 933797 Change-Id: I01360af1e9800f023c9db3294d0a30475b17568b Reviewed-on: https://chromium-review.googlesource.com/c/1487513 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#636230}
-
Julie Jeongeun Kim authored
This CL moves files from platform/plugins to core/page as these files are only used in core and modules. It also moves scoped_fake_plugin_registry.cc/h to core/testing as it's used only in core. Bug: 936133 Change-Id: I88a2caa8483eb39b16b25e8f983499f378b8c4a8 Reviewed-on: https://chromium-review.googlesource.com/c/1491237 Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#636229}
-
Xiaocheng Hu authored
NextLinePosition moves caret to the end of |root_element| if all previous attempts fail. However, it uses a mutable variable |node| for the search that can be modified and no longer points to the start node, which results in a wrong |root_element|. This patch uses the initial value of |node| for the search to fix the issue. Note: The modification to |node| is due to an error in a previous refactoring. See crrev.com/bf5e3888 Bug: 906148 Change-Id: Ia27d9a38da5521492057507153e0de0f12a1510e Reviewed-on: https://chromium-review.googlesource.com/c/1492732Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#636228}
-
Scott Graham authored
--product=product/sdk_image.gni is required by fx build now. Change-Id: Ib91f211551bed08b7ff635ee0787c7ca2bf8dc8e Reviewed-on: https://chromium-review.googlesource.com/c/1493087 Commit-Queue: Scott Graham <scottmg@chromium.org> Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Scott Graham <scottmg@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#636227}
-
Daniel Rubery authored
MacOS will automatically unpack BIN files as ZIP archives, so we should extract their contents and check for executables. Bug: 933637 Change-Id: Ibef7c245cb53ab4519a0f91753bf2885f28b6a80 Reviewed-on: https://chromium-review.googlesource.com/c/1492485 Commit-Queue: Daniel Rubery <drubery@chromium.org> Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Nathan Parker <nparker@chromium.org> Cr-Commit-Position: refs/heads/master@{#636226}
-
Becca Hughes authored
Add the media session artwork to the notification and place it behind the rest of the notification content. BUG=897836 Change-Id: Ibb7f2a1a801f9b4af66c4b237ad8b8c9e95570de Reviewed-on: https://chromium-review.googlesource.com/c/1469221 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#636225}
-
Sam Goto authored
Fix the bug transitioning from active -> locked -> idle on android. On Android, the screen gets locked as soon as it gets powered down. So, unlike Desktop OSes where the screen saver kicks first (which allows us to detect idleness) and the screen lock second (throwing a "locked" state), on Android, the "idle" state happens before the "locked" state. Isolates the bug we are experiencing on Android on a unittest so we can assert that this behavior will be part of the API and wont regress. Bug: 878979,915290 Change-Id: I7b4617dde86609311e10e3bae5a0b52f9db991a7 Reviewed-on: https://chromium-review.googlesource.com/c/1446402 Commit-Queue: Sam Goto <goto@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Auto-Submit: Sam Goto <goto@chromium.org> Cr-Commit-Position: refs/heads/master@{#636224}
-
Dominic Mazzoni authored
We shouldn't be creating a new AXObject when an image is loaded, only updating an existing one. This fixes a crash found by ClusterFuzz. I'm hoping this fixes performance issues found too. Bug: 935374, 935439, 935317 Change-Id: I9d402ef5351e28f3a1450af8b9776aa53683f4d9 Reviewed-on: https://chromium-review.googlesource.com/c/1489101Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#636223}
-
Rakina Zata Amni authored
This reverts commit 6a083248. Reason for revert: Caused build failure on ios-webview. See https://ci.chromium.org/p/chromium/builders/ci/ios-webview/6881 Original change's description: > [ios] Convert web view shell EarlGrey matchers to ObjC > > We need to port matchers to ObjC in order to be accessible in EG2 to > the Test and the App processes. Also created > shell_matchers_shorthand.h/mm to minimize the changes to call sites. > > Bug: 930859 > Change-Id: Ia4a4ba8c7dd3b805600ea0c46c5b737a8282189d > Reviewed-on: https://chromium-review.googlesource.com/c/1471914 > Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> > Reviewed-by: Rohit Rao <rohitrao@chromium.org> > Reviewed-by: Eugene But <eugenebut@chromium.org> > Cr-Commit-Position: refs/heads/master@{#636214} TBR=rohitrao@chromium.org,justincohen@chromium.org,eugenebut@chromium.org,lindsayw@chromium.org Change-Id: Ia25eed2c0bc83fd3749543b9a3ddd75fc90c1942 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 930859 Reviewed-on: https://chromium-review.googlesource.com/c/1491738Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#636222}
-
Zhongyi Shi authored
Bug: 929351 Change-Id: I452cb2c5e393568e65ce0cca80da26a60d5dd889 Reviewed-on: https://chromium-review.googlesource.com/c/1490410Reviewed-by:
Ryan Hamilton <rch@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#636221}
-
Wei-Yin Chen (陳威尹) authored
- Make sure the view is scrolled so that the current tab is at the 2nd row. - Fix a bug when selecting the same tab breaks view scrolling. Bug: 934564 Change-Id: I26d4de5916bca98fa0c26295a7856cdb9142ec07 Reviewed-on: https://chromium-review.googlesource.com/c/1493032Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#636220}
-
Anand K. Mistry authored
These failures are normal and expected as a result of user error. Further, recording these parse failures pollutes the metric, which is intended to record D-Bus mount call failures. BUG=907207 Change-Id: I78bdf90b49a0954e87ff233679bcc24a6a298799 Reviewed-on: https://chromium-review.googlesource.com/c/1491059Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#636219}
-
Danyao Wang authored
This patch explicitly enables hasEnrolledInstrument in tests in preparation for enabling this feature by default. Fixed a bug where new canMakePayment() is not turned off when canMakePayment is turned off in pref settings. Intent to Ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/6rZ7kBLwmhg/lqEpsHLiDgAJ Bug: 915907 Change-Id: I24445f3242dcc3d30ed50cb1dc38f13fd1331bcd Reviewed-on: https://chromium-review.googlesource.com/c/1483355 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#636218}
-
Marcin Wiącek authored
@IntDef/@StringDef annotation are preferred way for declaring set of String/int values 1. they need less space in APK than enum, see https://developer.android.com/topic/performance/reduce-apk-size#remove-enums 2. they give more control over allowed values than "static final" values Patch is updating Chromoting to @IntDef: 1. with @IntDef first, @Retention second and related @interface third 2. with values inside @interface 3. with @Retention(RetentionPolicy.SOURCE) 4. without "static final" in the @interface BUG=919666 Change-Id: Ib6c4743eb9d052ac34313e47e6fdcdc0cbb20353 Reviewed-on: https://chromium-review.googlesource.com/c/1488071 Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#636217}
-
wutao authored
This patch removes the animation when transitioning to/from assistant page view, which makes it look better without result page flashing. Bug: 924624 Test: manual Change-Id: I70422c6709705ec3da5f761030a7841885ac7510 Reviewed-on: https://chromium-review.googlesource.com/c/1490767Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#636216}
-
Jinsuk Kim authored
Now that the new API for feed lib is ready, hooks up the view of FeedNewTabPage up with it to enable overscroll navigation on NTP. Bug: 865567, 925156 Change-Id: I4c1a78acfe3241de5b8d9ca0a508727cc4f068a0 Reviewed-on: https://chromium-review.googlesource.com/c/1490364Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#636215}
-
Lindsay Pasricha authored
We need to port matchers to ObjC in order to be accessible in EG2 to the Test and the App processes. Also created shell_matchers_shorthand.h/mm to minimize the changes to call sites. Bug: 930859 Change-Id: Ia4a4ba8c7dd3b805600ea0c46c5b737a8282189d Reviewed-on: https://chromium-review.googlesource.com/c/1471914 Commit-Queue: Lindsay Pasricha <lindsayw@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#636214}
-
Mark Yacoub authored
Subtract damage caused by unchanged UI elements on top of HW underlay. This optimization saves recomposting quads that haven't changed. In a steady state when only the underlay contents are changing, we'll be able to completely skip GPU compositing in many cases. Bug: 795008 Test: Unit Test-> UnderlayTest.DamageSubtractedWhenElementsOnHwUnderlayNotChanged Change-Id: I9ae1b9c50f63a7a8e50e3f9e16f6ad58adc5308c Reviewed-on: https://chromium-review.googlesource.com/c/1461102Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Maggie Chen <magchen@chromium.org> Commit-Queue: Mark Yacoub <markyacoub@google.com> Cr-Commit-Position: refs/heads/master@{#636213}
-
Paul Miller authored
BUG=801771 Change-Id: Ie22e8a0ea1bd11e66d6e6a88633ce0e0ce51b839 Reviewed-on: https://chromium-review.googlesource.com/c/1490742Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#636212}
-
Jinsuk Kim authored
WebContentsObserver.NavigationEntryChanged is required for Tab. The plumbing was done not through WebContentsObserver->Proxy but from Tab native to Java directly via native WCO. This CL does it properly. Bug: 925242 Change-Id: I59989f3257f9249a6a07fe57ee7b6a5a07fc920e Reviewed-on: https://chromium-review.googlesource.com/c/1481177Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#636211}
-
- 27 Feb, 2019 20 commits
-
-
Nate Fischer authored
No change to code, only docs. This adds device/emulator setup instructions. This recommends the emulator, as it's publicly available and easy to setup. For physical devices, this points to an Android site hosting publicly available images (and directs Googlers to internal instructions). This also documents how to build AOSP, but recommends against doing so. The intent is to update https://www.chromium.org/developers/how-tos/build-instructions-android-webview to point to this page, so I've included this for completeness. R=ctzsm@chromium.org Bug: 918221 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: I668171e9ed76a3af36429fc9218e4b236b4dd085 Reviewed-on: https://chromium-review.googlesource.com/c/1490407Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#636210}
-
Robert Ogden authored
This allows both implementations of the feature to reuse the same tests, since only the command line flags differ between them. Bug: 908491 Change-Id: Idd02aba393a57c8e1457b1f5f83b0cb4bcea383a Reviewed-on: https://chromium-review.googlesource.com/c/1492891 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#636209}
-
Daniel Nicoara authored
Allows wayland clients to register and listen for vsync events. Bug: b/125859117 Test: Ran on device to verify vsync events are received Change-Id: I1effc27d504f8f02922facff78648fbe4c9a7499 Reviewed-on: https://chromium-review.googlesource.com/c/1493033Reviewed-by:
Alex Sakhartchouk <alexst@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#636208}
-
Andrey Kosyakov authored
- interception-take-stream.js is only supposed to work with the network service, old expectations were for errors reported when it doesn't; - xhr-interception-auth-fail.js change is due to actually changed semantics -- we do not prompt for auth when sending XHRs in general, but if worked before because we used to intercept at the lower level (URLRequestJob vs. URLLoader). Bug: 933880 Change-Id: I3d0a1cae30b11af3ca50bd64d4123b294e42b59b Reviewed-on: https://chromium-review.googlesource.com/c/1492046 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Auto-Submit: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#636207}
-
Katie D authored
There was a pref name collision such that setting kAccessibilityImageLabelsEnabled caused kAccessibilityImageLabelsOptInAccepted to be reset. This meant that if you selected the "always" submenu option, it would no longer remember if you'd already accepted the dialog during the "just this once". Bug: 905419 Change-Id: I94089366a92d76189581199c6bc1fd736b0686af Reviewed-on: https://chromium-review.googlesource.com/c/1492043 Commit-Queue: Katie Dektar <katie@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Auto-Submit: Katie Dektar <katie@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#636206}
-
Caroline Rising authored
This fixes a Mac bug where an inactive window would be brought to front when hovering from an inactive tab to the active tab in the inactive window. Bug: 910739 Change-Id: I186848c122b5df85b1e924d3e7dead819acb20ef Reviewed-on: https://chromium-review.googlesource.com/c/1490445Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#636205}
-
Koji Ishii authored
This patch reduces tree traversals in NGBoxFragmentPainter when there are floating objects. When a PaintLayer has floating objects, PaintPhase::kFloat runs tree traversals twice, once for regular children and another for floating children. This patch adds HasFloatingDescendants() to NGPhysicalContainerFragment to optimize the traversal. With this change, we will no longer traverse normal children when PaintPhase::kFloat, and skip traversing descendants that don't have floating objects. Bug: 936024 Change-Id: I1df35b788501dd39660e781b03ed76af1190e7f0 Reviewed-on: https://chromium-review.googlesource.com/c/1490355 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#636204}
-
Fabrice de Gans-Riberi authored
The |cr_fuchsia::test| namespace was added before a final decision was reached regarding the namespace name to use for shared code under the //fuchsia directory. For consistency, this changes usage of the |cr_fuchsia::test| namespace to |cr_fuchsia|. Bug: 922635 Change-Id: I731856a61745c95e45af178a08cfc1b76e75ce2a Reviewed-on: https://chromium-review.googlesource.com/c/1488579 Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#636203}
-
Eric Willigers authored
kForeignFetchInterception and kRespondToSameOriginRequestWithCrossOriginResponse are no longer used. Remove them from web_feature.mojom Change-Id: Ifd127d46a28ea696661bece08266a2c0e933fa2b Reviewed-on: https://chromium-review.googlesource.com/c/1491236Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#636202}
-
Caleb Rouleau authored
Bug: 936602, 936500 Change-Id: I9265a2950c185c90da7ee07210ab7ff63f4eb5f6 Reviewed-on: https://chromium-review.googlesource.com/c/1493081 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#636201}
-
Julie Jeongeun Kim authored
This CL moves oom_intervention.mojom to public/mojom/oom_intervention in order to organize mojom files at mojom folder. TBR=avi@chromium.org Bug: 919393 Change-Id: I0b79de25d325ff2f933e9fe7d9332ff1ac1264b8 Reviewed-on: https://chromium-review.googlesource.com/c/1482438Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#636200}
-
Yann Dago authored
Bug: 933400 Change-Id: I2675fd4acfdd50ec76597f89b4412f9fda85cccb Reviewed-on: https://chromium-review.googlesource.com/c/1478097 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Reviewed-by:
Thiemo Nagel <tnagel@chromium.org> Cr-Commit-Position: refs/heads/master@{#636199}
-
Toni Barzic authored
Stops using ScreenExitCode enums reported by enrollment screens (which is part of a larger effort to deprecate ScreenExitCode enum all together). Instead, defines result enums per screen when needed (i.e. if the screen can report multiple values). Updates how screens relay the exit code to WizardController - instead of using BaseScreenDelegate::OnExit (indirectly though BaseScreen::Finish), the screens now take a callback that is run when the screen exits. Affected screens: * EnrollmentScreen * AutoEnrollmentCheckScreen Deprecated exit codes: * ENTERPRISE_ENROLLMENT_COMPLETED * ENTERPRISE_ENROLLMENT_BACK * ENTERPRISE_AUTO_ENROLLMENT_CHECK_COMPLETED BUG=930267 Change-Id: I2ade27b1a8d8a3b1e2a0993d76d3056c63feb61a Reviewed-on: https://chromium-review.googlesource.com/c/1484079Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Denis Kuznetsov <antrim@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#636198}
-
Wez authored
Tear down all sub-components of the OzonePlatformScenic implementation on MessageLoop destruction, to prevent components which set FIDL error- handlers from observing ZX_ERR_CANCELED events. MessagePumpFuchsia is also updated to print out the base::Location at which the {ZxHandle|Fd}WatchController was created, to help in diagnosing issues with failing asynchronous watch operations. Bug: 927400 Change-Id: I91ad15b5a5f83c9e45b602a0647745813c55aef9 Reviewed-on: https://chromium-review.googlesource.com/c/1490953Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#636197}
-
Salvador Guerrero authored
Histogram LevelDB.Destroy.* is currently unused as it doesn't appear in histograms.xml, this CL removes it from leveldb_database ProtoDB.DestroySuccess.* is currently active and captures a similar metric Bug: 870813 Change-Id: I9999249574de582bba3d709f06a36e35543fbba0 Reviewed-on: https://chromium-review.googlesource.com/c/1490748 Commit-Queue: Salvador Guerrero <salg@google.com> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#636196}
-
chrome://mobilesetupdpapad authored
Bug: 677338 Change-Id: I38b6632c5c57540046c93084141ba437fef80136 Reviewed-on: https://chromium-review.googlesource.com/c/1490852Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#636195}
-
Rijubrata Bhaumik authored
git grep -l 'NFCPushMessage' | xargs sed -i 's/NFCPushMessage/NDEFMessageSource/g' Corresponding Spec changes: https://github.com/w3c/web-nfc/commit/bf85df9e534da7351fc4c870228857dddef37e0e Bug: 520391 Change-Id: I07980bfa1e68fc8959541442ddf4c83db968a52f Reviewed-on: https://chromium-review.googlesource.com/c/1483028Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Cr-Commit-Position: refs/heads/master@{#636194}
-
Jenny Zhang authored
Bug: 929840 Change-Id: I2b1d6e28105fb29db92ed94727a445e8edac3f7f Reviewed-on: https://chromium-review.googlesource.com/c/1492292 Commit-Queue: Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#636193}
-
Will Harris authored
No sandbox isolation policies are being applied, but the default process mitigations will now be in place when the sandbox is enabled. The sandbox will be enabled by feature flag. Before: DEP (permanent) ASLR (high entropy) CF Guard After (when enabled): DEP (permanent) ASLR (high entropy) Dynamic code prohibited Strict handle checks Extension points disabled CF Guard Signatures restricted (Microsoft only) Non-system fonts disabled Images restricted (remote images, low mandatory label images) This also adds 4Gb job process limit. BUG=841001,920727 Change-Id: I9dc1213615e621a321b3da42772fa68d5bea3394 Reviewed-on: https://chromium-review.googlesource.com/c/1481658 Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#636192}
-
Kevin Marshall authored
* Add a script for building symbol tarballs from ids.txt files. * Create symbol tarballs for all packages currently deployed to CIPD. * Adds a CIPD recipe for archiving symbol tarballs to CIPD. Bug: 772252 Change-Id: I71fc222570ba61b832ce5c7a9a08777c8d71e120 Reviewed-on: https://chromium-review.googlesource.com/c/1478171 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#636191}
-