- 13 May, 2015 40 commits
-
-
halliwell authored
Currently it's impossible to place a NATIVE_TEXTURE VideoFrame into an overlay, because: * NATIVE_TEXTURE VideoFrame turns into RGB_RESOURCE in VideoResourceUpdater * RGB_RESOURCE always sets premultipled_alpha flag on its TextureDrawQuad (see VideoLayerImpl::AppendQuads) * OverlayStrategyCommon rejects quads with premultiplied alpha BUG= Review URL: https://codereview.chromium.org/1134643002 Cr-Commit-Position: refs/heads/master@{#329651}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/09c7804..cc89d1a TBR=alancutter@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/1123283005 Cr-Commit-Position: refs/heads/master@{#329650}
-
vabr authored
Currently, IsEnabledSmartLockBranding returns true if Finch agrees and the user syncs (anything). It should only return true if Finch agrees and the user syncs passwords without a custom passphrase. BUG=400674,486739 Review URL: https://codereview.chromium.org/1134343002 Cr-Commit-Position: refs/heads/master@{#329649}
-
tobiasjs authored
BUG=486734 Review URL: https://codereview.chromium.org/1139743003 Cr-Commit-Position: refs/heads/master@{#329648}
-
timvolodine authored
Grant certain permissions like video and audio capture in the WebViewShell mini-browser automatically. This is necessary to be able to test WebRTC functionality. BUG=481508 Review URL: https://codereview.chromium.org/1127213005 Cr-Commit-Position: refs/heads/master@{#329647}
-
sadrul authored
Add code to cause failure at runtime if a resource-pack includes a resource that is already present in another resource-pack. BUG=471609 Review URL: https://codereview.chromium.org/1115033003 Cr-Commit-Position: refs/heads/master@{#329646}
-
timvolodine authored
We don't want to expose Web Speech API in WebView, because it is not supported there. NOTE: This patch should land after crrev.com/1129213002 (blink-side) BUG=483889 Review URL: https://codereview.chromium.org/1127363004 Cr-Commit-Position: refs/heads/master@{#329645}
-
sdefresne authored
Add a wildcard rule in ios/OWNERS to allow anyone to review *.gyp changes when only adding or removing files. BUG=None Review URL: https://codereview.chromium.org/1137823003 Cr-Commit-Position: refs/heads/master@{#329644}
-
sdefresne authored
CrashReportBackgroundUploader handle uploading crashes in background using iOS 7 capability of periodically waking up the application in background. BUG=429756 Review URL: https://codereview.chromium.org/1138703004 Cr-Commit-Position: refs/heads/master@{#329643}
-
johnme authored
This adds test coverage for PersistToPrefs, DeleteFromPrefs, GetAll, the two Get methods, RegisterProfilePrefs, as well as some additional coverage for Generate (the only part that had testing before). BUG=458592 Review URL: https://codereview.chromium.org/1122403009 Cr-Commit-Position: refs/heads/master@{#329642}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/0c3f587..0cfe124 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1134983003 Cr-Commit-Position: refs/heads/master@{#329641}
-
tommycli authored
Currently, on users with the ASK enterprise policy, viewing PDFs requires two right-click acknowledgements. This is broken. BUG=484247 Review URL: https://codereview.chromium.org/1137073006 Cr-Commit-Position: refs/heads/master@{#329640}
-
olivierrobin authored
BUG=487531 Review URL: https://codereview.chromium.org/1133363003 Cr-Commit-Position: refs/heads/master@{#329639}
-
halliwell authored
Needed for cast_shell to use overlay system for video. Review URL: https://codereview.chromium.org/1136153002 Cr-Commit-Position: refs/heads/master@{#329638}
-
vabr authored
Currently, IsPasswordSyncEnabled needs to know if the caller is interested in syncing passwords with a custom passphrase or without, and returns a Boolean depending on whether the expected syncing occurs or not. This CL gets rid of the need to pass the expectation, and changes the Boolean return value to say: no password sync, p.s. without a custom passphrase, or p.s. with a custom passphrase. It also changes the name of the method and the associated enum to make sense with the new signature. This is a cosmetic change, but will make a subsequent CL easier to digest. R=melandory@chromium.org BUG=400674,486739 Review URL: https://codereview.chromium.org/1136403002 Cr-Commit-Position: refs/heads/master@{#329637}
-
thestig authored
Review URL: https://codereview.chromium.org/1126413009 Cr-Commit-Position: refs/heads/master@{#329636}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/8c9b6f1..0c3f587 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1132743007 Cr-Commit-Position: refs/heads/master@{#329635}
-
grt authored
This brings a number of benefits: - Download and install progress is now reported to the UX. - Better reporting of errors from Google Update is now possible. - Installer failures are now reported via UMA. - Reporting of updates blocked by GP is now done by way of Google Update. BUG=424689,458564,461971 Review URL: https://codereview.chromium.org/1117263002 Cr-Commit-Position: refs/heads/master@{#329634}
-
melandory authored
Password setting page should show android URLs (e.g. android://hash@com.example.android/path) in human readable form (android://com.example.android/path) for both saved passwords and exceptions. BUG=486736 Review URL: https://codereview.chromium.org/1140943002 Cr-Commit-Position: refs/heads/master@{#329633}
-
majidvp authored
The scroll restoration type is added to page state and serialized. It is used by blink to control the scroll/scale restoration behaviour for history entries. Its value may be provided by user via web-exposed API. Blink side CL: http://crrev.com/927213004 BUG=444094 Review URL: https://codereview.chromium.org/959783003 Cr-Commit-Position: refs/heads/master@{#329632}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/aeab899..09c7804 TBR=alancutter@chromium.org Review URL: https://codereview.chromium.org/1138633003 Cr-Commit-Position: refs/heads/master@{#329631}
-
gayane authored
BUG=455847 Review URL: https://codereview.chromium.org/1111133002 Cr-Commit-Position: refs/heads/master@{#329630}
-
hablich authored
Update the V8 version to the one used for the upcoming Chromium branch M44. If this CL results in failed tests please contact the test owners. They most likely need to make changes to deal with the roll-back. Original roll: https://crrev.com/1224d1ad48f94177798158fdc0e3e7faed8635ab When in doubt please try to contact the committer. TBR=machenbach@chromium.org,vogelheim@chromium.org,yangguo@chromium.org,danno@chromium.org Review URL: https://codereview.chromium.org/1136893003 Cr-Commit-Position: refs/heads/master@{#329629}
-
sdefresne authored
BUG=429756 Review URL: https://codereview.chromium.org/1131303003 Cr-Commit-Position: refs/heads/master@{#329628}
-
sdefresne authored
ShowSigninCommand is a command to perform a sign in operation. Modernize other commands to use "instancetype", "NS_DESIGNATED_INITIALIZER", "NS_UNAVAILABLE" for the initializers and "@synthetize" for the properties. Remove unused ShowAccountsSettingsCommand. BUG=429756 Review URL: https://codereview.chromium.org/1124173004 Cr-Commit-Position: refs/heads/master@{#329627}
-
yawano authored
BUG=486397 TEST=manually tested; Right click a folder on MTP volume, and confirmed that zip selection is disabled. Review URL: https://codereview.chromium.org/1138973002 Cr-Commit-Position: refs/heads/master@{#329626}
-
iclelland authored
BUG=484306 Review URL: https://codereview.chromium.org/1131943005 Cr-Commit-Position: refs/heads/master@{#329625}
-
robertphillips authored
BUG=487587 Review URL: https://codereview.chromium.org/1140923002 Cr-Commit-Position: refs/heads/master@{#329624}
-
chrome://settings/passwordsengedy authored
Use the same logic as for normal Android app credentials to avoid displaying the lengthy hash part of android:// URIs. BUG=486736 Review URL: https://codereview.chromium.org/1137283002 Cr-Commit-Position: refs/heads/master@{#329623}
-
sergeyv authored
Revert of Enable extension browser tests on debug windows. (patchset #1 id:1 of https://codereview.chromium.org/1128253005/) Reason for revert: GcdPrivateAPITest.WifiPasswords fails after this patch. Failure example: http://build.chromium.org/p/chromium.win/buildstatus?builder=Win7%20Tests%20%28dbg%29%281%29&number=37938 Original issue's description: > Enable extension browser tests on debug windows. > > BUG=177163 > > Committed: https://crrev.com/121cbb5f7fce9719ab6152cb2e059575df8139d6 > Cr-Commit-Position: refs/heads/master@{#329495} TBR=asargent@chromium.org,hubbe@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=177163 Review URL: https://codereview.chromium.org/1134333003 Cr-Commit-Position: refs/heads/master@{#329622}
-
olivierrobin authored
Application has this capability, kif tests should mirror it. BUG=421798 Review URL: https://codereview.chromium.org/1135813006 Cr-Commit-Position: refs/heads/master@{#329621}
-
sergeyv authored
Revert of Fix GcdPrivateAPITest.WifiPasswords on win 7 dbg (patchset #1 id:1 of https://codereview.chromium.org/1128913003/) Reason for revert: Doesnt fix GcdPrivateAPITest.WifiPasswords on win dbg: http://build.chromium.org/p/chromium.win/buildstatus?builder=Win7%20Tests%20%28dbg%29%281%29&number=37945 Original issue's description: > Fix GcdPrivateAPITest.WifiPasswords on win 7 dbg > TBR=vitalybuka > BUG=177163 > > Committed: https://crrev.com/81834cca312ad12091b40ebdab5ec9ca6db1c418 > Cr-Commit-Position: refs/heads/master@{#329615} TBR=asargent@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=177163 Review URL: https://codereview.chromium.org/1125413007 Cr-Commit-Position: refs/heads/master@{#329620}
-
pranay.kumar authored
BUG=457697 Review URL: https://codereview.chromium.org/1132343003 Cr-Commit-Position: refs/heads/master@{#329619}
-
sdefresne authored
Use the same sourceid (chrome-mobile) for search on Google on Android and iOS. BUG=None Review URL: https://codereview.chromium.org/1134213002 Cr-Commit-Position: refs/heads/master@{#329618}
-
finnur authored
The AppCompat RadioButton has a bug that is being fixed. BUG=474695 Review URL: https://codereview.chromium.org/1138183003 Cr-Commit-Position: refs/heads/master@{#329617}
-
phoglund authored
The test appears to get stuck on waiting for black frames. This patch adds some logging so we perhaps can learn more where in the image we find the nonblack pixels. Also trying to increase tolerance for rounding errors somewhat to see if that helps. BUG=477498 Review URL: https://codereview.chromium.org/1108803002 Cr-Commit-Position: refs/heads/master@{#329616}
-
sergeyv authored
TBR=vitalybuka BUG=177163 Review URL: https://codereview.chromium.org/1128913003 Cr-Commit-Position: refs/heads/master@{#329615}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4e886fb..aeab899 TBR=alancutter@chromium.org Review URL: https://codereview.chromium.org/1126313007 Cr-Commit-Position: refs/heads/master@{#329614}
-
hirono authored
Revert of Revert of Drive: Let DriveUploader use batch request API. (patchset #1 id:1 of https://codereview.chromium.org/1135353004/) Reason for revert: The failure is not caused by the patch. MigrationSingleClientTest.AllTypesIndividually looks flaky. Original issue's description: > Revert of Drive: Let DriveUploader use batch request API. (patchset #7 id:120001 of https://codereview.chromium.org/1134633003/) > > Reason for revert: > MigrationSingleClientTest.AllTypesIndividually is broken by this change on Linux GN: > > http://build.chromium.org/p/chromium.linux/builders/Linux%20GN/builds/28327 > > Original issue's description: > > Drive: Let DriveUploader use batch request API. > > > > The CL lets DriveUploader use batch request API. DriveUploader does asynchronous > > preparation before calling API on service interface. To hold batch request > > during the asynchronous preparation, the CL introduce refcounted hepler class, > > which manages life time of batch request configurator. > > > > BUG=451917 > > TEST=DriveUploaderTest > > > > Committed: https://crrev.com/9cf453b74c8790f6d7a91f958ec998a9fa5a1fa0 > > Cr-Commit-Position: refs/heads/master@{#329599} > > TBR=kinaba@chromium.org,tzik@chromium.org,hirono@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=451917 > > Committed: https://crrev.com/e244812ae9a09d001f24f9aaaf780c80f976d790 > Cr-Commit-Position: refs/heads/master@{#329610} TBR=kinaba@chromium.org,tzik@chromium.org,sergeyv@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=451917 Review URL: https://codereview.chromium.org/1138883004 Cr-Commit-Position: refs/heads/master@{#329613}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/75d0e9b..4e886fb TBR=alancutter@chromium.org Review URL: https://codereview.chromium.org/1136713004 Cr-Commit-Position: refs/heads/master@{#329612}
-