- 27 Mar, 2015 40 commits
-
-
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}
-
bondd authored
Do not create or show the "Keep this card locally" checkbox footer when !CanStoreLocally(). BUG=448572 Review URL: https://codereview.chromium.org/1040513002 Cr-Commit-Position: refs/heads/master@{#322523}
-
yawano authored
Error codes which CopyInForeignFile(CopyFileFromLocal) returns are defined in the definition of async_file_util.h. BUG=413541 TEST=manually tested. Review URL: https://codereview.chromium.org/1025553006 Cr-Commit-Position: refs/heads/master@{#322522}
-
sunnyps authored
This CL adds comments and DHCECKs clarifying the thread safety aspects of VideoFrameProviderClientImpl. BUG=336733 Review URL: https://codereview.chromium.org/1033563002 Cr-Commit-Position: refs/heads/master@{#322521}
-
danakj authored
OnPaint() is not part of the recursion, it won't have access to the neccessary pieces to do recursion. If you need to do painting while inside the recursion, this should happen in PaintChildren(). So move the contents of OnPaint() to PaintChildren(). R=pkasting BUG=466426 Review URL: https://codereview.chromium.org/1016033011 Cr-Commit-Position: refs/heads/master@{#322520}
-
dfalcantara authored
DocumentTabModelImpl now fires didSelectTab to its observers. This is done in setLastShownId() instead of setIndex() for a few reasons: * setIndex() has the side effect of bringing Tabs forward, which you may not want. * setLastShownId() hopefully more faithfully tracks what Tab was last shown in the foreground, and is called by DocumentActivity.onResume(). This might still be incorrect (e.g. when opening a Tab in the background), but this is one of those weird cases where Android has two Activities in the foreground simultaneously. * It's really difficult to actually indicate what brings a Tab back to the foreground. Slap a TODO on there to actually fix it when an Observer actually needs to know the type. BUG=443772 Review URL: https://codereview.chromium.org/1039513003 Cr-Commit-Position: refs/heads/master@{#322519}
-
sky authored
R=brettw@chromium.org, jamesr@chromium.org TBR=jamesr@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/1035933002 Cr-Commit-Position: refs/heads/master@{#322518}
-
ksakamoto authored
This patch adds the woff2 library [1] which is used to decode WOFF 2.0 web font file format. It's going to replace the old version of WOFF 2.0 decoder included in third_party/ots. [1] https://github.com/google/woff2 (revision 445f5419) BUG=434596 TEST=trybots Review URL: https://codereview.chromium.org/954163002 Cr-Commit-Position: refs/heads/master@{#322517}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/fd3a91e..41f88f0 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1039493002 Cr-Commit-Position: refs/heads/master@{#322516}
-
grt authored
BUG=none R=noelutz@google.com Review URL: https://codereview.chromium.org/1031963002 Cr-Commit-Position: refs/heads/master@{#322515}
-
rbyers authored
Revert of Enable gpu_times for all platforms other than windows. (patchset #1 id:1 of https://codereview.chromium.org/1029423002/) Reason for revert: I'm seeing most perf bots failing gpu_times ever since this landed (Eg. http://goo.gl/uLzMVe). I missed this earlier because we had a bunch of persistent redness today caused by multiple bad V8 rolls and didn't notice this crept in as well. Failure is just on cuteoverload.com with this error: MarkerMismatchError: Number or order of timeline markers does not match provided labels Original issue's description: > Enable gpu_times for all platforms other than windows. > > R=nednguyen@google.com > BUG=453131, 455292 > > Committed: https://crrev.com/95325bb92cdce4b3c4fd93ae3509e72f89536c9c > Cr-Commit-Position: refs/heads/master@{#322273} TBR=nednguyen@google.com,dyen@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=453131, 455292 Review URL: https://codereview.chromium.org/1039083002 Cr-Commit-Position: refs/heads/master@{#322514}
-
tbarzic authored
TEST=Open suggest apps dialog in ar locale, the dialog button should be on the left BUG=None Review URL: https://codereview.chromium.org/1041463002 Cr-Commit-Position: refs/heads/master@{#322513}
-
mikecase authored
Robolectric allows us to run tests that use Android code in the host JVM. This means faster and more stable tests since we don't have to deal with a device. This CL has the build file changes to build the unit test suite, and two example tests that have been converted to run with Robolectric. BUG=448030 Review URL: https://codereview.chromium.org/994283006 Cr-Commit-Position: refs/heads/master@{#322512}
-
v8-autoroll authored
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 Review URL: https://codereview.chromium.org/1037143002 Cr-Commit-Position: refs/heads/master@{#322511}
-
estade authored
currently this flag is not used, but we'll soon flip it to off for desktop linux. BUG=468045 Review URL: https://codereview.chromium.org/1012223002 Cr-Commit-Position: refs/heads/master@{#322510}
-
dalecurtis authored
If someone suspends their computer and resumes more than a minute later, the browser io thread may tick before the audio thread can update the last tick time ==> crash :( The solution is to disable hang detection during suspend and only reenable it once resume completes; at which point we can update the tick count. If we're actually hung, we'll crash after the next interval elapses. BUG=471046 TEST=none Review URL: https://codereview.chromium.org/1036933003 Cr-Commit-Position: refs/heads/master@{#322509}
-
mikecase authored
BUG= Review URL: https://codereview.chromium.org/1036093002 Cr-Commit-Position: refs/heads/master@{#322508}
-
rch authored
Add targets for epoll and chromium versions of the QUIC client and server. Review URL: https://codereview.chromium.org/1036023002 Cr-Commit-Position: refs/heads/master@{#322507}
-
posciak authored
This is temporary while we are adding runtime detection. BUG=458645 TEST=4k and 1080p playback Review URL: https://codereview.chromium.org/1016283003 Cr-Commit-Position: refs/heads/master@{#322506}
-