WebKit Bugzilla
Attachment 346658 Details for
Bug 188359
: Web Inspector: Add another Protocol Version (iOS 12)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[DIFF] iOS 11.3 vs iOS 12.0 differences
11.3-to-12.0.diff (text/plain), 3.49 KB, created by
Joseph Pecoraro
on 2018-08-06 14:24:52 PDT
(
hide
)
Description:
[DIFF] iOS 11.3 vs iOS 12.0 differences
Filename:
MIME Type:
Creator:
Joseph Pecoraro
Created:
2018-08-06 14:24:52 PDT
Size:
3.49 KB
patch
obsolete
>diff --git a/Versions/Inspector-iOS-11.3.json b/Versions/Inspector-iOS-12.0.json >index 4a4886b5732..4685b9ca5a9 100644 >--- a/Versions/Inspector-iOS-11.3.json >+++ b/Versions/Inspector-iOS-12.0.json >@@ -622,6 +622,14 @@ > { "name": "programId", "$ref": "ProgramId" }, > { "name": "disabled", "type": "boolean" } > ] >+ }, >+ { >+ "name": "setShaderProgramHighlighted", >+ "description": "Enable/disable highlighting of the given shader program.", >+ "parameters": [ >+ { "name": "programId", "$ref": "ProgramId" }, >+ { "name": "highlighted", "type": "boolean" } >+ ] > } > ], > "events": [ >@@ -1959,6 +1967,13 @@ > { "name": "enabled", "type": "boolean" } > ] > }, >+ { >+ "name": "setPauseForInternalScripts", >+ "description": "Change whether to pause in the debugger for internal scripts. The default value is false.", >+ "parameters": [ >+ { "name": "shouldPause", "type": "boolean" } >+ ] >+ }, > { > "name": "evaluateOnCallFrame", > "description": "Evaluates expression on a given call frame.", >@@ -2988,7 +3003,11 @@ > "properties": [ > { "name": "deviceScaleFactor", "type": "number" }, > { "name": "viewportSize", "$ref": "Size" }, >- { "name": "frameViewFullSize", "$ref": "Size" } >+ { "name": "pageScaleFactor", "type": "number" }, >+ { "name": "pageZoomFactor", "type": "number" }, >+ { "name": "scrollOffset", "$ref": "Point" }, >+ { "name": "contentInset", "$ref": "Size" }, >+ { "name": "showRulers", "type": "boolean" } > ] > } > ] >@@ -3011,6 +3030,12 @@ > "enum": ["Viewport", "Page"], > "description": "Coordinate system used by supplied coordinates." > }, >+ { >+ "id": "CookieSameSitePolicy", >+ "type": "string", >+ "enum": ["None", "Lax", "Strict"], >+ "description": "Same-Site policy of a cookie." >+ }, > { > "id": "Frame", > "type": "object", >@@ -3072,7 +3097,8 @@ > { "name": "size", "type": "integer", "description": "Cookie size." }, > { "name": "httpOnly", "type": "boolean", "description": "True if cookie is http-only." }, > { "name": "secure", "type": "boolean", "description": "True if cookie is secure." }, >- { "name": "session", "type": "boolean", "description": "True in case of session cookie." } >+ { "name": "session", "type": "boolean", "description": "True in case of session cookie." }, >+ { "name": "sameSite", "$ref": "CookieSameSitePolicy", "description": "Cookie Same-Site policy." } > ] > } > ], >@@ -3161,6 +3187,13 @@ > { "name": "result", "type": "array", "items": { "$ref": "SearchResult" }, "description": "List of search results." } > ] > }, >+ { >+ "name": "setShowRulers", >+ "description": "Requests that backend draw rulers in the inspector overlay", >+ "parameters": [ >+ { "name": "result", "type": "boolean", "description": "True for showing rulers" } >+ ] >+ }, > { > "name": "setShowPaintRects", > "description": "Requests that backend shows paint rectangles",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188359
:
346657
| 346658