- 05 Jun, 2015 40 commits
-
-
rtenneti authored
called with the same origin (HostPortPair) and nothing was deleted. This change reduces the number of times ClearAlternativeService tries to persist HttpServerProperties to disk (currently ~11% of persist calls are due to ClearAlternativeService). BUG=451256 R=rch@chromium.org Review URL: https://codereview.chromium.org/1156513004 Cr-Commit-Position: refs/heads/master@{#333147}
-
rtenneti authored
the same origin (HostPortPair) and value (supports_spdy). This change reduces the number of times SetSupportsSpdy tries to persist HttpServerProperties to disk (currently ~5% of persist calls are due to SetSupportsSpdy). BUG=451256 R=rch@chromium.org Review URL: https://codereview.chromium.org/1159853005 Cr-Commit-Position: refs/heads/master@{#333146}
-
Adam Langley authored
net: add gvt3.com as an HSTS, Google domain. Cr-Commit-Position: refs/heads/master@{#333145}
-
wittman authored
This is the first step in a refactoring of the declarativeContent API implementation. The goal is to facilitate profile state matching by providing abstractions for conditions and condition state tracking and evaluation. This CL consists of steps 1 and 2 described in the associated bug: by-hand instantiation of DeclarativeRule as DeclarativeContentRule to decouple changes from the web request declarative API implementation, and encapsulation of CSS selector condition tracking logic. No functional change is intended. BUG=492946 Review URL: https://codereview.chromium.org/1159733004 Cr-Commit-Position: refs/heads/master@{#333144}
-
jyasskin authored
BUG=497344 TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/1157813004 Cr-Commit-Position: refs/heads/master@{#333143}
-
thakis authored
https://chromium.googlesource.com/angle/angle.git/+log/10eb591..dd2eb50 BUG=491209 BUG=477306 TEST=bots TBR=geofflang Review URL: https://codereview.chromium.org/1149213007 Cr-Commit-Position: refs/heads/master@{#333142}
-
gunsch authored
Android deprecated the Apache APIs in L and removed them in M. R=halliwell@chromium.org,byungchul@chromium.org,alokp@chromium.org BUG=488200 Review URL: https://codereview.chromium.org/1153263009 Cr-Commit-Position: refs/heads/master@{#333141}
-
dpranke authored
This changes the GN args we use on the linux_chromium_gn_upload bot to not require a runtime dependency on GN. This CL also deletes the old ntries for the 32-bit and 64-bit upload bots (we just do 64-bit now, using the newer builder named linux_chromium_gn_upload). TBR=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/1168743003 Cr-Commit-Position: refs/heads/master@{#333140}
-
rkuroiwa authored
- Send "touchEvents" capability from the host if the host is capable of injecting raw touch inputs. - Client is always capable of "touchEvents". - Moved capability names to remoting/protocol/capability_names.h. BUG=314515 Review URL: https://codereview.chromium.org/1033913003 Cr-Commit-Position: refs/heads/master@{#333139}
-
halliwell authored
I'm currently refactoring some code that uses DecoderBuffer to use DecoderBufferBase instead (so it can run in a cma backend). It also depends on DecoderBuffer::set_timestamp, so we need an equivalent in DecoderBufferBase. BUG= Review URL: https://codereview.chromium.org/1145163005 Cr-Commit-Position: refs/heads/master@{#333138}
-
zea authored
Revert of media: Simplify {Audio|Video}Decoder initialization callback. (patchset #3 id:40001 of https://codereview.chromium.org/1156643007/) Reason for revert: Compile failure on mac: http://build.chromium.org/p/chromium/buildstatus?builder=Mac&number=3225 Original issue's description: > media: Simplify {Audio|Video}Decoder initialization callback. > > Use base::Callback<void(bool)> instead of a PipelineStatusCB for decoder initialization where PipelineStatus is not really relevant. This helps clean up unnecessary uses of PipelineStatusCB so in the future we could plumb more info in PipelineStatusCB (e.g. error messages) to help debugging/testing. > > TBR=bbudge@chromium.org > BUG=126070 > TEST=Updated unittests. > > Committed: https://crrev.com/cb8f0c2260d44d6610a4c157b70c01cda1f50913 > Cr-Commit-Position: refs/heads/master@{#333127} TBR=watk@chromium.org,dalecurtis@chromium.org,xhwang@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=126070 Review URL: https://codereview.chromium.org/1146913008 Cr-Commit-Position: refs/heads/master@{#333137}
-
kundaji authored
Daily reported UMA for number of bytes and data savings percent over the past 30 days. Review URL: https://codereview.chromium.org/1167543010 Cr-Commit-Position: refs/heads/master@{#333136}
-
shreyasv authored
2 notable changes 1) Moved this inside an NS_ENUM inside the web namespace for consistency with BrowsingDataTypes 2) Changed SYNCHRONIZING to CHANGING for 2 reasons - It better reflects the actual intent of this enum value. SYNCHRONIZING does not mean much in the context of the CRWBrowsingDataStore since it's unclear which object it's trying to synchronize with. - To avoid confusion with |BrowsingDataParition::IsSynchronized| BUG=480654 Review URL: https://codereview.chromium.org/1146223012 Cr-Commit-Position: refs/heads/master@{#333135}
-
donnd authored
Review URL: https://codereview.chromium.org/1145243011 Cr-Commit-Position: refs/heads/master@{#333134}
-
sievers authored
TBR=jdduke@chromium.org Review URL: https://codereview.chromium.org/1155553005 Cr-Commit-Position: refs/heads/master@{#333133}
-
gunsch authored
Revert of Chromecast: Cma should has_audio/video after initialization finishes. (patchset #1 id:1 of https://codereview.chromium.org/1125033003/) Reason for revert: This wasn't the right fix. It was reverted downstream but not upstream. Original issue's description: > Chromecast: Cma should has_audio/video after initialization finishes. > > R=lcwu@chromium.org,servolk@chromium.org,damienv@chromium.org > BUG=internal b/19868692 > > Committed: https://crrev.com/23b6c79d53147e704074c624bc6326bef4933ba4 > Cr-Commit-Position: refs/heads/master@{#329949} TBR=damienv@chromium.org,lcwu@chromium.org,servolk@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=internal b/19868692 Review URL: https://codereview.chromium.org/1162333005 Cr-Commit-Position: refs/heads/master@{#333132}
-
achuith authored
BUG=479950 TEST=testGaiaLogin Review URL: https://codereview.chromium.org/1149603005 Cr-Commit-Position: refs/heads/master@{#333131}
-
gogerald authored
Regression: Overlay for "you' re now signed into chrome" remains open after clicking on 'settings' link button. BUG=491011 Review URL: https://codereview.chromium.org/1161973002 Cr-Commit-Position: refs/heads/master@{#333130}
-
thakis authored
Chrome builds with -msse2 globally these days, so remove the skia_chrome_opts target and fold it into skia_chrome. Keep skia_opts but simplify the comments there a bit. No intended behavior change. BUG=496512,348761 Review URL: https://codereview.chromium.org/1161853008 Cr-Commit-Position: refs/heads/master@{#333129}
-
mpb authored
Related Blink change: https://codereview.chromium.org/908453003/ Related cc change: https://codereview.chromium.org/914403003/ BUG=441552 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1137823002 Cr-Commit-Position: refs/heads/master@{#333128}
-
xhwang authored
Use base::Callback<void(bool)> instead of a PipelineStatusCB for decoder initialization where PipelineStatus is not really relevant. This helps clean up unnecessary uses of PipelineStatusCB so in the future we could plumb more info in PipelineStatusCB (e.g. error messages) to help debugging/testing. TBR=bbudge@chromium.org BUG=126070 TEST=Updated unittests. Review URL: https://codereview.chromium.org/1156643007 Cr-Commit-Position: refs/heads/master@{#333127}
-
ben authored
R=jam@chromium.org BUG= Review URL: https://codereview.chromium.org/1161463004 Cr-Commit-Position: refs/heads/master@{#333126}
-
mmenke authored
Some were using DeterministicSocketData instead. BUG=492685 Review URL: https://codereview.chromium.org/1163733004 Cr-Commit-Position: refs/heads/master@{#333125}
-
mnaganov authored
It is required to scan the entire file for potential copyright references, as third-party code may appear anywhere in the file, so false positives are unfortunately inevitable for comments containing the "C-word". Add a note to the scanner message to provide a hint on that. BUG=243570 TBR=torne@chromium.org Review URL: https://codereview.chromium.org/1161943005 Cr-Commit-Position: refs/heads/master@{#333124}
-
mattm authored
BUG=493800 Review URL: https://codereview.chromium.org/1147353007 Cr-Commit-Position: refs/heads/master@{#333123}
-
bnc authored
* Use SequencedSocketData instead of DeterministicSocketData in SpdySessionTest. * Use nullptr instead of NULL, EXPECT_FALSE() instead of EXPECT_EQ(nullptr), etc. * Uniformly use RunLoop() instead of MessageLoop::current(). * Remove unnecessary set_connect_data calls. BUG=492698 Review URL: https://codereview.chromium.org/1153653003 Cr-Commit-Position: refs/heads/master@{#333122}
-
spang authored
These can cause noise in feedback reports. BUG=481183 Review URL: https://codereview.chromium.org/1165133002 Cr-Commit-Position: refs/heads/master@{#333121}
-
eugenebut authored
There is no reason to keep a bank Tab in case if newly opened window launched an external app. This behavior is similar to launching native apps. BUG=496419 Review URL: https://codereview.chromium.org/1146133005 Cr-Commit-Position: refs/heads/master@{#333120}
-
reillyg authored
The search provider, home page and start pages override permission messages each take a parameter describing the URL that the setting can be changed to. This was being properly handed in settings_override_permission.cc but not in the message formatters in chrome_permission_message_rules.cc. This change also removes the duplicate rules for these permissions. BUG=496332 Review URL: https://codereview.chromium.org/1165553008 Cr-Commit-Position: refs/heads/master@{#333119}
-
samuong authored
BUG=chromedriver:1111 TBR=jbudorick@chromium.org Review URL: https://codereview.chromium.org/1166633003 Cr-Commit-Position: refs/heads/master@{#333118}
-
wtc authored
Replace hardcoded variable sizes with sizeof. R=eroman@chromium.org BUG=none Review URL: https://codereview.chromium.org/1170493002 Cr-Commit-Position: refs/heads/master@{#333117}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/607696b0..f4760990 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/1156273009 Cr-Commit-Position: refs/heads/master@{#333116}
-
mef authored
BUG=493250 Review URL: https://codereview.chromium.org/1158033010 Cr-Commit-Position: refs/heads/master@{#333115}
-
dpranke authored
This patch implements the basic functionality needed to make swarming and isolates work w/ GN. It relies on GN's existing functionality for dumping the runtime dependencies needed for a target, and adds a new command to MB that will take the runtime deps for a target, compute the command line needed for the target, and then generate the .isolate and .isolate.gen.json files needed for the 'isolate.py batcharchive' command. We still need recipe-side work for swarming to actually work, however. In addition, the way to manage the command lines for a target is a total hack that will need to be cleaned up in subsequent patches. R=maruel@chromium.org, brettw@chromium.org BUG=480053 Review URL: https://codereview.chromium.org/1168513006 Cr-Commit-Position: refs/heads/master@{#333114}
-
boliu authored
Android webview does not use chrome's concept of visibility. Treat memory being set to 0 as signal to drop memory. And drop memory by flipping the surface to invisible and back. BUG=496057 Review URL: https://codereview.chromium.org/1164083003 Cr-Commit-Position: refs/heads/master@{#333113}
-
skyostil authored
This patch was mostly autogenerated with https://codereview.chromium.org/1010073002/. BUG=465354 TBR=nick@chromium.org Committed: https://crrev.com/422456f9d53f0bf936a64f21a1463fd0abd3df84 Cr-Commit-Position: refs/heads/master@{#333081} Review URL: https://codereview.chromium.org/1159623009 Cr-Commit-Position: refs/heads/master@{#333112}
-
danakj authored
The latter is going away. Long live Implside painting. This fixes cc/trees/layer_tree_host_unittest_animation.cc, cc/trees/layer_tree_host_unittest_copyrequest.cc and cc/trees/layer_tree_host_common_unittest.cc. R=enne, vmpstr BUG=413479 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1169643002 Cr-Commit-Position: refs/heads/master@{#333111}
-
orenb authored
This will allow us to use it in the Users page (and potentially others) for the prefs where the checkbox being checked means the boolean pref is disabled, and unchecked means enabled. Example usage: <cr-settings-checkbox pref="{{prefs.cros.accounts.allowGuest}}" inverted> </cr-settings-checkbox> BUG=495858 Review URL: https://codereview.chromium.org/1156783004 Cr-Commit-Position: refs/heads/master@{#333110}
-
miletus authored
Currently we only record non-root layer's position in the associated TransformNode. In practice, root layer might always be positioned at (0,0), so we might not be seeing the problem. But in tests we can manually set root layer to have non-zero position which will cause visible rects mismatch for property tree verification. One example is the unittest in this CL that root layer is positioned at (60, 70, 100x100). Viewport size is (0, 0, 100x100) in target space, so the visible rects of the root layer is clipped to be size 40x30. With the fix the unittest pass with property tree verification turned on. BUG=None CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1159983010 Cr-Commit-Position: refs/heads/master@{#333109}
-
davidben authored
The corresponding valgrind suppressions have long since been removed, so match the drmemory side. If they appear again, we should file new bugs and investigate anew. BUG=117427,79933 Review URL: https://codereview.chromium.org/1151883005 Cr-Commit-Position: refs/heads/master@{#333108}
-