1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
|
#############################################################
# #
# AVOID ADDING NEW MESSAGES TO THIS FILE #
# #
# New sync IPC messages will only be approved in #
# exceptional circumstances, and must be reviewed by an IPC #
# peer. Please be prepared with a detailed justification #
# before requesting IPC peer review. #
# #
#############################################################
# gtests
[PQuotaTest::Try_Success_CustomErr_QmIpcFail]
description = Only used by gtests
[PQuotaTest::Try_Success_CustomErr_IpcFail]
description = Only used by gtests
[PQuotaTest::TryInspect_Success_CustomErr_QmIpcFail]
description = Only used by gtests
[PQuotaTest::TryInspect_Success_CustomErr_IpcFail]
description = Only used by gtests
# A11y code
[PDocAccessible::State]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::NativeState]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Name]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Value]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Help]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Description]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Attributes]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::RelationByType]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Relations]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::IsSearchbox]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::LandmarkRole]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::GroupPosition]
description = Legacy a11y IPC. Platform accessibility APIs need to query content synchronously for information.
platform = notwin
[PDocAccessible::CaretLineNumber]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::CaretOffset]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::CharacterCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::SelectionCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TextSubstring]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::GetTextAfterOffset]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::GetTextAtOffset]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::GetTextBeforeOffset]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::CharAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TextAttributes]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::DefaultTextAttributes]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TextBounds]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::CharBounds]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::OffsetAtPoint]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::SelectionBoundsAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::SetSelectionBoundsAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::AddToSelection]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::RemoveFromSelection]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Text]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ReplaceText]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::InsertText]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::CopyText]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::CutText]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::DeleteText]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::PasteText]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ImagePosition]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ImageSize]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::StartOffset]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::EndOffset]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::IsLinkValid]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::AnchorCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::AnchorURIAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::AnchorAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::LinkCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::LinkAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::LinkIndexAtOffset]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableOfACell]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ColIdx]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::RowIdx]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::GetPosition]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ColExtent]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::RowExtent]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::GetColRowExtents]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ColHeaderCells]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::RowHeaderCells]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::IsCellSelected]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableCaption]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSummary]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableColumnCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableRowCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableCellAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableCellIndexAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableColumnIndexAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableRowIndexAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableRowAndColumnIndicesAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableColumnExtentAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableRowExtentAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableColumnDescription]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableRowDescription]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableColumnSelected]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableRowSelected]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableCellSelected]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSelectedCellCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSelectedColumnCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSelectedRowCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSelectedCells]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSelectedCellIndices]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSelectedColumnIndices]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSelectedRowIndices]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSelectColumn]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableSelectRow]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableUnselectColumn]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableUnselectRow]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::TableIsProbablyForLayout]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::AtkTableColumnHeader]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::AtkTableRowHeader]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::SelectedItems]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::SelectedItemCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::GetSelectedItem]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::IsItemSelected]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::AddItemToSelection]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::RemoveItemFromSelection]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::SelectAll]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::UnselectAll]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::DoAction]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ActionCount]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ActionNameAt]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::AccessKey]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::AtkKeyBinding]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::CurValue]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::SetCurValue]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::MinValue]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::MaxValue]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Step]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Language]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::DocType]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Title]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::MimeType]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::URLDocTypeMimeType]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ChildAtPoint]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::Extents]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::ExtentsInCSSPixels]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::DOMNodeID]
description = Legacy a11y IPC
platform = notwin
[PDocAccessible::SyncTextChangeEvent]
description = Legacy a11y IPC
platform = win
[PDocAccessiblePlatformExt::RangeAt]
description = Retrieve a text range given an offset and range type. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::NextClusterAt]
description = Retrieve next character from offset. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::PreviousClusterAt]
description = Retrieve previous character from offset. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::TextForRange]
description = Retrieve flattened string for text range. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::BoundsForRange]
description = Retrieve geometric bounds for text range. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::LengthForRange]
description = Retrieve length of text range. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::OffsetAtIndex]
description = Retrieve text offset at absolute index. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::RangeOfChild]
description = Retrieve text range in parent of child. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::LeafAtOffset]
description = Retrieve text leaf at given offset. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::ApplyPostSearchFilter]
description = Filter a preliminary list of accessibles that match a predicate. Platform API is synchronous, so this needs to be too.
platform = mac
[PDocAccessiblePlatformExt::AttributedTextForRange]
description = Retrieve a text range along with associated attributes given an offset and range type. Platform API is synchronous, so this needs to be too.
platform = mac
# The rest
[PHeapSnapshotTempFileHelper::OpenHeapSnapshotTempFile]
description = legacy sync IPC - please add detailed description
[PBackgroundMutableFile::GetFileId]
description = legacy sync IPC - please add detailed description
[PBackgroundIndexedDBUtils::GetFileReferences]
description = legacy sync IPC - please add detailed description
[PBrowser::SyncMessage]
description = JS MessageManager implementation
[PBrowser::DispatchFocusToTopLevelWindow]
description = legacy sync IPC - please add detailed description
[PBrowser::NotifyIMEMouseButtonEvent]
description = legacy sync IPC - please add detailed description
[PBrowser::RequestIMEToCommitComposition]
description = legacy sync IPC - please add detailed description
[PBrowser::GetInputContext]
description = legacy sync IPC - please add detailed description
[PBrowser::RequestNativeKeyBindings]
description = legacy sync IPC - please add detailed description
[PBrowser::DispatchWheelEvent]
description = Only used by automation tests
[PBrowser::DispatchMouseEvent]
description = Only used by automation tests
[PBrowser::DispatchKeyboardEvent]
description = Only used by automation tests
[PBrowser::DispatchTouchEvent]
description = Only used by automation tests
[PBrowser::EnsureLayersConnected]
description = legacy sync IPC - please add detailed description
[PBrowser::SetSystemFont]
description = test only
[PBrowser::GetSystemFont]
description = test only
[PContent::SyncMessage]
description = JS MessageManager implementation
[PContent::IsSecureURI]
description = legacy sync IPC - please add detailed description
[PContent::PURLClassifier]
description = legacy sync IPC - please add detailed description
[PContent::GetGfxVars]
description = legacy sync IPC - please add detailed description
[PContent::GetClipboard]
description = Legacy synchronous clipboard API
[PContent::ClipboardHasType]
description = Legacy synchronous clipboard API
[PContent::GetExternalClipboardFormats]
description = Retrieve supported clipboard formats synchronously
[PContent::GetIconForExtension]
description = legacy sync IPC - please add detailed description
[PContent::BeginDriverCrashGuard]
description = legacy sync IPC - please add detailed description
[PContent::EndDriverCrashGuard]
description = legacy sync IPC - please add detailed description
[PContent::GetGraphicsDeviceInitData]
description = Retrieve information needed to initialize the graphics device in the content process
[PContent::GetOutputColorProfileData]
description = Retrieve the contents of the output color profile file
[PContent::GetFontListShmBlock]
description = for bug 1514869 - layout code needs synchronous access to font list, but this is used only once per block, after which content directly reads the shared memory
[PContent::InitializeFamily]
description = for bug 1514869 - layout is blocked on needing sync access to a specific font family - used once per family, then the data is cached in shared memory
[PContent::InitOtherFamilyNames]
description = for bug 1514869 - layout is blocked on font lookup, needs complete family-name information - not used after loading is complete
[PContent::GetHyphDict]
description = for bug 1487212 - layout requires hyphenation data from a given omnijar resource - only called once per locale by a given content process
[PContent::RemovePermission]
description = legacy sync IPC - please add detailed description
[PContent::GetA11yContentId]
description = legacy sync IPC - please add detailed description
[PGMP::StartPlugin]
description = legacy sync IPC - please add detailed description
[PGMPService::LaunchGMP]
description = legacy sync IPC - please add detailed description
[PGMPService::GetGMPNodeId]
description = legacy sync IPC - please add detailed description
[PGMPVideoDecoder::NeedShmem]
description = legacy sync IPC - please add detailed description
[PGMPVideoEncoder::NeedShmem]
description = legacy sync IPC - please add detailed description
[PRemoteDecoderManager::Readback]
description = legacy sync IPC - please add detailed description
[PBackgroundStorage::Preload]
description = legacy sync IPC - please add detailed description
[PBackgroundLSDatabase::PBackgroundLSSnapshot]
description = See corresponding comment in PBackgroundLSDatabase.ipdl
[PBackgroundLSSnapshot::SyncCheckpoint]
description = See corresponding comment in PBackgroundLSSnapshot.ipdl
[PBackgroundLSSnapshot::SyncCheckpointAndNotify]
description = See corresponding comment in PBackgroundLSSnapshot.ipdl
[PBackgroundLSSnapshot::SyncFinish]
description = See corresponding comment in PBackgroundLSSnapshot.ipdl
[PBackgroundLSSnapshot::LoadValueAndMoreItems]
description = See corresponding comment in PBackgroundLSSnapshot.ipdl
[PBackgroundLSSnapshot::LoadKeys]
description = See corresponding comment in PBackgroundLSSnapshot.ipdl
[PBackgroundLSSnapshot::IncreasePeakUsage]
description = See corresponding comment in PBackgroundLSSnapshot.ipdl
[PBackgroundSessionStorageCache::Load]
description = See corresponding comment in PBackgroundSessionStorageCache.ipdl
[PRemoteSpellcheckEngine::SetDictionary]
description = legacy sync IPC - please add detailed description
[PGPU::AddLayerTreeIdMapping]
description = legacy sync IPC - please add detailed description
[PGPU::GetDeviceStatus]
description = legacy sync IPC - please add detailed description
[PAPZInputBridge::ReceiveMultiTouchInputEvent]
description = legacy sync IPC - please add detailed description
[PAPZInputBridge::ReceiveMouseInputEvent]
description = legacy sync IPC - please add detailed description
[PAPZInputBridge::ReceivePanGestureInputEvent]
description = legacy sync IPC - please add detailed description
[PAPZInputBridge::ReceivePinchGestureInputEvent]
description = legacy sync IPC - please add detailed description
[PAPZInputBridge::ReceiveTapGestureInputEvent]
description = legacy sync IPC - please add detailed description
[PAPZInputBridge::ReceiveScrollWheelInputEvent]
description = legacy sync IPC - please add detailed description
[PAPZInputBridge::ProcessUnhandledEvent]
description = legacy sync IPC - please add detailed description
[PAPZInputBridge::ReceiveKeyboardInputEvent]
description = legacy sync IPC - please add detailed description
[PCanvasManager::GetSnapshot]
description = Retrieving canvas contents is synchronous (see also, PWebGL::GetFrontBufferSnapshot).
[PCompositorBridge::Initialize]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::WillClose]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::Pause]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::Resume]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::NotifyChildCreated]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::MapAndNotifyChildCreated]
description = bug 1350660
[PCompositorBridge::NotifyChildRecreated]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::FlushRendering]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::WaitOnTransactionProcessed]
description = bug 1364626
[PCompositorBridge::StartFrameTimeRecording]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::StopFrameTimeRecording]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::SyncWithCompositor]
description = legacy sync IPC - please add detailed description
[PCompositorBridge::CheckContentOnlyTDR]
description = legacy sync IPC - please add detailed description
[PCompositorWidget::Initialize]
description = Fallable initialization for the widget. Must be called right after construction before any other messages are sent
platform = win
[PCompositorWidget::EnterPresentLock]
description = Obtain exclusive access to the widget surface. Used to ensure events don't change the surface while it's being used as a render target
platform = win
[PCompositorWidget::LeavePresentLock]
description = Release the exclusive lock that EnterPresentLock obtained
platform = win
[PCompositorWidget::ClearTransparentWindow]
description = Synchronously clear the widget surface. Does not rely on (Enter|Leave)PresentLock. When call returns, window surface has been fully updated with cleared pixel values.
platform = win
[PImageBridge::NewCompositable]
description = legacy sync IPC - please add detailed description
[PUiCompositorController::Pause]
description = legacy sync IPC - please add detailed description
[PUiCompositorController::Resume]
description = legacy sync IPC - please add detailed description
[PUiCompositorController::ResumeAndResize]
description = legacy sync IPC - please add detailed description
[PWebRenderBridge::EnsureConnected]
description = legacy sync IPC - please add detailed description
[PWebRenderBridge::GetSnapshot]
description = legacy sync IPC - please add detailed description
[PWebRenderBridge::SetTestSampleTime]
description = test only
[PWebRenderBridge::LeaveTestMode]
description = test only
[PWebRenderBridge::GetAnimationValue]
description = test only
[PWebRenderBridge::SetAsyncScrollOffset]
description = test only
[PWebRenderBridge::SetAsyncZoom]
description = test only
[PWebRenderBridge::GetAPZTestData]
description = test only
[PWebRenderBridge::GetFrameUniformity]
description = test only
[PWebRenderBridge::ShutdownSync]
description = bug 1377024
[PWebRenderBridge::SyncWithCompositor]
description = WebRender equivalent for PCompositorBridge::SyncWithCompositor
[PHal::GetCurrentBatteryInformation]
description = legacy sync IPC - please add detailed description
[PHal::GetCurrentNetworkInformation]
description = legacy sync IPC - please add detailed description
[PHal::GetWakeLockInfo]
description = legacy sync IPC - please add detailed description
[PHandlerService::FillHandlerInfo]
description = legacy sync IPC - please add detailed description
[PHandlerService::GetMIMEInfoFromOS]
description = Lets unprivileged child processes synchronously get MIME type/handler information from the OS
[PHandlerService::ExistsForProtocolOS]
description = bug 1382323
[PHandlerService::ExistsForProtocol]
description = legacy sync IPC - please add detailed description
[PHandlerService::Exists]
description = legacy sync IPC - please add detailed description
[PHandlerService::GetTypeFromExtension]
description = legacy sync IPC - please add detailed description
[PHandlerService::GetApplicationDescription]
description = Lets unprivileged child processes synchronously get a description of the app that handles a given protocol scheme
[PClientSource::WorkerSyncPing]
description = Synchronous ping allowing worker thread to confirm actor is created. Necessary to avoid racing with ClientHandle actors on main thread.
[PRemoteSandboxBroker::LaunchApp]
description = Synchronous launch of a child process that in turn launches and sandboxes another process. Called on a dedicated thread and targets a dedicated process, so this shouldn't block anything.
[PSandboxTesting::GetSpecialDirectory]
description = Testing only - get a special directory path.
# WebGL internals
[PWebGL::Initialize]
description = Initialization of WebGL contexts is synchronous by spec.
[PWebGL::GetFrontBuffer]
description = Publishing a WebGL frame for compositing is synchronous for now to ensure DOM transaction atomicity.
[PWebGL::OnMemoryPressure]
description = Synchronous to ensure immediate memory pressure relief.
# WebGL spec-synchronous functions
[PWebGL::CheckFramebufferStatus]
description = Checking framebuffer completenss must ask the driver.
[PWebGL::ClientWaitSync]
description = Checking fence-sync completenss must ask the driver.
[PWebGL::CreateOpaqueFramebuffer]
description = Must synchronously check for allocation success.
[PWebGL::DrawingBufferSize]
description = The returned size might be smaller than requested due to allocation failure.
[PWebGL::Finish]
description = Synchronous by spec, but not generally used.
[PWebGL::GetBufferSubData]
description = Retrieving buffer contents is synchronous in the worst case.
[PWebGL::GetFrontBufferSnapshot]
description = Retrieving canvas contents is synchronous.
[PWebGL::ReadPixels]
description = Retrieving WebGL framebuffer contents is synchronous.
# WebGL reflection functions
[PWebGL::GetBufferParameter]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetCompileResult]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetError]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetFragDataLocation]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetFramebufferAttachmentParameter]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetIndexedParameter]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetInternalformatParameter]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetLinkResult]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetNumber]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetQueryParameter]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetRenderbufferParameter]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetSamplerParameter]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetShaderPrecisionFormat]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetString]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetTexParameter]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetUniform]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::GetVertexAttrib]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::IsEnabled]
description = Reflection is cold code, but synchronous by spec.
[PWebGL::ValidateProgram]
description = Reflection is cold code, but synchronous by spec.
# -
[PIPCClientCerts::FindObjects]
description = Finds certificates and private keys in the parent process. As this is called from PKCS#11, there is no way to make this asynchronous.
[PIPCClientCerts::Sign]
description = Performs a signature on given data with a key corresponding to the given identifier. This is called from PKCS#11, so there is no way to make this asynchronous.
# -
[PRemoteQuotaObject::MaybeUpdateSize]
description = This must be synchronous until quota file streams become non-blocking. The synchronous message is never used on the main thread or the PBackground thread or a DOM worker threed.
#############################################################
# AVOID ADDING NEW MESSAGES TO THIS FILE #
# see comment at top of file #
#############################################################
|