Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 interface Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface ByteLengthQueuingStrategy 8 interface ByteLengthQueuingStrategy
9 method constructor 9 method constructor
10 method size 10 method size
(...skipping 11 matching lines...) Expand all
22 method delete 22 method delete
23 method has 23 method has
24 method keys 24 method keys
25 method match 25 method match
26 method open 26 method open
27 interface CanvasGradient 27 interface CanvasGradient
28 method addColorStop 28 method addColorStop
29 method constructor 29 method constructor
30 interface CanvasPattern 30 interface CanvasPattern
31 method constructor 31 method constructor
32 interface CircularGeofencingRegion : GeofencingRegion
33 attribute MAX_RADIUS
34 attribute MIN_RADIUS
35 getter latitude
36 getter longitude
37 getter radius
38 method constructor
39 interface Client 32 interface Client
40 getter frameType 33 getter frameType
41 getter id 34 getter id
42 getter url 35 getter url
43 method constructor 36 method constructor
44 method postMessage 37 method postMessage
45 interface Clients 38 interface Clients
46 method claim 39 method claim
47 method constructor 40 method constructor
48 method get 41 method get
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 method constructor 259 method constructor
267 method delete 260 method delete
268 method entries 261 method entries
269 method forEach 262 method forEach
270 method get 263 method get
271 method getAll 264 method getAll
272 method has 265 method has
273 method keys 266 method keys
274 method set 267 method set
275 method values 268 method values
276 interface GeofencingEvent : Event
277 getter id
278 getter region
279 method constructor
280 interface Headers 269 interface Headers
281 method append 270 method append
282 method constructor 271 method constructor
283 method delete 272 method delete
284 method entries 273 method entries
285 method forEach 274 method forEach
286 method get 275 method get
287 method getAll 276 method getAll
288 method has 277 method has
289 method keys 278 method keys
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 getter url 622 getter url
634 method arrayBuffer 623 method arrayBuffer
635 method blob 624 method blob
636 method clone 625 method clone
637 method constructor 626 method constructor
638 method json 627 method json
639 method text 628 method text
640 interface ServiceWorkerGlobalScope : WorkerGlobalScope 629 interface ServiceWorkerGlobalScope : WorkerGlobalScope
641 method constructor 630 method constructor
642 interface ServiceWorkerRegistration : EventTarget 631 interface ServiceWorkerRegistration : EventTarget
643 getter geofencing
644 getter onupdatefound 632 getter onupdatefound
645 getter pushManager 633 getter pushManager
646 getter scope 634 getter scope
647 getter sync 635 getter sync
648 method constructor 636 method constructor
649 method getNotifications 637 method getNotifications
650 method showNotification 638 method showNotification
651 method unregister 639 method unregister
652 method update 640 method update
653 setter onupdatefound 641 setter onupdatefound
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1230 getter port 1218 getter port
1231 getter protocol 1219 getter protocol
1232 getter search 1220 getter search
1233 method constructor 1221 method constructor
1234 method toString 1222 method toString
1235 interface WorkerNavigator 1223 interface WorkerNavigator
1236 getter appCodeName 1224 getter appCodeName
1237 getter appName 1225 getter appName
1238 getter appVersion 1226 getter appVersion
1239 getter connection 1227 getter connection
1240 getter geofencing
1241 getter hardwareConcurrency 1228 getter hardwareConcurrency
1242 getter onLine 1229 getter onLine
1243 getter permissions 1230 getter permissions
1244 getter platform 1231 getter platform
1245 getter product 1232 getter product
1246 getter storage 1233 getter storage
1247 getter userAgent 1234 getter userAgent
1248 method constructor 1235 method constructor
1249 interface webkitIDBCursor 1236 interface webkitIDBCursor
1250 getter direction 1237 getter direction
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 setter oncomplete 1338 setter oncomplete
1352 setter onerror 1339 setter onerror
1353 global object 1340 global object
1354 attribute console 1341 attribute console
1355 attribute internals 1342 attribute internals
1356 getter caches 1343 getter caches
1357 getter clients 1344 getter clients
1358 getter onactivate 1345 getter onactivate
1359 getter onfetch 1346 getter onfetch
1360 getter onforeignfetch 1347 getter onforeignfetch
1361 getter ongeofenceenter
1362 getter ongeofenceleave
1363 getter oninstall 1348 getter oninstall
1364 getter onmessage 1349 getter onmessage
1365 getter onnotificationclick 1350 getter onnotificationclick
1366 getter onnotificationclose 1351 getter onnotificationclose
1367 getter onpush 1352 getter onpush
1368 getter onsync 1353 getter onsync
1369 getter registration 1354 getter registration
1370 method close 1355 method close
1371 method fetch 1356 method fetch
1372 method gc 1357 method gc
1373 method skipWaiting 1358 method skipWaiting
1374 setter onactivate 1359 setter onactivate
1375 setter onfetch 1360 setter onfetch
1376 setter onforeignfetch 1361 setter onforeignfetch
1377 setter ongeofenceenter
1378 setter ongeofenceleave
1379 setter oninstall 1362 setter oninstall
1380 setter onmessage 1363 setter onmessage
1381 setter onnotificationclick 1364 setter onnotificationclick
1382 setter onnotificationclose 1365 setter onnotificationclose
1383 setter onpush 1366 setter onpush
1384 setter onsync 1367 setter onsync
1385 This is a testharness.js-based test. 1368 This is a testharness.js-based test.
1386 PASS Verify the interface of ServiceWorkerGlobalScope 1369 PASS Verify the interface of ServiceWorkerGlobalScope
1387 Harness: the test ran to completion. 1370 Harness: the test ran to completion.
1388 1371
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698