Skip to content

Commit a1bc6c2

Browse files
committed
Minor README updates
1 parent d76259b commit a1bc6c2

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.org

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,34 @@ See [[#additional-information][Additional Information]] for a list of difference
3737
To reset the session list you can M-x chrome-reset RET which will purge all
3838
active sessions from the session list.
3939

40-
To add another chrome devtools session on a different port you can M-x
40+
To add another Chrome DevTools session on a different port you can M-x
4141
chrome-connect RET
4242

43-
NOTE: you can connect as many concurrent and independent Chrome Devtools
43+
NOTE: you can connect as many concurrent and independent Chrome DevTools
4444
connections sessions as you require, mixing both local and remote Chrome
4545
instances in a seamless Emacs orchestration experience.
4646

47-
Advanced users may manage the addition and removal of Devtools session via
48-
the chrome--devtools-session alist, which consists of (port . host) pairs,
47+
Advanced users may manage the addition and removal of DevTools session via
48+
the chrome-sessions alist, which consists of (port . host) pairs,
4949
e.g. '(9222 . "127.0.0.1"). This facilates e.g. user specified functions
5050
that also manage spawning ephemeral Chrome instances with a managed range of
51-
Devtools ports.
51+
DevTools ports.
5252

5353
* Security Warning
5454

5555
Note that anyone with access to this port can both inspect and influence your
5656
Chrome Session. It may be possible to bypass CORS in certain scenarios and
5757
this may expose you to security risks. Do not use this on multi-user systems
58-
or expose Devtools API endpoints in untrusted network environments.
58+
or expose DevTools API endpoints in untrusted network environments.
5959

60-
You can read more about the Devtools protocol here:
60+
You can read more about the DevTools protocol here:
6161

6262
https://chromedevtools.github.io/devtools-protocol/
6363

6464
* Additional Information
6565

66-
A list of differences with osa-chrome.el is included below. These stem from
67-
the underlying APIs (chrome-devtools vs macOS automation).
66+
A partial list of differences with osa-chrome.el is included below.
67+
These stem from the underlying APIs (DevTools vs macOS automation).
6868

6969
+ When visiting a tab, chrome.el always raises the Chrome window, unlike
7070
osa-chrome.el where this is up to the user.
@@ -74,11 +74,10 @@ the underlying APIs (chrome-devtools vs macOS automation).
7474
loads, typically a small fraction of all tabs. osa-chrome.el retrieves
7575
and is able to control all tabs.
7676

77-
+ chrome.el is only able to show one active tab. This means that when
78-
controlling tabs from multiple windows / multiple Chrome instances, some
79-
active tabs will not be shown as "active" in Emacs. This issue does not
80-
exist in osa-chrome.el which is able to accurately track and display all
81-
active tabs.
77+
+ chrome.el is only able to show one active tab per Chrome session. This
78+
means that when controlling tabs from multiple windows, some active tabs
79+
will not be shown as "active" in Emacs. This issue does not exist in
80+
osa-chrome.el which is able to accurately track and display all active tabs.
8281

8382
+ chrome.el does not maintain an exact ordering of tabs as displayed in Chrome.
8483
osa-chrome.el tabs are always displayed in exactly the same order as they are

0 commit comments

Comments
 (0)