- 27 Mar, 2015 40 commits
-
-
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}
-
bondd authored
Hide "Keep this card locally" checkbox and tooltip while verifying card. Space in the dialog is still reserved for the footer; it's just empty. BUG=448572 Review URL: https://codereview.chromium.org/1040493003 Cr-Commit-Position: refs/heads/master@{#322532}
-
brettw authored
Grit's execution depends on the resource ID file, but this was not listed as a dependency in grit targets. This means that changing the resource ID file wouldn't re-run grit. Review URL: https://codereview.chromium.org/1038213002 Cr-Commit-Position: refs/heads/master@{#322531}
-
mtomasz authored
If file browser handlers are specified in the manifest, and the permission is missing, then they will be ignored. This CL adds a warning so users are aware of it. TEST=unit_tests: *FileBrowserHandlerManifestTest.InvalidFileBrowserHandlers* BUG=470494 Review URL: https://codereview.chromium.org/1017163003 Cr-Commit-Position: refs/heads/master@{#322530}
-
pkasting authored
TBR=tommi BUG=471132 Review URL: https://codereview.chromium.org/1039103002 Cr-Commit-Position: refs/heads/master@{#322529}
-
mpearson authored
In particular, make HistoryURL provider scoring basically the same within regular mode and prevent-inline-autocomplete mode (under the constraint that we always need a valid default match first). For what it's worth, the current code demotes (from ~1410) all non-URL-what-you-typed URLs (non-UWYT) to 900 in prevent-inline-autocomplete mode. If there is a UWYT, though, these results will be clustered / given a free ride to appear right below it, scoring ~1200. After this change, all non-UWYT results will score the same in prevent-inline-autocomplete and normal modes. We instead rely on the allowed_to_be_default_match bit to reorder results as necessary. To implement this feature, we need knowledge of whether the what-you-typed match is reasonable. This change re-adds a variable have_what_you_typed_match to HistoryURLParams. This variable was previously added in https://codereview.chromium.org/347963002 for a field trial and then later removed in https://codereview.chromium.org/879053002 With this variable, the change is straightforward. Don't change the scoring in prevent-inline-autocomplete mode. Instead, simply make sure the what-you-type match gets added to the list in prevent-inline-mode. We add it early on the list (using the Promote() mechanism) so that it'll always appear in the final set of suggestions. Tested using about:omnibox BUG=421772 Review URL: https://codereview.chromium.org/1022643002 Cr-Commit-Position: refs/heads/master@{#322528}
-
dbdaniel42 authored
The initial reason for the blacklist was a bug that is now fixed. A workaround was first developed in Chromium and then later Nvidia actually fixed the root of the problem in their driver. This patch removes the blacklist for 331.38 and newer drivers. BUG=469979 Review URL: https://codereview.chromium.org/1032483002 Cr-Commit-Position: refs/heads/master@{#322527}
-
noyau authored
Fixes for iOS compile. BUG=None Review URL: https://codereview.chromium.org/1037573003 Cr-Commit-Position: refs/heads/master@{#322526}
-
toyoshim authored
Review URL: https://codereview.chromium.org/1037173003 Cr-Commit-Position: refs/heads/master@{#322525}
-
rch authored
Review URL: https://codereview.chromium.org/1034283002 Cr-Commit-Position: refs/heads/master@{#322524}
-