- 17 Mar, 2016 40 commits
-
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/0e3738db89e8..d427266a58af $ git log 0e3738db8..d427266a5 --date=short --no-merges --format='%ad %ae %s' 2016-03-17 msarett Remove uses of SkImageDecoder from gms 2016-03-17 msarett Remove uses of SkImageDecoder from skdiff 2016-03-17 caryclark make sausages rounder and portable 2016-03-17 robertphillips Add SkSpecialImage::extractSubset & NewFromPixmap 2016-03-17 msarett Remove SkipZeroesBench CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1811853003 Cr-Commit-Position: refs/heads/master@{#381728}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fec11bb7..b364ca30 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. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1810013002 Cr-Commit-Position: refs/heads/master@{#381727}
-
clamy authored
https://codereview.chromium.org/1777903003 introduced several calls to TestRenderFrameHost::PrepareForCommit without calling TestRenderFrameHost::SendRendererInitiatedNavigationRequest when simulating renderer initiated navigations. This makes them fail with PlzNavigate enabled. This CL fixes this fact. BUG=439423 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1800123002 Cr-Commit-Position: refs/heads/master@{#381726}
-
vabr authored
The former is a possible candidate for deletion, the latter is a suitable replacement in the new navigation API. BUG=576287 Review URL: https://codereview.chromium.org/1806593002 Cr-Commit-Position: refs/heads/master@{#381725}
-
hta authored
Previous behavior: A list of optional constraints resulted in a single advanced element, with one field for each value. New behavior: A list of optional constraints results in a list of advanced elements, with one field set for each value. The difference is important when there are mulitple values with the same name. For constraints with distinct names, there should be no difference. BUG=594929 Review URL: https://codereview.chromium.org/1808173002 Cr-Commit-Position: refs/heads/master@{#381724}
-
atanasova authored
Add new histogram value for hen a navigation is allowed due to it being part of a whitelist. BUG=595640 Review URL: https://codereview.chromium.org/1810923002 Cr-Commit-Position: refs/heads/master@{#381723}
-
georgesak authored
BUG=595320 Review URL: https://codereview.chromium.org/1810583002 Cr-Commit-Position: refs/heads/master@{#381722}
-
clamy authored
This update the BrowserSideNavigation bot test filters. NOTRY set to true since this only modifying filter files for an FYI bot. BUG=576261,439423 NOTRY=TRUE TBR=carlosk@chromium.org Review URL: https://codereview.chromium.org/1813773003 Cr-Commit-Position: refs/heads/master@{#381721}
-
perkj authored
BUG=webrtc:5426 Review URL: https://codereview.chromium.org/1808183002 Cr-Commit-Position: refs/heads/master@{#381720}
-
johnme authored
BUG=none Review URL: https://codereview.chromium.org/1809093002 Cr-Commit-Position: refs/heads/master@{#381719}
-
gavinp authored
This came up as a warning for a new finch trial advancing these to beta. R=asvitkine BUG=490029 Review URL: https://codereview.chromium.org/1790483003 Cr-Commit-Position: refs/heads/master@{#381718}
-
dcheng authored
Before out-of-process iframes, frame owners (i.e. HTMLFrameOwnerElement) were retained by the DOM tree of the parent frame. However, remote frames don't have a DOM tree to keep the frame owners alive. Instead, remote frames used a map to keep the frame owners live while the corresponding child frame was still in the frame tree. However, this map was never updated when frames were swapped, so frame owners would trivially leak after a frame swap. To simplify the code, just eliminate the map and have remote frame owners keep themselves live. With Oilpan, there's actually no need to do anything special: Frame already has a strong reference to the FrameOwner. Without Oilpan, it is a bit more complicated: a remote frame owner manually refs and unrefs itself when attached to/detached from a content frame. BUG=none Review URL: https://codereview.chromium.org/1807033003 Cr-Commit-Position: refs/heads/master@{#381717}
-
jochen authored
R=rmcilroy@chromium.org,cbruni@chromium.org,danno@chromium.org,skyostil@chromium.org BUG=chromium:593406,v8:4280 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Review URL: https://codereview.chromium.org/1802273002 Cr-Commit-Position: refs/heads/master@{#381716}
-
mmoroz authored
The fuzzer has been disabled in https://codereview.chromium.org/1703033002/ due to a lack of corpus pruning. I've also pruned corpus manually (122k -> 1k of files). R=aizatsky@chromium.org, inferno@chromium.org, jochen@chromium.org, krasin@chromium.org BUG=584819 TBR=aizatsky@chromium.org Review URL: https://codereview.chromium.org/1813743002 Cr-Commit-Position: refs/heads/master@{#381715}
-
mmoroz authored
Actually v8_regexp_parser_fuzzer works well, but speed is ~660 exec/s. With max_len restriction not greater than 1024, speed should be 1,000+. R=aizatsky@chromium.org, inferno@chromium.org, jochen@chromium.org, krasin@chromium.org TBR=aizatsky@chromium.org BUG=584819 Review URL: https://codereview.chromium.org/1812873002 Cr-Commit-Position: refs/heads/master@{#381714}
-
clamy authored
This CL adds a boolean to RenderFrameHost and NavigationHandle to check if they are destroyed during a navigation commit, which would lead to a use-after-free bug. BUG=589365 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1759123002 Cr-Commit-Position: refs/heads/master@{#381713}
-
msramek authored
ProfileSyncService requires the file sync/protocol/sync.pb.h to be generated. However, including browser_sync_browser (which contains ProfileSyncService) does not guarantee that. This CL exposes sync/sync.gyp:sync (containing sync.pb.h) as a public dependency in sync_driver, and sync_driver as a public dependency in browser_sync_browser, so that any target with the dependency on browser_sync_browser will also generate sync.pb.h. BUG=595332 Review URL: https://codereview.chromium.org/1808223002 Cr-Commit-Position: refs/heads/master@{#381712}
-
gyzhou authored
Previously NativeDesktopMediaList was returning only native window ID, now it also sets aura_id for chrome in Linux and windows. This allows to capture browser windows directly from Aura, which is faster and more reliable. BUG=581790, 289779, 590915 Review URL: https://codereview.chromium.org/1763753003 Cr-Commit-Position: refs/heads/master@{#381711}
-
rmcilroy authored
RequestIdleCallback: Avoid retaining ScriptedIdleTaskController while a cancelled timeout is pending Ensure that ScriptedIdleTaskController does not get unnecessarily retained by a cancelled timeout task if the idle task has been triggered, but the document has gone away. BUG=595155 Committed: https://crrev.com/82f18cd2a7b718c4d5356222017d9855a53eb6f3 Cr-Commit-Position: refs/heads/master@{#381489} Review URL: https://codereview.chromium.org/1808643003 Cr-Commit-Position: refs/heads/master@{#381710}
-
kpschoedel authored
Makes Ozone's XKB keyboard layout support generate Windows keycodes VKEY_NUMPAD0 through VKEY_NUMPAD9 for number pad keys, rather than VKEY_0 through VKEY_9, to match the X11 behaviour. BUG=574458 Review URL: https://codereview.chromium.org/1566463002 Cr-Commit-Position: refs/heads/master@{#381709}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/cc864c336d19..0e3738db89e8 $ git log cc864c336..0e3738db8 --date=short --no-merges --format='%ad %ae %s' 2016-03-17 mtklein free -> reset 2016-03-17 caryclark don't create zero length intervals 2016-03-17 mtklein Add back SkAutoTUnref::detach() for Android temporarily. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1812863002 Cr-Commit-Position: refs/heads/master@{#381708}
-
mmoroz authored
Also I've manually pruned the corpus because it was too large (170k+ files). That should reanimate the fuzzer + dictionary might be useful for JSON. R=aizatsky@chromium.org, inferno@chromium.org, jochen@chromium.org, krasin@chromium.org BUG=584819 TBR=aizatsky@chromium.org Review URL: https://codereview.chromium.org/1808203002 Cr-Commit-Position: refs/heads/master@{#381707}
-
stkhapugin authored
Reverted CL: https://codereview.chromium.org/1293693006. In iOS 9 (release) and later, the pasteboard bug was fixed. BUG=588715 Review URL: https://codereview.chromium.org/1804143005 Cr-Commit-Position: refs/heads/master@{#381706}
-
sdefresne authored
Those tests do not compile on iOS as ASSERT_DEATH is not defined instead they should use ASSERT_DEATH_IF_SUPPORTED. Disable them until the underlying issue if fixed in third-party library. BUG=459705 Review URL: https://codereview.chromium.org/1798413002 Cr-Commit-Position: refs/heads/master@{#381705}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/eaa2e514..fec11bb7 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. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1811903002 Cr-Commit-Position: refs/heads/master@{#381704}
-
boliu authored
//src/chrome code have not used auto_login_parser since r344922 ~half a year ago. Remove the dependency. BUG= Review URL: https://codereview.chromium.org/1805923003 Cr-Commit-Position: refs/heads/master@{#381703}
-
dtapuska authored
Scale the deltaX/deltaY on the mouse wheel events to be consistent with the compositor implementation. As the page is zoomed in the scroll amount shouldn't increase. This issue was discovered with the conversion to mouse wheel gestures which uses gesture scrolls which are scaled; and the layout test was failing for those cases. BUG=595441 Review URL: https://codereview.chromium.org/1812653002 Cr-Commit-Position: refs/heads/master@{#381702}
-
philipj authored
https://dom.spec.whatwg.org/#interface-element This also moves the non-spec'd webkitMatchesSelector, insertAdjacentElement and insertAdjacentText. The use counter for webkitMatchesSelector is left in place, because it it's somewhat interesting to follow its decline. The usage ought to be dominated by old versions of jQuery and other libraries, and so it says something about how long it takes for those libraries to be dropped or upgraded in the wild. jQuery and other libraries were updated around the time that the unprefixed matches was shipped in Blink, and usage of webkitMatchesSelector has roughly halved every year since. (Since it's now implemented in all engines, it's still unlikely to ever be removed.) Original commits: https://crrev.com/d92494c5c13990d8ab8d8cd73b0a20b8b2dee1e9 https://crrev.com/a706ad3cd488d6827cfcc99cd67cc30625296928 https://crrev.com/709823c231eb406d6928938c745effb16d6b3b3c https://crrev.com/45b5b0427c403ba30d0067921b2639a31f0190df https://crrev.com/6bcc2fb1c405cca7971ef6f361d94f8e8c63e726 BUG=460722 Review URL: https://codereview.chromium.org/1804383002 Cr-Commit-Position: refs/heads/master@{#381701}
-
robertphillips authored
Skia is retracting the SkAutoPixmapStorage class. These are the only two uses of it in Chrome. Review URL: https://codereview.chromium.org/1813483002 Cr-Commit-Position: refs/heads/master@{#381700}
-
bcwhite authored
Sparse histograms don't have a single "values vector" that can be created during construction. Rather, they create a list of value "records" that can be easily added to as needed. BUG=546019 TBR=mark mark: gn and gyp (new files) Review URL: https://codereview.chromium.org/1734033003 Cr-Commit-Position: refs/heads/master@{#381699}
-
lod authored
Set unseen state of reading list before notifying observers. BUG=NONE Review URL: https://codereview.chromium.org/1810903002 Cr-Commit-Position: refs/heads/master@{#381698}
-
mlamouri authored
This is adding a Java counterpart to the content::MediaMetadata added in Java with a proxy to pass the object from C++ to Java. The MediaMetadata information are only used to replace the title from the media notification and set some Android metadata. Other UI changes will require UI review. BUG=497735,581728 Review URL: https://codereview.chromium.org/1458703003 Cr-Commit-Position: refs/heads/master@{#381697}
-
sdefresne authored
When targetting simulator, builds iossim as a data_deps for all iOS application bundle as it is required to run the bundle on simulator from the command-line. BUG=594519 Review URL: https://codereview.chromium.org/1800083003 Cr-Commit-Position: refs/heads/master@{#381696}
-
petrcermak authored
The benchmark is causing lots of test failures on the "Mac HDD Perf (5)" perf bot (see the associated bug). BUG=595665 TBR=skyostil CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq;tryserver.chromium.perf:linux_perf_cq Review URL: https://codereview.chromium.org/1807183002 Cr-Commit-Position: refs/heads/master@{#381695}
-
perkj authored
WebRTC 12025:12032 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/4ac195e..4d7a738 Libjingle 12020:12032 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/75c1fc7..74207eb TBR= BUG= Review URL: https://codereview.chromium.org/1813723003 Cr-Commit-Position: refs/heads/master@{#381694}
-
fsamuel authored
gpu_host_messages consists of host <=> gpu IPC messages and is browser specific. Thus, for the time being, it makes sense to keep this file in content. The rest of content/common/gpu is moving to gpu/ipc. Thus, we are moving gpu_host_messages to content/gpu. GpuHostMsg_EstablishGpuChannel, and GpuHostMsg_HasGpuProcess didn't fit in with the rest of gpu_host_messages because they are renderer => browser messages. Thus this CL also moves those oddball IPCs to child_process_messsages.h. Some traits are used by both child_process_messages and gpu_host_messages. I've moved those traits to content/common/gpu/gpu_param_traits_macros.h. BUG=586365 Review URL: https://codereview.chromium.org/1799713002 Cr-Commit-Position: refs/heads/master@{#381693}
-
mikhail.pozdnyakov authored
This patch is implementing video formats capability negotiation based on the given MediaStreamTrack object: finds the video format having the same frame size and frame rate as the given MediaStreamTrack among the ones supported by sink device. BUG=242107 Review URL: https://codereview.chromium.org/1783843002 Cr-Commit-Position: refs/heads/master@{#381692}
-
allan.jensen authored
In rare cases on OS X with in-process-gpu and zero-copy disabled, rendering deadlocks can be triggered when a brokered attachment arrives before the channel reader registers itself as an observer of the attachment broker. This patch simply replays unhandled attachment for new observers, giving them a chance at handling attachments received before they registered. This is safe since attachments already have unique ids. BUG=584201 R=erikchen@chromium.org Review URL: https://codereview.chromium.org/1810503002 Cr-Commit-Position: refs/heads/master@{#381691}
-
sdefresne authored
Remove some dead const variables flagged as such by clang (instead of deactivating the compiler warning as the change was simple). TBR=rohitrao@chromium.org BUG=594519 Review URL: https://codereview.chromium.org/1797253002 Cr-Commit-Position: refs/heads/master@{#381690}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/73a59b847 BUG=595491 TBR=tkent@chromium.org Review URL: https://codereview.chromium.org/1807783004 . Cr-Commit-Position: refs/heads/master@{#381689}
-