- 14 May, 2015 40 commits
-
-
rdevlin.cronin authored
Only include items that are relevant to component extensions in their context menus. That is to say, don't show the "Remove", "Manage extensions", or "Inspect popup" items, and only show the "Options" item if there is an options page. BUG=486223 Review URL: https://codereview.chromium.org/1135763004 Cr-Commit-Position: refs/heads/master@{#329928}
-
eseidel authored
Now sublime users can use command-/ to comment/uncomment lines in gn and gni files. R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1137423003 Cr-Commit-Position: refs/heads/master@{#329927}
-
mmenke authored
Will rename CronetUploadDataStreamDelegate to CronetUploadDataStreamAdapter in a followup CL. BUG=481119 Review URL: https://codereview.chromium.org/1124333003 Cr-Commit-Position: refs/heads/master@{#329926}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/7ae68a8..86a17e7 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1144563002 Cr-Commit-Position: refs/heads/master@{#329925}
-
sclittle authored
This will help us analyze how often the Data Reduction Proxy bypass logic is applied for proxies that don't match the currently configured Data Reduction Proxies, but do have the DRP via header in the response. BUG=487852 Review URL: https://codereview.chromium.org/1141023002 Cr-Commit-Position: refs/heads/master@{#329924}
-
anujk.sharma authored
As any includes present in the related header do not need to be included again in the related cc (i.e., foo.cc can rely on foo.h's includes). This removes all includes from $X.cc files where the $X.h has the same include to confirm to the style guide. BUG=460988 Review URL: https://codereview.chromium.org/1133363002 Cr-Commit-Position: refs/heads/master@{#329923}
-
zork authored
This will make it simpler to add new webcam interface types. BUG=None Review URL: https://codereview.chromium.org/1136883004 Cr-Commit-Position: refs/heads/master@{#329922}
-
ellyjones authored
This histogram tracks how frequently SDCH is advertised over a secure scheme. BUG=488086 Review URL: https://codereview.chromium.org/1137753006 Cr-Commit-Position: refs/heads/master@{#329921}
-
ellyjones authored
These methods are called when the observed SdchManager adds or removess dictionaries. BUG= Review URL: https://codereview.chromium.org/1133763003 Cr-Commit-Position: refs/heads/master@{#329920}
-
achaulk authored
Committed: https://crrev.com/f7553583492a8ea9a54d75cd6b2d3dd83c94512c Cr-Commit-Position: refs/heads/master@{#326863} Review URL: https://codereview.chromium.org/1099713005 Cr-Commit-Position: refs/heads/master@{#329919}
-
anujk.sharma authored
BUG=466848 Review URL: https://codereview.chromium.org/1100293004 Cr-Commit-Position: refs/heads/master@{#329918}
-
watk authored
Ensure that audio_unittests pass with --require-audio-hardware-for-testing. * Convert tests to STA COM threads, not MTA. * Do COM thread initialization in AudioManager. * Disable exclusive mode tests. * Convert a couple of tests to use ABORT_AUDIO_TEST_IF_NOT. BUG=416594 TEST=audio_unittests --require-audio-hardware-for-testing Review URL: https://codereview.chromium.org/1130753005 Cr-Commit-Position: refs/heads/master@{#329917}
-
mmenke authored
Any URLFetchers using one of a Profile's URLRequestContextGetters will now return an error on Profile shutdown, as opposed to causing crashes in AssertNoURLRequests. BUG=419095 Review URL: https://codereview.chromium.org/1124333010 Cr-Commit-Position: refs/heads/master@{#329916}
-
tdanderson authored
Introduce the user action WindowSelector_ActiveWindowChanged to track the number of overview mode sessions in which the user selected a window that is different from the previously-active window. BUG=486900 TEST=WindowSelectorTest.ActiveWindowChangedUserAction* Review URL: https://codereview.chromium.org/1138253002 Cr-Commit-Position: refs/heads/master@{#329915}
-
dalecurtis authored
Looks like the extra frame duration is enough extra leeway to match a 1-frame cadence if it was previously on the edge. BUG=439548 TEST=new unittest Review URL: https://codereview.chromium.org/1127373006 Cr-Commit-Position: refs/heads/master@{#329914}
-
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}
-