- 14 May, 2015 40 commits
-
-
geofflang authored
https://chromium.googlesource.com/angle/angle/+log/b11e24..21ce9b BUG=484963 BUG=483252 Review URL: https://codereview.chromium.org/1136783003 Cr-Commit-Position: refs/heads/master@{#329913}
-
creis authored
BUG=236848 TEST=NavigationController* tests pass in --site-per-process mode. Review URL: https://codereview.chromium.org/1102563003 Cr-Commit-Position: refs/heads/master@{#329912}
-
caitkp authored
so we only take a loader-lock the first time. BUG=485656, 477137 Review URL: https://codereview.chromium.org/1144433004 Cr-Commit-Position: refs/heads/master@{#329911}
-
patrikackland authored
BUG=412250 Review URL: https://codereview.chromium.org/1124053006 Cr-Commit-Position: refs/heads/master@{#329910}
-
asvitkine authored
This will let us know what percentage of requests are a result of periodic polling vs. the initial requests when Chrome starts up. BUG=483057 Review URL: https://codereview.chromium.org/1139133002 Cr-Commit-Position: refs/heads/master@{#329909}
-
rdevlin.cronin authored
After talking it over more, it's been decided that this should really just be enabled by default, rather than Finch'd. BUG=441377 Review URL: https://codereview.chromium.org/1131113003 Cr-Commit-Position: refs/heads/master@{#329908}
-
achaulk authored
Committed: https://crrev.com/e5983b7fde9d576bd514490106564e2238eb0713 Cr-Commit-Position: refs/heads/master@{#326860} Review URL: https://codereview.chromium.org/1100803004 Cr-Commit-Position: refs/heads/master@{#329907}
-
jeremyim authored
BUG=486897 Review URL: https://codereview.chromium.org/1132413003 Cr-Commit-Position: refs/heads/master@{#329906}
-
maxbogue authored
This more accurately simulates a user making changes through the Android sync settings in an end-to-end way. BUG=480604 Review URL: https://codereview.chromium.org/1137073002 Cr-Commit-Position: refs/heads/master@{#329905}
-
dcheng authored
To make things easier for future developers, the test script now parses the options using argparse and provides a --reset-results flag to easily update the baselines. BUG=none Review URL: https://codereview.chromium.org/1132293003 Cr-Commit-Position: refs/heads/master@{#329904}
-
ericrk authored
Currently, SoftwareRenderer::DrawTextureQuad ignores quad->nearest_neighbor (it always uses nearest_neighbor). This leads to very poor scaling quality when certain content (such as videos) are scaled. This change causes DrawTextureQuad to use bilinear filtering unless quad->nearest_neighbor is true. This has some performance cost, but seemed worth it due to the very noticible quality issues that come with not filtering. BUG=458183 Review URL: https://codereview.chromium.org/1136893005 Cr-Commit-Position: refs/heads/master@{#329903}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f51ed3b..d0384ff TBR=jsbell@chromium.org,timvolodine@chromium.org Review URL: https://codereview.chromium.org/1138123004 Cr-Commit-Position: refs/heads/master@{#329902}
-
tbarzic authored
This makes crosh process creation (used by terminalPrivate API) fail gracefully when file descriptors used to observe process output cannot be used by select (as opposed to crashing). BUG=480616 TEST=Open huge number of crosh terminals in short time, until terminal launching starts failing. Review URL: https://codereview.chromium.org/1135823007 Cr-Commit-Position: refs/heads/master@{#329901}
-
kundaji authored
Verify that request headers specify a passthrough when "Save Image As..." feature is used with Data Saver enabled, and this header is not specified with Data Saver disabled. Override SaveFrameWithHeaders in TestWebContents to keep track of the headers. BUG=467163 Review URL: https://codereview.chromium.org/1137563002 Cr-Commit-Position: refs/heads/master@{#329900}
-
achuith authored
Currently, the suite decorator at line 29 is being ignored. BUG=351114 Review URL: https://codereview.chromium.org/1128433007 Cr-Commit-Position: refs/heads/master@{#329899}
-
msw authored
I meant to remove this in https://codereview.chromium.org/1138933004 BUG=486220 TEST=Android apptest runner doesn't crash with argument error. TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1124103008 Cr-Commit-Position: refs/heads/master@{#329898}
-
kpschoedel authored
Changes to more closely match GetCharacterFromKeyCode(). BUG=44048 Review URL: https://codereview.chromium.org/1108893002 Cr-Commit-Position: refs/heads/master@{#329897}
-
spang authored
https://chromium.googlesource.com/chromiumos/chromite/+log/bf808553f8da8a477bce5d5bb80a8af8939e6e73..c9bfb471ec08e85d0c8baa35341403013153956c Pulls in fix for wrong .cros_cache location (see https://chromium-review.googlesource.com/266580). BUG=brillo:1036 TEST=cros chrome-sdk --board=link [from chromium/src] TBR=namnguyen Review URL: https://codereview.chromium.org/1146443002 Cr-Commit-Position: refs/heads/master@{#329896}
-
raymes authored
BUG=472256 Review URL: https://codereview.chromium.org/1132093003 Cr-Commit-Position: refs/heads/master@{#329895}
-
dkrahn authored
BUG=chromium:487455 TEST=None Review URL: https://codereview.chromium.org/1131063006 Cr-Commit-Position: refs/heads/master@{#329894}
-
sky authored
These were needed to get a clean build working. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/1129193005 Cr-Commit-Position: refs/heads/master@{#329893}
-
zmo authored
BUG=429053 TEST=gpu_unittests R=piman@chromium.org Review URL: https://codereview.chromium.org/1136713003 Cr-Commit-Position: refs/heads/master@{#329892}
-
estade authored
Revert of Move token handle obtaining to UserSessionManager (patchset #1 id:1 of https://codereview.chromium.org/1129293004/) Reason for revert: most likely culprit for interactive ui test failures here: https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/2847 Original issue's description: > Move token handle obtaining to UserSessionManager > > BUG=484690,484734 > R=nkostylev@chromium.org > > Committed: https://crrev.com/71ede7fdaf6404ec0f70a60d60f679fee07902a9 > Cr-Commit-Position: refs/heads/master@{#329868} TBR=nkostylev@chromium.org,antrim@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=484690,484734 Review URL: https://codereview.chromium.org/1140823007 Cr-Commit-Position: refs/heads/master@{#329891}
-
bnc authored
* Add host parameter to QuicTestPacketMaker constructor to allow for non-default hostnames in generated packets. * Change hostname in QuicNetworkTransactionTest.SecureResourceOver* in anticipation for a future CL that will enforce certificate validation in these unittests. * s/kServerHostname/kDefaultServerHostName/ in QuicHttpStreamTest to match QuicStreamFactoryTest. BUG=474217 Review URL: https://codereview.chromium.org/1142523004 Cr-Commit-Position: refs/heads/master@{#329890}
-
afakhry authored
Implement SubframeTask to represent out-of-process iframes. R=nick@chromium.org BUG=470988 Review URL: https://codereview.chromium.org/1137183002 Cr-Commit-Position: refs/heads/master@{#329889}
-
robert.bradford authored
This change adds a new member to ui::DisplaySnapshot, 'product_id', which is populated from the EDID in DrmDisplaySnapshot when it is created. DisplaySnapshot::product_id() is then turned into a hexadecimal string and used to try and load an ICC file from a common path. BUG=471749 TEST=On a link_freon system blue-vcgt-test-color-profile.icc was copied into /usr/share/color/icc/30e400000000.icc and the system rebooted and the display was observed tinted blue. Review URL: https://codereview.chromium.org/1129863003 Cr-Commit-Position: refs/heads/master@{#329888}
-
nednguyen authored
The results param was needed in shared_state.TearDownState() because of page_test.DidRunTest hook. Now that hook is removed, we no longer need to provide access to the results object in this method. BUG=435757 Review URL: https://codereview.chromium.org/1140143002 Cr-Commit-Position: refs/heads/master@{#329887}
-
inferno authored
Revert of Roll ASan/Win to LLVM r237003 (patchset #1 id:1 of https://codereview.chromium.org/1140623002/) Reason for revert: Caused build hangs. BUG=487929 Original issue's description: > Roll ASan/Win to LLVM r237003 > > Brings in coverage support for Windows. > > Green build with this revision: > http://build.chromium.org/p/chromium.fyi/builders/CrWinAsan%20tester/builds/217/steps/gclient%20runhooks/logs/stdio > > TBR=inferno@chromium.org > NOTRY=true > > Committed: https://crrev.com/9f05e50063c1c643ecbe7851dc388b6346414c08 > Cr-Commit-Position: refs/heads/master@{#329280} TBR=rnk@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1134413003 Cr-Commit-Position: refs/heads/master@{#329886}
-
sergeyu authored
Currently HostResolverImpl tries to probe IPv6 support for every Resolve() request, i.e. very often. The probe is implemented using a dummy UDP socket. This doesn't look efficient because IPv6 state doesn't change often. Also this change will decrease frequency of the crash in the linked bug. In that bug the root cause is that on OSX system certificate library may close recently created file descriptors it doesn't own. Not creating dummy UDP sockets very often will help to avoid hitting this bug in the OS very often. BUG=481163 Review URL: https://codereview.chromium.org/1138833003 Cr-Commit-Position: refs/heads/master@{#329885}
-
bruthig authored
TEST=TaskSwitchTimeTrackerTest.HasLastActionTimeShouldBeFalseAfterConstruction TEST=TaskSwitchTimeTrackerTest.HasLastActionTimeShouldBeTrueAfterOnTaskSwitch TEST=TaskSwitchTimeTrackerTest.RecordAfterTwoTaskSwitches TEST=TaskSwitchMetricsRecorderTest.VerifyTaskSwitchesFromTheShelfAreRecorded BUG=469359, 471356 Review URL: https://codereview.chromium.org/1133123003 Cr-Commit-Position: refs/heads/master@{#329884}
-
bnc authored
Change QuicNetworkTransactionTest::RunTransaction() and QuicNetworkTransactionTest::CheckResponseData() signatures to take HttpNetworkTransactions by scoped_ptr const reference instead of naked pointer to match four other members of the same testing class. BUG=474217 Review URL: https://codereview.chromium.org/1130003005 Cr-Commit-Position: refs/heads/master@{#329883}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5b15054..f51ed3b TBR=jsbell@chromium.org,timvolodine@chromium.org Review URL: https://codereview.chromium.org/1131273003 Cr-Commit-Position: refs/heads/master@{#329882}
-
oshima authored
otherwise the visibility state gets out of sync BUG=471670 TEST=CursorWindowControllerTest.VisibilityTest Review URL: https://codereview.chromium.org/1137303004 Cr-Commit-Position: refs/heads/master@{#329881}
-
apacible authored
Review URL: https://codereview.chromium.org/1136353002 Cr-Commit-Position: refs/heads/master@{#329880}
-
avi authored
BUG=487689 TEST=these crashes stop Review URL: https://codereview.chromium.org/1139943003 Cr-Commit-Position: refs/heads/master@{#329879}
-
ccameron authored
There exists lots of tracing for the old CAOpenGLLayer path in ui::IOSurfaceLayerHelper. The new path doesn't have this tracing. This adds tracing for the swap state (this is the pseudo-thread counter corresponding to PendingSwapAck in ui::IOSurfaceLayerHelper, along with trace events for the important functions related to swaps on Mac. BUG=487882 Review URL: https://codereview.chromium.org/1137093003 Cr-Commit-Position: refs/heads/master@{#329878}
-
chrome://proximity-authtengs authored
BUG=409158 TEST=manual Review URL: https://codereview.chromium.org/1135293002 Cr-Commit-Position: refs/heads/master@{#329877}
-
reillyg authored
Fix one more instance of an OWNERS file living in an empty subdirectory of the directory it is supposed to be setting the owners of. Review URL: https://codereview.chromium.org/1135143004 Cr-Commit-Position: refs/heads/master@{#329876}
-
skyostil authored
The test is crashing flakily. BUG=488067 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect NOTRY=true Review URL: https://codereview.chromium.org/1141863002 Cr-Commit-Position: refs/heads/master@{#329875}
-
tommycli authored
BUG=478309 Review URL: https://codereview.chromium.org/1140953003 Cr-Commit-Position: refs/heads/master@{#329874}
-