- 30 Aug, 2016 40 commits
-
-
jdonnelly authored
This includes: - Moving the mapping between autofill credit card types and types defined in the spec to components/autofill. - Adding the basic credit card response type from the spec. BUG=602666 Review-Url: https://codereview.chromium.org/2285523002 Cr-Commit-Position: refs/heads/master@{#415351}
-
zmo authored
BUG=635081 TEST=mac bots NOTRY=true R=kbr@chromium.org,erikchen@chromium.org Review-Url: https://codereview.chromium.org/2251263002 Cr-Commit-Position: refs/heads/master@{#415350}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/fc6cb7366493..9a44565e9946 $ git log fc6cb7366..9a44565e9 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 bsalomon Remove custom data from GrGpuResource CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=bsalomon@google.com Review-Url: https://codereview.chromium.org/2290383002 Cr-Commit-Position: refs/heads/master@{#415349}
-
bokan authored
This is occurring because we try to get the RootScrollerController from the top level Document by calling topDocument(). Since we're in a remote Frame though, topDocument returns the current RootScrollerController's Document and so we infinitely recurse into isViewportScrollCallback. This is a quick fix to the problem while I come up with a better long term solution for OOPIFs. BUG=641775 Review-Url: https://codereview.chromium.org/2290353002 Cr-Commit-Position: refs/heads/master@{#415348}
-
avi authored
This is done by making SPDY's stream info map own the StreamInfos, and by making sync's MetahandlesMap own the EntryKernels. BUG=555865 Review-Url: https://codereview.chromium.org/2287783002 Cr-Commit-Position: refs/heads/master@{#415347}
-
fs authored
m_useCurrentView being true implies that m_viewSpec is non-null. Perhaps defensively, most code that checks it is written in a way such that it expects that m_viewSpec can be null if m_useCurrentView is true - which is not the case, and adds unnecessary code. Instead change the code to adhere to the rule above, and assert that in the various places instead. Also add some checks of the invariant in methods that set the flag and m_viewSpec. Refactor SVGSVGElement::setupInitialView to avoid the need to sprinkle invariant checks "all over" it. BUG=110195 Review-Url: https://codereview.chromium.org/2290293003 Cr-Commit-Position: refs/heads/master@{#415346}
-
estark authored
I added this flag with the new plumbing for subresources with cert errors in https://crbug.com/634171, but neglected to clear it on navigation. BUG=641180 Review-Url: https://codereview.chromium.org/2280753003 Cr-Commit-Position: refs/heads/master@{#415345}
-
eroman authored
HKDF was added to the spec trunk: https://github.com/w3c/webcrypto/commit/36bc6686c4cc630a91df3d9e9f38bfc9b8f0ce47 BUG=642045 Review-Url: https://codereview.chromium.org/2295613002 Cr-Commit-Position: refs/heads/master@{#415344}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/89be526f6da4..bf2b35a6b699 $ git log 89be526f6..bf2b35a6b --date=short --no-merges --format='%ad %ae %s' 2016-08-30 benjhayden Migrate clockSyncLatencyMetric from ScalarNumeric to Histogram TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2296683003 Cr-Commit-Position: refs/heads/master@{#415343}
-
hanxi authored
The icon and icon murmur2 hash are sent to the WebApk Minting Server when creating/updating a WebAPK. For updating, these two values are fetched and computed by ManifestUpdateDetector, so WebApkInstaller doesn't need to download the icon and compute icon hash again. BUG=639000 Review-Url: https://codereview.chromium.org/2263673003 Cr-Commit-Position: refs/heads/master@{#415342}
-
oshima authored
I think this is safer to merge than https://codereview.chromium.org/2291923002/. I'll remove the check once the bug 64223 is fixed. BUG=642222 Review-Url: https://codereview.chromium.org/2291933002 Cr-Commit-Position: refs/heads/master@{#415341}
-
bradnelson authored
Pulling in a new v8 fuzzer. Adding a download step for the wasm and wasm->asm.js module fuzzers. BUG=None TEST=None R=kcc@chromium.org,ahaas@chromium.org,mmoroz@chromium.org Review-Url: https://codereview.chromium.org/2284393003 Cr-Commit-Position: refs/heads/master@{#415340}
-
tommycli authored
Breakage introduced by prior patch here: https://codereview.chromium.org/2208463002 We had split off GetPluginContentSetting into a utils file, but forgot to add the widevine header file include. This means that WIDEVINE_CDM_AVAILABLE is never defined, and the Widevine-treated-as-JavaScript for content settings clause is never activated, breaking Widevine on Corp machines. BUG=641706 Review-Url: https://codereview.chromium.org/2295563002 Cr-Commit-Position: refs/heads/master@{#415339}
-
anthonyvd authored
Discussed with bettes@ to decide that the profile badge on RTL layouts should be on the LHS instead. Also fixed the position of the circular mask for profile icon on RTL layouts (see first bug) - the circular mask needs to be bumped to the right on RTL layouts so that it's right-aligned. See comparative screenshots: https://drive.google.com/drive/folders/0B7Fvv7JszRyGN1FKakw4RXE2Vkk?usp=sharing BUG=640907 BUG=615893 Review-Url: https://codereview.chromium.org/2285413002 Cr-Commit-Position: refs/heads/master@{#415338}
-
robhogan authored
When merging two ruby bases ensure that the new base has a complete float list. BUG=619380,624028 Review-Url: https://codereview.chromium.org/2283413003 Cr-Commit-Position: refs/heads/master@{#415337}
-
cfroussios authored
The current name of these tests did not reflect the component actually tested. It was also inconsistent with how the tests for the the other implementations of KeyStorage were named. Review-Url: https://codereview.chromium.org/2292933002 Cr-Commit-Position: refs/heads/master@{#415336}
-
msw authored
Move and rename ash/desktop_background/* Move and rename ash/wm/system_background_controller* Rename identifiers; update comments. Remove unused src_container for Reparent* functions. BUG=629605 TEST=No functional changes; just renaming. R=jamescook@chromium.org TBR=sky@chromium.org,tsepez@chromium.org,jochen@chromium.org Review-Url: https://codereview.chromium.org/2290473004 Cr-Commit-Position: refs/heads/master@{#415335}
-
qinmin authored
If browser is killed when a download is just created, the download is forever lost. User can no longer resume the download. And a temporary file is left forever on the disk. On desktop platforms, this may not be a big issue as users can easily go to the download dir to delete that file. However, it is not very straight forward to access the file maanger. This change commits the CreateDownload() to history db immediately on Android, rather than waiting for the scheduled time interval. This will greatly reduce the chance of the above problem, though very unlikely possible. BUG=636101 Review-Url: https://codereview.chromium.org/2292733002 Cr-Commit-Position: refs/heads/master@{#415334}
-
thestig authored
Review-Url: https://codereview.chromium.org/2293853002 Cr-Commit-Position: refs/heads/master@{#415333}
-
penghuang authored
On minnie, the Display initializing is slow, so the display is ready after GpuService. So only notifying initialized displays when the GPU channel is established is not sufficient. We need also set the GPU channel to every display when it is ready. BUG=None Review-Url: https://codereview.chromium.org/2290363002 Cr-Commit-Position: refs/heads/master@{#415332}
-
mikecase authored
Review-Url: https://codereview.chromium.org/2277033002 Cr-Commit-Position: refs/heads/master@{#415331}
-
robert.bradford authored
TEST=Using local md_browser.py check documentation formatting is correct. BUG=none Review-Url: https://codereview.chromium.org/2290223003 Cr-Commit-Position: refs/heads/master@{#415330}
-
sky authored
This does roughly the same thing as we do for chrome --mash. In particular it bundles the all the mash apps so that we aren't dll opening them as that causes problems. BUG=594674 TEST=covered by tests. TBR=erg@chromium.org Review-Url: https://codereview.chromium.org/2295433003 Cr-Commit-Position: refs/heads/master@{#415329}
-
tommycli authored
BUG=640199 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2287593002 Cr-Commit-Position: refs/heads/master@{#415328}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2287443003 Cr-Commit-Position: refs/heads/master@{#415327}
-
denniskempin authored
Exosphere renders its own cursor which does not get hidden by the global logic to hide a cursor when using direct input mouse events. This CL will make sure the cursor widget gets hidden or restored depending whether direct input is used or not. BUG=636458 TEST=use direct input in exo app. Cursor should be hidden. Review-Url: https://codereview.chromium.org/2295513002 Cr-Commit-Position: refs/heads/master@{#415326}
-
dpranke authored
Win goma builds do not support PDB files, so trying to build with full symbols is very painful. Previously we would default to "full symbols" but silently turn off symbols if using goma; this CL restructures things so that we default to "minimal symbols" if using goma (and visual studio's compiler). R=brucedawson@chromium.org, brettw@chromium.org, thakis@chromium.org BUG=634184 Review-Url: https://codereview.chromium.org/2215433002 Cr-Commit-Position: refs/heads/master@{#415325}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/48701b2a..26642c66 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2294793002 Cr-Commit-Position: refs/heads/master@{#415324}
-
boliu authored
Make it a general feature of CleanupReference. Review-Url: https://codereview.chromium.org/2281313002 Cr-Commit-Position: refs/heads/master@{#415323}
-
liaoyuke authored
Add functionality to http server utility so that it can include Set-Coockie in the header. Some tests need cookies to be set, sets cookie through http response can better simulate real world user behavior than through javascript. BUG= Review-Url: https://codereview.chromium.org/2283203003 Cr-Commit-Position: refs/heads/master@{#415322}
-
jamescook authored
Remove the chrome D-Bus bindings code and web UI test code. We can revive them from git history if we need them again. BUG=641996 TEST=compiles CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation TBR=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2292703002 Cr-Commit-Position: refs/heads/master@{#415321}
-
lukasza authored
rewrite_to_chrome_style tool has trouble renaming \<m_[0-9]... fields, because |m_3dRenderingContext| shouldn't be renamed to |3d_rendering_context_| (the latter is not a valid C++ identifier). Therefore, this CL manually renames all \<m_[0-9]... fields under third_party/WebKit/Source, so that a digit will not appear as the first character of the name. A few extra fields have been renamed in core/paint/PaintLayer.h/.cpp for consistency between ...StatusDirty and is...Dirty. A few extra changes have been made to follow recent style changes (e.g. to prefer DCHECK over ASSERT in new code). BUG=641027 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2291723002 Cr-Commit-Position: refs/heads/master@{#415320}
-
ellyjones authored
As part of Harmony work, MacViews should switch from using Cocoa's color scheme to Harmony's. BUG=637016 Review-Url: https://codereview.chromium.org/2256323003 Cr-Commit-Position: refs/heads/master@{#415319}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2289763003 Cr-Commit-Position: refs/heads/master@{#415318}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/babc697ae8f7..fc6cb7366493 $ git log babc697ae..fc6cb7366 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 ethannicholas changed kCurveConnectionThreshold in GrAAConvexTessellator GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2297563003 TBR=bsalomon@google.com CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=bsalomon@google.com Review-Url: https://codereview.chromium.org/2292143002 Cr-Commit-Position: refs/heads/master@{#415317}
-
estade authored
Overview, etc.) BUG=635762 TBR=derat@chromium.org Review-Url: https://codereview.chromium.org/2258703002 Cr-Commit-Position: refs/heads/master@{#415316}
-
bzanotti authored
BUG=640623 Review-Url: https://codereview.chromium.org/2287383002 Cr-Commit-Position: refs/heads/master@{#415315}
-
eugenebut authored
According to test comments the action should only differ by query and fragment, not by path. BUG=None Review-Url: https://codereview.chromium.org/2292483003 Cr-Commit-Position: refs/heads/master@{#415314}
-
mvanouwerkerk authored
Review-Url: https://codereview.chromium.org/2286703002 Cr-Commit-Position: refs/heads/master@{#415313}
-
mef authored
BUG=527059 Review-Url: https://codereview.chromium.org/2200323003 Cr-Commit-Position: refs/heads/master@{#415312}
-