- 10 Sep, 2014 40 commits
-
-
jrummell authored
BUG=358271 Review URL: https://codereview.chromium.org/558813004 Cr-Commit-Position: refs/heads/master@{#294200}
-
alexst authored
BUG= Review URL: https://codereview.chromium.org/557353002 Cr-Commit-Position: refs/heads/master@{#294199}
-
jmadill authored
bbffd55 Add a TexSubImage benchmark. 9e16d40 Fix Win32Window::resize breaking angle_tests. dd8488d Get stencil buffer clear parameters format directly. 82cceb2 Only use direct buffers for static data in D3D11. c9610c5 Starting refactor of ProgramBinary BUG=365078 Review URL: https://codereview.chromium.org/557993003 Cr-Commit-Position: refs/heads/master@{#294198}
-
teravest authored
This is no longer used after the removal of FileDownloader from the trusted plugin. BUG= Review URL: https://codereview.chromium.org/560073002 Cr-Commit-Position: refs/heads/master@{#294197}
-
sky authored
This is necessary as we don't always load 1x resources. In particular when I run views_example_exe with --force-device-scale-factor=2 then 1x isn't loaded. BUG=none TEST=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/564473002 Cr-Commit-Position: refs/heads/master@{#294196}
-
maniscalco authored
Add TaskQueue, a class that provides retry and backoff semantics for tasks. Used by AttachmentServiceImpl. AttachmentUploaderImpl and AttachmentDownloaderImpl now differentiate between transient and non-transient errors. Almost all errors are assumed to be transient. "403 Forbidden" is the exception and is returned by the sync server if attachment are disabled for the user. Transient errors encountered during attachment upload will be retried with exponential backoff (using TaskQueue and BackoffEntry). The idea is to consolidate retry logic at the AttachmentServiceImpl level. In a future CL, changes in network connectivity will affect retry and backoff. BUG=372622, 380437 Review URL: https://codereview.chromium.org/554743004 Cr-Commit-Position: refs/heads/master@{#294195}
-
bolian authored
Remove http://aws1.mdw.la/piatek/bypass-demo, which is not bypassed by the server now. BUG=412497 Committed: https://crrev.com/478bfc70f088fdabd3e0e2da1d399a04d4610a92 Cr-Commit-Position: refs/heads/master@{#294027} Review URL: https://codereview.chromium.org/553543004 Cr-Commit-Position: refs/heads/master@{#294194}
-
primiano authored
This is a set of bug / UI fixes for memory inspector, in preparetion for next CLs which will introduce integration with libheap_profiler. Changes in this CL: - Introduce mmap de-offset heplers (will be used soon for intersecting native heap traces). - Fix symbol lookup for shared_library Chrome builds. - Add RSS column to mmaps table. - Add server crash / unreachable detection. - Update prebuilts (add also desktop ones for paul.whitton@) - Make it possible to filter tests ran by run_tests. - Minor cosmetic bugfixes. BUG=340294 Review URL: https://codereview.chromium.org/559023002 Cr-Commit-Position: refs/heads/master@{#294193}
-
yiyaoliu authored
Considers unknown signin status as a valid status when browser is added (For mac, it's possible to have chrome running with no browser window open, which should be signin-status-unknown). Collects more stats when getting signin status. (record it in histograms whenever any error is seen.) BUG=412794 Review URL: https://codereview.chromium.org/554863002 Cr-Commit-Position: refs/heads/master@{#294192}
-
dfalcantara authored
TouchActionTest.Pan will start failing upstream as soon as L bots are added. BUG=412145 Review URL: https://codereview.chromium.org/557953002 Cr-Commit-Position: refs/heads/master@{#294191}
-
prasadv authored
BUG=391109 NOTRY=true Review URL: https://codereview.chromium.org/552013008 Cr-Commit-Position: refs/heads/master@{#294190}
-
dhnishi authored
Review URL: https://codereview.chromium.org/547753004 Cr-Commit-Position: refs/heads/master@{#294189}
-
e.hakkinen authored
Fix the constructor of the layer raster tile iterator to never advance a tiling raster tile iterator. This fixes the iterator not to skip the first tile returned by a tiling raster tile iterator even if there are no NOW tiles but only SOON and/or EVENTUALLY tiles. Review URL: https://codereview.chromium.org/555183002 Cr-Commit-Position: refs/heads/master@{#294188}
-
jiangj authored
It was introduced by https://codereview.chromium.org/10344009 for keychain reauthorization, now that keychain reauthorization was removed by https://codereview.chromium.org/183713003 we no longer need most of it. BUG=411926 Review URL: https://codereview.chromium.org/558233002 Cr-Commit-Position: refs/heads/master@{#294187}
-
wjmaclean authored
This cl also includes some small changes to remove chrome/extensions dependencies in these files, e.g. it gets IsIncognitoEnabled() from ExtensionPrefs() instead of util::IsIncognitoEnabled(). BUG=352293 Review URL: https://codereview.chromium.org/550403003 Cr-Commit-Position: refs/heads/master@{#294186}
-
fgorski authored
* Extracting DelayedTaskController from GCMDesktopDriver * Renaming it to GCMDelayedTaskController * Adding tests for GCMDelayedTaskController BUG=374969 R=jianli@chromium.org Review URL: https://codereview.chromium.org/551163002 Cr-Commit-Position: refs/heads/master@{#294185}
-
tommycli authored
BUG=371463 Review URL: https://codereview.chromium.org/555523003 Cr-Commit-Position: refs/heads/master@{#294184}
-
spang authored
This adds a timer that steps through the cursor animation. R=dnicoara BUG=343245 TEST=viewed css "wait" cursor on cros link_freon NOTRY=true Review URL: https://codereview.chromium.org/545043003 Cr-Commit-Position: refs/heads/master@{#294183}
-
siggi authored
BUG=412384 Review URL: https://codereview.chromium.org/558653002 Cr-Commit-Position: refs/heads/master@{#294182}
-
ranj authored
change field name from wallpaperData to data change field name from name to filename BUG=411286 Review URL: https://codereview.chromium.org/559583002 Cr-Commit-Position: refs/heads/master@{#294181}
-
grt authored
The bot runner dies sometimes when running this test. Disable the part of the test that launches Chrome to see if that makes the failures go away. This change also makes the logs a bit more informative by added date, time, file, and line info in the same format as Chrome's logging. It also enables verbose logging for Chrome's installer. BUG=402081 NOTRY=true TBR=gab@chromium.org Review URL: https://codereview.chromium.org/545373004 Cr-Commit-Position: refs/heads/master@{#294180}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#294179}
-
skia-deps-roller authored
https://skia.googlesource.com/skia/+log/1e3dad0b17e9f240e4a061208d5368e20527bede..841010f4bd54663e41900359fd32640767e6c8cd CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=fmalita@google.com Review URL: https://codereview.chromium.org/559083002 Cr-Commit-Position: refs/heads/master@{#294178}
-
qsr authored
R=pkl@chromium.org,cmasone@chromium.org Review URL: https://codereview.chromium.org/551053002 Cr-Commit-Position: refs/heads/master@{#294177}
-
bratell authored
Only text that will be sent through an HTML parser needs to be parsed. Escaping more than that results in & and < and similar in the output. R=andrewhayden@chromium.org BUG=412708 Review URL: https://codereview.chromium.org/562623002 Cr-Commit-Position: refs/heads/master@{#294176}
-
csharp authored
TBR=jam@chromium.org BUG=405932 Review URL: https://codereview.chromium.org/495643002 Cr-Commit-Position: refs/heads/master@{#294175}
-
kpschoedel authored
Revert of Fix test for master device. (patchset #4 id:80001 of https://codereview.chromium.org/538143002/) Reason for revert: Breaks key repeat (issue 412655). Original issue's description: > Fix test for master device. > > BUG=406014 > R=sadrul@chromium.org > > Committed: https://crrev.com/817ca9b5c2145d843f6ff154926db79535974778 > Cr-Commit-Position: refs/heads/master@{#293781} TBR=sadrul@chromium.org,derat@chromium.org NOTREECHECKS=true NOTRY=true BUG=406014 Review URL: https://codereview.chromium.org/560853003 Cr-Commit-Position: refs/heads/master@{#294174}
-
mlamouri authored
BUG=409995 Review URL: https://codereview.chromium.org/547093002 Cr-Commit-Position: refs/heads/master@{#294173}
-
tiago.vignatti authored
Fix more uses of T* conversion operator from scoped_refptr<T> which is now removed. Please see https://codereview.chromium.org/510323002 for reference. TEST=ozone_demo and content_shell under Ozone-GBM BUG=none NOTRY=true Review URL: https://codereview.chromium.org/552133004 Cr-Commit-Position: refs/heads/master@{#294172}
-
earthdok authored
BUG=412764, 268924 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/559093002 Cr-Commit-Position: refs/heads/master@{#294171}
-
fsamuel authored
BUG=273089 Review URL: https://codereview.chromium.org/554733003 Cr-Commit-Position: refs/heads/master@{#294170}
-
johnme authored
ImeTest#testKeyCodesWhileComposingText ImeTest#testEnterKeyEventWhileComposingText BUG=411756,315548 TBR=aurimas@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/561773002 Cr-Commit-Position: refs/heads/master@{#294169}
-
lliabraa authored
BUG=391846 TEST=Go to whatsmyua.com on an iOS 8 device and verify that the AppleWebKit and Safari versions in the user agent are the same in MobileSafari and Chrome for iOS. Review URL: https://codereview.chromium.org/558163003 Cr-Commit-Position: refs/heads/master@{#294168}
-
earthdok authored
BUG=347967 NOTRY=true TBR=glider@chromium.org Review URL: https://codereview.chromium.org/556283002 Cr-Commit-Position: refs/heads/master@{#294167}
-
joleksy authored
See tools/gyp/pylib/gyp/input.py: "Sections mathing the regexp '_(dir|file|path)s?$' are also considered PathSections." Standard gyp variables should not be named like this. BUG= Review URL: https://codereview.chromium.org/552203002 Cr-Commit-Position: refs/heads/master@{#294166}
-
bnc authored
Measure AsyncResourceHandler browser->render->browser hop time in UMA to understand the potential performance benefits of handling redirects entiely in the browser process instead. BUG=395552 Review URL: https://codereview.chromium.org/555913002 Cr-Commit-Position: refs/heads/master@{#294165}
-
ankit2.kumar authored
As suggested by 'aurmias' fixed mentioned comments in issue 541713002 Fixed issues: 1.Using one button for stop and reload option. 2.Removed tabs from chrome_shell_acivity.xml 3.moved resource from chrome/android/java/res to chrome/android/shell/res BUG= Review URL: https://codereview.chromium.org/546383002 Cr-Commit-Position: refs/heads/master@{#294164}
-
mohan.reddy authored
Refactoring the WeakPtrFactory usage, Member variables should appear before the WeakPtrFactory, to ensure that any WeakPtrs to Controller are invalidated before its members variable's destructors are executed, rendering them invalid. BUG=303818 Review URL: https://codereview.chromium.org/554233002 Cr-Commit-Position: refs/heads/master@{#294163}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/977198858f80a88d01b202011bae58ad68fc988a..d500af4bd27fde579b1dfbe4f2a42c93ec702066 TBR=keishi@chromium.org,jianli@chromium.org Review URL: https://codereview.chromium.org/563483002 Cr-Commit-Position: refs/heads/master@{#294162}
-
qsr authored
R=pkl@chromium.org,cmasone@chromium.org Review URL: https://codereview.chromium.org/538613005 Cr-Commit-Position: refs/heads/master@{#294161}
-