-
Notifications
You must be signed in to change notification settings - Fork 89
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Bush2021/chrome_plus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Bush2021/chrome_plus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 18 files changed
- 3 contributors
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e524a9 - Browse repository at this point
Copy the full SHA 5e524a9View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd0f7b2 - Browse repository at this point
Copy the full SHA fd0f7b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f38e7c - Browse repository at this point
Copy the full SHA 4f38e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff38f0 - Browse repository at this point
Copy the full SHA 2ff38f0View commit details
Commits on Jul 19, 2024
-
fix: reimplement
IsOnBookmark
to fix #93The code changes in this commit improve the bookmark handling logic. Specifically, the `IsOnMenuBookmark` function has now been merged into `IsOnBookmark`, and the associated functions have been merged/removed as well. `IsOnBookmark` now directly recursively checks for `ROLE_SYSTEM_PUSHBUTTON` or `ROLE_SYSTEM_MENUITEM` under the `hwnd` of `Chrome_Widget_`, so it is no longer necessary to handle bookmarks on the bookmarks bar and bookmarks in bookmark folders with two separate functions. The reimplemented function also resolves #93, as it avoids misjudgments caused by raw traversal of invisible nodes. Co-authored-by: Ritchie1108 <Ritchie1108@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b204396 - Browse repository at this point
Copy the full SHA b204396View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7bfa9d - Browse repository at this point
Copy the full SHA f7bfa9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58b0f68 - Browse repository at this point
Copy the full SHA 58b0f68View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a86f66 - Browse repository at this point
Copy the full SHA 8a86f66View commit details
Commits on Aug 2, 2024
-
fix: quick clicking on close button triggers double-click close command
Since the close button is a child element of the page tab, quickly clicking the close button can trigger `HandleDoubleClick`, leading to incorrect command execution. The correct behavior should be to revert to the browser's original operation behavior. This commit adds a rough `IsOnCloseButton` check, which simply traverses push buttons and checks if the mouse is over it. It cannot be used alone to accurately identify the close button, so it is recommended to call it in conjunction with `IsOnOneTab`.
Configuration menu - View commit details
-
Copy full SHA for 085aca9 - Browse repository at this point
Copy the full SHA 085aca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 917361a - Browse repository at this point
Copy the full SHA 917361aView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4be523d - Browse repository at this point
Copy the full SHA 4be523dView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d699e08 - Browse repository at this point
Copy the full SHA d699e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac253f0 - Browse repository at this point
Copy the full SHA ac253f0View commit details
There are no files selected for viewing