Movatterモバイル変換
[0]ホーム
- fc7952f0[tracing] Delete base/trace_event/base_tracing.hby Etienne Pierre-doray· 6 weeks ago
- 84e7ad4Remove base::NotFatalUntil::M135 usageby Daniel Cheng· 8 weeks ago
- 604e91f[cleanup] Replace base::ranges with std::ranges: ipc/by Peter Kasting· 6 months ago
- fb40835Remove the MojoChannelAssociatedCrashesOnSendError feature.by François Doray· 9 months ago
- 4b18d0cReplace ABSL_ATTRIBUTE_* with base/ macros.by Peter Kasting· 10 months ago
- c9fe4606Remove kMojoFixAssociatedHandleLeak Feature Flagby janiceliu· 1 year, 1 month ago
- 927a082[ipc] Add feature to report possible skipped message in ChannelAssociatedGroupController.by François Doray· 1 year, 2 months ago
- 81f4f2c7Migrate TODOs referencing old crbug IDs to the new issue tracker IDsby Alison Gale· 1 year, 3 months ago
- c1b27caMojo: Fix associated interface endpoint leaksby Ken Rockot· 1 year, 3 months ago
- 5bc3326cCleanup: Format <optional> include order.by Arthur Sonzogni· 1 year, 5 months ago
- 133b2d9Rewrite std::set<T*> into std::set<raw_ptr<T, SetExperimental>>by Ali Hijazi· 1 year, 5 months ago
- f8ec16da2[ipc] Add thread safety checks in ipc::ChannelAssociatedGroupController.by François Doray· 1 year, 6 months ago
- 80649802Disable MojoChannelAssociatedSendUsesRunOrPostTask by default.by François Doray· 1 year, 6 months ago
- fad1b8b[mojo] Use RunOrPostTask to send message on channel-assoc. interface.by François Doray· 1 year, 7 months ago
- 59ac822Rename {absl => std}::optional in minor top-level dirsby Arthur Sonzogni· 1 year, 8 months ago
- cd4c1f1Reland: Fix IPC Channel pipe teardownby Ken Rockot· 1 year, 8 months ago
- 0e42786Revert "Fix IPC Channel pipe teardown"by Igor Kraskevich· 1 year, 8 months ago
- 6864546Fix IPC Channel pipe teardownby Ken Rockot· 1 year, 8 months ago
- cf0f172Mojo: Introduce [SupportsUrgent] and UrgentMessageScopeby Scott Haseley· 1 year, 9 months ago
- 32708269Fix a deadlock when sending sync mojo messagesby Xuehui Xie· 2 years, 1 month ago
- 525a014Use thread_local: ipc/by Peter Kasting· 2 years, 4 months ago
- cac43f2Update header includes for /base/functional in /h* and /i*by Avi Drissman· 2 years, 6 months ago
- e672a66task posting v3: remove includes of runner handles and IWYU task runnersby Sean Maher· 2 years, 6 months ago
- ff2ca67bDanglingPtr: Enforce receivers to have MayBeDangling<T> argumentby Paul Semel· 2 years, 7 months ago
- 7308d4bMojo: Remove MessageQuotaCheckerby Ken Rockot· 2 years, 7 months ago
- 120b4b0Mojo: Fix potential UAF in IPC Channelby Ken Rockot· 2 years, 8 months ago
- 2bf6f29[UnsafeDanglingUntriaged] ipc/ipc_mojo_bootstrap.ccby Ari Chivukula· 2 years, 8 months ago
- c1b0023[BRP] Apply raw_ptr rewriterby Keishi Hattori· 2 years, 8 months ago
- b6f9212Mojo: Disable sync call interrupts in the browserby Ken Rockot· 2 years, 9 months ago
- b0ce484[Reland] DanglingPtr: fix dangling ptr for UnretainedWrapperby Paul Semel· 2 years, 10 months ago
- cfa0a258Revert "DanglingPtr: fix dangling ptr for UnretainedWrapper"by Andrew Grieve· 2 years, 10 months ago
- 21c70d1DanglingPtr: fix dangling ptr for UnretainedWrapperby Paul Semel· 2 years, 10 months ago
- ea1be23Update copyright headers in ipc/, ios/, infra/by Avi Drissman· 2 years, 10 months ago
- 24027abc[tracing] Merge ScopedIpcHash and mojo Receive message events.by Alexander Timin· 3 years, 5 months ago
- 0747c94mojo/ipc: Drop messages targeting invalid task runnerby Ken Rockot· 3 years, 7 months ago
- 0e45c02Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`.by Keishi Hattori· 3 years, 8 months ago
- 5666ff4Remove most remaining unused "base/macros.h"by Peter Boström· 3 years, 8 months ago
- 896f137Remove all DISALLOW_COPY_AND_ASSIGNsby Peter Boström· 3 years, 9 months ago
- da1f2c5[tracing] Refactor flow events for mojo tracing.by Alexander Timin· 3 years, 9 months ago
- 643cdf6Replace base/task/ temporary forward headers with their final locationsby Patrick Monette· 3 years, 9 months ago
- 3d7d7092Replace task-related headers to their equivalent in base/task/by Patrick Monette· 3 years, 9 months ago
- c68c5aaScript remove more DISALLOW_COPY_AND_ASSIGNsby Peter Boström· 3 years, 10 months ago
- a55ea671gpu: Migrate Media GPU VDA IPCs to Mojoby Ken Rockot· 4 years, 1 month ago
- 9fae8bcdDefer IPC Channel receiving until safeby Ken Rockot· 4 years, 2 months ago
- c5cc0273Reland "GPU: Introduce CommandBuffer Mojo interface"by Ken Rockot· 4 years, 2 months ago
- fe432e76Revert "Crash on late Channel-associated endpoint binding"by Greg Thompson· 4 years, 2 months ago
- e4fe61fCrash on late Channel-associated endpoint bindingby Ken Rockot· 4 years, 2 months ago
- fbbd444Reland "Allow earlier association of Channel interfaces"by Ken Rockot· 4 years, 2 months ago
- fe45c246Mojo: Separate Connector construction and initby Ken Rockot· 4 years, 2 months ago
- 676e37cRevert "Allow earlier association of Channel interfaces"by Ken Rockot· 4 years, 2 months ago
- 509586fAllow earlier association of Channel interfacesby John Abd-El-Malek· 4 years, 2 months ago
- fdfbdc6Revert "GPU: Introduce CommandBuffer Mojo interface"by John Abd-El-Malek· 4 years, 2 months ago
- 1b1ee65GPU: Introduce CommandBuffer Mojo interfaceby Ken Rockot· 4 years, 2 months ago
- 812c539Do IWYU for base/containers/contains.h in various directories.by Lei Zhang· 4 years, 2 months ago
- 1f42a45ios, ipc, jingle: Replace base::Optional with absl::optionalby Anton Bikineev· 4 years, 2 months ago
- 5b3136cMojo: Fix [NoInterrupt] sync waitsby Ken Rockot· 4 years, 3 months ago
- 5427297Mojo: Introduce [NoInterrupt] attributeby Ken Rockot· 4 years, 3 months ago
- 9f69e16Fix off-thread sync waits on SharedRemoteby Ken Rockot· 4 years, 3 months ago
- 8e40064Add some trace events to clarify in traces which code is running.by Stephen Nusko· 4 years, 10 months ago
- 8b1cf11Add ScopedSetIpcHash to channel-associated IPCs when task is posted.by Harkiran Bolaria· 4 years, 10 months ago
- 875dd0d[bfcache] Update IPC hash setting functionality in mojo and add unit tests + browser test for IPC tracking to frames in cacheby Harkiran Bolaria· 4 years, 10 months ago
- 408a56a8Change how oversized IPCs are handledby Ken Rockot· 5 years ago
- cd23f75Clean up non-inclusive language in //mojo and //ipcby Ken Rockot· 5 years ago
- 4ed044fReland "Remove/replace unnecessary logging.h includes in .cc files (ipc)"by Hans Wennborg· 5 years ago
- 62978b2Android builders on perf waterfall started failing since this commit. Reverting this change to mitigate.by Wenbin Zhang· 5 years ago
- ba6e417cRemove/replace unnecessary logging.h includes in .cc files (ipc)by Hans Wennborg· 5 years ago
- 0825fc3e[base] Apply BindOnceRewriter in //ipcby Jan Wilken Dörrie· 5 years ago
- a40d4847Check for NULL before dereferencing connector_by Bruce Dawson· 5 years ago
- 1494205b[base] Apply PassedToMoveRewriter from BaseBindRewritersby Jan Wilken Dörrie· 5 years ago
- eb2366a[mojo] Introduce an async flush APIby Ken Rockot· 6 years ago
- fb888f0Convert ipc to Once/Repeating variants of Bind/Callback. (pt 2)by Matt Falkenhagen· 6 years ago
- 5c5a652Use base::FastHash() in //ipcby Daniel Cheng· 6 years ago
- d655dd65fPush message pipe back pressure back to IPC::ChannelProxy.by Sigurdur Asgeirsson· 6 years ago
- f2df43eSeparate mojo validators and filters.by Dave Tapuska· 6 years ago
- 903b34bConvert mojom::Channel to new Mojo typesby Julie Jeongeun Kim· 6 years ago
- 73c901e[base] Remove base::Contains{Key,Value}by Jan Wilken Dörrie· 6 years ago
- bc86cb7Add count also in memory dump eventsby ssid· 6 years ago
- 4fede455[ipc] Fix potential shutdown deadlockby Ken Rockot· 6 years ago
- 0348442Track interface name of top queued IPC messageby Siddhartha S· 6 years ago
- f448cc9Use base::BindOnce for PostTask callbacks.by kylechar· 6 years ago
- 6d0558fdInclude base/bind.h in the files that use it.by Sebastien Marchand· 6 years ago
- 471aa794[mojo] Per-message dispatch tasksby Ken Rockot· 7 years ago
- d1cfec1Add top queued IPC message name in dump providerby Siddhartha· 7 years ago
- 138153bIPC: Avoid closing Channel endpoints on errorby Ken Rockot· 7 years ago
- 8984dbcRemove CHECK for IPC message queue sizeby Ken Rockot· 7 years ago
- b29fffc2Avoid unbounded queueing of IPC messages for crashed renderers.by Lukasz Anforowicz· 7 years ago
- fb81dc0Add a message size check to channel-associated interfacesby Ken Rockot· 7 years ago
- 1452023[MessageLoop] Fix IWYU for (SingleThread|Sequenced)TaskRunnerby Gabriel Charette· 7 years ago
- aa20dccMojo Bindings: SequenceLocalSyncEventWatcherby Ken Rockot· 7 years ago
- 2b6de98Add MemoryDumpProviders for RenderProcessHost and IPC Channelsby Ken Rockot· 7 years ago
- 37ddd815Adds CHECKs in pursuit of message leaksby Ken Rockot· 7 years ago
- 3e7284bbEnsure that queued IPC messages can't leakby Ken Rockot· 7 years ago
- a98f110Make IPC::ChannelMojo's proxy task runner changeableby Hajime Hoshi· 8 years ago
- 7bcd8ebfMojo C++ bindings: Revert debugging code for investigating memory corruption issue.by Yuzhu Shen· 8 years ago
- a62d9c0Convert many std::queue to base::queueby Brett Wilson· 8 years ago
- d01fe37Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions.by Yuzhu Shen· 8 years ago
- 160eb92Replace base::MakeUnique with std::make_unique in ipc/.by Jeremy Roman· 8 years ago
- 3439e77Mojo bindings: remove an unnecessary DCHECK.by Yuzhu Shen· 8 years ago
- 9f87fb0Reland "Check whether incoming interface IDs have correct namespace bit."by Yuzhu Shen· 8 years ago
- 5ae4efaRevert "Check whether incoming interface IDs have correct namespace bit."by Walter Korman· 8 years ago
[8]ページ先頭