зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1351795
- part 1: Remove console.timeline and timelineEnd. r=baku
MozReview-Commit-ID: DLoqGD5NDwt --HG-- extra : rebase_source : 43b55175f9ba1671e8269a227078e205581c8f1c
This commit is contained in:
Родитель
ab282a14d4
Коммит
c28f35b424
|
@ -260,8 +260,6 @@ const WorkerSandbox = Class({
|
|||
clear: genPropDesc('clear'),
|
||||
dirxml: genPropDesc('dirxml'),
|
||||
markTimeline: genPropDesc('markTimeline'),
|
||||
timeline: genPropDesc('timeline'),
|
||||
timelineEnd: genPropDesc('timelineEnd'),
|
||||
timeStamp: genPropDesc('timeStamp'),
|
||||
};
|
||||
|
||||
|
|
|
@ -41,8 +41,6 @@ function doTest() {
|
|||
"clear": "function",
|
||||
"dirxml": "function",
|
||||
"markTimeline": "function",
|
||||
"timeline": "function",
|
||||
"timelineEnd": "function",
|
||||
"timeStamp": "function",
|
||||
};
|
||||
|
||||
|
|
|
@ -46,10 +46,6 @@ namespace console {
|
|||
// No-op methods for compatibility with other browsers.
|
||||
[BinaryName="noopMethod"]
|
||||
void markTimeline();
|
||||
[BinaryName="noopMethod"]
|
||||
void timeline();
|
||||
[BinaryName="noopMethod"]
|
||||
void timelineEnd();
|
||||
|
||||
[ChromeOnly]
|
||||
const boolean IS_NATIVE_CONSOLE = true;
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
[console-timeline-timelineEnd-historical.any.worker.html]
|
||||
type: testharness
|
||||
['timeline' function should not exist on the console object]
|
||||
expected: FAIL
|
||||
|
||||
['timelineEnd' function should not exist on the console object]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[console-timeline-timelineEnd-historical.any.html]
|
||||
type: testharness
|
||||
['timeline' function should not exist on the console object]
|
||||
expected: FAIL
|
||||
|
||||
['timelineEnd' function should not exist on the console object]
|
||||
expected: FAIL
|
||||
|
Загрузка…
Ссылка в новой задаче