- 02 Apr, 2018 40 commits
-
-
erikchen authored
The syscall madvise(MADV_FREE_REUSE) is used to update accounting for memory-usage, and is intended to be paired with madvise(MADV_FREE_REUSABLE). Bug: 823915 Change-Id: Iedbeebf58c1c8dd85ce25615d0ddcfc5eb1d4afb Reviewed-on: https://chromium-review.googlesource.com/988194Reviewed-by:
Chris Palmer <palmer@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#547538}
-
Daniel Murphy authored
This change is to further investigate crbug/756447: * Fixes some vague error reporting in BlobReader * Adds a feature flag around IDB big value wrapping (and re-enables it) * Adds UMA metrics around blob reading and IDB large value reading. Bug: 756447, 788681 Change-Id: I398fee4e69582e76f0a81449ff26a45ec3abe32f Reviewed-on: https://chromium-review.googlesource.com/988843 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#547537}
-
Alexei Filippov authored
Change-Id: Iea75bf9bce3d1409122b94154c262667696a95f4 Reviewed-on: https://chromium-review.googlesource.com/985966 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#547536}
-
Scott Violet authored
This updates rlz. Targets go from foo_features to foo_buildflags And similarly the header now has buildflags in the name. BUG=814485 TEST=covered by build Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I802e3e09554fc8564c265d6bb6a9df08ec368081 Reviewed-on: https://chromium-review.googlesource.com/990240Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#547535}
-
Eric Holk authored
V8's side of this function fails safely, leaving trap handlers disabled and relying on bounds checks. There's no reason to make this a fatal failure here. This also lets us remove the special cases around sanitizers, operating systems, and architectures, because V8 knows what configurations are supported for trap handlers. Change-Id: I461af9590f336e912f94e5cf169f50ddd985b839 Reviewed-on: https://chromium-review.googlesource.com/988257Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Eric Holk <eholk@chromium.org> Cr-Commit-Position: refs/heads/master@{#547534}
-
rodmartin authored
Session name with '\' or '/' is not valid anymore. Bug: 820546 Change-Id: Ib79acb5902aa8ef5c686e15463258e32519df052 Reviewed-on: https://chromium-review.googlesource.com/981304Reviewed-by:
Georges Khalil <georgesak@chromium.org> Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Martin Rodriguez <rodmartin@google.com> Cr-Commit-Position: refs/heads/master@{#547533}
-
Miguel Casas authored
This reverts commit 5796b828. Reason for revert: We might need to leave the flag around for longer than expected due to field bugs such as crbug.com/809909 Original change's description: > Remove use-monitor-color-space flag > > This CL removes the flag to disable this feature, since it > has been in Beta 66.0.3359.30 without any major problems > so far. > > Bug: 771345 > Change-Id: I7283cc05ded90ca3ec24ba227fc80654ad5f3325 > Reviewed-on: https://chromium-review.googlesource.com/912016 > Reviewed-by: Avi Drissman <avi@chromium.org> > Commit-Queue: Miguel Casas <mcasas@chromium.org> > Cr-Commit-Position: refs/heads/master@{#544122} TBR=avi@chromium.org,mcasas@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 771345 Change-Id: Ic6b32229d9fea3c5e3d47d06dbbb596f854fa647 Reviewed-on: https://chromium-review.googlesource.com/990213Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#547532}
-
danakj authored
The SetTransferableResource path used to be used for renderer compositor frames, but those go directly to the display compositor now. Instead it is used in a couple ChromeOS-specific cases: reflector, and rotation animation, where ChromeOS takes a screenshot and inserts it into another ui::Compositor. Since software resources aren't needed, document this in a comment, and with a DCHECK, and then no need to add SharedBitmapId registration code. R=kylechar@chromium.org Bug: 730660 Change-Id: I1312c4e58a84431bad1d4c5e23432784ccd206fa Reviewed-on: https://chromium-review.googlesource.com/987113 Commit-Queue: Antoine Labour <piman@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#547531}
-
Carlos IL authored
Enabled on trunk since the UMA-over-HTTP experiment will now be ramped to enabled at 1% on stable, and Variations-over-HTTP will be set to disabled at 1% on all channels. Also added a testing config for VariationsHttpDisabled. Bug: 766233 Change-Id: Ie19f57ef7b5535d389d05e277652ff888818d006 Reviewed-on: https://chromium-review.googlesource.com/990086Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#547530}
-
Weidong Guo authored
Folder crashes during closing animation. |activated_folder_item_view_| may be nullptr at that time, so fix it by checking nullptr. BUG=813211 Change-Id: Iff04425a5178d55222195dc44742a83dfe50ae63 Reviewed-on: https://chromium-review.googlesource.com/990714Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Weidong Guo <weidongg@chromium.org> Cr-Commit-Position: refs/heads/master@{#547529}
-
Conley Owens authored
This change adds `priority` to the list of fields in ResourceLoadInfo. Notably, this is important for recording page load metrics when the Network Service is enabled. BUG=816684 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I47fc9bf91ea76ee38acd8bb2bf485a21e88f455f Reviewed-on: https://chromium-review.googlesource.com/986622 Commit-Queue: Conley Owens <cco3@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#547528}
-
Avi Drissman authored
BUG=354380 TEST=existing tests Change-Id: Ia1075716e092ef0edd64eca4907414ac5e10fca2 Reviewed-on: https://chromium-review.googlesource.com/985073 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#547527}
-
Bailey Berro authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/388a231904b1..4725eead5924 $ git log 388a23190..4725eead5 --date=short --no-merges --format='%ad %ae %s' 2018-03-28 baileyberro smbprovider: Add Remount protos Created with: roll-dep src/third_party/cros_system_api Change-Id: I5c5bf21ae3ee1e25b65fdb752bf2595c274d05a0 Reviewed-on: https://chromium-review.googlesource.com/989668Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#547526}
-
Kim Paulhamus authored
Bug: 678885 Change-Id: I0916fcb1e6ec72e2703c0b61f2af04aa53661ffe Reviewed-on: https://chromium-review.googlesource.com/942464 Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#547525}
-
https://webrtc.googlesource.com/src.git/+log/23ffbe78f3b3..a859c1ac3e12 $ git log 23ffbe78f..a859c1ac3 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-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.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ic18df8294cf5e33efdba27575ea9cf1f5369eaa5 Reviewed-on: https://chromium-review.googlesource.com/990089Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#547524}
-
Eugene But authored
iOS apps are not notified if the user opened a file in Extension via Open In.. menu. So the old metric name (No action) was not correct, because this value was reported if the user discarded download or opened in extension. This CL renames the enum and histogram values to "No action or opened via extension". Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I6eea112f9016a46a3a91d094e4dd1b1364b20c2e Reviewed-on: https://chromium-review.googlesource.com/986714 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#547523}
-
John Abd-El-Malek authored
In unit tests, this isn't true as the object is a MockResourceContext. For now the quick fix is to check for the safe browsing service being available before trying to add its throttle, as it isn't set in unit tests. Bug: 828062 Change-Id: Ibb2d65307b72f02fe1e0de27797ca834f01cb184 Reviewed-on: https://chromium-review.googlesource.com/990724Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#547522}
-
Misha Efimov authored
- Add libcronet.so to cronet_tests rpath. - Use trivial ProxyResolutionService to avoid crashes. Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I3a114b098a4d78e4087be948dfd3ce303d6df737 Bug: 813226 Reviewed-on: https://chromium-review.googlesource.com/987521Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Misha Efimov <mef@chromium.org> Cr-Commit-Position: refs/heads/master@{#547521}
-
gogerald authored
Also do not override payment app's name and icon if they are not valid. Change-Id: Ib2b9f2f4d5adca9c3ae8513c1152f878a53cb723 Reviewed-on: https://chromium-review.googlesource.com/986639Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#547520}
-
Peter Kasting authored
We need to clip infobar child elements to the "bar" portion of the infobar. Previously, this couldn't be done simply by clipping to the infobar bounds, because the top arrow meant the infobar bounds extended up past the bar. Now that arrows are dead, |child_container_| is no longer necessary. BUG=none TEST=none Change-Id: Ib9c2ec62638eff1043d6e7a43bdb6648e0a08289 Reviewed-on: https://chromium-review.googlesource.com/989286 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#547519}
-
Mitsuru Oshima authored
The geometry in client controlled uses only for client area, while it is for the entire widget for other cases. This allows each case to implement their own logic to compute the widget bounds. Bug: b/33693796 Test: no functional change. Change-Id: Ie9bb5272d4c4cbf2b86f8f428a3fa8c774490d67 Reviewed-on: https://chromium-review.googlesource.com/990072 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Cr-Commit-Position: refs/heads/master@{#547518}
-
Sergey Markelov authored
Test CustomTypesTest.EasyUnlockProximityRequiredUseAfterInvalidation crashes after test NativeExtensionBindingsSystemUnittest.InitializeContext: # # Fatal error in v8::ToLocalChecked # Empty MaybeLocal. # Received signal 4 ILL_ILLOPN 7f8a3c12c732 ... #4 0x7f8a3c12c732 v8::base::OS::Abort() #5 0x000006bb0dd2 extensions::V8ValueFromScriptSource() Change-Id: I802a95a50fb488623c7dab23c416d1c99fc2ec80 Reviewed-on: https://chromium-review.googlesource.com/989733Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#547517}
-
Seth Hampson authored
This allows to reland the following WebRTC change that was reverted: https://webrtc-review.googlesource.com/c/src/+/65700 The tests will be updated once the change is rolled in. Bug: webrtc:7933 Change-Id: I7e8b3a0b4772d73a7e74a077310a9fa9cda331c2 Reviewed-on: https://chromium-review.googlesource.com/989025 Commit-Queue: Seth Hampson <shampson@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#547516}
-
James Cook authored
Make views::Widget::InitParams::context optional. This cuts some dependencies between //chrome/browser/ui and //ash, which we need to do for go/mustash. Change the default display for windows that supply neither parent nor context to the "root window for new windows" (i.e. the display where the user last activated a window). The old behavior was to always use the primary display. The new behavior is consistent with mash. Fix a couple cases where windows were defaulting to the primary display when they should have been using the display for new windows (e.g. task manager when all browsers are closed). Bug: 826569 Test: covered by tests Change-Id: I4571c3c7066b4247559d43e7b1192ef8411f8919 Reviewed-on: https://chromium-review.googlesource.com/988732 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#547515}
-
Jiaquan He authored
SearchResult::distance_from_origin_ is generated in ui and used in chrome only for metrics. Bug: 733662 Change-Id: I2ecc9d2f666b95fa9f487332b6210a5342850000 Reviewed-on: https://chromium-review.googlesource.com/990199Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jiaquan He <hejq@google.com> Cr-Commit-Position: refs/heads/master@{#547514}
-
Penny MacNeil authored
1) third_party_dlls cleanup on init failure. 2) LogLoadAttempt() arguments now std::strings. 3) IsModuleListed() now takes hashes instead of data. (In practice, the caller needs to hold the hashes.) 4) Expose GetFingerprintHash() utility function from packed_list_file files, which takes required data and generates the expected hash string. 5) Drop in an empty shell for the hook files. Next CL will include the contents. Bug=769590 Test=chrome_elf_unittests.exe, ThirdParty* Change-Id: I541e489cf9dc2dd1448b84b283ca96593f025c13 Reviewed-on: https://chromium-review.googlesource.com/982492 Commit-Queue: Penny MacNeil <pennymac@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#547513}
-
David Bertoni authored
Bug: 815060 Change-Id: I358fca7bfeb19ef035703f37318f7eb0c90d7015 Reviewed-on: https://chromium-review.googlesource.com/976550Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#547512}
-
Shimi Zhang authored
Add "Q" to the isAtLeastP implementation in BuildInfo.java Bug: 828053 Change-Id: Ifabf73529577332c3cf6e889f1f22d70990d1c94 Reviewed-on: https://chromium-review.googlesource.com/990632Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#547511}
-
Steven Holte authored
Change-Id: If0b061398f6f6c3977abf710d45602f2556650c2 Reviewed-on: https://chromium-review.googlesource.com/978942Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#547510}
-
Krishna Govind authored
R=abdulsyed@chromium.org Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I6da77c5c688df277827c7382eb9d4fd12a2b050b Reviewed-on: https://chromium-review.googlesource.com/990652Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#547509}
-
Wez authored
EnsureProcessTerminated() is used by a parent process to ensure that a child process it expects should exit "soon" actually does so. The child process is asynchronously monitored, and forcibly terminated if it fails to exit in a timely manner. Under POSIX platforms the child process Id is also reaped with waitpid(), to release its exited "zombie" process structure. We had ended up with separate implementations for each platform, each with different properties. This CL makes the following changes: - Reimplements POSIX EnsureProcessTerminated using base::Process. - Provides a common implementation for platforms on which there is no need to waitpid() to cleanup zombie processes. The Mac specialization will be replaced with an asynchronous implementation in a subsequent patch. Bug: 806451, 750756 Change-Id: If251dc13e7ad0a0cffb4f1921897a89305d6cb21 Reviewed-on: https://chromium-review.googlesource.com/920799 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#547508}
-
Scott Violet authored
A lot of this is NOTIMPLEMENTED(), but it's a start. BUG=none TEST=none Change-Id: Icfad2881a20e6da11efff6d048fe64cad8bf7db7 Reviewed-on: https://chromium-review.googlesource.com/987236 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#547507}
-
danakj authored
This uses the new TextureLayer APIs to register SharedBitmapIds instead of using ClientSharedBitmapManager, in order to get the registration in the same IPC channel that the compositor uses for submitting frames that include the Pepper2d shared memory bitmaps. The formula used for this change is: - Change std::unique_ptr<viz::SharedBitmap> to scoped_refptr<cc::CrossThreadSharedBitmap> - Allocate shm with viz::bitmap_allocation instead of with viz::SharedBitmapManager - Generate a SharedBitmapId when allocating and register it with SharedBitmapIdRegistrar - Store ownership of cc::SharedBitmapIdRegistration alongside each cc::CrossThreadSharedBitmap - Remove forward decls/includes for SharedBitmap and SharedBitmapManager (still need for SharedBitmapId) R=piman@chromium.org Bug: 730660 Change-Id: I6018650bde54e966bae07a6621055c9f5eece648 Reviewed-on: https://chromium-review.googlesource.com/986985Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#547506}
-
Mitsuru Oshima authored
BUG=b/33693796 TEST=covered by unittest Change-Id: Ie48bb6e93c3e591fd749b996bd8294f87def0ec6 Reviewed-on: https://chromium-review.googlesource.com/990082Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#547505}
-
Ken Rockot authored
This is to gain some more understanding about how request and response header modifications are used in practice. See bug for more details. Bug: 827582 Change-Id: I589483173d16988f1c0676cd0a6d768da12e1037 Reviewed-on: https://chromium-review.googlesource.com/988237 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#547504}
-
Thomas Guilbert authored
Chrome uses MediaPlayer to handle HLS videos on Android. Starting from Android P, the default return value for isCleartextTrafficPermitted() is changing to false. This breaks MediaPlayer playback. We need to explicitly set the cleartextTrafficPermitted flag, in order to maintain the same behavior as O. Bug: 827265 Change-Id: Id162ff32684ed0caee6e40a071892e883a44ef40 Reviewed-on: https://chromium-review.googlesource.com/988304Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#547503}
-
Ned Nguyen authored
Change-Id: I7251d6d06c993d241233e27b59ca598594a322a9 NOTRY=true # documentation change CL Change-Id: I7251d6d06c993d241233e27b59ca598594a322a9 Reviewed-on: https://chromium-review.googlesource.com/990590 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#547502}
-
danakj authored
This uses the new TextureLayer APIs to register SharedBitmapIds instead of using ClientSharedBitmapManager, in order to get the registration in the same IPC channel that the compositor uses for submitting frames that include the TestPlugin's shared memory bitmaps. The formula used for this change is: - Change std::unique_ptr<viz::SharedBitmap> to scoped_refptr<cc::CrossThreadSharedBitmap> - Allocate shm with viz::bitmap_allocation instead of with viz::SharedBitmapManager - Generate a SharedBitmapId when allocating and register it with SharedBitmapIdRegistrar - Store ownership of cc::SharedBitmapIdRegistration alongside each cc::CrossThreadSharedBitmap - Remove forward decls/includes for SharedBitmap and SharedBitmapManager (still need for SharedBitmapId) However, for TestPlugin a SharedMemory, and thus, a SharedBitmapId, is only given to the compositor a single time ever, and deleted in the ReleaseCallback. As well the SharedMemory is allocated earlier than when it is given to the compositor. So the SharedBitmapId registration is delated from the allocation step to where the SharedMemory is handed to the compositor. But since we only use a SharedMemory once, we can always do the registration there without any conditions. R=piman@chromium.org Bug: 730660 Change-Id: Idaf69b854062482f55d359f7542f576be7df1dd4 Reviewed-on: https://chromium-review.googlesource.com/987096 Commit-Queue: Antoine Labour <piman@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#547501}
-
Eric Noyau authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I26277bdb085fa06f5e9e6419f379b6f3f085e814 Reviewed-on: https://chromium-review.googlesource.com/986259 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#547500}
-
Sergey Ulanov authored
Added simple BrowserContext, NetLog and UrlRequestContextGetter implementations for WebRunner on Fuchsia. Bug: 822474 Change-Id: I15e894b9909253146ab6bb2450ec3ffea2c8ea10 Reviewed-on: https://chromium-review.googlesource.com/988933 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#547499}
-