- 19 Sep, 2016 40 commits
-
-
kojii authored
This patch enables CSS hyphens property on stable. Following values are valid at this point: Android/Mac: manual | none | auto Other platforms: manual | none BUG=605840 Review-Url: https://codereview.chromium.org/2342553003 Cr-Commit-Position: refs/heads/master@{#419461}
-
machenbach authored
This unbreaks the V8 Chromium trybot v8_linux_chromium_gn_rel, broken by missing target mappings in https://codereview.chromium.org/2352473002 BUG=555273,648153 Review-Url: https://codereview.chromium.org/2350703002 Cr-Commit-Position: refs/heads/master@{#419460}
-
gab authored
BUG=fdoray isn't an OWNER of startup_metric_utils :-O Review-Url: https://codereview.chromium.org/2352693002 Cr-Commit-Position: refs/heads/master@{#419459}
-
stkhapugin authored
Notable changes: * ios/web/webui/crw_web_ui_page_builder.mm has a block that had a __block reference to itself. Before ARC __block means "do not retain when being captured in a block", but with ARC it is captured. So I added an additional variable of __weak __block type instead. * One WeakNSObject in mojo_facade.h could not be removed because it is included from non-ARC code. WeakNSObject is functional in ARC but is not preferred. Filed crbug.com/639326 to track future removal of this. BUG=639327 TEST=None Review-Url: https://codereview.chromium.org/2340343002 Cr-Commit-Position: refs/heads/master@{#419458}
-
aboxhall authored
BUG=560525 Committed: https://crrev.com/3558706c1b2a630557929b61fefc74e28975f3a6 Review-Url: https://codereview.chromium.org/2322413003 Cr-Original-Commit-Position: refs/heads/master@{#419369} Cr-Commit-Position: refs/heads/master@{#419457}
-
hbos authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/7de487d..314e336 $ git log 7de487d..314e336 --date=short --no-merges --format=%ad %ae %s 2016-09-19 hbos@webrtc.org RTCTestStats moved into webrtc/stats/test (rtc_stats_test_utils) 2016-09-19 sakal@webrtc.org Enable auto-focus on Camera2. 2016-09-19 danilchap@webrtc.org Deprecate RtpSender::SendPadData with provided timestamps. 2016-09-19 sakal@webrtc.org Events refactor in Android session based capturing. 2016-09-19 sakal@webrtc.org Enable stabilization on Camera2. 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/2352673002 Cr-Commit-Position: refs/heads/master@{#419456}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/bbfe92bc1dd2..950fc6c6360d $ git log bbfe92bc1..950fc6c63 --date=short --no-merges --format='%ad %ae %s' 2016-09-19 brianosman Add F16 to the list of allowed formats in GaussianBlur 2016-09-19 fmalita [SVGDom] Only apply opacity when needed 2016-09-19 cblume Remove release asserts. BUG=643845 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=borenet@google.com Review-Url: https://codereview.chromium.org/2351713002 Cr-Commit-Position: refs/heads/master@{#419455}
-
tmoniuszko authored
BUG=633136 Review-Url: https://codereview.chromium.org/2197113002 Cr-Commit-Position: refs/heads/master@{#419454}
-
iclelland authored
Revert of [sensors] Ambient light sensor bindings implementation (patchset #5 id:80001 of https://codereview.chromium.org/2332323002/ ) Reason for revert: Sorry for the revert -- two new tests are failing immediately on several Blink bots: sensor/mock-sensor.html sensor/ambient-light-sensor.html See https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=sensor%2Fambient-light-sensor.html%2C%20sensor%2Fmock-sensor.html First failed build on MacOS 10.10: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.10/builds/23859 Original issue's description: > [sensors] Ambient light sensor bindings implementation > > This patch implements AmbientLightSensor [1] blink bindings and adds > LayoutTest helpers for testing sensors that are based on Generic Sensor API. > > Following layout tests added to test new functionality: > IDL tests. > - third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensor.html > - third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensorReading.html > AmbientLightSensor tests. > - third_party/WebKit/LayoutTests/sensor/ambient-light-sensor.html > > Intent to Implement: > https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/TkfdVqYAYiE/xLGN2b1-AAAJ > > [1] ED specification for Ambient Light Sensor http://w3c.github.io/ambient-light/ > > BUG=606766 > > Committed: https://crrev.com/c457d06894e8f01b24ae83750203fb5d8819c560 > Cr-Commit-Position: refs/heads/master@{#419438} TBR=jochen@chromium.org,haraken@chromium.org,mikhail.pozdnyakov@intel.com,rijubrata.bhaumik@intel.com,timvolodine@chromium.org,alexander.shalamov@intel.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=606766 Review-Url: https://codereview.chromium.org/2348333002 Cr-Commit-Position: refs/heads/master@{#419453}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/e9988dd65e74..a0ff010a380c $ git log e9988dd65..a0ff010a3 --date=short --no-merges --format='%ad %ae %s' 2016-09-19 stackexploit Avoid nullptr access in sycc422_to_rgb and sycc420_to_rgb BUG=648127 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2351703002 Cr-Commit-Position: refs/heads/master@{#419452}
-
treib authored
and also in ::FetchSnippets BUG=647920,648201 Review-Url: https://codereview.chromium.org/2349203002 Cr-Commit-Position: refs/heads/master@{#419451}
-
msramek authored
The component browsing_data_ui contains code used by the Clear Browsing Data dialog on all platforms. It was created because there was no other component fitting that purpose. However, the browsing_data component has been recently made into a layered component (https://codereview.chromium.org/2127403002), providing various browsing data related functionality for all platforms. Since the two components have basically the same purpose and confusingly similar names, we merge them into one. TBR=dbeam@chromium.org BUG=635873 Review-Url: https://codereview.chromium.org/2238453002 Cr-Commit-Position: refs/heads/master@{#419450}
-
cjgrant authored
This change includes the animation and easing (intermediate state calculation) capabilities developed by mthiesse@, and adds initial unit tests for animation. BUG= Review-Url: https://codereview.chromium.org/2335643002 Cr-Commit-Position: refs/heads/master@{#419449}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e7a7812744c2..bbfe92bc1dd2 $ git log e7a781274..bbfe92bc1 --date=short --no-merges --format='%ad %ae %s' 2016-09-19 caryclark fix fuzzer bugs BUG=647834,648068 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=borenet@google.com Review-Url: https://codereview.chromium.org/2343413002 Cr-Commit-Position: refs/heads/master@{#419448}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2348963002 Cr-Commit-Position: refs/heads/master@{#419447}
-
reed authored
One caller on platform_skia was calling it (incidentally), but they can call accessPixels() instead for the same result. BUG=647756 Review-Url: https://codereview.chromium.org/2340813006 Cr-Commit-Position: refs/heads/master@{#419446}
-
aboxhall authored
Should fix build breakage (https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20GN/builds/45952/steps/compile/logs/stdio) caused by modifying the Accessibility model in https://codereview.chromium.org/2322413003/ BUG= Review-Url: https://codereview.chromium.org/2351693002 Cr-Commit-Position: refs/heads/master@{#419445}
-
jbudorick authored
BUG=648222 TBR=boliu@chromium.org Review-Url: https://codereview.chromium.org/2351683002 Cr-Commit-Position: refs/heads/master@{#419444}
-
reveman authored
Causing crashes as it makes us create objects of incorrect type. BUG=631960 TBR=piman@chromium.org Review-Url: https://codereview.chromium.org/2352663002 Cr-Commit-Position: refs/heads/master@{#419443}
-
justincohen authored
BUG=647996 TBR=smut Review-Url: https://codereview.chromium.org/2353453003 Cr-Commit-Position: refs/heads/master@{#419442}
-
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/a2b056bd69e365ff4c2a9bfa961ad8e13565470f Archiving of AppRTC APK in client.webrtc waterfall (ehmaldonado@chromium.org) https://crrev.com/2dd50f3f904647f20ed62fdb3561543d5f1f0a73 WebRTC: Add android swarming bots. (ehmaldonado@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=583318,647242 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2354533002 Cr-Commit-Position: refs/heads/master@{#419441}
-
olivierrobin authored
Protobuf contains a single item. Review-Url: https://codereview.chromium.org/2241583003 Cr-Commit-Position: refs/heads/master@{#419440}
-
reveman authored
Fix remote shell version typo causing ARC++ to break as a result of the deprecated zwp interface being bound with the wrong version number. BUG=631960 TBR=piman@chromium.org Review-Url: https://codereview.chromium.org/2348253002 Cr-Commit-Position: refs/heads/master@{#419439}
-
alexander.shalamov authored
This patch implements AmbientLightSensor [1] blink bindings and adds LayoutTest helpers for testing sensors that are based on Generic Sensor API. Following layout tests added to test new functionality: IDL tests. - third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensor.html - third_party/WebKit/LayoutTests/sensor/idl-AmbientLightSensorReading.html AmbientLightSensor tests. - third_party/WebKit/LayoutTests/sensor/ambient-light-sensor.html Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/TkfdVqYAYiE/xLGN2b1-AAAJ [1] ED specification for Ambient Light Sensor http://w3c.github.io/ambient-light/ BUG=606766 Review-Url: https://codereview.chromium.org/2332323002 Cr-Commit-Position: refs/heads/master@{#419438}
-
jkrcal authored
Before this CL, the computation in UserClassifier::UpdateMetricOnEvent() did not reflect the math outlined in the same function. This CL fixes the problem. BUG=648200 Review-Url: https://codereview.chromium.org/2352633002 Cr-Commit-Position: refs/heads/master@{#419437}
-
robertocn authored
BUG=646938 TBR=nednguyen,yhirano@chromium.org Review-Url: https://codereview.chromium.org/2347413002 Cr-Commit-Position: refs/heads/master@{#419436}
-
srirama.m authored
Review-Url: https://codereview.chromium.org/2344413002 Cr-Commit-Position: refs/heads/master@{#419435}
-
vabr authored
TBR=thestig@chromium.org R=cfroussios@chromium.org BUG=None Review-Url: https://codereview.chromium.org/2347653003 Cr-Commit-Position: refs/heads/master@{#419434}
-
ioanap authored
Change existing browsing data deletion methods to take a browsing_data::TimePeriod as a parameter. Keep old methods around until all call sites are changed downstream. BUG=642334 Review-Url: https://codereview.chromium.org/2270063005 Cr-Commit-Position: refs/heads/master@{#419433}
-
jochen authored
We no longer read the sources from the gyp files BUG=646794 R=machenbach@chromium.org,brettw@chromium.org Review-Url: https://codereview.chromium.org/2334303004 Cr-Commit-Position: refs/heads/master@{#419432}
-
chrome://vr-shell-uibshe authored
See design doc in the following link on why we need this page: https://docs.google.com/document/d/1V9_Xj3MYQ4d_MT30ZpXsdqFoFSJXEvQeMNgXcP5SXjU/edit All the webui functions are NOTIMPLEMENTED at the moment. They need some files in https://codereview.chromium.org/2335643002/ before they can be implemented. To support fast prototyping that requested by UX, this CL also support override the internal page with remote pages. So UI can be developed without rebuild Chrome. That feature is behind enable_vr_shell_ui_dev build flag. We don't have plan to turn the build flag on. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2341803003 Cr-Commit-Position: refs/heads/master@{#419431}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/485e2dcf..6bb3bd7f 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/2351653002 Cr-Commit-Position: refs/heads/master@{#419430}
-
finnur authored
Use preprocess=true instead of flattenhtml and allowexternalscript. BUG=635850 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2344203002 Cr-Commit-Position: refs/heads/master@{#419429}
-
grunell authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/ccd06a2..7de487d $ git log ccd06a2..7de487d --date=short --no-merges --format=%ad %ae %s 2016-09-19 kjellander@webrtc.org Revert of Roll chromium_revision cf9457ed..cede888c (416297:419407) (patchset #3 id:40001 of https://codereview.webrtc.org/2348133003/ ) 2016-09-19 nisse@webrtc.org Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2343083002/ ) 2016-09-18 kjellander@webrtc.org Roll chromium_revision cf9457ed..cede888c (416297:419407) 2016-09-18 kjellander@webrtc.org Make android_junit_tests use LocalRobolectricTestRunner 2016-09-18 kjellander@webrtc.org GN: Enable rtc_common_config for more targets. 2016-09-18 kwiberg@webrtc.org Revert of AcmReceiver: Look up last decoder in NetEq's table of decoders (patchset #1 id:100001 of https://codereview.webrtc.org/2339953002/ ) 2016-09-18 kwiberg@webrtc.org Revert of AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one (patchset #2 id:20001 of https://codereview.webrtc.org/2342313002/ ) 2016-09-18 kwiberg@webrtc.org Revert of AcmReceiver::DecoderByPayloadType: Ask NetEq for decoder (patchset #1 id:1 of https://codereview.webrtc.org/2341283002/ ) 2016-09-17 kwiberg@webrtc.org AcmReceiver::DecoderByPayloadType: Ask NetEq for decoder 2016-09-17 kwiberg@webrtc.org AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one 2016-09-17 kwiberg@webrtc.org AcmReceiver: Look up last decoder in NetEq's table of decoders 2016-09-17 magjed@webrtc.org Reland of Optimize Android NV12 capture (patchset #1 id:1 of https://codereview.webrtc.org/2327893002/ ) 2016-09-17 magjed@webrtc.org I420BufferPool: Replace SequencedTaskChecker with RaceChecker 2016-09-17 asapersson@webrtc.org Do not update stream synchronization if no new video packet has been received since last update (e.g. video muted). 2016-09-16 deadbeef@webrtc.org Adding an end-to-end connection time test. 2016-09-16 peah@webrtc.org This CL renames variables and method and removes some one-line methods inside the audio processing module for the purpose of increasing code readability. 2016-09-16 isheriff@google.com Avoid max bitrate probing when exponential probing in progress 2016-09-16 charujain@webrtc.org Removed bitrate_controller.h file reference from gn file. 2016-09-16 perkj@webrtc.org Replace VideoCapturerInput with VideoSinkInterface. Adds new method VideoSendStream::SetSource(rtc::VideoSourceInterface* and VieEncoder::SetSource(rtc::VideoSourceInterface*) 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/2345163003/ ) 2016-09-16 sakal@webrtc.org Remove name parameter from HistogramAdd function. 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/2350653002 Cr-Commit-Position: refs/heads/master@{#419428}
-
maxmorin authored
Change sync primitives ownership for audio rendering. See blue (new code) and magenta (old code) in https://docs.google.com/drawings/d/1QDNHnCENITeH7RFnrokOls1Bbm8ydvTJie1lx7Q7V2I/edit. Also fixed the lint warnings. BUG=425368 Review-Url: https://codereview.chromium.org/2330393002 Cr-Commit-Position: refs/heads/master@{#419427}
-
grunell authored
Test fails. BUG=648181 TBR=phoglund@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2352613002 Cr-Commit-Position: refs/heads/master@{#419426}
-
timloh authored
This patch implements proper parsing of syntax strings in the P&V API, as well parsing of the actual values. In particular, we add support for parsing of syntax strings like "<length> | <percentage>" and "<number>+". - Whitespace is not mentioned in the spec but used in examples. This patch allows whitespace in most places. - The <ident> production is possibly not the best choice (see github issue below), so until that is resolved we only allow name code points. - <resolution> is not yet used in any CSS properties in Blink, so value parsing support will be added separately. - <transform-function> isn't factored to be trivially supported, so value parsing support will also be added separately. There's also an outstanding issue re. Typed OM integration which might result in changes here. https://drafts.css-houdini.org/css-properties-values-api/#supported-syntax-strings https://github.com/w3c/css-houdini-drafts/issues/265 BUG=641877 Review-Url: https://codereview.chromium.org/2330893002 Cr-Commit-Position: refs/heads/master@{#419425}
-
dominickn authored
BUG=523387 Review-Url: https://codereview.chromium.org/2343373002 Cr-Commit-Position: refs/heads/master@{#419424}
-
eugenebut authored
Moved typedefs out from anonymous function because typedefs can only be defined at the top level, not inside functions. R=thestig@chromium.org BUG=487804 Review-Url: https://codereview.chromium.org/2341963006 Cr-Commit-Position: refs/heads/master@{#419423}
-
sdefresne authored
Upstream some scripts used to simplify the setup of a new Chromium on iOS checkout and update the instruction to remove obsolete informations, and add recommendation to use the script. BUG=None Review-Url: https://codereview.chromium.org/2343853002 Cr-Commit-Position: refs/heads/master@{#419422}
-