- 07 Jan, 2017 4 commits
-
-
jrummell authored
Improve the testing on MojoCdm by adding a MockCdm. This allows for testing that: - resolving the promise works - rejecting the promise works - closing the connection before a call works - closing the connection while executing the call works. BUG=671362 TEST=new tests pass Review-Url: https://codereview.chromium.org/2592913002 Cr-Commit-Position: refs/heads/master@{#442104}
-
pfeldman authored
Review-Url: https://codereview.chromium.org/2611843010 Cr-Commit-Position: refs/heads/master@{#442103}
-
sczs authored
BUG=674493 Review-Url: https://codereview.chromium.org/2596753002 Cr-Commit-Position: refs/heads/master@{#442102}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/83f532e9b5b8..f8a64b03216d $ git log 83f532e9b..f8a64b032 --date=short --no-merges --format='%ad %ae %s' 2017-01-06 mtklein try harder to exclude SkXbyak.cpp from Google3 build 2017-01-06 mtklein zero fBuf in new SkXbyakBench 2017-01-06 bsalomon Make all GrXPFactory instances statics. Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=csmartdalton@google.com Review-Url: https://codereview.chromium.org/2614233003 Cr-Commit-Position: refs/heads/master@{#442101}
-
- 06 Jan, 2017 36 commits
-
-
mek authored
Hopefully these tests are indeed just sometimes extra slow (at least a 6x slowdown). If not I'll have to do more digging to see why they sometimes timeout. BUG=678498 BUG=678496 Review-Url: https://codereview.chromium.org/2610923011 Cr-Commit-Position: refs/heads/master@{#442100}
-
ynovikov authored
Per discussion in the bug BUG=678382 TBR=kbr@chromium.org 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2620563002 Cr-Commit-Position: refs/heads/master@{#442099}
-
mattreynolds authored
Add support for "Query Suggest" in the Physical Web omnibox provider. Previously, the omnibox would only display Physical Web omnibox suggestions when the user had not yet entered any text in the omnibox ("Zero Suggest"). With this CL, Physical Web suggestions may be displayed if the URL and page title match all the terms in the omnibox query string. BUG=630769 Review-Url: https://codereview.chromium.org/2591053002 Cr-Commit-Position: refs/heads/master@{#442098}
-
sky authored
The resize handlers are now necessary as aura-mus dispatches events using the same path as aura non-mus. Without this change the MoveEventHandler installed on the window in the mash side doesn't get events and resize fails. BUG=none TEST=none R=msw@chromium.org Review-Url: https://codereview.chromium.org/2618113002 Cr-Commit-Position: refs/heads/master@{#442097}
-
avi authored
BUG=639089 Review-Url: https://codereview.chromium.org/2614753004 Cr-Commit-Position: refs/heads/master@{#442096}
-
hongchan authored
This CL adds the new assertion to audit; it checks if an array has values other than the expected value. This is useful when checking the non-zero array. BUG=678695 TEST= LayoutTests/webaudio/unit-tests/audit.html LayoutTests/webaudio/unit-tests/audit-failures.html Review-Url: https://codereview.chromium.org/2618053002 Cr-Commit-Position: refs/heads/master@{#442095}
-
wangxianzhu authored
We save previousPaintOffset for all objects and it's the same as the paint offset saved in paint properties if any. Now save only one copy. Also fix a spv2 paint invalidation bug about paint offset change: previously we checked paint offset change too late. Now check it at the beginning of PaintInvalidator::invalidatePaintIfNeeded() and convert it into a full paint invalidation reason. In this way, we no longer need to pass old and new paint offsets in the context. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2614093002 Cr-Commit-Position: refs/heads/master@{#442094}
-
eugenebut authored
Copy strings before passing them to scoped_nsobjects. BUG=679032 Review-Url: https://codereview.chromium.org/2612423003 Cr-Commit-Position: refs/heads/master@{#442093}
-
sczs authored
Cells will now be a single accessibility item: https://drive.google.com/open?id=0B51hlF9bHYPwNE9CZTg1dDVyYkk VoiceOver will read the name of the App and then the switch state or "Double tap to install" string. BUG=590064, 341403 Review-Url: https://codereview.chromium.org/2607763002 Cr-Commit-Position: refs/heads/master@{#442092}
-
chrome://crasheswez authored
Originally chrome://crashes only displayed uploaded crashes, and only displayed the time at which the crash report was uploaded. On systems using Crashpad we also have access to the crash capture-time which is useful in identifying crash reports which occurred while offline, for example, such that the capture and upload times would differ considerably. This patch was originally drafted by phistuck@gmail.com and jiameng@chromium.org. BUG=664430,674249 Review-Url: https://codereview.chromium.org/2612993003 Cr-Commit-Position: refs/heads/master@{#442091}
-
rnephew authored
BUG=676493 Review-Url: https://codereview.chromium.org/2611203003 Cr-Commit-Position: refs/heads/master@{#442090}
-
mbjorge authored
BUG=678341 Review-Url: https://codereview.chromium.org/2618083002 Cr-Commit-Position: refs/heads/master@{#442089}
-
lukasza authored
After automatic rename by rewrite_to_chrome_style clang tool, the |rtl|, |ltr| and |inherit| constant identifiers in CanvasRenderingContext2D.cpp would become |kRtl|, |kLtr|, |kInherit| and would unfortunately conflict with identifiers defined elsewhere (e.g. with |kRtl| and |kLtr| enum values from TextDirection enum defined in TextDirection.h). This CL preemptively prevents the problem above, by adding a 'DirectionString' suffix to the 3 affected identifiers in CanvasRenderingContext2D.cpp BUG=641004 Review-Url: https://codereview.chromium.org/2611723004 Cr-Commit-Position: refs/heads/master@{#442088}
-
jianli authored
BUG=none Review-Url: https://codereview.chromium.org/2617903004 Cr-Commit-Position: refs/heads/master@{#442087}
-
ltian authored
Current items (Open in new tab, Open in incognito tab, Copy link address, Copy link text) shown in the context menu for mailto tag link do not make sense. Update the items shown in the context menu when long pressing a mailto link. The items include: 1. Send message: same behavior as clicking the link which will navigate to default mail app to send an email with parsed info from url. 2. Add to contacts: - If no email address in the mailto, hid the menu item - If more than one email addresses is present, select the first one for adding to the contacts 3. Copy: copy all the email addresses (everything between mailto: and ?) BUG=389056 Review-Url: https://codereview.chromium.org/2605283002 Cr-Commit-Position: refs/heads/master@{#442086}
-
rnephew authored
A test trace is a trace that shows which tests are running and for how long. Review-Url: https://codereview.chromium.org/2617233002 Cr-Commit-Position: refs/heads/master@{#442085}
-
esprehn authored
base::vsnprintf already handles the windows difference so we don't need the platform ifdefs. We can also optimistically format into the buffer and if it fits avoid formatting twice. Review-Url: https://codereview.chromium.org/2620453002 Cr-Commit-Position: refs/heads/master@{#442084}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/f55ea6a1deb2..83f532e9b5b8 $ git log f55ea6a1d..83f532e9b --date=short --no-merges --format='%ad %ae %s' 2017-01-06 mtklein Add a real SkXbyak bench, implement enough to run it. 2017-01-06 mtklein exclude src/opts/SkXbyak.cpp from g3 build 2017-01-06 kjlubick Add in Path fuzzer 2017-01-06 djsollen Add support for 64-bit devices when using gdb on Android 2017-01-06 bsalomon Purge clip masks when they are no longer findable. 2017-01-04 fmalita Avoid SkFixed overflow in decal bitmap procs 2017-01-06 bsalomon Remove arithmetic mode GrXP code. 2017-01-06 bsalomon Add support for tagging GrUniqueKeys with a debug string 2017-01-06 mtklein SkXbyak basics BUG=676459,675444 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=csmartdalton@google.com Review-Url: https://codereview.chromium.org/2617043004 Cr-Commit-Position: refs/heads/master@{#442083}
-
rdevlin.cronin authored
We expose API enums on objects with in the API; this is mostly useful because our enum style is pretty wildly inconsistent (hacker_style, camelCase, and SCREAMING_STYLE are all used). This allows authors to use the enum directly by using chrome.foo.BarEnum.SOMETHING. Add support for this in native bindings. BUG=653596 Review-Url: https://codereview.chromium.org/2615773002 Cr-Commit-Position: refs/heads/master@{#442082}
-
mcasas authored
WebmMuxer sets WebM's DefaultDuration to the expected delta between frames (derived from the frame rate), but that messes up (some) players due to frames arriving at a different rate. This is a legimimate case if, e.g. the encoded data stream is paused. This CL essentially avoids setting this parameter so that players can just look at each encoded frame timestamp instead. [1] http://www.webmproject.org/docs/container/#track BUG=606000 Review-Url: https://codereview.chromium.org/2617143003 Cr-Commit-Position: refs/heads/master@{#442081}
-
wzhong authored
"-latomic" flag is not necessary. Besides, libatomic.so is unavailable in the next toolchain update. BUG= internal b/33944287 TEST= builds. Review-Url: https://codereview.chromium.org/2611173003 Cr-Commit-Position: refs/heads/master@{#442080}
-
einbinder authored
CodeMirror takes a line seperator as an argument, so we don't have to use a regular expression. BUG=none Review-Url: https://codereview.chromium.org/2615633012 Cr-Commit-Position: refs/heads/master@{#442079}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/f84aaa04d4d0..fa6d5ce49e34 $ git log f84aaa04d..fa6d5ce49 --date=short --no-merges --format='%ad %ae %s' 2017-01-06 jessimb Adding skeleton for /speed_releasing endpoint. 2017-01-06 rnephew [Android][Telemetry] Log processes running during Nexus 7 runs. 2017-01-06 benjhayden Fix some old style violations in UserModelBuilder. 2017-01-06 rnephew [BattOr] Upload Windows AVRDude binary for flashing BattOr firmware. BUG=667470 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2617873003 Cr-Commit-Position: refs/heads/master@{#442078}
-
grt authored
This change strips InstallerState of all multi-install knowledge and trickles the change through the rest of the installer. An InstallerState now has exactly one Product on which it operates. There is substantial room for further improvement, which will come after InstallDetails is woven into setup. Various "delete old stuff" operations are also coalesced into a single post-install/update step rather than sprinkled around Chrome's install path. While at it, this change also removes some old Chrome Frame code that is no longer used (IE low rights elevation policy, GCF in use, COM DLLs) and attempts some IWYU fixes. BUG=577816 Review-Url: https://codereview.chromium.org/2589753002 Cr-Commit-Position: refs/heads/master@{#442077}
-
dtapuska authored
Once we have shipped this for a release this feature flag can be removed. I've tested Windows and the issues causing the spurious ET_MOUSE_EXITED don't exist anymore so I believe this is safe to ship in this fashion. BUG=450631,240300,352106,386896,569998,575208 Review-Url: https://codereview.chromium.org/2618063002 Cr-Commit-Position: refs/heads/master@{#442076}
-
primiano authored
Some of the exclusions introduced by crrev.com/2618853002 to deal with OOM flakiness on lowmem devices are too aggressive and were already dealt with by crrev.com/2589813002 . Effectively this is a partial revert of crrev.com/2618853002 . BUG=675255 Review-Url: https://codereview.chromium.org/2616063002 Cr-Commit-Position: refs/heads/master@{#442075}
-
fdoray authored
The following traits are used: Priority: BACKGROUND User won't notice if this task takes an arbitrarily long time to complete. and Inherited (default) The priority is inherited from the calling context (i.e. TaskTraits are initialized with the priority of the current task). Shutdown behavior: CONTINUE_ON_SHUTDOWN Tasks posted with this mode which have not started executing before shutdown is initiated will never run. Tasks with this mode running at shutdown will be ignored (the worker will not be joined). Note: Tasks that were previously posted to base::WorkerPool should use this shutdown behavior because this is how base::WorkerPool handles all its tasks. May Block: Tasks posted with MayBlock() may block. This includes but is not limited to tasks that wait on synchronous file I/O operations: read or write a file from disk, interact with a pipe or a socket, rename or delete a file, enumerate files in a directory, etc. This trait isn't required for the mere use of locks. BUG=659191 Review-Url: https://codereview.chromium.org/2601413002 Cr-Commit-Position: refs/heads/master@{#442074}
-
khmel authored
This CL handles the situation when default app is not available after Arc starts. In this case, default app entry is removed from the app launcher. BUG=b/31934494 TEST=Extended unit tests TEST=Manually on device. Normal flow: Start Arc by clicking default app icon. Spinning item appears in shelf for the starting app. Play Store starts, spiining item stil exists and installtion stars (view in notification). Once default app is installed, it automatically pops up and spinning item is replaced with normal icon. App is not available flow: Repeat steps above. Installation for default app does not appear and spinning item is removed from shelf soon after. Default app is also removed from the app launcher. Re-sign in. In both cases default app state is preserved. Review-Url: https://codereview.chromium.org/2601323002 Cr-Commit-Position: refs/heads/master@{#442073}
-
binlu authored
To tell us the % of page views that do top navigations in sandboxed iframes w/ or w/o 'allow-top-navigation' and user gesture. This is for this intent to implement/ship feature: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Flt2IixYQK4 BUG=662506 Review-Url: https://codereview.chromium.org/2614073004 Cr-Commit-Position: refs/heads/master@{#442072}
-
rouslan authored
It's much safer to cache the WebContents instead of WindowAndroid to deal with tab reparenting, for example. This patch changes the credit card OCR scanner extension point to cache the WebContents instead of WindowAndroid. This patch also adds chrome://flags/#autofill-scan-theme-dialog to be used by Chrome's implementation of the credit card scanner. This flag is disabled by default and will be removed once the best theme for the scan dialog is determined. BUG=678642 Review-Url: https://codereview.chromium.org/2614883003 Cr-Commit-Position: refs/heads/master@{#442071}
-
dfalcantara authored
The namespace accidentally got removed while experimenting with a fix for notification grouping. BUG=678694 Review-Url: https://codereview.chromium.org/2619643002 Cr-Commit-Position: refs/heads/master@{#442070}
-
japhet authored
Replace with a console warning that this policy will be reinstated evenutally. BUG=678328 Review-Url: https://codereview.chromium.org/2617773002 Cr-Commit-Position: refs/heads/master@{#442069}
-
dewittj authored
Revert of Add an experimental standalone content suggestions UI. (patchset #8 id:140001 of https://codereview.chromium.org/2593523005/ ) Reason for revert: Speculative revert, likely broke: https://uberchromegw.corp.google.com/i/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/38814 However, there appears to be logdog problems, so I'm not sure if we are getting realistic error messages. E 1343.751s run_tests_on_device(07601d750ae534e5) Error not bootstrapped. Failed to start logdog: Missing project [LOGDOG_STREAM_PROJECT] Traceback (most recent call last): File "/b/s/w/irq8DwmG/build/android/pylib/android/logdog_logcat_monitor.py", line 28, in __init__ self._stream_client = bootstrap.ButlerBootstrap.probe().stream_client() File "/b/s/w/irq8DwmG/tools/swarming_client/libs/logdog/bootstrap.py", line 48, in probe raise NotBootstrappedError('Missing project [%s]' % (cls._ENV_PROJECT,)) NotBootstrappedError: Missing project [LOGDOG_STREAM_PROJECT] Original issue's description: > Add an experimental standalone content suggestions UI. > > The UI is hidden behind a feature flag that enables a menu item (which > uses innovative string compression techniques to avoid bloat due to > i18n) to open the standalone content suggestions UI. > > While the activity and menu item are not meant to be shipped in an > enabled state, this will allow iterating on a content suggestions UI > outside of the NTP. > > Review-Url: https://codereview.chromium.org/2593523005 > Cr-Commit-Position: refs/heads/master@{#441980} > Committed: https://chromium.googlesource.com/chromium/src/+/1b34593a53181b7f8a06a97206219c16486b33a1 TBR=mvanouwerkerk@chromium.org,dgn@chromium.org,bauerb@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/2614023005 Cr-Commit-Position: refs/heads/master@{#442068}
-
sky authored
Mash should really use ChromeNativeAppWindowViewsAuraAsh, but that depends upon a bunch of types in ash. So, make mash use ChromeNativeAppWindowViewsAura, which isn't perfect, but at least it doesn't crash. BUG=679028 TEST=none R=msw@chromium.org Review-Url: https://codereview.chromium.org/2617923004 Cr-Commit-Position: refs/heads/master@{#442067}
-
chfremer authored
In interface media::VideoCaptureDevice::Client, change interface Buffer to a move-only struct. The new struct separates the concerns of providing access handles (for in-process as well as for inter-process transit) from access permissions. This allows clients to explicitly obtain in-process memory-mapped handles when they need it. Clients who only want to pass along the buffer or move it across process boundaries do not need memory-mapped handles. In interface media::VideoCaptureBufferPool, renamed GetBufferHandle() -> GetHandleForInProcessAccess() GetHandleForTransit() -> GetHandleForInterProcessTransit(). Removed outdated implementation in video_capture Mojo service. We leave the implementation empty, until refactoring the interfaces has been completed. This CL is part of the Mojo Video Capture work. For the bigger picture, see [1] CL1.9.10 For a peek at the follow-up CLs, please see https://codereview.chromium.org/2607203002/ https://codereview.chromium.org/2602983002/ BUG=584797 TEST= content_unittests --gtest_filter="*Video*", video_capture_unittests, Apprtc loopback on Debug, Desktop Capture Example extension on Release [1] https://docs.google.com/a/chromium.org/document/d/1Qw7rw1AJy0QHXjha36jZNiEuxsxWslJ_X-zpOhijvI8/edit?usp=sharing Review-Url: https://codereview.chromium.org/2573223002 Cr-Commit-Position: refs/heads/master@{#442066}
-
asvitkine authored
With this change, this code will set both the Java and native side prefs if any of the three indicators of TOS being seen are true, i.e. either of the two prefs or "any user has seen ToS". This is especially needed to fix variations seed fetching from native code in the case of Backup & Restore, which does not appear to restore the Chrome native pref. BUG=669543 Review-Url: https://codereview.chromium.org/2614183002 Cr-Commit-Position: refs/heads/master@{#442065}
-