- 07 Nov, 2019 40 commits
-
-
Clark DuVall authored
The classes were renamed in http://crrev.com/c/1898536, this just cleans up the variable names and references in comments. Also removes NewBrowserCallbackProxy.java which was replaced by NewTabCallbackProxy.java. Change-Id: Id84989f5fb603fe521ff22f959156c8993236abe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902530Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#713274}
-
Steven Bennetts authored
Bug: 965089 Change-Id: I659a95d604806bf7cf0305206e1239010253521b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875384 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#713273}
-
Natalie Chouinard authored
Migrate some simple feature-specific getters/setters to use the generic feature-agnostic methods instead. Bug: 1016957 Change-Id: Ia37263b9e66c99bab8ebce3385d71d4308a9b0b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898390Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#713272}
-
Ana Salazar authored
This change will allow users to use the mousewheel to scroll over the contents of the scrollable shelf. Bug: 1018016 Change-Id: I949eb241a74be365b0a366f56c59cba04ce6099b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901354Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Ana Salazar <anasalazar@chromium.org> Cr-Commit-Position: refs/heads/master@{#713271}
-
Avery Musbach authored
The present CL is a new way to serve the same purpose as [1]. As SplitViewDragIndicators::WindowDraggingState has values called kFromOverview and kFromTop, I think it is most intuitive to add one called kFromShelf, with the caveat that the difference between kNoDrag and kFromShelf is all about animations. Compared to [1], I think it is nice to avoid adding a whole extra member variable. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1894754 Test: ash_unittests DragWindowFromShelfControllerTest.SplitViewDragIndicatorsWindowDraggingStates Test: ash_unittests SplitViewDragIndicatorsTest.SplitViewDragIndicatorsVisibility Fixed: 1020349 Change-Id: I69aefae3a68579d2f0d0c61a8d8f5588689d0b13 Bug: 1020349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898771 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#713270}
-
Luum Habtemariam authored
The new CupsProxyService adds more libCUPS dependent code to Chrome, but it doesn't look like any of the trybots currently run them. This change combines the new tests into a new target set to run in the ChromeOS VM trybot (chromeos-amd64-generic-rel). Bug: chromium:945409 Test: trybot runs and passes Change-Id: I4ef5724a3d4b0923fba3abcd7fde8bb744209c2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1797002Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Luum Habtemariam <luum@chromium.org> Cr-Commit-Position: refs/heads/master@{#713269}
-
Miguel Casas authored
This CL continues crrev.com/c/1897358 by substituting LOG_ASSERT()s in test code with ASSERT_TRUE()s, avoiding crashing the test binary. m/g/t/video_frame_validator.cc is an easy one-to-one substitution, whereas video_frame_helpers.cc need to add a macro to return an invalid value when the predicate doesn't hold up. Bug: 1020776 Change-Id: I8e0671dce792b479c91c722c652bd387f4cd5faa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900559Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#713268}
-
Yuchen Liu authored
This reverts commit 3fe28bd3. Reason for revert: Break Android. Revert to unblock internal CQ. Original change's description: > [chromecast] Enable new QueryableData bindings on Linux > > Set the new QueryableData JS bindings feature on. > > Bug: internal b/138623432 > Test: E2E manually test > Change-Id: Ia1a3e4f650aeabee3aae90f9e764a63c2d9213b5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891738 > Auto-Submit: Jiawei Li <lijiawei@chromium.org> > Reviewed-by: Yuchen Liu <yucliu@chromium.org> > Commit-Queue: Jiawei Li <lijiawei@chromium.org> > Cr-Commit-Position: refs/heads/master@{#711043} TBR=yucliu@chromium.org,lijiawei@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: internal b/138623432 Change-Id: I798ac7fbf55e16597347748ba7f2c4af4156761c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902710Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#713267}
-
John Abd-El-Malek authored
The script to generate Java versions handles both cases. Change-Id: I6ae9373da9658a6c509ad1dd473cd8e4cfc1f3c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902517 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#713266}
-
Akihiro Ota authored
This change refactors Output.format_ to take a parameters object. This helps maintain code readability in instances where optional parameters need to be passed in. Change-Id: I3e24f9d809b745aaef1bef16d376a16c35742a89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820044 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#713265}
-
Marc Treib authored
Bug: 1021147 Change-Id: Iaa557f133ba9f4d517bac952ba2d7807915b31d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900987 Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#713264}
-
Anand K. Mistry authored
Bug: 1007813 Change-Id: I0fbb86cd6d2fae4e9a8d2ead2079a706c8e57ae6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898157Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#713263}
-
Ahmed Fakhry authored
This CL makes the following changes: - Tab scrubbing will always use 3-finger gestures. - 4-finger horizontal swipes will switch desks only if the flag "--enable-virtual-desks-gestures" is enabled. - 3-finger horizontal swipes while in Overview will always move the highlighter. This CL is meant to be merged back to M-79. A follow-up CL will remove the "--enable-virtual-desks-gestures" flag entirely on M-80, so that virtual desks gestures will always be enabled going forward. BUG=1005340 TEST=Tested manually on device, updated existing tests. Change-Id: I1316e150556a4f2ede79b41dab8ddc3402d39370 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902232 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#713262}
-
Patrick Monette authored
Bug: 1021600 Change-Id: I8501d63d719194685281e27d85342e807e3794cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895897 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#713261}
-
Rob Schonberger authored
Adds a configuration into model configuration to allow a model to have the radius transformed. Intention is that a model is customized per device depending on the characteristics of the device being executed on. Updates unit test appropriately, and also remove the former approximate for radius conversion. Bug: 1009290 Change-Id: I80e0160302a98ad8564ac73b0bb07f1ab8327467 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900516 Commit-Queue: Rob Schonberger <robsc@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#713260}
-
Manas Verma authored
Previously, the verify pending dialog would only be shown if Unmask Details did not return on time. This CL ensures that it is always shown for an opted-in user. Bug: 949269 Change-Id: Ieb5d63be16e163d95c0be3de1141180eb6b9b3a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902073Reviewed-by:
Siyu An <siyua@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#713259}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/b54d7ad71425..762f11932e24 git log b54d7ad71425..762f11932e24 --date=short --no-merges --format='%ad %ae %s' 2019-11-06 tsepez@chromium.org Fix 64-bit arithmetic in sha2 variants. 2019-11-06 thestig@chromium.org Avoid crashes in FPDFText_GetCharBox(). 2019-11-06 tsepez@chromium.org Document obsolete FPDF render flags. Created with: gclient setdep -r src/third_party/pdfium@762f11932e24 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=pdfium-deps-rolls@chromium.org Bug: None Change-Id: If547184b0b0992e505455a72b921e2e72499741c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902238Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#713258}
-
Gary Kacmarcik authored
This adds a command line switch to the NativeMessagingHost to have it query for the OS permissions required for the Host to work. Currently, this option simply queries the current permissions and returns true/false, but follow on cls will replace this with a proper Wizard UI to walk the user through the process of granting these permissions. Change-Id: Id805f072b9bba1721728ed2ba848fd9ba51e9a9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900132 Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Cr-Commit-Position: refs/heads/master@{#713257}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Iff6bc40b6dd230254d4fd8be16e1e137660419b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902606Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#713256}
-
Torne (Richard Coles) authored
Load the implementation of WebLayer using WebViewFactory by default. This requires that the currently selected WebView implementation is the WebLayer implementation you want to use. If the client APK specifies a package name in the metadata tag, it will be used as the implementation instead, but this is only intended for testing and does not use the exact same loading mechanisms. Change-Id: Id12d13a1b49f718bb7c6bc6dbedb848a37f74355 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869296 Commit-Queue: Richard Coles <torne@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#713255}
-
Peter Boström authored
This roughly halves(!) the number of active layers (per Compositing.Browser.NumActiveLayers) on platforms where FocusRings are enabled (Mac). This is due to FocusRing previously always painting on layers regardless of there being anything to draw or not (e.g. it was always an early return in ::OnPaint rather than preventing the layer paint). Bug: chromium:924232 Change-Id: If7b9fcfa2f24b42f2c9b2e86b1b2f1543908b7a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902066 Auto-Submit: Peter Boström <pbos@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#713254}
-
Caroline Rising authored
Change-Id: If7e4fbbdd337fffd110065b530a2e5d7d0c00eb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900394Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#713253}
-
Alexey Baskakov authored
Add follow up tests for this CL: https://chromium-review.googlesource.com/c/chromium/src/+/1797824 (Init, GetData, Identities). In next CL: Add more WebAppSyncBridge unit tests. Bug: 860583 Change-Id: Ifb7f0a66b78867ba7618a911de2847c4cc75752a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900523 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#713252}
-
Lei Zhang authored
PrinterCapabilitiesTest currently exercises GetSettingsOnBlockingTaskRunner() on the main thread, because blocking is allowed on the main thread in unit tests by default. Improve upon this by disallowing blocking on the main thread. Then change PrinterCapabilitiesTest test cases to call GetSettingsOnBlockingTaskRunner() on the appropriate task runner. Change-Id: Ic97f03b38775338134f7d80de6b6aa52fc21e21b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900772 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#713251}
-
Juanmi Huertas authored
After https://chromium-review.googlesource.com/c/chromium/src/+/1702861 there was missing the force_rgba boolean to be inside the serializer. There was also no a test written to validate RGB order in offscreencanvas vs onscreen canvas. Bug: 1007197 Change-Id: Icc51bd6f6c34dec8e7b70f12759d9b2ae7ef48b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894037 Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Yi Xu <yiyix@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#713250}
-
John Rummell authored
Now the EME supports AV1 video, this is often bundled with OPUS audio streams in a MP4 container. So updating the list of audio formats supported in audio/mp4 streams to include OPUS. Also adds several new tests: 1) tests that verify unencrypted AV1 video + OPUS audio in a MP4 container can be handled. 2) a test to verify that encrypted OPUS in a MP4 container can be handled. Bug: 1009132 Test: new tests pass Change-Id: I0cf8d1d781073630e767326bfbcba06f5f29324a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830402 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#713249}
-
behdad authored
The story is not working as expected TBR=crouleau@chromium.org Bug: chromium:1021682 Change-Id: Id7d9f9ed59e5f51297cc04ef6deee21881b001c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901357Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#713248}
-
Michael Spang authored
These functions do the same thing. The code in Display::GetRotationTransform computes a matrix that will be exact. This should remove the need for RoundNearZero(), but this is catiously left as a followup. Bug: 1019015 Change-Id: I64e30913094fd79212a9ded533ccb1bb39b7cbe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885634 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#713247}
-
David Staessens authored
This CL makes the video_decode_accelerator_(perf_)tests print an error message when waiting for a specific event times out. Currently a generic error will be printed when a timeout occurs: video_decode_accelerator_tests.cc:179: Failure Value of: tvp->WaitForFlushDone() Actual: false Expected: true This CL makes it easier to see that a timeout happened: Timeout while waiting for 'FlushDone' event TEST=./video_decode_accelerator_tests on nocturne BUG=1020668 Change-Id: I58d609056ece2685c882a96691061a164dda2996 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898895Reviewed-by:
Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#713246}
-
Lei Zhang authored
Change it to GetSettingsOnBlockingTaskRunner(), to better reflect the fact that the blocking pool no longer exists. Also rename GetPrinterCapabilitiesOnBlockingPoolThread() for the same reason. Change-Id: I4014eecc30611e94f31429477de56c54f90b3377 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900769Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#713245}
-
Etienne Bergeron authored
This CL introduce utility function to replace codepoints. * GetCodepointAtIndex(...) * ReplaceCodepointAtIndex(...). This is a step forward to fix crbug/1021720. The CL is lifting the logic to create a obscured text and refactor the code to use the introduced functions. * CreateObscuredText(...) It is fixing the rewrite of obscured characters when text is obscured. Both feature are probably not used together but the fuzzer is detecting mismatch of amount of lines when rewriting the text. The CL is also fixing an incorrect character replacement in ReplaceControlCharactersWithSymbols. The replacement was replacing a codepoint by two codepoints, which is incorrect based on assumption (crbug/1021720). Bug: 1021720 Change-Id: I6fed96819d4a07358170c696fb6a3429a9a2c0c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901428Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#713244}
-
Ben Kelly authored
This CL removes various cross-thread affordances necessary to run cache_storage on a sequence off the IO thread. Specifically: 1. We bind the BlobDataItemReader implementation directly on the cache_storage sequence. 2. We remove cross-thread hopping that were previously required when blob Read/ReadSideData were called on the IO thread. These implementations are now generally inlined. 3. We remove class members used to cache values for GetSize(). These can now be computed on demand. 4. Many thread assertions were converted to sequence checks. We still need one cross-thread hop to register the blob at creation time since the BlobStorageContextImpl is still bound to the IO thread. Bug: 1021210 Change-Id: I6232d27959bcd1b00e2fb117ce443c53460ecff6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1898173 Commit-Queue: Ben Kelly <wanderview@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#713243}
-
Peter Kotwicz authored
This CL moves TabObserverRegistrar to org.chromium.chrome.browser.customtabs.content in preparation for adding CustomTabActivity-specific logic BUG=1020911 R=peconn TBR=yfriedman (for moving TabObserverRegistrar to customtabs/content) Change-Id: I41b3a525590939104f5557a390ee5c862ac7bc03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901833 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#713242}
-
Xianzhu Wang authored
The tests now test the common path of CAP and pre-CAP after crrev.com/c/1895081. Change-Id: Id4d567c23ccafcb318e687fe20833803bdce19fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901906Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#713241}
-
Wez authored
- Remove the unused WebEngineScreen stub. - Remove an errant BASE_EXPORT macro on cr_fuchsia::AgentManager. Change-Id: I5546c78b9428b56a707fa1b059fb60e9875cd337 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896393 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#713240}
-
Eugene But authored
Bug: 1022152 TBR: gambard@chromium.org Change-Id: I51871d233e7ae1bce32d63525b551ac1a0d4faeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902519Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#713239}
-
Wez authored
Some allocators (e.g. the Blink heap) call DecommitSystemPages() to return pages in their free memory pools to the system, or DiscardSystemPages() to make the pages available to the kernel without necessarily de-committing them, rather than actually freeing them. At present Fuchsia does not implement page swapping, nor does it provide a "mark discardable" API, so we implement both APIs using vmar_op_range(DECOMMIT) for now. Bug: 927411, 1022062 Change-Id: Icc61e7b46ebdc4d3fa5308e1b318a7685a6ceb19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892295Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#713238}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/61ec88a68d6d..c1501a6caf64 git log 61ec88a68d6d..c1501a6caf64 --date=short --no-merges --format='%ad %ae %s' 2019-11-06 vapier@chromium.org licensing: block new uses of LICENSE=Google-TOS 2019-11-06 chrome-bot@chromium.org Update config settings by config-updater. 2019-11-06 cjmcdonald@chromium.org DependencyService: Provide exact eclass dependency paths Created with: gclient setdep -r src/third_party/chromite@c1501a6caf64 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I05ce0f96a5b1bc0182cf67a9d69360401139daeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902366Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#713237}
-
Sophie Chang authored
This also leaves a ShouldTargetNavigationAndCanApplyOptimization that replaced the existing CanApplyOptimization that did both. This is required for supporting the dev incentives project since they do not have an optimization target. Bug: 969558 Change-Id: If30266c282519697c27bdb35e93d91ad370c70c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1899087Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#713236}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2d87f9edb488..b4b80864f88f Created with: gclient setdep -r src-internal@b4b80864f88f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:None,chromium:None,chromium:922813,chromium:None Change-Id: I30b0ce12b7effb23cced55e19b00af036045b7fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902129Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#713235}
-