Bug 168209

Summary: Web Inspector: expose system user interface layout direction through InspectorFrontendHost
Product: WebKit Reporter: Blaze Burg <bburg>
Component: Web InspectorAssignee: Blaze Burg <bburg>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, inspector-bugzilla-changes, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Fix joepeck: review+, joepeck: commit-queue-

Blaze Burg
Reported 2017-02-12 14:26:36 PST
We already know this in WK2, just plumb it through to the frontend.
Attachments
Proposed Fix (10.45 KB, patch)
2017-02-12 14:32 PST, Blaze Burg
joepeck: review+
joepeck: commit-queue-
Blaze Burg
Comment 1 2017-02-12 14:26:51 PST
Blaze Burg
Comment 2 2017-02-12 14:32:22 PST
Created attachment 301318 [details] Proposed Fix
Joseph Pecoraro
Comment 3 2017-02-13 18:02:16 PST
Comment on attachment 301318 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=301318&action=review r=me > Source/WebCore/inspector/InspectorFrontendHost.h:2 > + * Copyright (C) 2007, 2017 Apple Inc. All rights reserved. Nit: 2007-2017 I think is the new way to avoid endless commas. (here and elsewhere) > Source/WebCore/inspector/InspectorFrontendHost.idl:45 > + DOMString userInterfaceLayoutDirection(); I'd expect an InspectorFrontendHostStub implementation of this.
Blaze Burg
Comment 4 2017-02-13 18:30:38 PST
Note You need to log in before you can comment on or make changes to this bug.