- 05 Oct, 2016 40 commits
-
-
ericwilligers authored
We require offset-path to appear first, then offset-distance and offset-rotation. Standards discussion is continuing, this is intentionally conservative. Spec (not yet updated): https://drafts.fxtf.org/motion-1/#offset-shorthand BUG=638055 Review-Url: https://codereview.chromium.org/2375343002 Cr-Commit-Position: refs/heads/master@{#423059}
-
jbauman authored
video_decode_accelerator_unittest does this, and there's no fundamental reason it shouldn't work. Review-Url: https://codereview.chromium.org/2366213004 Cr-Commit-Position: refs/heads/master@{#423058}
-
prashant.n authored
Currently it sounds like Wait() will return only iff the CV is signaled. But as wait functions are susceptible to spurious wakeups, it may make them singalled before actual signal gets triggered. BUG=None Review-Url: https://codereview.chromium.org/2391893003 Cr-Commit-Position: refs/heads/master@{#423057}
-
haraken authored
Now that ActiveDOMObject::stop() is called almost at the same timing as ContextLifecycleObserver::contextDestroyed(). This CL replaces stop() with contextDestroyed() and removes stop(). BUG=610176 Review-Url: https://codereview.chromium.org/2366253002 Cr-Commit-Position: refs/heads/master@{#423056}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/4d29e78fc802..98c6c15abfec $ git log 4d29e78fc..98c6c15ab --date=short --no-merges --format='%ad %ae %s' 2016-10-04 tsepez Fix ownership when making a private annot dictionary into a shared one. TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2389413002 Cr-Commit-Position: refs/heads/master@{#423055}
-
kbr authored
(piman's https://codereview.chromium.org/2372953002/ , conflicts resolved) GL_DEPTH_STENCIL_ATTACHMENT is not a real attachment in ES3, but instead is translated to separate DEPTH and STENCIL attachment. However, WebGL1 has a concept of a separate DEPTH_STENCIL attachment that is mutually exclusive with DEPTH and STENCIL attachments. This CL moves the logic that tracks the separate DEPTH_STENCIL attachment to the WebGL side, so that the ES3 implementation can consistently track which attachment is active, in accordance to ES3 rules. BUG=630568 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 TBR=zmo@chromium.org Review-Url: https://codereview.chromium.org/2389363002 Cr-Commit-Position: refs/heads/master@{#423054}
-
horo authored
BUG=652943 TBR=michaelbai@chromium.org Review-Url: https://codereview.chromium.org/2398513002 Cr-Commit-Position: refs/heads/master@{#423053}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/6b08cd23a TBR=bokan@chromium.org Review URL: https://codereview.chromium.org/2388163006 . Cr-Commit-Position: refs/heads/master@{#423052}
-
hidehiko authored
This CL switches the interface between ArcBridgeBootstrap and ArcBridgeServiceImpl from Delegate to Observer. Also, ArcBridgeHost will be instantiated in ArcBridgeBootstrap and kept in it. BUG=633258 TEST=Trybots. Review-Url: https://codereview.chromium.org/2379223004 Cr-Commit-Position: refs/heads/master@{#423051}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2395543002 Cr-Commit-Position: refs/heads/master@{#423050}
-
kozyatinskiy authored
BUG=593937 R=lushnikov@chromium.org Review-Url: https://codereview.chromium.org/2388903004 Cr-Commit-Position: refs/heads/master@{#423049}
-
dcheng authored
Noticed this while reading some random code. Nothing appears to actually depend on this early return, so just remove it. BUG=none Review-Url: https://codereview.chromium.org/2390353002 Cr-Commit-Position: refs/heads/master@{#423048}
-
skau authored
Chrome OS uses ENABLE_BASIC_PRINTING but has no system dialog. Disable the shortcut as invoking printing in this state causes a crash. BUG=652220 TEST=Verify printing still works. Ctrl+Shift+P is a nop. Review-Url: https://codereview.chromium.org/2376193006 Cr-Commit-Position: refs/heads/master@{#423047}
-
mcasas authored
This CL introduces type mapping (via StructTraits) between video_capture::mojom::VideoCaptureFormatDataView and media::VideoCaptureFormat and adapts the code in services/video_capture accordingly. This is needed to progress in the migration of Video Capture messages between renderer and browser being tracked in the mentioned bug. BUG=651897, 642387 TEST= video_capture_unittests working. Review-Url: https://codereview.chromium.org/2379253003 Cr-Commit-Position: refs/heads/master@{#423046}
-
sievers authored
This tears down the GLHelperHolder in RenderWidgetHostViewAndroid when all activities get stopped. But it only does this if there are no more readback requests in flight. BUG=641962,636630 Review-Url: https://codereview.chromium.org/2383613005 Cr-Commit-Position: refs/heads/master@{#423045}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/121563eb4a02..85a45d93ed6f $ git log 121563eb4..85a45d93e --date=short --no-merges --format='%ad %ae %s' 2016-10-04 mtklein more debugging for this test. 2016-10-04 ccameron Mac: Remove use of deprecated font APIs CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=stephana@google.com Review-Url: https://codereview.chromium.org/2389373002 Cr-Commit-Position: refs/heads/master@{#423044}
-
imcheng authored
Revert of Reformat comments in core/layout up until LayoutBox (patchset #5 id:80001 of https://codereview.chromium.org/2391893004/ ) Reason for revert: May have broken webkit_tests: https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Mac10.10/builds/24637 https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Linux%20Precise%20Leak/builds/472 https://uberchromegw.corp.google.com/i/chromium.webkit/builders/WebKit%20Win10/builds/15569 Original issue's description: > Reformat comments in core/layout up until LayoutBox > > BUG=563793 > R=ikilpatrick@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/f88ea2d39f753432656ab06970e7792f012b9104 TBR=ikilpatrick@chromium.org,eae@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=563793 Review-Url: https://codereview.chromium.org/2395683002 Cr-Commit-Position: refs/heads/master@{#423043}
-
tedchoc authored
BUG=640549 Review-Url: https://codereview.chromium.org/2391193002 Cr-Commit-Position: refs/heads/master@{#423042}
-
imcheng authored
Revert of Refactor ScrollableArea::setScrollPosition. (patchset #6 id:100001 of https://codereview.chromium.org/2383113003/ ) Reason for revert: Blocks revert of another patch: https://codereview.chromium.org/2395683002/ Original issue's description: > Refactor ScrollableArea::setScrollPosition. > > - Eliminate some redundant PaintLayerScrollableArea methods and > indirection. > > - ScrollableArea::setScrollPosition now always clamps its argument. > Code inspection revealed that nearly all callers were clamping > the position argument anyway. > > - ScrollableArea::setScrollPosition returns immediately if the scroll > position did not change. This avoids a bunch of unnecessary > work. > > - For the rare instances where the scroll position should not be > clamped, or the scroll position update code should run even if the > scroll position didn't change, add the method > setScrollPositionUnconditionally. > > - When modifying the scroll position due to a change in effective > zoom, preserve the offset from beginning of flow, rather than the > distance from top-left of overflow area. > > BUG=417782 > R=skobes@chromium.org,bokan@chromium.org > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > Committed: https://crrev.com/cddc823c56d453758003a831fd5a2475e94c0387 > Cr-Commit-Position: refs/heads/master@{#423033} TBR=bokan@chromium.org,skobes@chromium.org,pdr@chromium.org,szager@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=417782 Review-Url: https://codereview.chromium.org/2387393003 Cr-Commit-Position: refs/heads/master@{#423041}
-
rockot authored
This makes crash dumping optional for RPH::ShutdownForBadMessage, and changes the thread-safe bad_message::ReceivedBadMessage to generate its own crash dump immediately, before potentially posting a UI thread task. All other call sites have been updated to opt into crash dumping, preserving previous behavior. This ensures that bad message reports from the IO thread have a useful crash stack. BUG=652755 R=jam@chromium.org Review-Url: https://codereview.chromium.org/2387113004 Cr-Commit-Position: refs/heads/master@{#423040}
-
allada authored
This patch is to increase perceived performance of network panel by using requestAnimationFrame instead of setTimeout for scheduled refreshes. R=lushnikov BUG=None Review-Url: https://codereview.chromium.org/2392123002 Cr-Commit-Position: refs/heads/master@{#423039}
-
sashab authored
Changed EListStylePosition to an enum class and gave it an unsigned underlying type so it can be stored in a bitfield in the future. Also renamed its members to match its keywords from CSSValueKeywords.in. This is pre-work to move EListStylePosition to be generated in ComputedStyleBase. BUG=628043 Review-Url: https://codereview.chromium.org/2380233002 Cr-Commit-Position: refs/heads/master@{#423038}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/d561772ce644..f68d5268f877 $ git log d561772ce..f68d5268f --date=short --no-merges --format='%ad %ae %s' 2016-10-04 benjhayden Add a test_data trace containing LayoutTrees. 2016-10-04 aiolos Remove dev build platforms that aren't used in Catapult tests. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2396703002 Cr-Commit-Position: refs/heads/master@{#423037}
-
xiaochengh authored
This patch prunes createVisibleSelectionDeprecated from DragController by either having an explicit layout update before each call site, or confirming that the layout is already clean. Note: Layout is clean at the call site in |dispatchTextInputEventFor()| because it's called directly after a hit test, which is performed in |elementUnderMouse()|. BUG=651373 Review-Url: https://codereview.chromium.org/2386083002 Cr-Commit-Position: refs/heads/master@{#423036}
-
zmo authored
Also adding some missing validation for MapBufferRange. BUG=429053,651843 TEST=gpu_unittests R=piman@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 Review-Url: https://codereview.chromium.org/2221173002 Cr-Commit-Position: refs/heads/master@{#423035}
-
pwnall authored
We don't plan to fix the bug, because the FileSystem API is in maintenance mode. We document the bug as a heads-up to anyone (most likely us in the future) who might want to reuse the code. BUG=171284 Review-Url: https://codereview.chromium.org/2390323003 Cr-Commit-Position: refs/heads/master@{#423034}
-
szager authored
- Eliminate some redundant PaintLayerScrollableArea methods and indirection. - ScrollableArea::setScrollPosition now always clamps its argument. Code inspection revealed that nearly all callers were clamping the position argument anyway. - ScrollableArea::setScrollPosition returns immediately if the scroll position did not change. This avoids a bunch of unnecessary work. - For the rare instances where the scroll position should not be clamped, or the scroll position update code should run even if the scroll position didn't change, add the method setScrollPositionUnconditionally. - When modifying the scroll position due to a change in effective zoom, preserve the offset from beginning of flow, rather than the distance from top-left of overflow area. BUG=417782 R=skobes@chromium.org,bokan@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2383113003 Cr-Commit-Position: refs/heads/master@{#423033}
-
geofflang authored
BUG=angleproject:1354 Review-Url: https://codereview.chromium.org/2385323003 Cr-Commit-Position: refs/heads/master@{#423032}
-
pkasting authored
This also makes some minor modifications (rewrite for clarity, etc.). BUG=563793 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2385123003 Cr-Commit-Position: refs/heads/master@{#423031}
-
bokan authored
In https://codereview.chromium.org/1894333002/ I made the OnRequestMoveAck method reset the view_screen_rect_ variable to the pending rect. This was a mistake because the move request is on the *window* rect, not the view rect. Additionally, it's unnecessary since it's the browser's job to send an UpdateScreenRects message to the renderer with the new view and window bounds. This only happens for non-popup windows so popups will now store the view/window rects immediately. This patch removes the reset in the Ack method. In addition, the windowRect method confusingly returns the view_screen_rect or pending_window_rect if there's a pending move. I've changed this to return the window_screen_rect_ and added a viewRect method for callers that actually expect the view. I also did some cleanup and replaced the redundant RootWindowRect with windowRect. BUG=638671 Review-Url: https://codereview.chromium.org/2333353002 Cr-Commit-Position: refs/heads/master@{#423030}
-
davidben authored
Use the same test files as other client cert tests. While I'm here, use the new BoringSSL scopers. This is done in preparation for to make our ECDSA client certs logic for TLS 1.3. (Having certificates with the keys will be convenient) Also check in client_root_ca.pem so the inputs are all available. BUG=630150 Review-Url: https://codereview.chromium.org/2390493002 Cr-Commit-Position: refs/heads/master@{#423029}
-
alemate authored
BUG=652908 TEST=none Review-Url: https://codereview.chromium.org/2394663004 Cr-Commit-Position: refs/heads/master@{#423028}
-
derat authored
Chrome context menu items use "Sentence case" on Chrome OS. Fix the Files app's "Get Info" string. Also add a few missing descriptions for other strings. BUG=none Review-Url: https://codereview.chromium.org/2389353002 Cr-Commit-Position: refs/heads/master@{#423027}
-
thakis authored
BUG=563793 TBR=haraken Review-Url: https://codereview.chromium.org/2392443007 Cr-Commit-Position: refs/heads/master@{#423026}
-
jianli authored
BUG=647872 TEST=new test added Review-Url: https://codereview.chromium.org/2353813002 Cr-Commit-Position: refs/heads/master@{#423025}
-
lambroslambrou authored
This causes the Feedback screenshot to be captured after the drawer is closed. BUG=651527 Review-Url: https://codereview.chromium.org/2389153003 Cr-Commit-Position: refs/heads/master@{#423024}
-
thestig authored
Revert of Fix task manager's default sizing. (patchset #6 id:100001 of https://codereview.chromium.org/2344703002/ ) Reason for revert: On Linux, the task manager window self expands and gets wider and wiser. Original issue's description: > Fix task manager's default sizing. > > Set default width based on contents rather than hardcoding a value (which happened to be too small once we adjusted outer padding for the dialog). > > BUG=614317 > > Committed: https://crrev.com/6678470d3169979d811eec56e7cdea668ab751c1 > Cr-Commit-Position: refs/heads/master@{#422893} TBR=sky@chromium.org,estade@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=614317 Review-Url: https://codereview.chromium.org/2389803006 Cr-Commit-Position: refs/heads/master@{#423023}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/511f2d79bf6e..121563eb4a02 $ git log 511f2d79b..121563eb4 --date=short --no-merges --format='%ad %ae %s' 2016-10-04 mtklein Fold extra_*_flags into GN as a config. 2016-10-04 mtklein Revert "Debug Mac test failure." 2016-10-04 reed Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" 2016-10-04 benjaminwagner Remove SK_SUPPORT_LEGACY_TEXTBLOB_BUILDER from public.bzl 2016-10-04 csmartdalton Use uint64_t for PlatformFence 2016-10-04 borenet Make the housekeeper upload doxygen to a newer bucket CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=stephana@google.com Review-Url: https://codereview.chromium.org/2390783004 Cr-Commit-Position: refs/heads/master@{#423022}
-
jamescook authored
* Initialize ui::NetworkConnect during mash startup * Provide a stub NetworkConnect::Delegate implementation It still won't actually switch networks on the device (there are issues talking to shill in lower-level code) but it's a step in the right direction. BUG=644355 TEST=manual, click on network in system tray, no crash Review-Url: https://codereview.chromium.org/2394503003 Cr-Commit-Position: refs/heads/master@{#423021}
-
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/a1ec1d60129d55b93340a46b2bb389b86ea2fb95 Add gen/ui to generated bindings paths (rockot@chromium.org) https://crrev.com/6b5d14dc03df1b90ff9794d0887a491b2c7bad6c [android] Support not passing --adb-path. (jbudorick@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=652250,652761 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2396713002 Cr-Commit-Position: refs/heads/master@{#423020}
-