- 20 Apr, 2016 40 commits
-
-
thestig authored
Also fix some typos. Review URL: https://codereview.chromium.org/1900033005 Cr-Commit-Position: refs/heads/master@{#388601}
-
lambroslambrou authored
The swarming/isolate system copies the built remoting_me2me_host executable, preserving the filename, so make sure this script can still find it in tests. Review URL: https://codereview.chromium.org/1903503006 Cr-Commit-Position: refs/heads/master@{#388600}
-
dtseng authored
1. Some sites result in an accessibility tree as follows: link name=foo children=(heading, paragraph) We end up reading the link's name when reading the children (e.g. bar heading 1, foo link This becomes noisy across multiple instances of this structure across a page. The nameFromNode attribute only adds the name if it isn't computed based on the contents of the node. 2. Content editables containing spaces come through as non-breaking spaces. In particular, this is seen in Google Docs. Add the literal string for the space so we read it when navigating by character. TEST=navigate to sites containing links with complex children. Ensure we don't read the link's name. Navigate by character in Google Docs with braille mode on in chromeVox Next. Ensure we read the space. Review URL: https://codereview.chromium.org/1866043004 Cr-Commit-Position: refs/heads/master@{#388599}
-
skyostil authored
ContentLayerDelegate::paintContents() is being used as an alternate painting path by the rasterize and record microbenchmark. This benchmark can crash if any frame on the page is being throttled, because this way of painting doesn't enable throttling. This patch fixes that by enabling throttling, which also makes the benchmark more realistic since the real painting path also uses throttling. BUG=600377 TEST=tools/perf/run_benchmark rasterize_and_record_micro.top_25_smooth --browser=debug --story-filter=Blogger Review URL: https://codereview.chromium.org/1898813002 Cr-Commit-Position: refs/heads/master@{#388598}
-
estade authored
BUG=585312 Review URL: https://codereview.chromium.org/1894173002 Cr-Commit-Position: refs/heads/master@{#388597}
-
xyzzyz authored
For context, see https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/zJZPkxEFVxY For the things to look out for while reviewing this, see the doc https://docs.google.com/document/d/1qjSBV2ioi0mykAT1eSXuMaNqO0BIS-j1PeYfxT-TbW4/edit?usp=sharing BUG=597321 Review URL: https://codereview.chromium.org/1842653006 Cr-Commit-Position: refs/heads/master@{#388596}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/9134686fd9ce..650f9e9a2630 $ git log 9134686fd..650f9e9a2 --date=short --no-merges --format='%ad %ae %s' 2016-04-20 mtklein SkOnce: 2 bytes -> 1 byte CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=fmalita@google.com Review URL: https://codereview.chromium.org/1910483003 Cr-Commit-Position: refs/heads/master@{#388595}
-
stanisc authored
This test is for detecting an error caused by a compiler bug on Windows (which is now worked around by crrev.com/1878963005). I've verified that the test is failing without the workaround by temporarily undoing it (by switching the optimization from speed to size). BUG=599427 Review URL: https://codereview.chromium.org/1897383004 Cr-Commit-Position: refs/heads/master@{#388594}
-
pilgrim authored
There are several references to Document::layoutView(), which is deprecated by the new layout API. I converted them to use layoutViewItem() instead. I added LayoutViewItem::invalidatePaintForSelection() to the API. There are no functional changes. BUG=499321 Review URL: https://codereview.chromium.org/1885373005 Cr-Commit-Position: refs/heads/master@{#388593}
-
kozyatinskiy authored
BUG=604495 R=lushnikov@chromium.org Review URL: https://codereview.chromium.org/1902573002 Cr-Commit-Position: refs/heads/master@{#388592}
-
btolsch authored
This change adds the ability for the filter UI to present the user with the option to create a new sink that is named with the currently entered search text if any route providers support this. This change adds all the necessary wiring for the UI to talk to the Media Router and for the Media Router to talk to the MRPM extension. Additionally, a route will be created to the currently selected media source if a sink is found. BUG=565696 R=amp@chromium.org,imcheng@chromium.org,apacible@chromium.org,mfoltz@chromium.org,isherman@chromium.org,avayvod@chromium.org Review URL: https://codereview.chromium.org/1805813002 Cr-Commit-Position: refs/heads/master@{#388591}
-
peter authored
These are (very) temporary because we'll use the Mojo types everywhere, but they'll make the initial transition to Mojo significantly easier. BUG=595685 Review URL: https://codereview.chromium.org/1898193003 Cr-Commit-Position: refs/heads/master@{#388590}
-
dyen authored
R=piman@chromium.org BUG=582564 582558 582554 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1892303003 Cr-Commit-Position: refs/heads/master@{#388589}
-
jschuh authored
Review URL: https://codereview.chromium.org/1659323003 Cr-Commit-Position: refs/heads/master@{#388588}
-
ajuma authored
StyleResolver (used for building the font that gets used during filter construction) and StyleResolverState (used for filter construction) both currently assume the existence of a frame. BUG=603830 Review URL: https://codereview.chromium.org/1903613002 Cr-Commit-Position: refs/heads/master@{#388587}
-
jdonnelly authored
Previously, if there were multiple CVC fields and some were empty, we would stop looking after encountering an empty one and assume that no CVC value was available. BUG=605230 Review URL: https://codereview.chromium.org/1903183003 Cr-Commit-Position: refs/heads/master@{#388586}
-
dtapuska authored
Change the cancelable flag to be an enumeration so that we can determine if it is blocking or non-blocking and the reason. Wheel events will add this flag in a follow up CL. BUG=601661 Review URL: https://codereview.chromium.org/1888163003 Cr-Commit-Position: refs/heads/master@{#388585}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/36db3f44b6cd..9134686fd9ce $ git log 36db3f44b..9134686fd --date=short --no-merges --format='%ad %ae %s' 2016-04-20 mtklein Revert of SkOnce: 2 bytes -> 1 byte (patchset #4 id:60001 of https://codereview.chromium.org/1904483003/ ) 2016-04-20 msarett Add SkEncodedInfo to report properties of encoded image data 2016-04-20 robertphillips Begin removing deprecated (and now, unused) ImageFilter code paths 2016-04-20 robertphillips Fix ImageFilter fuzzer issue 2016-04-20 mtklein SkOnce: 2 bytes -> 1 byte 2016-04-20 brianosman Get skiaserve working on Windows. 2016-04-20 jvanverth Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) 2016-04-20 bungeman SkTArray movable and swap for move only elements. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=fmalita@google.com Review URL: https://codereview.chromium.org/1899943006 Cr-Commit-Position: refs/heads/master@{#388584}
-
dcheng authored
The original code encodes the PNG and sends the buffer over to the renderer. The renderer then registers a blob with that buffer, which transfers all the data back to the browser. Then the data is copied back over to the renderer when the page tries to read the image/png DataTransferItem. Instead of sending the data back and forth so many times, just register the blob directly in the browser process. On a 1366x768 test image, there's no measurable difference: it takes ~0.125s to execute DataTransferItem::getAsFile() for an image. On a 4000x4000 test image, there's a small difference: the old version takes ~9.1s and the new version takes ~8.9s. It turns out memcpy is pretty fast! BUG=none Review URL: https://codereview.chromium.org/1876653003 Cr-Commit-Position: refs/heads/master@{#388583}
-
wolenetz authored
Refactors SourceBufferStream::FindNewSelectedRangeSeekTimestamp() to be more readable and to handle a few edge cases when the last read position has been removed and new buffers are appended. Includes new tests for the edge cases. BUG=140875 Review URL: https://codereview.chromium.org/1898373002 Cr-Commit-Position: refs/heads/master@{#388582}
-
jbauman authored
Add bindings for EGL_ANGLE_stream_producer_d3d_texture_nv12, EGL_KHR_stream, EGL_KHR_stream_consumer_gltexture, and EGL_NV_stream_consumer_gltexture_yuv. BUG=574292 Review URL: https://codereview.chromium.org/1903063002 Cr-Commit-Position: refs/heads/master@{#388581}
-
danakj authored
It should be true if the GL context supports it, and off otherwise. Lying isn't helpful. It was added in the initial blimp/ commit, without discussion about why it was there, though it was at least considered as it came up here: https://chromiumcodereview.appspot.com/1295243003/diff/20001/blimp/client/compositor/blimp_context_provider.cc?_ga=1.66997032.780449993.1417466767#newcode101 R=dtrainor@chromium.org BUG=584497 Review URL: https://codereview.chromium.org/1898983003 Cr-Commit-Position: refs/heads/master@{#388580}
-
brucedawson authored
The gn built mini_installer was failing on Windows 10. This was because the mini_installer was inadvertently launching Chrome when it was not supposed to. This in turn was because setup.exe was missing its manifest and therefore thought it was running on an earlier version of Windows and therefore tried to pin Chrome's shortcut which on Windows 10 launches Chrome through a separate thread that runs inscrutable shell32 goop. Messy problem, trivial fix. BUG=604752 Review URL: https://codereview.chromium.org/1900343005 Cr-Commit-Position: refs/heads/master@{#388579}
-
fs authored
No real transform changes should be detected in LayoutSVGHiddenContainer since it's used for things making up (==roots of) "isolated subtrees". BUG=603956 Review URL: https://codereview.chromium.org/1905533003 Cr-Commit-Position: refs/heads/master@{#388578}
-
jsbell authored
https://storage.spec.whatwg.org/#api Adds navigator.storage.estimate() which returns a Promise with {usage, quota} values in bytes. This is behind the --enable-experimental-web-platform-features flag. I2I: https://groups.google.com/a/chromium.org/d/msg/blink-dev/P6eY26vB91c/Ri4ohXOPBQAJ R=kinuko@chromium.org Review URL: https://codereview.chromium.org/1855623002 Cr-Commit-Position: refs/heads/master@{#388577}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/5a702cdeb6e3..c09ac1b3f0c5 $ git log 5a702cdeb..c09ac1b3f --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review URL: https://codereview.chromium.org/1905723002 Cr-Commit-Position: refs/heads/master@{#388576}
-
jialiul authored
BUG=553674 Review URL: https://codereview.chromium.org/1911543002 Cr-Commit-Position: refs/heads/master@{#388575}
-
dpapad authored
Review URL: https://codereview.chromium.org/1904803002 Cr-Commit-Position: refs/heads/master@{#388574}
-
mmccoy authored
BUG=411892 Review URL: https://codereview.chromium.org/1907453003 Cr-Commit-Position: refs/heads/master@{#388573}
-
dschuyler authored
This CL adds the appearance browser proxy and wallpaper settings in the appearance settings. Wallpaper settings only appear on Chrome OS. BUG=531786 Review URL: https://codereview.chromium.org/1896283003 Cr-Commit-Position: refs/heads/master@{#388572}
-
reillyg authored
This patch takes advantage of the ability to consume a Mojo service directly in //third_party/WebKit/Source/modules to remove the //third_party/WebKit/public/platform/modules/webusb, //content/renderer/usb and the rest of that intermediate layer. BUG=None Review URL: https://codereview.chromium.org/1850023002 Cr-Commit-Position: refs/heads/master@{#388571}
-
pdr authored
This patch removes the following unused test friend: FRIEND_TEST_ALL_PREFIXES( ImageQualityControllerTest, LowQualityFilterForLiveResize); In addition, several unused includes have been removed. BUG=604462 Review URL: https://codereview.chromium.org/1897043003 Cr-Commit-Position: refs/heads/master@{#388570}
-
dgozman authored
Session manages agents list, does bookkeeping and handles messages. Session only exists while client is attached. There will be one session per client in multi-client scenario. Simplified InspectorAgent interface along the way. BUG=590878 Review URL: https://codereview.chromium.org/1899933003 Cr-Commit-Position: refs/heads/master@{#388569}
-
dcheng authored
BUG=554298 Review URL: https://codereview.chromium.org/1899083003 Cr-Commit-Position: refs/heads/master@{#388568}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/afcc5532..2a883daa 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/1901393004 Cr-Commit-Position: refs/heads/master@{#388567}
-
nparker authored
BUG=596555 Review URL: https://codereview.chromium.org/1900373002 Cr-Commit-Position: refs/heads/master@{#388566}
-
cylee authored
BUG=b:24572007 Review URL: https://codereview.chromium.org/1891423003 Cr-Commit-Position: refs/heads/master@{#388565}
-
sky authored
Remaining dependencies are necessitated by DockedWindowLayoutManager. BUG=603369 TEST=covered by other tests R=jamescook@chromium.org Review URL: https://codereview.chromium.org/1901593004 Cr-Commit-Position: refs/heads/master@{#388564}
-
ortuno authored
Also makes SetServicesDiscoveryComplete virtual. This way we can have different implementations of these functions. Also modifies mock adapters to specify what this now virtual functions return. BUG=599472 Review URL: https://codereview.chromium.org/1908523002 Cr-Commit-Position: refs/heads/master@{#388563}
-
tedchoc authored
The let's add more params approach makes the test very hard to read, so this pulls out a params/builder-ish method that hopefully clears this up (for people other than just me). BUG= Review URL: https://codereview.chromium.org/1909503003 Cr-Commit-Position: refs/heads/master@{#388562}
-