- 20 Jun, 2016 12 commits
-
-
hayato authored
This CL also fixes an implementation bug of HTMLSlotElement::hasAssignedNodesSlow(), which a new test revealed. BUG=531990,595287 Review-Url: https://codereview.chromium.org/2076933002 Cr-Commit-Position: refs/heads/master@{#400632}
-
srirama.m authored
Cleaning up video-currentTime* tests in media/track to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Review-Url: https://codereview.chromium.org/2077833002 Cr-Commit-Position: refs/heads/master@{#400631}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#400630}
-
maksim.sisov authored
This cl makes SPDY to match HTTP and QUIC implementations and call the request_callback only after data is sent. The unittests are corrected accordingly. Review-Url: https://codereview.chromium.org/2064593002 Cr-Commit-Position: refs/heads/master@{#400629}
-
ssid authored
The memory infra category cannot be included in existing tracing benchmark because it creates large memory dumps in single event in "DETAILED" mode, so it changes the metrics measured. The memory-infra cannot be turned on just for "BACKGROUND" or "LIGHT" mode since the reference builds do not support the Tracing.Start api with trace config or the background mode at all. We also do not want to disable the tracing benchmark on reference builds. So, new benchamrk is added to measure overhead of memory-infra in background mode. The trcaingMetrics contains the metrics needs to track the overhead of memory infra in the traces, so the bencmark just tracks the tracingMetrics. BUG=618514 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2052753002 Cr-Commit-Position: refs/heads/master@{#400628}
-
patricialor authored
Refactor the Mac certificate viewer browser tests to work on a generic interface in preparation for http://crrev.com/1779383002, which refactors the certificate viewer to remove some Cocoa dependencies for the MacViews browser. Additionally, remove unneeded code used to resize/reposition the certificate viewer after switching tabs by ignoring mouse events while the certificate viewer is hidden instead. BUG=613880 Review-Url: https://codereview.chromium.org/2039823002 Cr-Commit-Position: refs/heads/master@{#400627}
-
henryhsu authored
If decoder receives flush after surface ran out, decoder does not flush the last frame since decoder is waiting the surface. Enqueue an empty buffer and it will trigger flush after all pending inputs are done. BUG=b:29403962 TEST=cts test pass, vda unittest pass, crosvideo.appspot.com works well Review-Url: https://codereview.chromium.org/2074133002 Cr-Commit-Position: refs/heads/master@{#400626}
-
amistry authored
BUG=None TBR=jam@chromium.org for //ipc build files Review-Url: https://codereview.chromium.org/2084443002 Cr-Commit-Position: refs/heads/master@{#400625}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/875e13ca0990..452ba88066b5 $ git log 875e13ca0..452ba8806 --date=short --no-merges --format='%ad %ae %s' 2016-06-19 brianosman Revert of Integers can now be passed as uniforms (patchset #1 id:1 of https://codereview.chromium.org/2076143003/ ) CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=brianosman@google.com Review-Url: https://codereview.chromium.org/2081593002 Cr-Commit-Position: refs/heads/master@{#400624}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#400623}
-
bshe authored
The js error is because we forgot to add hotrodmode field in API's json file. This CL should fix it. BUG=620936 Review-Url: https://codereview.chromium.org/2072333002 Cr-Commit-Position: refs/heads/master@{#400622}
-
tapted authored
It's currently possible to show a context menu for just about anything in Chrome while the window has a modal sheet displayed (the exception is the tab strip, which has a check in -[TabView menu]). This makes all sorts of weird stuff possible, like showing a `Print` dialog for the webcontents over the supposedly modal `Edit bookmark` dialog. To fix, have the shared (and mostly boring) ancestor view, class FastResizeView, override -[NSView hitTest:] to return itself when the window has an attached sheet. This nerfs the context menus. (note: zoom still works: that's handled by -[NSWindow sendEvent:] and seems to do separate hit-testing when a sheet is displayed). The TabStrip is in the titlebar, not a subview of FastResizeView, so it also needs to check. This makes the check in -[TabView menu] obsolete. We can't check "higher up" since the buttons in the window frame should behave as before. Note the mainMenu still functions as before. So a print dialog can still be displayed. Just not via a context menu. BUG=528871, 617895 TEST=Right-click the bookmarks toolbar and open a modal dialog (e.g. Edit..., Add Page..., Add Folder...). Then: - Right-clicking in the omnibox,tab strip or elsewhere shouldn't show a context menu. - Middle-clicking shouldn't close a tab. Review-Url: https://codereview.chromium.org/1354873002 Cr-Commit-Position: refs/heads/master@{#400621}
-
- 19 Jun, 2016 17 commits
-
-
rockot authored
Removes all references to mojo::Callback and mojo::Closure, replacing them with base::Callback or base::Closure, or where applicable a mojom-generated callback alias. The vast majority of the changes here are name changes only, as mojo::Callback is already an alias for base::Callback. Hence the TBRs. Also removes mojo/public/cpp/bindings/callback.h BUG=620840 TBR=ben@chromium.org for chrome, content, misc TBR=lhchavez@chromium.org for components/arc TBR=xhwang@chromium.org for media TBR=haraken@chromium.org for third_party/WebKit Committed: https://crrev.com/3524eb5ef75b90527195d82f8b9cf3bd2cdf04ef Review-Url: https://codereview.chromium.org/2080513002 Cr-Original-Commit-Position: refs/heads/master@{#400616} Cr-Commit-Position: refs/heads/master@{#400620}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/cc3a22b369e1..875e13ca0990 $ git log cc3a22b36..875e13ca0 --date=short --no-merges --format='%ad %ae %s' 2016-06-19 mtklein Simplify mask/clip intersection, making sure to explicitly check for an empty mask. BUG=619378,613912 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=brianosman@google.com Review-Url: https://codereview.chromium.org/2074343002 Cr-Commit-Position: refs/heads/master@{#400619}
-
zmo authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/0d2d36c..2c4f810 BUG= TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2080063002 Cr-Commit-Position: refs/heads/master@{#400618}
-
yutak authored
Revert of Deletes mojo::Callback (patchset #2 id:20001 of https://codereview.chromium.org/2080513002/ ) Reason for revert: Caused compile errors. https://build.chromium.org/p/chromium.perf/builders/Android%20Builder/builds/91059 Sounds like this raced with the following change: https://chromium.googlesource.com/chromium/src/+/61fdb768d7395fbb73daff12d9b38100df6a044f Original issue's description: > Deletes mojo::Callback > > Removes all references to mojo::Callback and mojo::Closure, > replacing them with base::Callback or base::Closure, or > where applicable a mojom-generated callback alias. > > The vast majority of the changes here are name changes only, > as mojo::Callback is already an alias for base::Callback. > Hence the TBRs. > > Also removes mojo/public/cpp/bindings/callback.h > > BUG=620840 > TBR=ben@chromium.org for chrome, content, misc > TBR=lhchavez@chromium.org for components/arc > TBR=xhwang@chromium.org for media > TBR=haraken@chromium.org for third_party/WebKit > > Committed: https://crrev.com/3524eb5ef75b90527195d82f8b9cf3bd2cdf04ef > Cr-Commit-Position: refs/heads/master@{#400616} TBR=rockot@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=620840 Review-Url: https://codereview.chromium.org/2080083002 Cr-Commit-Position: refs/heads/master@{#400617}
-
rockot authored
Removes all references to mojo::Callback and mojo::Closure, replacing them with base::Callback or base::Closure, or where applicable a mojom-generated callback alias. The vast majority of the changes here are name changes only, as mojo::Callback is already an alias for base::Callback. Hence the TBRs. Also removes mojo/public/cpp/bindings/callback.h BUG=620840 TBR=ben@chromium.org for chrome, content, misc TBR=lhchavez@chromium.org for components/arc TBR=xhwang@chromium.org for media TBR=haraken@chromium.org for third_party/WebKit Review-Url: https://codereview.chromium.org/2080513002 Cr-Commit-Position: refs/heads/master@{#400616}
-
alokp authored
BUG=621141 Review-Url: https://codereview.chromium.org/2075193002 Cr-Commit-Position: refs/heads/master@{#400615}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#400614}
-
Yuta Kitamura authored
This huge patch basically consists of the following changes: (1) OwnPtr/PassOwnPtr getting renamed to std::unique_ptr; (2) adoptPtr getting renamed to wrapUnique; (3) adjustments in #include files; and (4) occasional addition of .get() calls due to missing operator==() comparison of std::unique_ptr<T> and T*. BUG=582354 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel R=haraken@chromium.org, tkent@chromium.org, tzik@chromium.org Review URL: https://codereview.chromium.org/2050123002 . Cr-Commit-Position: refs/heads/master@{#400613}
-
srirama.m authored
Cleaning up track-cues* and track-delete* tests in media/track to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Review-Url: https://codereview.chromium.org/2074913006 Cr-Commit-Position: refs/heads/master@{#400612}
-
srirama.m authored
Cleaning up video-currentTime-delay* and video-currentTime-before* tests in media/track to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Review-Url: https://codereview.chromium.org/2071303002 Cr-Commit-Position: refs/heads/master@{#400611}
-
posciak authored
Add an MD5 checksum for the Thumbnail.* test in video_decode_accelerator_unittest for VP9 on Intel Haswell. BUG=620979 TEST=Thumbnail.* test from video_decode_accelerator_unittest for VP9 Review-Url: https://codereview.chromium.org/2076883002 Cr-Commit-Position: refs/heads/master@{#400610}
-
dpranke authored
This re-lands r398038 now that the bugs have been fixed. It also flips the CrOS ASAN builder. TBR=thakis@chromium.org, inferno@chromium.org BUG=605732 Review-Url: https://codereview.chromium.org/2073403002 Cr-Commit-Position: refs/heads/master@{#400609}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#400608}
-
wangxianzhu authored
BUG=609218 Review-Url: https://codereview.chromium.org/2066603005 Cr-Commit-Position: refs/heads/master@{#400607}
-
wangxianzhu authored
This is mainly for PaintController to check cache validaty when copying cached subsequence. BUG=609218 Review-Url: https://codereview.chromium.org/2071053003 Cr-Commit-Position: refs/heads/master@{#400606}
-
wangxianzhu authored
With client-side invalidation flags, PaintController no longer need to track invalidation of clients for painting purpose. We also don't need to distinguish on which GraphicsLayer a client is invalidated because when it's invalidated it will be invalid on all GraphicsLayers. Let FrameView track object paint invalidations so that we don't need to send object paint invalidations to backings. BUG=617799 Review-Url: https://codereview.chromium.org/2051333005 Cr-Commit-Position: refs/heads/master@{#400605}
-
dpranke authored
(i.e.,chromeos=1, non-simplechrome, non-chroot). R=stevenjb@chromium.org TBR=brettw@chromium.org BUG=433082 Review-Url: https://codereview.chromium.org/1931033002 Cr-Commit-Position: refs/heads/master@{#400604}
-
- 18 Jun, 2016 11 commits
-
-
rouslan authored
This patch adds the user interface for the user to select their preferred contact phone number and email address. An addition, this patch passes the request for these fields from Blink to the browser. BUG=617195 Review-Url: https://codereview.chromium.org/2066483010 Cr-Commit-Position: refs/heads/master@{#400603}
-
Xianzhu Wang authored
BUG=619103 Review URL: https://codereview.chromium.org/2073383002 . Cr-Commit-Position: refs/heads/master@{#400602}
-
ortuno authored
Changes the order in which we removed the device and dispatched the disconnected event. The previous order (dispatch -> remove), could result in removing a device that was added by the event handler. BUG=621022 Review-Url: https://codereview.chromium.org/2072423002 Cr-Commit-Position: refs/heads/master@{#400601}
-
kjellander authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/b3f05f4..7e0fbca TBR= CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_archive_rel_ng;tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2076383002 Cr-Commit-Position: refs/heads/master@{#400600}
-
rtoy authored
AudioParam automations should clamp the values to the nominal ranges. The clamping should happen just before the values are applied. Spec issue: https://github.com/WebAudio/web-audio-api/issues/766 Resolution: https://github.com/WebAudio/web-audio-api/pull/808 BUG=604827 TEST=audioparam-automation-clamping.html Review-Url: https://codereview.chromium.org/2000423008 Cr-Commit-Position: refs/heads/master@{#400599}
-
rockot authored
Replaces mojo::Callback with base::Callback. This means updating several callback sites for the following reasons: - The mojo::Callback<T>::Runnable interface no longer exists - C++11 lambas may no longer be bound implicitly - Repsonse callback signatures must now match the generated signature exactly (i.e. no implicit conversion from const mojo::String& or const std::string& to a by-value mojo::String) - Null mojo::Callbacks could be Run without crashing; this is no longer true. - It's base::Callback::Reset instead of mojo::Callback::reset mojo::Callback and mojo::Closure are left in place as aliases for base::Callback and base::Closure until all references can be updated. BUG=620840 TBR=ben@chromium.org for general/toplevel TBR=xhwang@chromium.org for media related changes Review-Url: https://codereview.chromium.org/2062333002 Cr-Commit-Position: refs/heads/master@{#400598}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/802acec1876b..cc3a22b369e1 $ git log 802acec18..cc3a22b36 --date=short --no-merges --format='%ad %ae %s' 2016-06-18 fmenozzi Integers can now be passed as uniforms; needed for passing color count to fragment shader CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review-Url: https://codereview.chromium.org/2074303002 Cr-Commit-Position: refs/heads/master@{#400597}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/de3ea6fd8d96..91953db7ae2b $ git log de3ea6fd8..91953db7a --date=short --no-merges --format='%ad %ae %s' BUG=599656 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2080043002 Cr-Commit-Position: refs/heads/master@{#400596}
-
wangxianzhu authored
The CL causing flakiness of JavaScript execution has been reverted for crbug.com/620126. Bad rebaselines caused by crbug.com/620126 and crbug.com/574272 can be rebaselined again. BUG=574272,620126,619983,621024,621025,620141,613463,612874 TBR=wangxianzhu@chromium.org Review-Url: https://codereview.chromium.org/2079993002 Cr-Commit-Position: refs/heads/master@{#400595}
-
qyearsley authored
Review-Url: https://codereview.chromium.org/2058533002 Cr-Commit-Position: refs/heads/master@{#400594}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/0dd659eb524f..de3ea6fd8d96 $ git log 0dd659eb5..de3ea6fd8 --date=short --no-merges --format='%ad %ae %s' BUG=620550 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2078043003 Cr-Commit-Position: refs/heads/master@{#400593}
-