-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows desktop capture extract exe name and window position #111
Open
Adihan1
wants to merge
3
commits into
nwjs:nw32
Choose a base branch
from
Adihan1:Windows-desktop-capture-extract-exe-name-and-window-position
base: nw32
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Windows desktop capture extract exe name and window position #111
Adihan1
wants to merge
3
commits into
nwjs:nw32
from
Adihan1:Windows-desktop-capture-extract-exe-name-and-window-position
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…en using the Desktop Capture Monitor on windows
GnorTech
force-pushed
the
nw32
branch
3 times, most recently
from
August 1, 2018 00:07
9767d67
to
5db10ec
Compare
GnorTech
pushed a commit
that referenced
this pull request
Aug 4, 2018
TextItemColorBlack was being used as the default color even if textColor was not being set. This was causing the item label to skip the styler textColor for the label. This CL fixes that problem and introduces some unit_tests to check this. [email protected] (cherry picked from commit 7c48c74) Bug: 865808 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ic9e7d368d4acb5cab8f2585762c69363c1143749 Reviewed-on: https://chromium-review.googlesource.com/1145584 Reviewed-by: Kurt Horimoto <[email protected]> Commit-Queue: Sergio Collazos <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#577003} Reviewed-on: https://chromium-review.googlesource.com/1151529 Reviewed-by: Sergio Collazos <[email protected]> Cr-Commit-Position: refs/branch-heads/3497@{#111} Cr-Branched-From: 271eaf5-refs/heads/master@{#576753}
rogerwang
pushed a commit
that referenced
this pull request
Sep 15, 2018
Add the audio context and media element playbacks fields to the Media Engagement WebUI. BUG=878460 Change-Id: I25a2bdc28a9b98355269e56072c6dc98a019456a Reviewed-on: https://chromium-review.googlesource.com/1195101 Commit-Queue: Becca Hughes <[email protected]> Reviewed-by: Mounir Lamouri <[email protected]> Reviewed-by: Ken Buchanan <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#587909}(cherry picked from commit f4ffbd8) Reviewed-on: https://chromium-review.googlesource.com/1211674 Reviewed-by: Becca Hughes <[email protected]> Cr-Commit-Position: refs/branch-heads/3538@{#111} Cr-Branched-From: 79f7c91-refs/heads/master@{#587811}
rogerwang
pushed a commit
that referenced
this pull request
Oct 31, 2018
EasyUnlockService previously re-instantiated an EasyUnlockAuthAttempt every time the user profile picture was tapped or clicked. This was unnecessary, and caused situations where the account's cryptohome could not be decrypted. [email protected] (cherry picked from commit faf0b7f) Bug: 896045 Change-Id: I959ed3209caeb8d83519c8300d863a6288984740 Reviewed-on: https://chromium-review.googlesource.com/c/1285118 Reviewed-by: Kyle Horimoto <[email protected]> Commit-Queue: Ryan Hansberry <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#600190} Reviewed-on: https://chromium-review.googlesource.com/c/1287629 Cr-Commit-Position: refs/branch-heads/3578@{#111} Cr-Branched-From: 4226ddf-refs/heads/master@{#599034}
rogerwang
pushed a commit
that referenced
this pull request
Dec 18, 2018
counts open suggestions from menu to NewTabPage.ContentSuggestions.Opened. Bug: 911835 Change-Id: I6035cbcab72c1e7acba1ff92da06804e56b21e1f Reviewed-on: https://chromium-review.googlesource.com/c/1362210 Reviewed-by: Sky Malice <[email protected]> Commit-Queue: Gang Wu <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#613890}(cherry picked from commit 99a5cb6) Reviewed-on: https://chromium-review.googlesource.com/c/1365838 Reviewed-by: Gang Wu <[email protected]> Cr-Commit-Position: refs/branch-heads/3626@{#111} Cr-Branched-From: d897fb1-refs/heads/master@{#612437}
rogerwang
pushed a commit
that referenced
this pull request
Feb 10, 2019
…ere: http://crbug.com/927210 [Autofill Assistant] Changed onboarding message according to requirements by legal. before: https://screenshot.googleplex.com/T2YQ1JAP0tf.png after: https://screenshot.googleplex.com/uKLQ1UV365h.png Bug: 806868 Change-Id: Idf003094176f46b8614ea1784aec0245ef0837de Reviewed-on: https://chromium-review.googlesource.com/c/1442195 Auto-Submit: Clemens Arbesser <[email protected]> Reviewed-by: Stephane Zermatten <[email protected]> Commit-Queue: Stephane Zermatten <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#626987}(cherry picked from commit c3385bf) Reviewed-on: https://chromium-review.googlesource.com/c/1449591 Cr-Commit-Position: refs/branch-heads/3683@{#111} Cr-Branched-From: e510299-refs/heads/master@{#625896}
rogerwang
pushed a commit
that referenced
this pull request
Mar 24, 2019
Currently ReducedMemoryUsage metrics in OomIntervention reports negative numbers when intervention reduces memory. This is confusing and thus this CL renames the metrics. Bug: 939702 Change-Id: I5bd7e8ba4d7ffb682ea4565a39964cce74b84c67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1510704 Commit-Queue: Yuzu Saijo <[email protected]> Reviewed-by: Mark Pearson <[email protected]> Reviewed-by: Keishi Hattori <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#639824}(cherry picked from commit 6e17ab4916fbbe43806300bd716df18c69cbefd0) Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1522487 Reviewed-by: Yuzu Saijo <[email protected]> Cr-Commit-Position: refs/branch-heads/3729@{#111} Cr-Branched-From: d4a8972-refs/heads/master@{#638880}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes to Desktop Capture Monitor for Windows to allow you to extract the exeName of applications as well as the window position of shared applications