| browser.toml |
|
1370 |
- |
| browser_calendarDialog.js |
|
38096 |
- |
| browser_calendarDialogAcceptance.js |
|
3500 |
- |
| browser_calendarDialogAsyncLoadPosition.js |
|
2750 |
- |
| browser_calendarDialogAttachment.js |
|
3611 |
- |
| browser_calendarDialogAttachmentsList.js |
Check that an attachment item was passed the expected data.
@param {number} index - Index of the attachment.
@param {string} uri - The expected URI to be passed to it.
@param {string} icon - The URI of the icon for the attachment.
|
2610 |
- |
| browser_calendarDialogAttendee.js |
|
3913 |
- |
| browser_calendarDialogAttendeesRow.js |
|
5822 |
- |
| browser_calendarDialogCategories.js |
|
4027 |
- |
| browser_calendarDialogDateRow.js |
|
2040 |
- |
| browser_calendarDialogDescriptionRow.js |
|
4465 |
- |
| browser_calendarDialogFirstLoad.js |
|
2832 |
- |
| browser_calendarDialogIntegration.js |
Clean up the state of the calendar tab by closing the dialog and removing the
event used for the test.
@param {CalendarDialog} dialog - The calendar dialog that was opened in the
test.
@param {Element} eventBox - The event box holding the event the dialog was
opened for. Usually this was resolved to by |openAndShowEvent|.
|
12504 |
- |
| browser_calendarDialogIntegrationDisabled.js |
|
391 |
- |
| browser_calendarDialogPositionDurationsSize0.js |
|
385 |
- |
| browser_calendarDialogPositionDurationsSize1.js |
|
385 |
- |
| browser_calendarDialogPositionDurationsSize2.js |
|
385 |
- |
| browser_calendarDialogPositionDurationsSize3.js |
|
385 |
- |
| browser_calendarDialogPositions0.js |
|
409 |
- |
| browser_calendarDialogPositions1.js |
|
409 |
- |
| browser_calendarDialogPositions2.js |
|
409 |
- |
| browser_calendarDialogRemindersRow.js |
|
3334 |
- |
| browser_calendarDialogRow.js |
|
1472 |
- |
| browser_calendarDialogSubviewManager.js |
|
5991 |
- |
| browser_disabled.toml |
|
346 |
- |
| browser_positionedDialog.js |
Setup the trigger, container, and dialog for dialog position then
open the dialog and return its DomRect.
@param {DOMRect} options - The trigger, container and dialog options to
setup.
@returns {DOMRect}
|
21278 |
- |
| files |
|
|
- |
| head.js |
Creates and registers a new calendar with the calendar manager. The
created calendar will be set as the default calendar.
@param {object} options - Options to create the calendar with.
@param {string} options.name [name="Test"] - Name.
@param {string} options.type [type="storage"] - Type.
@param {string} [options.color] - Color of the calendar.
@returns {calICalendar}
|
19776 |
- |