- 09 Dec, 2016 40 commits
-
-
lushnikov authored
This patch skips binary UISourceCodes so that we don't search in them. BUG=585383 R=dgozman Review-Url: https://codereview.chromium.org/2564733002 Cr-Commit-Position: refs/heads/master@{#437467}
-
yhirano authored
BUG=672696, 672371 NOTRY=true TBR=asargent@chromium.org, grt@chromium.org, vasilii@chromium.org Review-Url: https://codereview.chromium.org/2560033003 Cr-Commit-Position: refs/heads/master@{#437466}
-
rch authored
Review-Url: https://codereview.chromium.org/2561893002 Cr-Commit-Position: refs/heads/master@{#437465}
-
sunyunjia authored
We don't really want the "touch event API" support to be dynamic (you can always open devtools at use mobile emulation to generate touch events). It's just the feature detection (eg.'ontouchstart' in window) that needs to be dynamic due to 632881. BUG=644318 Review-Url: https://codereview.chromium.org/2547373002 Cr-Commit-Position: refs/heads/master@{#437464}
-
sadrul authored
After https://crrev.com/432737, memory allocation does not do IPC anymore. So it does not need the IPC::Sender anymore. Also, it is no longer necessary to have special code to decide when the allocation request failed due to out-of-memory. So remove that code too. BUG=612500 Review-Url: https://codereview.chromium.org/2544953002 Cr-Commit-Position: refs/heads/master@{#437463}
-
leon.han authored
This CL converts extendable message event IPCs into mojo interface: ServiceWorkerMsg_ExtendableMessageEvent ServiceWorkerHostMsg_ExtendableMessageEventFinished BUG=629701 TEST=content_unittests Review-Url: https://codereview.chromium.org/2534403002 Cr-Commit-Position: refs/heads/master@{#437462}
-
ericwilligers authored
The motion* deprecations were temporarily removed, until offset-rotate was available. We now enable them again. motion-path becomes offset-path motion-offset becomes offset-distance motion-rotation becomes offset-rotate motion becomes motion-path We also add a new deprecation: offset-rotation becomes offset-rotate BUG=669782,672264 Review-Url: https://codereview.chromium.org/2564703002 Cr-Commit-Position: refs/heads/master@{#437461}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#437460}
-
chrome://bluetooth-internalsmbrunson authored
Adds Sidebar control to chrome://bluetooth-internals. Adds PageManager to manage view switching. Adds DevicesPage wrapper around DeviceTable for paging. Changes style to user-facing WebUI standard. Screenshots: https://goo.gl/photos/EKWMtQ2DBfF3m9WC8 BUG=651282 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2538653002 Cr-Commit-Position: refs/heads/master@{#437459}
-
pfeldman authored
BUG=672615 Review-Url: https://codereview.chromium.org/2557763003 Cr-Commit-Position: refs/heads/master@{#437458}
-
einbinder authored
MacOS has a lot of Emacs-style keyboard shortcuts that we lost when moving the console from contenteditable to CodeMirror. BUG=671269 Review-Url: https://codereview.chromium.org/2559603002 Cr-Commit-Position: refs/heads/master@{#437457}
-
sashab authored
Removed references to the property object from templates used in make_computed_style_base.py. This is important pre-work for adding fields that don't have a property object associated with them, but even if those aren't added, reducing the amount of information sent to the templates makes the code easier to follow and understand. BUG=628043 Review-Url: https://codereview.chromium.org/2554243002 Cr-Commit-Position: refs/heads/master@{#437456}
-
hywu authored
If VEA encoder fails to initialize because the driver detects plane size is unalign with cache line and returns VIDIOC_S_FMT error, the test hangs at waiting undefinitely in error state. This change makes the test to fail properly. BUG=672377 TEST=Run VEA unittest on Kevin. 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/2561063002 Cr-Commit-Position: refs/heads/master@{#437455}
-
bcwhite authored
BUG=620813 Review-Url: https://codereview.chromium.org/2511043003 Cr-Commit-Position: refs/heads/master@{#437454}
-
jack authored
BUG=668196 Committed: https://crrev.com/ca8dc086777939dbf144e40feddd6e5d4957b32b Review-Url: https://codereview.chromium.org/2525033003 Cr-Original-Commit-Position: refs/heads/master@{#435954} Cr-Commit-Position: refs/heads/master@{#437453}
-
robliao authored
Content appears to actually be the owner of the process running a browser. As such, it stands to reason that it should be the one initializing and controlling the lifetime of the task scheduler. BUG=662052 Review-Url: https://codereview.chromium.org/2539263003 Cr-Commit-Position: refs/heads/master@{#437452}
-
dbeam authored
BUG=659487 Review-Url: https://codereview.chromium.org/2475593002 Cr-Commit-Position: refs/heads/master@{#437451}
-
sky authored
This is necessary for the case where a client creates a window, sets the transient parent and then adds it. Without this change the wm wouldn't know about the transient parent and would be in a weird state. BUG=663903 TEST=covered by tests R=ben@chromium.org, tsepez@chromium.org Review-Url: https://codereview.chromium.org/2557353003 Cr-Commit-Position: refs/heads/master@{#437450}
-
rsleevi authored
Provide a concrete implementation of a CTVerifier that allows consumers to opt-out of verifying CT information. While this is not generally desirable for consumers of "the Web PKI" (e.g.: websites), it's acceptable and potentially desirable for things like peer-to-peer [D]TLS sockets (like WebRTC or Remoting), or for cases where the overall application is not ready to support Certificate Transparency (for example: may lack any form of update path). BUG=none R=eroman@chromium.org Review-Url: https://codereview.chromium.org/2540293004 Cr-Commit-Position: refs/heads/master@{#437449}
-
stevenjb authored
The system.display.overscanCalibrationStart method displays an overlay for adjusting overscan when called. If the web context initiating the call is deleted before overscanCalibrationComplete is called, the overaly will remain with no way to remove it (without running Settings or an app that shows and removes the overaly correctly). This change creates a tracker so that if the render frame is deleted before overscanCalibrationComplete is called, the calibration will be reset and completed to remove the overlay. BUG=666590 Review-Url: https://codereview.chromium.org/2558453004 Cr-Commit-Position: refs/heads/master@{#437448}
-
jaydasika authored
Computing surface_is_clipped on effect node depends on creating a clip node for render surface. This CL puts the code that computes surface_is_clipped into its own method in such a way that it can be called even from the path where we don't create clip nodes for render surfaces BUG=594675 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2543723003 Cr-Commit-Position: refs/heads/master@{#437447}
-
dgozman authored
BUG=650398 Review-Url: https://codereview.chromium.org/2563443002 Cr-Commit-Position: refs/heads/master@{#437446}
-
zhongyi authored
BUG=670519 Review-Url: https://codereview.chromium.org/2562843002 Cr-Commit-Position: refs/heads/master@{#437445}
-
inlinechan authored
BUG=644626 R=gavinp@chromium.org Review-Url: https://codereview.chromium.org/2503993002 Cr-Commit-Position: refs/heads/master@{#437444}
-
bashi authored
This is a follow-up CL of crrev.com/2550183007. BUG=617492 Review-Url: https://codereview.chromium.org/2561863003 Cr-Commit-Position: refs/heads/master@{#437443}
-
yhirano authored
BUG=636271, 672676 NOTRY=true TBR=asargent@chromium.org, grt@chromium.org, vasilii@chromium.org Review-Url: https://codereview.chromium.org/2561283002 Cr-Commit-Position: refs/heads/master@{#437442}
-
msw authored
Remove ShelfItemDelegate::ShouldShowTooltip and overrides. Add ShelfItem::shows_tooltip and plumbing, update users. Remove WindowState panel-attached member and accessors. Add ash, mus, and common panel-attached property keys. Add requisite WmWindow::SetBoolProperty and aura impl. Add requisite ShelfItem copy ctor (compiler complained...) BUG=557406 TEST=No Chrome OS shelf tooltip (or panel) behavior changes. R=sky@chromium.org TBR=tsepez@chromium.org Review-Url: https://codereview.chromium.org/2558963002 Cr-Commit-Position: refs/heads/master@{#437441}
-
yzshen authored
TabManagerTest.TabManagerBasics browser test has been fixed by https://codereview.chromium.org/2553993003 BUG=None TBR=jam@chromium.org Review-Url: https://codereview.chromium.org/2557183003 Cr-Commit-Position: refs/heads/master@{#437440}
-
tbarzic authored
Rolling cros_system_api up to: https://chromium.googlesource.com/chromiumos/platform/system_api/+/4489d28f1ec210c840d4f4827f8210ab27141f2d BUG=661861, 659732 Review-Url: https://codereview.chromium.org/2556203002 Cr-Commit-Position: refs/heads/master@{#437439}
-
sadrul authored
Rename MojoGpuMemoryBufferManager to ClientGpuMemoryBufferManager. Rename MusGpuMemoryBufferManager to ServerGpuMemoryBufferManager. BUG=none Review-Url: https://codereview.chromium.org/2562623005 Cr-Commit-Position: refs/heads/master@{#437438}
-
billorr authored
Some pages weren't showing native media controls on Android. This was easiest to repro when using an iframe to embed youtube content. LayoutMedia notifies MediaControls of the panel width so MediaControls can decide what controls will fit. LayoutMedia calculates the size during layout, and only notifies the MediaControls if the size changes. In the case of the bug, LayoutMedia never notifies MediaControls of the correct size. The first time layout occurs, there is no child MediaControls. During subsequent layouts, notifications aren't sent because the size hasn't changed. The fix is to ensure we send the panel width to MediaControls if the size change or if we haven't yet sent the width. BUG=672227 Review-Url: https://codereview.chromium.org/2561823003 Cr-Commit-Position: refs/heads/master@{#437437}
-
watk authored
Apparently some MediaCodecs consider it an error to receive an EOS buffer as their first input. So now we skip queueing the EOS if there are no pending buffers in the decoder and no pending inputs. BUG=672268 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/2563533002 Cr-Commit-Position: refs/heads/master@{#437436}
-
romax authored
Adding the functionality of schedule X URLs in a batch when running test harness, also fixes a minor issue in logging. BUG=672661 Review-Url: https://codereview.chromium.org/2563843003 Cr-Commit-Position: refs/heads/master@{#437435}
-
sashab authored
Made empty-cells property independent. Also updated independent-inheritance-fast-path.html to include emptyCells. Tested using independent-inheritance-fast-path.html. BUG=628043 Review-Url: https://codereview.chromium.org/2555103003 Cr-Commit-Position: refs/heads/master@{#437434}
-
yhirano authored
This CL removes dispatching encoded_data_length from RequestPeer::ReceivedData. Instead, it is dispatched via RequestPeer::OnTransferSizeUpdated. BUG=666217 Review-Url: https://codereview.chromium.org/2540023003 Cr-Commit-Position: refs/heads/master@{#437433}
-
shimazu authored
This patch is to check if the process_id() is kInvalidUniqueID or the value itself is valid. Additionally, I removed several crash keys which was for an issue which has been fixed. BUG=668633,619294 Review-Url: https://codereview.chromium.org/2560873004 Cr-Commit-Position: refs/heads/master@{#437432}
-
chenwilliam authored
This CL adds a step to the 'Linux Tests' builder that will run a step (under swarming) that runs eslint over the devtools frontend code. eslint uses node.js, so this CL also adds a hook to gclient to download node if CHROME_HEADLESS is present in the environment. R=iannucci@chromium.org, dpranke@chromium.org BUG=642046 Review-Url: https://codereview.chromium.org/2486903002 Cr-Commit-Position: refs/heads/master@{#437431}
-
mek authored
This revision contains a fix to the "bind_hostname" functionality that makes it possible to use that, rather than incorrectly overriding the "host" config to an ip-address. This fixes {{host}} and things like {{domains[www]}} substitutions for tests when run with wptserve. BUG=618616 Review-Url: https://codereview.chromium.org/2563823002 Cr-Commit-Position: refs/heads/master@{#437430}
-
piman authored
BUG=None 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/2541843004 Cr-Commit-Position: refs/heads/master@{#437429}
-
qyearsley authored
Reason: the path_delimiter is different between gtest results and layout tests; in https://sites.google.com/a/chromium.org/dev/developers/the-json-test-results-format it has been suggested for some time that path_delimiter should be required. BUG=672361 Review-Url: https://codereview.chromium.org/2559983003 Cr-Commit-Position: refs/heads/master@{#437428}
-