- 27 Mar, 2018 40 commits
-
-
Pedro Amaral authored
Override |ShowContextMenu()| in InterstitialPageImpl and have it call |WebContentsViewAndroid.ShowContextMenu()| on Android. This is done to show the floating text selection menu (see linked bug). Bug: 823173 Change-Id: I01090aee43536cd06c8f8bc28ebccf5c2767d0d8 Reviewed-on: https://chromium-review.googlesource.com/977240Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Pedro Amaral <amaralp@chromium.org> Cr-Commit-Position: refs/heads/master@{#546210}
-
Donn Denman authored
Shortens the "availability" setting for In Product Help for Contextual Search, which will match our server-configs and seems better than the long window currently in place. BUG=822087 Change-Id: I583428cd101973a0c4d4e4950b014591d1006d8c Reviewed-on: https://chromium-review.googlesource.com/981318Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#546209}
-
Philip Rogers authored
We current have a histogram for LayersUpdateTime but it is bucketed by the layer count. This patch adds a new metric for the total LayersUpdateTime that is not bucketed. Bug: 825912 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ie9d83f90abf529af97bc2393f8f3ad6dc2e3530d Reviewed-on: https://chromium-review.googlesource.com/981262Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#546208}
-
Istiaque Ahmed authored
We call HashHelper::Cancel on IO during extension unload. If the extension's hash retrieval through ContentHash was ongoing at that point, ContentHash might not see the cancellation if it already progressed enough on non-IO thread. This CL makes sure we check for cancellation before passing the read hash value on IO thread. This fixes WebstoreInstallerTest.ReinstallDisabledExtension test's flakiness locally. Bug: 825470 Change-Id: Ib5b166cb14d3aee16b0cac9ae198a4141dc3563c Reviewed-on: https://chromium-review.googlesource.com/981610 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#546207}
-
Geoff Lang authored
The previous rules assumed D3D and checked for shader model versions which are not valid when running on ANGLE's GL backend. Because ANGLE's GL backend will only be whitelisted on certain drivers that are known to support GPU rasterization, always allow GPU rasterization on top of GL. BUG=693090 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I95f9eb4376fd9edf7fd7914523a0cb65459ca26b Reviewed-on: https://chromium-review.googlesource.com/981110Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#546206}
-
Paul Miller authored
Implement VariationsSeedService in the WebView services process to serve variations seeds to apps. Implement VariationsSeedLoader to load seeds stored in the app, and periodically request new seeds from the service, on WebView startup. VariationsSeedService replaces AwVariationsConfigurationService. The remaining AwVariations* functionality (downloading seeds from the remote variations server into the local WebView service, and serializing the seeds to and from flash) will be replaced in a separate commit. Downloading and serializing variations seeds is not yet implemented for WebView, so use dummy seeds for now (3 KB of zeros, simulating the size of an actual WebView variations seed). Enable the new code via either the existing "enable-webview-variations" flag or the "finch-exp" file. This is an empty file created by AGSA to indicate we are in the variations experiment. Run the new tests like so: $ out/*/bin/run_webview_instrumentation_test_apk -f org.chromium.android_webview.\*.Variations\* Design document: https://docs.google.com/document/d/1vLLDfaJb6DQz1RQFthse4i8N_r1wLiVOcLE05i_9KAI/edit?usp=sharing BUG=733857 Change-Id: I1171f7b82276c32ac53ebc1b2d4bec9ed1cfb31d Reviewed-on: https://chromium-review.googlesource.com/954058Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#546205}
-
Reilly Grant authored
The expectations added in r546171 were missing trailing newlines. This patch adds them. Bug: 782958 Change-Id: I6d93ebf17b06fa30e6ca0638766c2c35f046bf0e Tbr: bashi@chromium.org No-Try: true Reviewed-on: https://chromium-review.googlesource.com/982400Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#546204}
-
dpapad authored
This is causing the Extensions page to not display all extensions in such cases. Bug: 823164 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I39ba59b9e1ccd71cca3b5c68fc9d3715949342ec Reviewed-on: https://chromium-review.googlesource.com/981522 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#546203}
-
Eric Seckler authored
It's possible that we advance virtual time past the time of the next task scheduled to execute. In that case, AutoAdvancingVirtualTimeDomain::DelayTillNextTask should instruct the TaskQueueManager to run the task immediately. Bug: 777763 Change-Id: I90a2501df05334d9971e8518717bacd9ae95693d Reviewed-on: https://chromium-review.googlesource.com/982113 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#546202}
-
Daniel Erat authored
Make PowerManagerClient iterate over a map of (signal name, function pointer) tuples instead of repeating a bunch of difficult-to-read ConnectToSignal calls. Also switch to in-class initialization of data members. Bug: none Change-Id: Ifff2a30481556c5ff86f83f4ca721b00504d7856 Reviewed-on: https://chromium-review.googlesource.com/981525Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Dan Erat <derat@chromium.org> Cr-Commit-Position: refs/heads/master@{#546201}
-
https://pdfium.googlesource.com/pdfium.git/+log/5098b2528487..68df02a489d8 $ git log 5098b2528..68df02a48 --date=short --no-merges --format='%ad %ae %s' 2018-03-27 dsinclair Cleanup CXFA_LocaleMgr Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-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. TBR=dsinclair@chromium.org Change-Id: If3b365f338a1d953c184339c36ce2f386a18e77e Reviewed-on: https://chromium-review.googlesource.com/980922Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#546200}
-
sczs authored
Bug: 822987 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Icb56645549412651656dafa6ecbbf869d3cba2b4 Reviewed-on: https://chromium-review.googlesource.com/982364 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#546199}
-
Xi Cheng authored
Bug: 734095 Change-Id: Ie7226ab3811c7615ab7a077a243f744effa4ca5e Reviewed-on: https://chromium-review.googlesource.com/979115 Commit-Queue: Xi Cheng <chengx@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#546198}
-
yiyix authored
I used a size_t type variable to record the total number of pixels on screen for some UMA metrics. However, with extreme large DrawQuads, size_t is not enough to store the total number of pixels. Bug: 824528 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I1309ae31757da3b8e9ae689910575e8fa2ed2316 Reviewed-on: https://chromium-review.googlesource.com/976626Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#546197}
-
Penny MacNeil authored
Remove "WinSboxForceMsSigned" feature off switch. The mitigation has been on for all sandboxed child processes since M62. R: forshaw@chromium.org BUG: 750886 Change-Id: I9ea899e512d16db110fe9da33fa2d50758c3da82 Reviewed-on: https://chromium-review.googlesource.com/972360 Commit-Queue: Penny MacNeil <pennymac@chromium.org> Reviewed-by:
James Forshaw <forshaw@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#546196}
-
Aaron Gable authored
R=bratell@opera.com, dpranke@chromium.org Bug: 825979 Change-Id: Ifd49620c3fe98408d104e5874bd1204897f8baf3 Reviewed-on: https://chromium-review.googlesource.com/981181Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#546195}
-
Eric Robinson authored
This CL adds a metric that compares the number of ads that load in a cross-origin subframe vs. the number that load in the same origin as the main frame. It counts any ad subframe or subframe of an ad in this metric. Change-Id: I0b0a66c87ee981b3bbd54b86866b7f19195f6b3c Bug: 970908 Reviewed-on: https://chromium-review.googlesource.com/970908Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Cr-Commit-Position: refs/heads/master@{#546194}
-
James Hawkins authored
Waiting to clean up these dependencies in the destructor means the references to BrowserContext happen after BrowserContext has already been torn down (leading to a crash). Bug: 824989 Test: EasyUnlockPrivateApiTest.BrowserContextTearDown Change-Id: I86ef6efb97594f0f066f2b1ecdebbe9d5aa81b83 Reviewed-on: https://chromium-review.googlesource.com/981774Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#546193}
-
Fredrik Hubinette authored
Instead of defaulting everything to BT709, we look at other fields to see if we can make a better guess. Bug: 754986 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: Ie33df88aa50dd6629fa0721995aa33bcd1149d5e Reviewed-on: https://chromium-review.googlesource.com/909336 Commit-Queue: Fredrik Hubinette <hubbe@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#546192}
-
Jonathan Backer authored
Allow RasterDecoderImpl to use some texture copying code by adding methods to DecoderContext (common interface implemented by RasterDecoder and GLES2Decoder). Implement some of the NOTIMPLEMENTED() state restoration code by copying from GLES2DecoderImpl. BUG=789238 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ic23665e8f1d63f20905334dedefdeb77e90c3c40 Reviewed-on: https://chromium-review.googlesource.com/981075 Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#546191}
-
Fredrik Söderquist authored
The test in it's current form imposed too strict requirements on the time that had passed. We cannot guarantee a maximum elapsed time, only a minimum (and barely that...) Rewrite the test to not impose any restriction on the maximum elapsed time. Also convert it to use testharness while at it. Also rewrite/convert the sibling test with setCurrentTime. Bug: 824930 Change-Id: I79882b0189e44790e3096c8346c2a0bf47276dd8 Reviewed-on: https://chromium-review.googlesource.com/981145Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#546190}
-
Justin Novosad authored
This reverts commit 60f840e7. This re-land resolves rendering regression in AndroidWebView by restoring a context reset in ScopedGpuRaster, which was the cause of crbug.com/823232, and the reason for the revert. TBR=piman@chromium.org Bug: 807974, 810159 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I8112ab4e25c9dbf40aa386368815b986e7d4a9d9 Reviewed-on: https://chromium-review.googlesource.com/982098 Commit-Queue: Justin Novosad <junov@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#546189}
-
Xi Cheng authored
Bug: 734095 Change-Id: I688b172764d97c6a759435d227fa8e030bfb82d5 Reviewed-on: https://chromium-review.googlesource.com/979118 Commit-Queue: Xi Cheng <chengx@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#546188}
-
Bernhard Bauer authored
The publisher URL is currently ignored. A followup CL will show it in the UI. Bug: 814365 Change-Id: Id22e423cf5ef756f28b0ab3f92a029267722244b Reviewed-on: https://chromium-review.googlesource.com/980553Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#546187}
-
Simeon Anfinrud authored
Renamed the transform() method into the terser map(), which is more in line with other reactive and functional programming frameworks and languages, and added a filter() method as well. Updated documentation with examples for each. Bug: NONE Test: cast_base_junit_tests, cast_shell_junit_tests Change-Id: I45797698500d829f175e1b350abe71185c03ff7f Reviewed-on: https://chromium-review.googlesource.com/956970 Commit-Queue: Simeon Anfinrud <sanfin@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#546186}
-
Philip Rogers authored
This empty else block was added in [1] and is not used. [1] crrev.com/e6a9a5cd Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ibcb1a26f98ca7a641d069b8bdd612002569a6404 Reviewed-on: https://chromium-review.googlesource.com/982158Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#546185}
-
Charlie Harrison authored
The end goal is to get NavigationSimulator to a state where we can call: simulator->SetAutoAdvance(false); simulator->Start(); And have the simulator *not* spin the run loop in the background. This will help in writing more sophisticated NavigationThrottle tests which use multiple task runners to execute async tasks. This particular CL does a few things: 1. Removes base::RunLoop().RunUntilIdle call. This is not great practice to have in test infra, since it can cause strange interactions with tests and they may start relying on unintentional behavior. 2. Collects various after-throttle checks into closures, to be called when the throttle check complete closure is called (rather than relying on base::RunLoop to keep everything on the stack). This isn't so useful now, but it will if we stop *always* waiting. 3. Slightly modifies checks in various places that relied on some of the behavior that we've changed. Two things changed here: a. "Complete" code internal to the NavigationThrottle now runs directly after throttle checks are complete (when complete_callback_for_testing_ is called on the nav handle), rather than when the RunLoop quits. This caused us to remove one check checking that we've finished the navigation. b. Because we no longer RunUntilIdle() in WaitForThrottleChecksComplete, code that relies on the nav finishing after the post-task in NavigationRequest::OnStartChecksComplete will need to either wait or spin the run loop to see the end of the navigation. This is a pretty small edge case and it is pretty easy to either write a helper to make this explicit or use a WCO. The only test impacted by this change is a NavigationSimulator test, and a test which incidentally relied on this behavior for unrelated reasons. Bug: 822275 Change-Id: Ice6b215fa285a6a944fdf85108303515d109be77 Reviewed-on: https://chromium-review.googlesource.com/961819Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#546184}
-
Rob Percival authored
When memory pressure reaches critical, SingleTreeTracker clears the pending_entries_ map. However, if an inclusion check is in progress for one or more of those pending entries, LogDnsClient will have a pointer to a MerkleAuditProof held in that map. This results in it trying to access freed memory. The fix is to cancel all inclusion checks when this happens. This is done by changing LogDnsClient to provide a "resource handle" when it starts a query, which can be deleted in order to abort the query. Storing this in pending_entries_ assures that all inclusion checks will be aborted when pending_entries_ is cleared. Bug: 811566 Change-Id: I86b7ff880c050b790d219fa0cd50b42839bc0d3e Reviewed-on: https://chromium-review.googlesource.com/939627Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: Rob Percival <robpercival@chromium.org> Cr-Commit-Position: refs/heads/master@{#546183}
-
Daniele Castagna authored
This is a reland of 65ae686a The issue it caused when we originally landed it was fixed in crrev.com/c/981239 Original change's description: > viz: Make primary plane transparent > > This CL enables alpha blending at scanout for the primary plane. > In this way chromecast will be able to punch a hole in the primary > plane and show content underneath. > > Note that on platform using legacy pageflip we'll still be > scanning out without alpha blending (crrev.com/c/964984). > > Bug: 821944, b/74997524 > Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel > Change-Id: I654935dc630f7a9f6cb4717cd574a21a2749c442 > Reviewed-on: https://chromium-review.googlesource.com/976961 > Reviewed-by: Daniel Nicoara <dnicoara@chromium.org> > Commit-Queue: Daniele Castagna <dcastagna@chromium.org> > Cr-Commit-Position: refs/heads/master@{#545478} Bug: 821944, b/74997524 Change-Id: Icfff83119231cd9a1e486719dbb0a25786ea71f2 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Tbr: dnicoara@chromium.org Reviewed-on: https://chromium-review.googlesource.com/980956 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#546182}
-
Nick Harper authored
TBR=elawrence@chromium.org Change-Id: Ia25d5953c3d36d99df8be6da2f36a7dc49ae25e3 Reviewed-on: https://chromium-review.googlesource.com/981516Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
Eric Lawrence <elawrence@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#546181}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 8eb4dff9. With Chromium commits locally applied on WPT: 9236bee6 "[css-typed-om] Stub list-valued tests." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/14785 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: jinho.bang@samsung.com, mathp@chromium.org, rouslan@chromium.org: external/wpt/payment-handler TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: Ia964bcec2c0ae28f843ce5ed3d9a676470a8149e Reviewed-on: https://chromium-review.googlesource.com/980678 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#546180}
-
Shimi Zhang authored
This CL 1) Removed an obsolete TODO. 2) Removed MenuDescriptor, we are not taking adavantage of it. Bug: 825381 Change-Id: Iba22809a0046150165ec4e1c265c00e77b567898 Reviewed-on: https://chromium-review.googlesource.com/978886Reviewed-by:
Pedro Amaral <amaralp@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#546179}
-
Wei Li authored
Add one histogram enum for recording the PDF page or document composition status. And collect such status information in browser. This is used for monitoring the execution of PDF compositor service. BUG=824867 Change-Id: I2f6496195cd4ada40f0f03366997f8aa2c9f942a Reviewed-on: https://chromium-review.googlesource.com/980900Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#546178}
-
Mohamed Heikal authored
This reverts commit 2cc853c1 and 9b4f3568 Reason for revert: Perf regression in webview start time Bug: 821425 TBR=mheikal@chromium.org Original change's description: > Android: Only rewrite resource ids that start with 0x7f > > Some resources listed in R.java start with a 0x01 prefix/package id. > These resources should not have their package id rewritten when in > webview mode. > > Change-Id: If3957c4bf2b5e34b5ceeb7589f7ca4e960cdd43f > Reviewed-on: https://chromium-review.googlesource.com/952097 > Reviewed-by: agrieve <agrieve@chromium.org> > Commit-Queue: Mohamed Heikal <mheikal@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542152} Change-Id: I60902726262e14d5d7c08c7e2ebc8a7e85ed658f Reviewed-on: https://chromium-review.googlesource.com/978562 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#546177}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2943c641..bea84ab8 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I35970f44835269c3b99cd4c0c462eb59b2f29d2d Reviewed-on: https://chromium-review.googlesource.com/980675Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#546176}
-
Zhiqiang Zhang authored
This CL lies out the directory layout for CAF migration. The migrated code will reside in caf/, in parallel of cast/. The migrated code is guarded behind a feature flag. Bug: 711860 Change-Id: Iddfe9e3ce3103fae876c9c151c96aba2ef99354f Reviewed-on: https://chromium-review.googlesource.com/977232Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Zhiqiang Zhang <zqzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#546175}
-
Finnur Thorarinsson authored
Notifications can be disabled for a number of reasons. This logs those reasons with UMA. Bug: 734095 Change-Id: I05e61b287312a42707d78415d2186909fae87fb7 Reviewed-on: https://chromium-review.googlesource.com/980559Reviewed-by:
Xi Cheng <chengx@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#546174}
-
Zhiheng Vincent Li authored
Bug: b/76458625 Change-Id: I157d04a4b60fb7e206ee6f90d7f344801a7708af Reviewed-on: https://chromium-review.googlesource.com/982009Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Zhiheng(Vincent) Li <vincentli@google.com> Cr-Commit-Position: refs/heads/master@{#546173}
-
Stephen McGruer authored
Bug: 699244 Change-Id: Ia85a44be9d9f7b0d0db382892520f2755523f514 Reviewed-on: https://chromium-review.googlesource.com/980236Reviewed-by:
Robert Flack <flackr@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#546172}
-
Reilly Grant authored
This test has additional failures when run with the NetworkService flag. Bug: 782958 Change-Id: Ia331cb3e2f92df49c1fac7a10bac4ddb859feeed Tbr: bashi@chromium.org No-Try: true Reviewed-on: https://chromium-review.googlesource.com/981402Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#546171}
-