- 16 Sep, 2016 40 commits
-
-
sammiequon authored
Previously the partial magnifier border was difficult to see on white colored backgrounds. I add a textured layer instead of a solid color, so the border is outlined in black, so that it is visible on all backgrounds. BUG=638996 TEST=none https://screenshot.googleplex.com/htWDLX1Bxdp Committed: https://crrev.com/da331ee46dfead28a5b2af2379f9fad320509957 Review-Url: https://codereview.chromium.org/2269383002 Cr-Original-Commit-Position: refs/heads/master@{#418785} Cr-Commit-Position: refs/heads/master@{#419199}
-
sanfin authored
BUG=598854 Review-Url: https://codereview.chromium.org/2345193002 Cr-Commit-Position: refs/heads/master@{#419198}
-
sunyunjia authored
Previously, ScrollRectToVisible bubbles up through its dom parent. It works fine when its layout container is its dom parent, but this is not the case for absolute-positioned elements. Simply scrolling the dom parent of an absolute-positioned element wouldn't put the desired rect into view. This patch changes the behavior by bubbling up through its layout parent. BUG=645841 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2336013002 Cr-Commit-Position: refs/heads/master@{#419197}
-
kdsilva authored
BUG=601247 Review-Url: https://codereview.chromium.org/2301823002 Cr-Commit-Position: refs/heads/master@{#419196}
-
rtoy authored
In addition to the existing createFoo() to create an AudioNode, we add support for new FooNode(context, options). The options argument is a dictionary specific to the node and is also defined here. Tests added for the basic functionality for constructing the nodes and for testing that the required arguments (if any) are processed correctly. Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/QpOwpM15YRA/SQJbPmuuAAAJ Feature: https://www.chromestatus.com/features/6409704485945344 BUG=626449 TEST=constructor/*.html Review-Url: https://codereview.chromium.org/2102133002 Cr-Commit-Position: refs/heads/master@{#419195}
-
dbeam authored
R=mahmadi@chromium.org BUG=645417 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2339353002 Cr-Commit-Position: refs/heads/master@{#419194}
-
dmazzoni authored
Also fix some Closure compiler warnings that triggered as a result of this change. BUG=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2342093002 Cr-Commit-Position: refs/heads/master@{#419193}
-
hlopko authored
There was a sligh difference in how status=test and status=experimental were handled. Content turned on experimental features before initializing webkit and the content shell enabled test features *after* webkit was started. This is a problem when the feature alters webkit initialization. This cl moves enabling test features to the place where experimental features are enabled. BUG=268240 LOG=no Review-Url: https://codereview.chromium.org/2345233002 Cr-Commit-Position: refs/heads/master@{#419192}
-
afakhry authored
Revert of Use a stamp file when symlinking in GN work around mtime issues (patchset #1 id:1 of https://codereview.chromium.org/2348793002/ ) Reason for revert: Breaks BuildPackages due to GN error (https://bugs.chromium.org/p/chromium/issues/detail?id=647706). BUG=647706 Original issue's description: > Use a stamp file when symlinking in GN work around mtime issues > > Ninja follows a symlink when stat'ing, so you can't use a symlink as an > output and have dirty checking work properly. > https://github.com/ninja-build/ninja/issues/1186 > > BUG=646165 > > Committed: https://crrev.com/fef37c4393d059c9125353928de7e49d4ea04ab4 > Cr-Commit-Position: refs/heads/master@{#419156} TBR=dpranke@chromium.org,agrieve@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=646165 Review-Url: https://codereview.chromium.org/2348493005 Cr-Commit-Position: refs/heads/master@{#419191}
-
afakhry authored
Revert of Make chrome/BUILD.gn use symlink.gni rather than symlink.py directly (patchset #1 id:1 of https://codereview.chromium.org/2349603002/ ) Reason for revert: Breaks BuildPackages due to GN error (https://bugs.chromium.org/p/chromium/issues/detail?id=647706). BUG=647706 Original issue's description: > Make chrome/BUILD.gn use symlink.gni rather than symlink.py directly > > Committed: https://crrev.com/ca5b9cba81bf335ce205cc06e094587b25c79758 > Cr-Commit-Position: refs/heads/master@{#419168} TBR=dpranke@chromium.org,agrieve@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2344223002 Cr-Commit-Position: refs/heads/master@{#419190}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/1bd72ba2cb34..3d5541dc3d0f $ git log 1bd72ba2c..3d5541dc3 --date=short --no-merges --format='%ad %ae %s' 2016-09-16 rmistry Fix Seal_of_Mississippi URL and update version of SVG asset. 2016-09-16 scroggo Make SkPngCodec decode progressively. 2016-09-16 halcanary SkPDF: fix unembeddable text drawn with positioning (broken in 6059dc3) CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2343153002 Cr-Commit-Position: refs/heads/master@{#419189}
-
tommycli authored
Revert of Enforce capability spec renderer <--> browser (patchset #19 id:360001 of https://codereview.chromium.org/2259903002/ ) Reason for revert: Speculative revert to fix breakage here: https://build.chromium.org/p/chromium.memory.full/builders/Linux%20TSan%20Tests/builds/1670 Original issue's description: > Enforce capability spec renderer <--> browser. > > This implements: > > - allows the content embedder to merge a manifest into the base ones provided by content, allowing it to add to the list of interfaces exposed to the renderer. > - adds such an overlay to chrome/browser > > So.. from now on if you add an interface to either the browser/renderer, you'll need to list it in the manifest. I wonder how we should broadcast this. Also as a separate step we should require these manifests get security review. > > R=rockot@chromium.org,tsepez@chromium.org > > Committed: https://crrev.com/4ea17059bf78553528f3ffb4a9de84a447622fd3 > Committed: https://crrev.com/807a926c9ca02ac8ae1b52e82537834ef78fb9ba > Committed: https://crrev.com/91c25a3cedc4fadcb8c84e91cc59a8f90411058a > Committed: https://crrev.com/cdf40b4b434b43af6accf0c822ea964bc6bfd931 > Committed: https://crrev.com/8b277b0bd73aa544f0d5e38a8763658d3e807880 > Cr-Original-Original-Original-Original-Commit-Position: refs/heads/master@{#418282} > Cr-Original-Original-Original-Commit-Position: refs/heads/master@{#418398} > Cr-Original-Original-Commit-Position: refs/heads/master@{#418582} > Cr-Original-Commit-Position: refs/heads/master@{#418691} > Cr-Commit-Position: refs/heads/master@{#418988} TBR=rockot@chromium.org,tsepez@chromium.org,ben@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2346803004 Cr-Commit-Position: refs/heads/master@{#419188}
-
fs authored
Drop inclusion of SVGParserUtilities.h in a number of places since it's no longer used. Push FE*.h inclusion into the implementation where possible, and don't include FilterEffect.h in those cases. Also simplify a loop in SVGFEMergeElement::build. Review-Url: https://codereview.chromium.org/2342353002 Cr-Commit-Position: refs/heads/master@{#419187}
-
clamy authored
This CL updates the test filter for content_browsertests for browser-side navigation. It removes tests that are no longer failing or do not exist anymore. BUG=475027 Review-Url: https://codereview.chromium.org/2342363002 Cr-Commit-Position: refs/heads/master@{#419186}
-
mgersh authored
This API is not yet connected to anything in the net stack. Most of these new metrics will be plumbed through from net::LoadTimingInfo, and a few from other places. Includes a unit test for the big mess of longs/Dates in RequestFinishedInfo.Metrics, but no other tests yet because nothing works yet. Leaves the old APIs in place for now, since those actually work. BUG=629194 Review-Url: https://codereview.chromium.org/2220023002 Cr-Commit-Position: refs/heads/master@{#419185}
-
tommycli authored
BUG=NONE Review-Url: https://codereview.chromium.org/2343003002 Cr-Commit-Position: refs/heads/master@{#419184}
-
peter authored
- Moves from class to enum class for notification state and type. - Notification instances now have clear knowledge of their type. - Don't instantiate an AsyncMethodRunner for non-persistent ones. - Simplify the lifetime of Notification instances: non-persistent notifications now follow their state machine, whereas persistent notifications now follow regular GC rules. This will make it somewhat easier to merge the close{Persistent,}() methods on the WebNotificationManager. BUG= Review-Url: https://codereview.chromium.org/2338483004 Cr-Commit-Position: refs/heads/master@{#419183}
-
pkotwicz authored
This CL makes ManifestUpgradeDetectorFetcher take the Murmur2 hash of the bitmap at the icon URL prior to any transformations being applied to the bitmap (such as encoding/decoding the bitmap). The icon hash is used to determine whether the icon that the user sees matches the icon of a WebAPK that the server generated for another user. The icon could be dynamically generated and: - use the same icon URL for all users - be visually different for each user If the hashes match the server can vend the WebAPK that it previously generated to other users. Vending previously generated WebAPKs is faster than creating a new WebAPK for each "create WebAPK" request. BUG=624059 TEST=ManifestUpgradeDetectorFetcherTest.* Review-Url: https://codereview.chromium.org/2331773002 Cr-Commit-Position: refs/heads/master@{#419182}
-
kdsilva authored
This CL is a follow up to https://codereview.chromium.org/2337013005 NOTRY=true NOTREECHECKS=true BUG=601247 Review-Url: https://codereview.chromium.org/2343133002 Cr-Commit-Position: refs/heads/master@{#419181}
-
derat authored
Make EnterpriseInstallAttributes defer running its consistency check (which calls cryptohome's TpmIsOwned method over D-Bus) until the cryptohome service is available. Also fix an apparent bug where the check was retried five times the intended number of times. BUG=636554 Review-Url: https://codereview.chromium.org/2244443002 Cr-Commit-Position: refs/heads/master@{#419180}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/3d7a0942bcf4..be85e5fd4bf5 $ git log 3d7a0942b..be85e5fd4 --date=short --no-merges --format='%ad %ae %s' 2016-09-16 nednguyen Reenable testTBM2ForSmoke & fix clock sync error on ref build of Chrome on Mac BUG=646925 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2343113003 Cr-Commit-Position: refs/heads/master@{#419179}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ad5be95d..7f777213 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/2347063004 Cr-Commit-Position: refs/heads/master@{#419178}
-
vollick authored
It's either reset or we early-out. The only real change is in LayerTreeImpl. The other changes are just call site updates to skip passing the 2nd parameter. BUG=None CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2349713002 Cr-Commit-Position: refs/heads/master@{#419177}
-
gangwu authored
BUG=647492 Review-Url: https://codereview.chromium.org/2341923004 Cr-Commit-Position: refs/heads/master@{#419176}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/f93d71122e4f..1bd72ba2cb34 $ git log f93d71122..1bd72ba2c --date=short --no-merges --format='%ad %ae %s' 2016-09-16 mtklein GN: add a flag to implement Android_FrameworkDefs bot. 2016-09-16 bungeman Make Sk2DPathEffect thread safe. 2016-09-16 mtklein Update GN docs to mention is_official_build and ndk_api. 2016-09-16 mtklein GN: enable Vulkan on Android when API >= 24. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2347123003 Cr-Commit-Position: refs/heads/master@{#419175}
-
henrika authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/1dd0a8c..ccd06a2 $ git log 1dd0a8c..ccd06a2 --date=short --no-merges --format=%ad %ae %s 2016-09-16 henrik.lundin@webrtc.org NetEq: Remove a test printout 2016-09-16 sakal@webrtc.org Change AppRTCDemoJUnitTest to use LocalRobolectricTestRunner. 2016-09-16 minyue@webrtc.org Adding DTX controller to audio network adaptor. 2016-09-16 nisse@webrtc.org Revert of Update test code to use I420Buffer when writing pixel data. (patchset #2 id:140001 of https://codereview.webrtc.org/2342783003/ ) 2016-09-16 nisse@webrtc.org Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2342123003/ ) 2016-09-16 sakal@webrtc.org Remove Android tests GYP target. 2016-09-16 phoglund@webrtc.org Enable turn, sdp, pseudotcp and stun parse/validator fuzzers. 2016-09-16 sakal@webrtc.org Revert of Fix android_junit_tests and add a GN target for them. (patchset #3 id:90001 of https://codereview.webrtc.org/2344133002/ ) 2016-09-16 sakal@webrtc.org Reland of Fix android_junit_tests and add a GN target for them. (patchset #1 id:1 of https://codereview.webrtc.org/2341213003/ ) 2016-09-16 henrika@webrtc.org Revert of Fix android_junit_tests and add a GN target for them. (patchset #1 id:20001 of https://codereview.webrtc.org/2346793002/ ) 2016-09-16 sakal@webrtc.org Update anroidapp/README for GN build. 2016-09-16 nisse@webrtc.org Revert of Update test code to use I420Buffer when writing pixel data. (patchset #5 id:80001 of https://codereview.webrtc.org/2333373007/ ) 2016-09-16 palmkvist@webrtc.org Removing, opening and creating files in platform_file and file 2016-09-16 nisse@webrtc.org Update test code to use I420Buffer when writing pixel data. 2016-09-16 zijiehe@chromium.org Wrap ScreenCapturer with ScreenCapturerDifferWrapper This change is to add an DesktopCapturerOptions accurate_updated_region() with default value as false to indicate whether a pixel-wise differentiation is required. And ScreenCapturer::Create() function will wrap the implementation with ScreenCapturerDifferWrapper. 2016-09-16 peah@webrtc.org Correcting the enabling of the level controller in the audio processing simulator 2016-09-15 hbos@webrtc.org PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. 2016-09-15 deadbeef@webrtc.org Fixing a couple cases that cause ProcessAllMessageQueues to hang. 2016-09-15 honghaiz@webrtc.org Adding logs to track potential cause of not starting port allocation. 2016-09-15 solenberg@webrtc.org Add voe_cmd_test to voice_engine/BUILD.gn (and remove it from voice_engine.gyp, together with the channel_transport gyp target) 2016-09-15 sakal@webrtc.org Add logging available fps ranges to Camera2Session. 2016-09-15 sakal@webrtc.org Fix android_junit_tests and add a GN target for them. 2016-09-15 danilchap@webrtc.org Merge RtcpReceiver::Handle<Packet>Item functions into Handle<Packet> As a preparation to replace parsing implementation. 2016-09-15 perkj@webrtc.org Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ ) 2016-09-15 perkj@webrtc.org Replace VideoCapturerInput with VideoSinkInterface. Adds new method VideoSendStream::SetSource(rtc::VideoSourceInterface* and VieEncoder::SetSource(rtc::VideoSourceInterface*) 2016-09-15 danilchap@webrtc.org Split RtcpReceiver::HandleSenderReceiverReport into two functions as a preparation to replace parsing implementation 2016-09-15 nisse@webrtc.org Use I420Buffer rather than VideoFrameBuffer when writing pixels. 2016-09-15 hbos@webrtc.org Removed the const char* (StaticString) type from RTCStatsMember. 2016-09-15 magjed@webrtc.org Android SurfaceViewRenderer: Create EGL context on render thread 2016-09-15 maxmorin@webrtc.org Reland of Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. (patchset #1 id:1 of https://codereview.webrtc.org/2340253003/ ) 2016-09-15 stefan@webrtc.org Disable all screen-capturer tests 2016-09-15 kjellander@webrtc.org GYP: Remove targets inside include_tests==1 that are converted to GN. 2016-09-15 ehmaldonado@webrtc.org Assume ProjectRootPath() equals ../.. in Desktop 2016-09-15 philipel@webrtc.org Stash non layer-sync frames if we have not yet received an earlier frame for this layer. 2016-09-15 kthelgason@webrtc.org [GN] Add rtc_sdk_framework_objc target to GN 2016-09-15 solenberg@webrtc.org The VoE functionality to apply receive-side processing to VoE channels is unused. I'm removing it so we can avoid instantiating a full APM per channel (and thus also for webrtc::AudioSendStream and webrtc::AudioReceiveStream), and then never use it. 2016-09-15 kjellander@webrtc.org MB: Change Android Clang to build shared instead of static. 2016-09-15 kthelgason@webrtc.org Fix undefined reference to log2 on android 2016-09-15 maxmorin@webrtc.org Revert of Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. (patchset #1 id:1 of https://codereview.webrtc.org/2346763002/ ) 2016-09-15 maxmorin@webrtc.org Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. 2016-09-15 kjellander@webrtc.org GN: Change group deps to public_deps. 2016-09-15 henrik.lundin@webrtc.org Remove a couple of unnecessary dependencies on gflags 2016-09-14 kjellander@webrtc.org iSAC: Remove unnecessary WEBRTC_LINUX define 2016-09-14 nisse@webrtc.org Add method cricket::VideoCapturer::NeedsDenoising, use in VideoCapturerTrackSource. 2016-09-14 zijiehe@chromium.org [WebRTC] Add TwoCapturers test and TwoMagnifierCapturers test 2016-09-14 danilchap@webrtc.org Move CopyOnWriteBuffer functions definitions from .h to .cc 2016-09-14 minyue@webrtc.org Adding ChannelController to audio network adaptor. 2016-09-14 hbos@webrtc.org Fix issues with rtc_stats_unittests tests so that they can run on bots. This target is not run on bots so a couple of issues went under the radar. If we expose the tests and run them on the bots[1] two issues are surfaced which this CL fixes. After this CL lands we can enable this target on the bots without it going red. 2016-09-14 solenberg@webrtc.org Relaxed unnecessarily stringent thread checking in WebRtcAudioSendStream::OnData(). 2016-09-14 nisse@webrtc.org Use I420Buffer rather than VideoFrameBuffer when writing pixels. 2016-09-14 sakal@webrtc.org Change onCameraOpening to take camera name as a parameter instead of camera id. 2016-09-14 kwiberg@webrtc.org webrtc/modules/audio_processing: Use RTC_DCHECK() instead of assert() 2016-09-14 ehmaldonado@webrtc.org GN: Declare resources for targets. 2016-09-14 gaetano.carlucci@gmail.com Enable BWE logging to command line when rtc_enable_bwe_test_logging is set to true 2016-09-14 magjed@webrtc.org Android EglBase: Include EGL error code in exceptions 2016-09-14 kthelgason@webrtc.org Refactor QualityScaler and MovingAverage 2016-09-14 nisse@webrtc.org New method TimestampAligner::TranslateTimestamp 2016-09-14 maxmorin@webrtc.org Remove dependency of audio_device on metrics_default. 2016-09-13 danilchap@webrtc.org Remove handling unused rtcp packets. App, ExtendedJitterReport and VoipMetric in ExtenedReports are not used when received (no callbacks, no state change), so removed. 2016-09-13 nisse@webrtc.org Delete Timing class, timing.h, and update all users. 2016-09-13 peah@webrtc.org Added build flag around the Intelligibility enhancer performance test code 2016-09-13 minyue@webrtc.org Adding basic implementation of AudioNetworkAdaptor. 2016-09-13 danilchap@webrtc.org Reland of Make rtcp parsing implementation private in RtcpReceiver (patchset #1 id:1 of https://codereview.webrtc.org/2332673003/ ) 2016-09-13 kwiberg@webrtc.org Replace a DCHECK with static_assert 2016-09-13 solenberg@webrtc.org Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ 2016-09-13 charujain@webrtc.org Fixed video_loopback target. 2016-09-13 danilchap@webrtc.org Make CopyOnWriteBuffer keep capacity for SetData and Clear functions too. 2016-09-13 danilchap@webrtc.org Update rtcp receiver fuzzer to use generic function IncomingPacket(const uint8_t* packet, size_t size) instead of implementation specific IncomingRTCPPacket(PacketInfo* out, Parser* in) This would allow switch parse implementation 2016-09-13 brandtr@webrtc.org Minor fixes in FEC and RtpSender{,Video} 2016-09-13 solenberg@webrtc.org Revert of Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ (patchset #7 id:120001 of https://codereview.webrtc.org/2319583005/ ) 2016-09-13 kwiberg@webrtc.org webrtc/base: Use RTC_DCHECK() instead of assert() 2016-09-13 solenberg@webrtc.org Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2341173003 Cr-Commit-Position: refs/heads/master@{#419174}
-
ericwilligers authored
Estimated stable dates for M57, M58 and M59 are added. This allows these milestones to be used in deprecation messages. Review-Url: https://codereview.chromium.org/2333033002 Cr-Commit-Position: refs/heads/master@{#419173}
-
jbroman authored
This paves the way for other DOM wrappers to be serialized. BUG=148757 Review-Url: https://codereview.chromium.org/2323413002 Cr-Commit-Position: refs/heads/master@{#419172}
-
cwallez authored
BUG=644669 CQ_INCLUDE_TRYBOTS=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 Review-Url: https://codereview.chromium.org/2343863003 Cr-Commit-Position: refs/heads/master@{#419171}
-
dgn authored
When the status card is swiped away, the entire section is dismissed and stays that way on NTPs opened afterwards. If the status of the section changes (new snippets loaded, user logged in, etc.) the section will be added back. Preview: https://goo.gl/photos/ooDFBuAVCLauo4bbA BUG=638580 Review-Url: https://codereview.chromium.org/2340333002 Cr-Commit-Position: refs/heads/master@{#419170}
-
lpromero authored
Deprecation warnings in third-party code are informational. When they arise, do not silence them (since we treat warnings as errors, these were erroring). Instead, allow the warnings to go through, as warnings. BUG=none R=sdefresne@chromium.org Review-Url: https://codereview.chromium.org/2341963008 Cr-Commit-Position: refs/heads/master@{#419169}
-
agrieve authored
Review-Url: https://codereview.chromium.org/2349603002 Cr-Commit-Position: refs/heads/master@{#419168}
-
chaopeng authored
This issue can be reproduced using pinch zoom in Android, ChromeOS and Mac. After navigating to the **exact** same page, we create a new FrameView but reuse the VisualViewport, meaning its scroll position remains unchanged even though it was relative to an old FrameView. In this patch, we reset the VisualViewport position in Page::didCommitLoad since prior to here we would overwrite the old history item. BUG=642279 Review-Url: https://codereview.chromium.org/2320303002 Cr-Commit-Position: refs/heads/master@{#419167}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e14e226ba738..f93d71122e4f $ git log e14e226ba..f93d71122 --date=short --no-merges --format='%ad %ae %s' 2016-09-16 bungeman SkFontData to use smart pointers. 2016-09-16 robertphillips Add staging for removal of SkRRectsGaussianEdgeShader::Make (for Android) GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2347853002 TBR=bsalomon@google.com CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2344943003 Cr-Commit-Position: refs/heads/master@{#419166}
-
chaopeng authored
Ignore other warnings when detected semi-colons in viewport tag. BUG=139428 Review-Url: https://codereview.chromium.org/2312303002 Cr-Commit-Position: refs/heads/master@{#419165}
-
harukam authored
BUG=none Review-Url: https://codereview.chromium.org/2342203003 Cr-Commit-Position: refs/heads/master@{#419164}
-
iclelland authored
BUG=647311 TBR=kenrb@chromium.org Review-Url: https://codereview.chromium.org/2342853003 Cr-Commit-Position: refs/heads/master@{#419163}
-
jri authored
BUG=646145 Review-Url: https://codereview.chromium.org/2344053003 Cr-Commit-Position: refs/heads/master@{#419162}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/6c4ad3383 BUG=601247 TBR=kdsilva@google.com Review URL: https://codereview.chromium.org/2349723002 . Cr-Commit-Position: refs/heads/master@{#419161}
-
eyaich authored
BUG=chromium:633253 Review-Url: https://codereview.chromium.org/2344163002 Cr-Commit-Position: refs/heads/master@{#419160}
-