- 27 Mar, 2015 40 commits
-
-
phoglund authored
mcasas tested it and it appears to work now. BUG=440762 Review URL: https://codereview.chromium.org/1039163002 Cr-Commit-Position: refs/heads/master@{#322572}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d747057..6b1db99 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/1038413002 Cr-Commit-Position: refs/heads/master@{#322571}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/daee7ea..1e37d17 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1037173004 Cr-Commit-Position: refs/heads/master@{#322570}
-
aberent authored
This upstreams all of Chrome for Android's cast code with the exception of: 1. The YouTube support code. 2. The id of the Chrome cast receiver. The YouTube support code and the id of Chrome cast receiver have to remain proprietory due to licencing restrictions. The tests will be upstreamed seperately, but need further work to make them independent of other downstream code. BUG=315088 Review URL: https://codereview.chromium.org/928643003 Cr-Commit-Position: refs/heads/master@{#322569}
-
eustas authored
BUG=456324 Review URL: https://codereview.chromium.org/1039213002 Cr-Commit-Position: refs/heads/master@{#322568}
-
vkuzkokov authored
BUG=471204 Review URL: https://codereview.chromium.org/1036213002 Cr-Commit-Position: refs/heads/master@{#322567}
-
yangguo authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e4dfe3b9..722dd6c1 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=danno@chromium.org Review URL: https://codereview.chromium.org/1039593002 Cr-Commit-Position: refs/heads/master@{#322566}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#322565}
-
Gordana.Cmiljanovic authored
This adds compiler flags to enable Chromium Android for mips32 to be compiled using clang. GCC remains the default compiler. BUG= TEST=Manually: export GYP_DEFINES="OS=android target_arch=mipsel clang=1" ./build/gyp_chromium ninja -C out/Release Review URL: https://codereview.chromium.org/1009103003 Cr-Commit-Position: refs/heads/master@{#322564}
-
perkj authored
Revert of Temporarily disable a failing test. (patchset #1 id:1 of https://codereview.chromium.org/1039103002/) Reason for revert: The reason for failure have been fixed in https://codereview.chromium.org/1036143003/. Original issue's description: > Temporarily disable a failing test. > > TBR=tommi > BUG=471132 > > Committed: https://crrev.com/17b636d978f6f6924d6323cf7414ad67f41f3d92 > Cr-Commit-Position: refs/heads/master@{#322529} TBR=tommi@chromium.org,pkasting@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=471132 Review URL: https://codereview.chromium.org/1039053004 Cr-Commit-Position: refs/heads/master@{#322563}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cac3e40..d747057 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/1035163002 Cr-Commit-Position: refs/heads/master@{#322562}
-
clamy authored
This CL ensures that we properly send an EnableViewSourceMode IPC to the RnederView of a reused RenderFrameHost at commit time when the request is for a view source mode navigation. This is needed because on error a RenderView could exit the view source mode. This fixes the RenderFrameHostManagerTest.AlwaysSendEnableViewSourceMode test with PlzNavigate enabled. BUG=439423 Review URL: https://codereview.chromium.org/1035983002 Cr-Commit-Position: refs/heads/master@{#322561}
-
perkj authored
This reverts commit e27865b7. The original cl https://codereview.chromium.org/904823002/. Reason for revert: It is no longer needed since RTCSessionDescription and RTCIceCandidate can now be serialized. See https://src.chromium.org/viewvc/blink?revision=192621&view=revision. BUG=471132 Review URL: https://codereview.chromium.org/1036143003 Cr-Commit-Position: refs/heads/master@{#322560}
-
knn authored
Fix content_settings_supervised_provider after deprecation of MEDIASTREAM in favour of _MIC and _CAMERA. BUG=464382 Review URL: https://codereview.chromium.org/1015723003 Cr-Commit-Position: refs/heads/master@{#322559}
-
perkj authored
WebRTC 8867:8877 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/547c64a..2452911 Libjingle 8869:8876 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/4d55b53..70cbec2 TBR=mcasas@chromium.org Review URL: https://codereview.chromium.org/1039203002 Cr-Commit-Position: refs/heads/master@{#322558}
-
ssid authored
This CL adds new benchmark to run drag gestures on gmail and maps page. These pages are moved from top_25_smooth page set since this is desktop specific. Please refer to crrev.com/985603003 and crrev.com/955653003 for motivation. BUG=457148 BUG=464685 Review URL: https://codereview.chromium.org/1037483004 Cr-Commit-Position: refs/heads/master@{#322557}
-
bjornv authored
Previously the WebRTC.AecDelayBasedQuality histogram was populated even when the call to fetch the metrics from WebRTC failed. This CL makes sure we only populate upon success. BUG=450193 Review URL: https://codereview.chromium.org/999203003 Cr-Commit-Position: refs/heads/master@{#322556}
-
horo authored
BUG= Review URL: https://codereview.chromium.org/1040653002 Cr-Commit-Position: refs/heads/master@{#322555}
-
torne authored
Part of components/sessions.gypi has ended up indented with tabs; replace with spaces before refactoring. BUG= NOTRY=true Review URL: https://codereview.chromium.org/1038013002 Cr-Commit-Position: refs/heads/master@{#322554}
-
tbarzic authored
BUG=None TEST=Install an extension with printerProvider permission; install dialog should contain a warning for the permission Review URL: https://codereview.chromium.org/1021763003 Cr-Commit-Position: refs/heads/master@{#322553}
-
clamy authored
This test checks that if a new navigation does not commit after the current renderer has run its unload handler this does not leave the WebContents in a stuck state. However, following https://codereview.chromium.org/464593003/, the current renderer will only run its unload handler after teh new navigation has committed. Therefore, this test is no longer applicable. BUG=402020 Review URL: https://codereview.chromium.org/1035963003 Cr-Commit-Position: refs/heads/master@{#322552}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/14b52ee..cac3e40 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/1039633002 Cr-Commit-Position: refs/heads/master@{#322551}
-
pkl authored
BUG=469773 TEST=Bring up History page and verify Learn more link goes to the right page. Check different UI languages as well. TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/1036183002 Cr-Commit-Position: refs/heads/master@{#322550}
-
finnur authored
BUG=467552 Review URL: https://codereview.chromium.org/1032353004 Cr-Commit-Position: refs/heads/master@{#322549}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/1d24b8d..daee7ea CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1035103002 Cr-Commit-Position: refs/heads/master@{#322548}
-
lionel.g.landwerlin authored
BUG=470517 Review URL: https://codereview.chromium.org/1032893002 Cr-Commit-Position: refs/heads/master@{#322547}
-
lionel.g.landwerlin authored
BUG=470959 Review URL: https://codereview.chromium.org/1032323003 Cr-Commit-Position: refs/heads/master@{#322546}
-
carlosk authored
This only affects the PlzNavigate FYI bots. The filtering will be removed before we should consider moving this test out of FYI. BUG=439423 Review URL: https://codereview.chromium.org/1035573004 Cr-Commit-Position: refs/heads/master@{#322545}
-
shreeram.k authored
Following roles has been mapped for win,mac & android platform. 1. switch role 2. searchbox role Also some cleanups are done in this CL. BUG=468667 Review URL: https://codereview.chromium.org/1030333002 Cr-Commit-Position: refs/heads/master@{#322544}
-
clamy authored
This CL makes it so that NavigatorImpl::Navigate will call DidStartNavigatingToPendingEntry after creating the NaviagtionRequest when PlzNavigate is enabled. This makes the test NavigationControllerTest.ReloadOriginalRequestURL pass with PlzNavigate enabled. BUG=439423 Review URL: https://codereview.chromium.org/1035953002 Cr-Commit-Position: refs/heads/master@{#322543}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/a5c5be5..14b52ee TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/1033183002 Cr-Commit-Position: refs/heads/master@{#322542}
-
magjed authored
The current clamping is not enough to avoid bleeding issues. This is exposed when changing the background color in CreateEdgeBleedPass from black to gray. The reason it works now is because interpolating U/V textures from black (YUV = 0, 0, 0) to green (YUV = 149, 43, 21) will still result in saturated green pixels (RGB = 0, 255, 0). All YUV values in the range (149, 0-43, 0-21) will end up as RGB = (0, 255, 0). The current clamping is not enough, because the calculation '0.5f / quad->tex_size.width()' is using the Y texture size, the highest resolution plane, but the U/V texture size is only half of that. This CL adds individual sizes for the Y/A and U/V textures. BUG=429640,467283 Committed: https://crrev.com/4be817dd606efdba1614d32608ddd6e16bfa687d Cr-Commit-Position: refs/heads/master@{#320567} Review URL: https://codereview.chromium.org/1008493002 Cr-Commit-Position: refs/heads/master@{#322541}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/41f88f0..1d24b8d CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1035003005 Cr-Commit-Position: refs/heads/master@{#322540}
-
melandory authored
Federated credentials have identity provider information (IDP) associated with them. IDP for each of federated credential should be shown in account chooser infobar. BUG=454815 Review URL: https://codereview.chromium.org/1007403003 Cr-Commit-Position: refs/heads/master@{#322539}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/ba77b71..a5c5be5 TBR=loislo@chromium.org,pkasting@chromium.org Review URL: https://codereview.chromium.org/1041603002 Cr-Commit-Position: refs/heads/master@{#322538}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#322537}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1bb46ea..ba77b71 TBR=loislo@chromium.org,pkasting@chromium.org Review URL: https://codereview.chromium.org/1041583002 Cr-Commit-Position: refs/heads/master@{#322536}
-
hashimoto authored
PrefService's dtor is responsible to call CommitPendingWrite() so there is no need to call it here. BUG=470501 Review URL: https://codereview.chromium.org/1036593005 Cr-Commit-Position: refs/heads/master@{#322535}
-
loislo authored
Revert of Update V8 to version 4.3.58. (patchset #1 id:1 of https://codereview.chromium.org/1037143002/) Reason for revert: multiple crashes in devtools tests Original issue's description: > Update V8 to version 4.3.58. > > Summary of changes available at: > https://chromium.googlesource.com/v8/v8/+log/e4dfe3b9..b08c7327 > > Please follow these instructions for assigning/CC'ing issues: > https://code.google.com/p/v8-wiki/wiki/TriagingIssues > > TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org > > Committed: https://crrev.com/4c27bf72e93e2649165e0d6a5d7e3e90efe9dc23 > Cr-Commit-Position: refs/heads/master@{#322511} TBR=hablich@chromium.org,machenbach@chromium.org,vogelheim@chromium.org,yangguo@chromium.org,v8-autoroll@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1040613002 Cr-Commit-Position: refs/heads/master@{#322534}
-
mkwst authored
This patch reverts https://codereview.chromium.org/940373002, and adds back in the ~2 lines and tests that are still relevant. BUG=459154 Review URL: https://codereview.chromium.org/1032063002 Cr-Commit-Position: refs/heads/master@{#322533}
-