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:
btian 2017-05-09 11:39:27 +08:00
Родитель ab282a14d4
Коммит c28f35b424
4 изменённых файлов: 0 добавлений и 25 удалений

Просмотреть файл

@ -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