- 10 Jul, 2016 1 commit
-
-
erg authored
BUG=none Review-Url: https://codereview.chromium.org/2138483002 Cr-Commit-Position: refs/heads/master@{#404574}
-
- 09 Jul, 2016 34 commits
-
-
varkha authored
There is a problem with clearing mask layers when the textures are reused. Trying therefore to find a solution to hide the frame headers that does not rely on masks. BUG=624431 Review-Url: https://codereview.chromium.org/2129213003 Cr-Commit-Position: refs/heads/master@{#404573}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e930459a18ea..443023975e33 $ git log e930459a1..443023975 --date=short --no-merges --format='%ad %ae %s' 2016-07-08 robertphillips Add choke point for modifying non-AA rect draws (e.g., applying clipping) 2016-07-08 robertphillips Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ ) 2016-07-08 bungeman Corrected test for gcc/libc++ workaround. 2016-07-08 robertphillips Add choke point for modifying non-AA rect draws (e.g., applying clipping) 2016-07-08 bsalomon Use clipped bounds for reordering decisions GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2137543002 2016-07-08 bsalomon Revert change of bounds computation in MSAA path renderer. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2133773002 2016-07-08 dvonbeck Fixed error when normal.z = 1 in GPUs with binary16 floats 2016-07-08 reed deferred canvas 2016-07-08 bsalomon Don't scissor draws overlapping the render target's edges GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2135673002 2016-07-08 bsalomon Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. 2016-07-08 mtklein Move sRGB <-> linear conversion components to their own files. 2016-07-08 rmistry Revert of Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShader (patchset #11 id:200001 of https://codereview.chromium.org/2062703003/ ) 2016-07-08 brianosman Use sRGB pixel config for ARGB masks (color emoji) 2016-07-08 bsalomon Reland of Better encapsulate oval/rrect batchs. (patchset #1 id:1 of https://codereview.chromium.org/2121313004/ ) 2016-07-08 reed update path->rsxform to correctly interp dy 2016-07-08 bsalomon Promote the GCC/libc++/<memory> 'typedef float float32_t' workaround to SkTypes.h 2016-07-08 bsalomon Make all parameters reqiured to GrReducedClip::ReduceClipStack GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2130903002 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=rmistry@google.com Review-Url: https://codereview.chromium.org/2132913005 Cr-Commit-Position: refs/heads/master@{#404572}
-
robhogan authored
If value="" is specified on an image-type form control then use "" as the alt-text for the control if one is required. This matches Firefox and Edge, also IE11. BUG=625604 Review-Url: https://codereview.chromium.org/2127093004 Cr-Commit-Position: refs/heads/master@{#404571}
-
dtseng authored
What works: - search+s toggles on / off a DOM-based selection - selection by character, word, line, object work across multiple nodes* - announcement of what gets read via a clipboard hack - ctrl+c is observed and reads out copy events in lue of an actual copy event in the DOM (we're at a disadvantage here) *works currently for basic examples. The underlying "framework" fails in slightly more complex cases like a paragraph with a link in it or a line break. For example, a link followed by a static text fails when attempting to select the static text via index offsets. Likely a Blink issue. BUG=513716 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2121413002 Cr-Commit-Position: refs/heads/master@{#404570}
-
bsalomon authored
BUG=626823 Review-Url: https://codereview.chromium.org/2133713003 Cr-Commit-Position: refs/heads/master@{#404569}
-
rtenneti authored
availiable when race_cert_verification network session param is enabled. This experiment is not enabled in chromium. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation R=eroman@chromium.org, mef@chromium.org, rch@chromium.org, TBR=eroman@chromium.org (for net-internals changes) Review-Url: https://codereview.chromium.org/2120703003 Cr-Commit-Position: refs/heads/master@{#404568}
-
carlosk authored
This makes so that the fetch URL sent to the browser process for navigations with the start provisional load notification is already the final, potentially HTTPS upgraded one. This caused some problems with upcoming changes where the URL stored in the NavigationHandle differed from the actual URL being navigated to. A new test is also added to confirm the upgrade is executed as expected. BUG=618659 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2109633002 Cr-Commit-Position: refs/heads/master@{#404567}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/243e3dfbc911..6cad5da3c39e $ git log 243e3dfbc..6cad5da3c --date=short --no-merges --format='%ad %ae %s' BUG=625363,531641,472699,623058,472699,625852 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2136803002 Cr-Commit-Position: refs/heads/master@{#404566}
-
dcampb authored
BUG=625254 Review-Url: https://codereview.chromium.org/2132193002 Cr-Commit-Position: refs/heads/master@{#404565}
-
kozyatinskiy authored
- line/column -> lineNumber/columnNumber - lineNumber is 0-based - ExceptionDetails is hidden - fixed +/-1 error R=dgozman@chromium.org BUG=591496 Review-Url: https://codereview.chromium.org/2130203002 Cr-Commit-Position: refs/heads/master@{#404564}
-
dongseong.hwang authored
Revert of WebGL: use storage texture for DrawingBuffer only if CMAA is enabled. (patchset #3 id:60001 of https://codereview.chromium.org/2131863003/ ) Reason for revert: ATI GPU bots became green, no matter this CL. ATI GPU bot might be in bad shape for some reasons. So revert this redundant speculative fix. Original issue's description: > WebGL: use storage texture for DrawingBuffer only if CMAA is enabled. > > It's because Linux ATI bot fails > WebglConformance.conformance_textures_misc_tex_image_webgl > When finding the solution for ATI driver, rollback this patch. > > BUG=557848 > TEST=WebglConformance.conformance_textures_misc_tex_image_webgl > CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel > > Committed: https://crrev.com/65f8f6c737278a80acee2bcd407d1fdc15426fa8 > Cr-Commit-Position: refs/heads/master@{#404514} TBR=piman@chromium.org,kbr@chromium.org,zmo@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=557848 Review-Url: https://codereview.chromium.org/2133253003 Cr-Commit-Position: refs/heads/master@{#404563}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#404562}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#404561}
-
erikchen authored
gpuMemoryBufferId is no longer necessary. BUG= Review-Url: https://codereview.chromium.org/2132913004 Cr-Commit-Position: refs/heads/master@{#404560}
-
jamescook authored
It doesn't need to exist as a separate observer with a single function. This simplifies ShellDelegate. Addresses a TODO from https://codereview.chromium.org/2118593002/ BUG=619636 TEST=ash_unittests and chrome unit_tests Review-Url: https://codereview.chromium.org/2134833002 Cr-Commit-Position: refs/heads/master@{#404559}
-
lushnikov authored
The current monospace font chain for windows doesn't cover arabic symbols. "Courier New" has all the needed characters, let's fallback to it. BUG=616020 R=alph Review-Url: https://codereview.chromium.org/2135803002 Cr-Commit-Position: refs/heads/master@{#404558}
-
piman authored
This is simpler because we don't need to parse and copy lists of attributes. We now only parse them in the same process that creates them, avoiding potential security issues. BUG=None CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/de2733a7d9c32815d4195e067dd628399f5996fc Review-Url: https://codereview.chromium.org/2104403003 Cr-Original-Commit-Position: refs/heads/master@{#404024} Cr-Commit-Position: refs/heads/master@{#404557}
-
rockot authored
Moves all service manager connections in the content layer (connections owned by instances of MojoShellConnection and MojoChildConnection) to the IO thread in all process types. Note that instances of MojoShellConnection and MojoChildConnection may still be created and used on any thread. Additionally exposes a way for InterfaceRegistry and InterfaceProvider to forward to/from other instances so we can still have a corresponding instance of each on whatever thread owns the Mojo[Shell/Child]Connection object. This simplifies interface registration and acquisition on process hosts and ChildThreadImpls, and makes it possible for a future CL to introduce IO-thread service registration to avoid thread hops when binding incoming interface requests. BUG=623398,612500 Committed: https://crrev.com/439768f0aaaea83ffb7ce6c3ba4438804582c383 Review-Url: https://codereview.chromium.org/2111353002 Cr-Original-Commit-Position: refs/heads/master@{#404228} Cr-Commit-Position: refs/heads/master@{#404556}
-
yuweih authored
Preparation for using OpenGL ES rendering component on Android. This CL leaves a FrameLayout placeholder for the DesktopView and creates the implementation specific DesktopView in runtime. BUG=385924 Review-Url: https://codereview.chromium.org/2132883002 Cr-Commit-Position: refs/heads/master@{#404555}
-
elijahtaylor authored
BUG=601310,620091 TEST=ExtensionServiceTest.CannotDisableSharedModules TEST=manually disable shared module in preferences, start chrome and observe shared module is enabled on restart Review-Url: https://codereview.chromium.org/2131173003 Cr-Commit-Position: refs/heads/master@{#404554}
-
zmo authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/4da7838..74a8e95 BUG=625363 TEST=bots TBR=kbr@chromium.org NOTRY=true CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2135793002 Cr-Commit-Position: refs/heads/master@{#404553}
-
wangxianzhu authored
Removed the early return under condition 'isBody()' from LayoutObjectChildList::invalidatePaintOnRemoval() to ensure the painting layer and body object are invalidated. BTW fixed issues of DisplayItemClient aliveness checking which made it not actually work for subsequences. (If we didn't have the issues, we should have caught this bug through aliveness-checking.) Still not sure if we could have more reduced test. For the test, removing anything from the test would make the test not reproducing the bug. A normal removal of <body> couldn't reproduce the bug because we will invalidate the painting layer in other paths (e.g. layout triggered invalidation, etc.). BUG=626182 Review-Url: https://codereview.chromium.org/2133603002 Cr-Commit-Position: refs/heads/master@{#404552}
-
rdevlin.cronin authored
Add implementation and testing for the keyboard shortcuts subpage. This includes adding a shortcut-input component to handle much of the requisite logic. BUG=529395 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2101933005 Cr-Commit-Position: refs/heads/master@{#404551}
-
khmel authored
This implements progress for loading TOS content for OptIn workflow with error/retry support. Also fixes few UI bugs in OptIn layout windows. BUG=b/29419423 TEST=Manually on device. Emulate error conditions on different stages of OptIn workflow. OptIn is correctly recoverable in each case. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2137713002 Cr-Commit-Position: refs/heads/master@{#404550}
-
kozyatinskiy authored
R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2125423002 Cr-Commit-Position: refs/heads/master@{#404549}
-
piman authored
Various cleanup: - Every context type except GLContextStub calls InitializeDynamicBindings in MakeCurrent. Make it consistent. - In turn, it means we don't need an explicit InitializeDynamicMockBindings, so remove it. - In some tests, we were creating a context just to be able to call InitializeDynamicMockBindings. This is not necessary any more - dynamic bindings will be initalized as the first useful context is made current - Realizing that InitializeDynamicGLBindings is always called with a real context, remove the special cases for mock bindings. This makes it consistent with other GL implementations - In turn InitializeDynamicGLBindings always does exactly InitializeDynamicGLBindingsGL for valid GLImplementations, and is only called with a valid GLImplementation, simplify. It also means it can't fail. BUG=None CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2129043003 Cr-Commit-Position: refs/heads/master@{#404548}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/252926e7..75f10f91 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_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,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2135493003 Cr-Commit-Position: refs/heads/master@{#404547}
-
ckrasic authored
R=rch@chromium.org BUG= Review-Url: https://codereview.chromium.org/2113343002 Cr-Commit-Position: refs/heads/master@{#404546}
-
eroman authored
Mechanically generated CL that does these replacements: intermediary --> intermediate intermediaries --> intermediates Intermediary --> Intermediate Intermediaries --> Intermediates Review-Url: https://codereview.chromium.org/2130283003 Cr-Commit-Position: refs/heads/master@{#404545}
-
thomasanderson authored
Opening a link from a 3rd party app picks the most recently used profile/browser to open the new tab in. Whenever a user changes workspaces, reorder the browser list such that the browsers in the current workspace are moved to the top of the list. This way, when a user opens a link, it will open in a browser on the current workspace (if there are any browsers). BUG=619673 Review-Url: https://codereview.chromium.org/2108933003 Cr-Commit-Position: refs/heads/master@{#404544}
-
pfeldman authored
BUG=625341 TBR=dgozman Review-Url: https://codereview.chromium.org/2138463002 Cr-Commit-Position: refs/heads/master@{#404543}
-
bruthig authored
Record user actions when: - Screen capture is stopped from the default view - Screen capture is stopped from the notification view. BUG=620508 TEST=manual Review-Url: https://codereview.chromium.org/2132773002 Cr-Commit-Position: refs/heads/master@{#404542}
-
jaepark authored
Review-Url: https://codereview.chromium.org/2138523002 Cr-Commit-Position: refs/heads/master@{#404541}
-
hush authored
We want to fully test it before enabling by default. BUG=626773 Review-Url: https://codereview.chromium.org/2133303002 Cr-Commit-Position: refs/heads/master@{#404540}
-
- 08 Jul, 2016 5 commits
-
-
thestig authored
Also convert !container.size() to container.empty(). TBR=alexclarke@chromium.org,eugenebut@chromium.org,reillyg@chromium.org,robertshield@chromium.org,rogerta@chromium.org,scheib@chromium.org,sky@chromium.org,wez@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2070283002 Cr-Commit-Position: refs/heads/master@{#404539}
-
estade authored
BUG=626337 Review-Url: https://codereview.chromium.org/2130913002 Cr-Commit-Position: refs/heads/master@{#404538}
-
creis authored
This fixes a case where it was left stale on a cross-origin commit because the provisional_entry_ had been cleared by a different commit. BUG=623319 TEST=See bug comment 14 for repro steps. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2134493002 Cr-Commit-Position: refs/heads/master@{#404537}
-
jsbell authored
Database open requests enter a limbo state when there is an upgrade running - the request neither proceeds nor blocks, since there is no successfully opened request to receive the "versionchange" event. The same should be true for database delete requests, otherwise either the delete happens during the upgrade (bad!) or is blocked but the open connection is unaware of the request and can't close itself (also bad!). The spec is ambiguous here [1][2]; this change aligns Chrome's behavior with Firefox. [1] https://github.com/w3c/IndexedDB/issues/78 [2] https://github.com/w3c/IndexedDB/issues/79 R=palakj@chromium.org,cmumford@chromium.org BUG=617963 Review-Url: https://codereview.chromium.org/2084053004 Cr-Commit-Position: refs/heads/master@{#404536}
-
kapishnikov authored
1. Port https://codereview.chromium.org/2115653002/ to crnet_environment.mm 2. Port https://codereview.chromium.org/2110803002/ to crnet_environment.mm and cronet_environment.cc 3. Override CrNet FrameworkBundle, so that the icudtl.dat and IDS_ACCEPT_LANGUAGES can be read from the framework bundle itself. 4. Use base::mac::FrameworkBundle() instead of [NSBundle mainBundle]. Review-Url: https://codereview.chromium.org/2137623002 Cr-Commit-Position: refs/heads/master@{#404535}
-