- 04 Jun, 2016 7 commits
-
-
fsamuel authored
We'd like to be able to fully serialize CompositorFrames over mojo. CompositorFrameMetadata has a cc::ViewportSelection(Bound), which closely resembles gfx::SelectionBound. This CL works towards unifying these structs to reduce code duplication. BUG=611802 TBR=piman@ for content changes. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2030033003 Cr-Commit-Position: refs/heads/master@{#397855}
-
sky authored
The combined wm/shell now needs ash/resources too. BUG=616265 TEST=none R=ben@chromium.org Review-Url: https://codereview.chromium.org/2039633002 Cr-Commit-Position: refs/heads/master@{#397854}
-
pkotwicz authored
BUG=609122 Review-Url: https://codereview.chromium.org/2010633004 Cr-Commit-Position: refs/heads/master@{#397853}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/adf5afa628ad..69df0206252c $ git log adf5afa62..69df02062 --date=short --no-merges --format='%ad %ae %s' 2016-06-03 bungeman Remove some uses of SK_SUPPORT_LEGACY_TYPEFACE_PTR. 2016-06-03 bungeman Unref GrXPFactory. 2016-06-03 cblume SkMipMap::ComputeLevelSize to return SkISize 2016-06-03 csmartdalton Don't use complex blend mode for shapes gm 2016-06-03 cblume Plumbing mipmaps to the point of creation. 2016-06-03 robertphillips Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack BUG=578304,578304 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=herb@google.com Review-Url: https://codereview.chromium.org/2032133004 Cr-Commit-Position: refs/heads/master@{#397852}
-
szager authored
R=eae@chromium.org,atotic@chromium.org BUG= Review-Url: https://codereview.chromium.org/2010683002 Cr-Commit-Position: refs/heads/master@{#397851}
-
reillyg authored
This test initializes the USB service and calls GetDevices() to exercise the native USB device enumeration path on all platforms. Since we cannot guarantee that a particular piece of hardware is connected the result of this call is not checked. Tested enabled by --enable-gadget-tests provide deeper converage when matching hardware is available. BUG=None Review-Url: https://codereview.chromium.org/2032303003 Cr-Commit-Position: refs/heads/master@{#397850}
-
reillyg authored
This method (and support for alternate interface settings in general) was only added in API level 21. We must assume that only the default alternate interface will be reported in older API levels. BUG=617032 Review-Url: https://codereview.chromium.org/2041553002 Cr-Commit-Position: refs/heads/master@{#397849}
-
- 03 Jun, 2016 33 commits
-
-
mfomitchev authored
Also updating comments/error output: BrowserLauncherItemController -> BrowserShortcutLauncherItemController. BUG=NONE Review-Url: https://codereview.chromium.org/2039543002 Cr-Commit-Position: refs/heads/master@{#397848}
-
ccameron authored
Style guide requires explicit constructors. Prior to this patch, a T* can be passed into a function that requires a scoped_nsobject<T>, and the object will be released but not retained. Also make the copy constructor that takes a different typename more generic, allowing for different types (e.g, subclasses) in addition to different traits. Clean up all instances where we relied on this behavior. BUG= Review-Url: https://codereview.chromium.org/2028823003 Cr-Commit-Position: refs/heads/master@{#397847}
-
krasin authored
A reference to capturing_net_log_ was passed into the base class constructor and used before it was fully initialized. For the derived class the initialization of the members happens stronly after the base constructors completed. This fixes a bug found by UBSan Vptr. BUG=617206 Review-Url: https://codereview.chromium.org/2042493002 Cr-Commit-Position: refs/heads/master@{#397846}
-
bokan authored
The `window` object is a more natural place for the visualViewport API. The original concern was causing breaking changes since this would clash with any variable in the global scrope called `visualViewport` but a search through httpArchive found that this is unlikely to be an issue. BUG=595826 Review-Url: https://codereview.chromium.org/2025393003 Cr-Commit-Position: refs/heads/master@{#397845}
-
Lucas Garron authored
BUG=598021 R=agl@chromium.org, estark@chromium.org, lgarron@chromium.org Review URL: https://codereview.chromium.org/2034843003 . Cr-Commit-Position: refs/heads/master@{#397844}
-
estade authored
Most uses of "hover" become "highlight", but SetHovered still refers to the logical state of mouse hover so that remains unaltered. BUG=none Review-Url: https://codereview.chromium.org/2034963002 Cr-Commit-Position: refs/heads/master@{#397843}
-
finnur authored
BUG=614277, 543635 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2031833003 Cr-Commit-Position: refs/heads/master@{#397842}
-
boliu authored
Remove kSyncInputForSyncCompositor switch and all code behind it. M51 shipped without it and looks fine, so remove all the code. BUG=545628 Review-Url: https://codereview.chromium.org/1974133002 Cr-Commit-Position: refs/heads/master@{#397841}
-
pkotwicz authored
BUG=458193 Review-Url: https://codereview.chromium.org/2033883002 Cr-Commit-Position: refs/heads/master@{#397840}
-
kylechar authored
Move GL one-off initialization from //ui/gl to //ui/gl/init. Create a new class GLInitializer to contain the platform specific initialization methods and add platform specific implementation in a conditionally included file per platform. Remove the existing one-off initialization code in GLSurface and from platform specific GLSurface files. This change is part of step two from the associated bug. BUG=611142 Review-Url: https://codereview.chromium.org/2024953002 Cr-Commit-Position: refs/heads/master@{#397839}
-
aizatsky authored
(Counterpart to https://codereview.chromium.org/1995823002) BUG=539572 Review-Url: https://codereview.chromium.org/1995833002 Cr-Commit-Position: refs/heads/master@{#397838}
-
sky authored
This way a clean built of mash:all and chrome results in opening chrome. BUG=none TEST=none R=ben@chromium.org Review-Url: https://codereview.chromium.org/2034263002 Cr-Commit-Position: refs/heads/master@{#397837}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/28307938a BUG=465096 TBR=robhogan@gmail.com Review URL: https://codereview.chromium.org/2037933004 . Cr-Commit-Position: refs/heads/master@{#397836}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/91e2b1e30 BUG=333011 TBR=kulshin@chromium.org Review URL: https://codereview.chromium.org/2036203006 . Cr-Commit-Position: refs/heads/master@{#397835}
-
sque authored
This is optional for running leak detector on browser process, but later it will be necessary to run on renderer process. By initializing the pthread TLS system early, we avoid initializing it from within an alloc hook function, in which case it would go into a recursive call loop. BUG=chromium:615223 Review-Url: https://codereview.chromium.org/2023133003 Cr-Commit-Position: refs/heads/master@{#397834}
-
yoshiki authored
To match it with the API. Android and mojo API use 32bit int for this property. BUG=none Review-Url: https://codereview.chromium.org/2031973003 Cr-Commit-Position: refs/heads/master@{#397833}
-
creis authored
This switches HistoryController and HistoryEntry to look at the last committed WebHistoryItem for a frame rather than assuming that the whole HistoryEntry accurately reflects the state of the page. The previous logic led to NC_IN_PAGE_NAVIGATION renderer kills when going back cross-site in ways that looked in-page to the HistoryEntry. This CL does not yet fix the kills that happen in FrameNavigationEntry modes, which are covered by the BackTwiceToIframeWithContent test. Those will be fixed in a follow-up CL. BUG=612713 TEST=Fewer NC_IN_PAGE_NAVIGATION kills. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2023013002 Cr-Commit-Position: refs/heads/master@{#397832}
-
jasonroberts authored
BUG=internal b/26496758 Review-Url: https://codereview.chromium.org/2032813002 Cr-Commit-Position: refs/heads/master@{#397831}
-
rsesek authored
BUG=615486 R=xhwang@chromium.org Review-Url: https://codereview.chromium.org/2033923002 Cr-Commit-Position: refs/heads/master@{#397830}
-
krasin authored
ResumableTCPSocket sets a read_callback_ that points to TCPSocketEventDispatcher::ReadCallback. This callback gets called from ~TCPSocket, when ~ResumableTCPSocket already completed, and it calls ResumableTCPSocket methods (which are already illegal to call). The fix just calls Disconnect from ~ResumableTCPSocket which clears the callback and all the state that relies on ResumableTCPSocket members. This fixes a bug found with UBSan Vptr. BUG=617199 Review-Url: https://codereview.chromium.org/2034233002 Cr-Commit-Position: refs/heads/master@{#397829}
-
bajones authored
BUG=612342 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2029703002 Cr-Commit-Position: refs/heads/master@{#397828}
-
halliwell authored
The recent refactoring from KeySystemsInfo meant we lost the option to control whether persistent license support is enabled (see linked bug). Add the option back into the new system. BUG=internal b/28844432 Review-Url: https://codereview.chromium.org/2032923002 Cr-Commit-Position: refs/heads/master@{#397827}
-
michaeldo authored
BUG=none Review-Url: https://codereview.chromium.org/2025153002 Cr-Commit-Position: refs/heads/master@{#397826}
-
dmazzoni authored
I'd like to make more of the focus ring layers animate, so it will be simpler if the layers are animation observers and keep track of their own compositor, rather than storing them all in AccessibilityFocusRingController. I'm assuming it's not too expensive to have OnAnimationStep() called for a layer that doesn't need to animate all the time. If that's not true, this refactoring would make it easier to add StartAnimating and StopAnimating methods to FocusRingLayer for better efficiency. BUG=314889 Review-Url: https://codereview.chromium.org/2038093003 Cr-Commit-Position: refs/heads/master@{#397825}
-
paulmeyer authored
This was just a matter of plumbing the text to the right place. BUG=609932 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2041493002 Cr-Commit-Position: refs/heads/master@{#397824}
-
Nico Weber authored
BUG=617318 R=hans@chromium.org Review URL: https://codereview.chromium.org/2040533003 . Cr-Commit-Position: refs/heads/master@{#397823}
-
kylixrd authored
BUG=617056 Review-Url: https://codereview.chromium.org/2034893003 Cr-Commit-Position: refs/heads/master@{#397822}
-
alexmos authored
BUG=617288 NOTRY=true Review-Url: https://codereview.chromium.org/2037773004 Cr-Commit-Position: refs/heads/master@{#397821}
-
sky authored
WmGlobals->WmShell A bunch of classes that were in wm have moved to ash/common. Nuked the wm:: workspace. I initially wanted to keep this small, but it's easier to move move of the classes together as less namespace collisions then. BUG=616265 TEST=none R=jamescook@chromium.org TBR=reveman@chromium.org Review-Url: https://codereview.chromium.org/2035543004 Cr-Commit-Position: refs/heads/master@{#397820}
-
finnur authored
Automatic downloads Background sync Key generation Plugins Unsandboxed plugin access Also changed it so that, in JS land, the Category variable is a string, because the enum value of the ContentSettingsTypes is variable depending on platform, so we don't want to be hardcoding those in JS. This is similar to the Allow/Block values (the PermissionValues enum), which used to be ints, but are now converted int <-> string on the JS/C++ boundary. TBR=sky BUG=614277, 543635 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2021343003 Cr-Commit-Position: refs/heads/master@{#397819}
-
nparker authored
R=jialiul@chromium.org Review-Url: https://codereview.chromium.org/2036133003 Cr-Commit-Position: refs/heads/master@{#397818}
-
thakis authored
BUG=431177 Review-Url: https://codereview.chromium.org/2033893006 Cr-Commit-Position: refs/heads/master@{#397817}
-
wychen authored
Overriding ShouldAddContentSecurityPolicy() to disable CSP is considered a bug. Enabling CSP while overriding GetContentSecurityPolicyScriptSrc() to have relaxed rule is better. BUG=81636 Review-Url: https://codereview.chromium.org/2003963004 Cr-Commit-Position: refs/heads/master@{#397816}
-