- 04 Oct, 2016 40 commits
-
-
vakh authored
BUG=651911, 543161 Review-Url: https://codereview.chromium.org/2383063003 Cr-Commit-Position: refs/heads/master@{#422968}
-
qyearsley authored
Review-Url: https://codereview.chromium.org/2390683003 Cr-Commit-Position: refs/heads/master@{#422967}
-
tommycli authored
Normal users will have it configured to the real value via Finch. This hardcoding is only for ease of testing in case the user does not have a Finch config. BUG=650903 Review-Url: https://codereview.chromium.org/2391823003 Cr-Commit-Position: refs/heads/master@{#422966}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/cb68f292f76dfc8fb256e2fd7142639df5fc681d Enable test results presentation for android instrumentation tests. (hzl@google.com) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=605572 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2395643002 Cr-Commit-Position: refs/heads/master@{#422965}
-
mdjones authored
BUG= Review-Url: https://codereview.chromium.org/2388793005 Cr-Commit-Position: refs/heads/master@{#422964}
-
mwlodar authored
Memory Leak Detector proto gets enriched with a message for collecting memory usage information from OS and fields describing the last increasing allocation trend for the suspected size and call stack. BUG=chromium:650347 Review-Url: https://codereview.chromium.org/2391893002 Cr-Commit-Position: refs/heads/master@{#422963}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2393003002 Cr-Commit-Position: refs/heads/master@{#422962}
-
maxbogue authored
BUG=651924 Review-Url: https://codereview.chromium.org/2394573002 Cr-Commit-Position: refs/heads/master@{#422961}
-
danakj authored
Instead expand the Display's size to cover the entire entire external viewport (aka the clip area). Also removes SetSurfaceSize from the SoftwareOutputSurface used by WebView to draw the renderer's frame into an SkCanvas. Since the Display is now sized to cover the whole clip area, it will Reshape() to that size and the OutputSurface can use that size. R=boliu@chromium.org BUG=606056 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2377533002 Cr-Commit-Position: refs/heads/master@{#422960}
-
anthonyvd authored
BUG=651933 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2387123002 Cr-Commit-Position: refs/heads/master@{#422959}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/89f9ee3b8f3b..98151cab3d24 $ git log 89f9ee3b8..98151cab3 --date=short --no-merges --format='%ad %ae %s' 2016-10-04 dsinclair Cleanup DEPS files 2016-10-04 dsinclair Fix fuzzer paths 2016-10-04 npm Avoid crashing on CPDF_ToUnicodeMap::Load by using ValueOrDefault() 2016-10-04 dsinclair Make sure the fuzzer read size does not go negative. 2016-10-04 dsinclair Move core/fpdfapi/fpdf_render to core/fpdfapi/render 2016-10-04 dsinclair Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser 2016-10-04 dsinclair Move core/fpdfapi/fpdf_page to core/fpdfapi/page 2016-10-04 dsinclair Move core/fpdfapi/fpdf_font to core/fpdfapi/font 2016-10-04 dsinclair Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit 2016-10-04 dsinclair Move core/fpdfapi/fpdf_cmaps to core/fpdfapi/cmaps BUG=621836 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2393643003 Cr-Commit-Position: refs/heads/master@{#422958}
-
proberge authored
This change adds Windows-only logic to the PrefHashFilter such that it verifies preferences against MACs stored in the registry. Unlike the current tracked preference logic, this extra check does NOT reset settings. To avoid inconsistent state with the MACs in secure_preferences, we clear the registry MACs before writing secure_preferences, and write the registry MACs after the file is successfully written. BUG=624858 Committed: https://crrev.com/4683dfcecfa72a73e00498d7c06fcf6716f8366c Review-Url: https://codereview.chromium.org/2204943002 Cr-Original-Commit-Position: refs/heads/master@{#422240} Cr-Commit-Position: refs/heads/master@{#422957}
-
ianwen authored
If the user leaves a special locale, changes we made previously shall be reverted. BUG=638062 Review-Url: https://codereview.chromium.org/2385543002 Cr-Commit-Position: refs/heads/master@{#422956}
-
dpapad authored
BUG=651513 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2374253012 Cr-Commit-Position: refs/heads/master@{#422955}
-
alexmos authored
It should be possible for an app to embed a <webview> and navigate it to a blob URL that the app creates. In a previous security fix (r419019), this navigation was unintentionally blocked, due to <webview> being considered a main frame as well as being in an untrusted web process which is requesting a blob URL in a chrome-extension:// scheme. BUG=652077,645028 Review-Url: https://codereview.chromium.org/2387323002 Cr-Commit-Position: refs/heads/master@{#422954}
-
thestig authored
Review-Url: https://codereview.chromium.org/2388323002 Cr-Commit-Position: refs/heads/master@{#422953}
-
jamiewalch authored
BUG=642519 Review-Url: https://codereview.chromium.org/2369013008 Cr-Commit-Position: refs/heads/master@{#422952}
-
pwnall authored
This test was disabled in https://crrev.com/242483 to fix the crash documented in https://crbug.com/342525 BUG=342525 Review-Url: https://codereview.chromium.org/2370703004 Cr-Commit-Position: refs/heads/master@{#422951}
-
qyearsley authored
BUG=589709 Review-Url: https://codereview.chromium.org/2389973005 Cr-Commit-Position: refs/heads/master@{#422950}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/3fdf52cf389d..511f2d79bf6e $ git log 3fdf52cf3..511f2d79b --date=short --no-merges --format='%ad %ae %s' 2016-10-04 mtklein Make global use-analytic-AA bit threadsafe. 2016-10-04 reed Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-04 caryclark disallow -4 pointer 2016-10-04 mtklein Revert of skpbench: add option for gpu timing (patchset #7 id:120001 of https://codereview.chromium.org/2388433003/ ) 2016-10-04 borenet Add --test to gen_tasks.go, add presubmit check 2016-10-04 csmartdalton skpbench: add option for gpu timing 2016-10-04 reed ensure we always set the pictinfo.fVersion 2016-10-04 borenet Make binary size analysis upload to skia-perf bucket 2016-10-04 caryclark run dean4 test everywhere 2016-10-04 mtklein Debug Mac test failure. 2016-10-04 benjaminwagner Remove SkFontConfigInterface_direct_google3. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=stephana@google.com Review-Url: https://codereview.chromium.org/2390403002 Cr-Commit-Position: refs/heads/master@{#422949}
-
maxbogue authored
It contained a lot of unnecessary things. BUG= Review-Url: https://codereview.chromium.org/2386393002 Cr-Commit-Position: refs/heads/master@{#422948}
-
aicommander authored
Commit 667f0577 created a regression in gamepad API functionality on Android by removing the assignment that sets the gamepad.connected value. This CL adds the missing assignment back. BUG=644162 Review-Url: https://codereview.chromium.org/2350573002 Cr-Commit-Position: refs/heads/master@{#422947}
-
tedchoc authored
BUG=643449 Review-Url: https://codereview.chromium.org/2365973003 Cr-Commit-Position: refs/heads/master@{#422946}
-
raymes authored
Rather than showing the infobar, just refresh the page. The user would usually arrive in this situation because they've clicked a link to obtain flash, so refreshing the page shouldn't be problematic. BUG=641615,652479 Review-Url: https://codereview.chromium.org/2390193002 Cr-Commit-Position: refs/heads/master@{#422945}
-
dmazzoni authored
Sometimes we get events on nodes in the internal accessibility tree that are not exposed on that platform or under all circumstances. On Android that led to an issue where after closing a SELECT pop-up, we got a focus event on the OPTION and subsequent navigation was trapped inside that control rather than outside it. The fix is to map the focus event to the topmost leaf ancestor, which in this case would be the SELECT element. BUG=652805 Review-Url: https://codereview.chromium.org/2397503002 Cr-Commit-Position: refs/heads/master@{#422944}
-
tedchoc authored
BUG=640549 Review-Url: https://codereview.chromium.org/2389263002 Cr-Commit-Position: refs/heads/master@{#422943}
-
hubbe authored
This extracts the color information from the h264 stream and attaches it to the video frame. Currently this is only done if the result is NV12 as we don't have the code yet to do it for RGB frames. BUG=622133, 647725 Review-Url: https://codereview.chromium.org/2345123002 Cr-Commit-Position: refs/heads/master@{#422942}
-
lushnikov authored
We should remove words from index if this is the last word only. BUG=none R=dgozman Review-Url: https://codereview.chromium.org/2385273004 Cr-Commit-Position: refs/heads/master@{#422941}
-
bshe authored
Vr Shell was disabled in release build regardless if enable_vr_shell is set or not. The reason was proguard obfuscated the name we use in VrShellDelegate This adds rules to prevent obfuscation. BUG=652340 Review-Url: https://codereview.chromium.org/2385113003 Cr-Commit-Position: refs/heads/master@{#422940}
-
spqchan authored
BUG=650846,650848 Review-Url: https://codereview.chromium.org/2390103003 Cr-Commit-Position: refs/heads/master@{#422939}
-
fdoray authored
setup.exe --delete-old-versions repetitively attempts to delete all files that belong to old versions of Chrome. It exits when no files that belong to an old version of Chrome remain or when another process tries to acquire the SetupSingleton. setup.exe --delete-old-versions is launched in two occasions: - When the installer fails to delete old files after a not-in-use update. - When executables are successfully renamed on Chrome startup or shutdown. BUG=451546 Review-Url: https://codereview.chromium.org/2333853002 Cr-Commit-Position: refs/heads/master@{#422938}
-
Emil A Eklund authored
BUG=563793 R=ikilpatrick@chromium.org Review URL: https://codereview.chromium.org/2391893004 . Cr-Commit-Position: refs/heads/master@{#422937}
-
lushnikov authored
BUG=none R=einbinder, dgozman Review-Url: https://codereview.chromium.org/2387003004 Cr-Commit-Position: refs/heads/master@{#422936}
-
fs authored
Only used by SVGAnimateElement. BUG=641437 Review-Url: https://codereview.chromium.org/2394583002 Cr-Commit-Position: refs/heads/master@{#422935}
-
fdoray authored
BUG= Review-Url: https://codereview.chromium.org/2389073003 Cr-Commit-Position: refs/heads/master@{#422934}
-
imcheng authored
ClientOnPageFinishedTest#testCalledAfterError is flaky. BUG=652577 Review-Url: https://codereview.chromium.org/2397533002 Cr-Commit-Position: refs/heads/master@{#422933}
-
twellington authored
Also default 'false' for shouldAggregateLogForTapSuppression and isConditionSatisfiedForAggregateLogging BUG=642897 Review-Url: https://codereview.chromium.org/2386413002 Cr-Commit-Position: refs/heads/master@{#422932}
-
nisse authored
BUG= Review-Url: https://codereview.chromium.org/2393533002 Cr-Commit-Position: refs/heads/master@{#422931}
-
brianderson authored
Records false if we haven't received a swap ack for more than 8 seconds. Otherwise, records true. BUG=602486 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2258253002 Cr-Commit-Position: refs/heads/master@{#422930}
-
jsbell authored
The decoder blithely passed any old 16-bit code unit through, in violation of the Encoding standard. Surrogate pairs should go through unscathed: [ ... 0xD800 0xDC00 ... ] => [ ... U+D800 U+DC00 ... ] But cases like these should result in replacement characters: [ ... 0xD800 ... ] => [ ... U+FFFD ... ] [ ... 0xDC00 ... ] => [ ... U+FFFD ... ] [ ... 0xDC00 0xD800 ... ] => [ ... U+FFFD U+FFFD ... ] This aligns Chrome's behavior with Firefox and Edge. Note that flushing at the end of a stream remains a special case. Streams terminating in the above sequences will not get replacements emitted (current behavior). In addition, a lead surrogate appearing at the end of a stream will now not be emitted, matching other browsers. BUG=368904 R=jshin@chromium.org,foolip@chromium.org Review-Url: https://codereview.chromium.org/2379333003 Cr-Commit-Position: refs/heads/master@{#422929}
-