- 21 Jul, 2016 40 commits
-
-
yoichio authored
BUG=630076 TBR=bmcquade@chromium.org Review-Url: https://codereview.chromium.org/2166203002 Cr-Commit-Position: refs/heads/master@{#406783}
-
tibell authored
Review-Url: https://codereview.chromium.org/2072613003 Cr-Commit-Position: refs/heads/master@{#406782}
-
anthonyhkf authored
Spec: https://drafts.css-houdini.org/css-typed-om/#csstokenstreamvalue In this CL, it only supports string value (instead of <string or CSSVariableReferenceValue>) BUG=545318 Review-Url: https://codereview.chromium.org/2122193003 Cr-Commit-Position: refs/heads/master@{#406781}
-
tibell authored
Review-Url: https://codereview.chromium.org/2144533002 Cr-Commit-Position: refs/heads/master@{#406780}
-
stefanocs authored
If |user_gesture| is true, PermissionReport::AFTER_GESTURE will be added in request trigger field to the permission report. Adding the value of user_gesture from permission layer will be done in another cl. BUG=613883 Review-Url: https://codereview.chromium.org/2153763002 Cr-Commit-Position: refs/heads/master@{#406779}
-
bugsnash authored
Should have happened in https://codereview.chromium.org/2164493002 Review-Url: https://codereview.chromium.org/2167063002 Cr-Commit-Position: refs/heads/master@{#406778}
-
ben authored
mojo_native_application -> service_package mojo_application_manifest -> service_manifest .mojo extension -> .library Review-Url: https://codereview.chromium.org/2164503006 Cr-Commit-Position: refs/heads/master@{#406777}
-
mcasas authored
This CL nukes the usage of mojo::String and mojo::Array<> after [1], so where it was mojo::String it now reads std::string or WTF::String and also mojo::Array<> is replaced with std::vector or WTF::Vector, as appropriate. [1] https://groups.google.com/a/chromium.org/forum/?utm_medium=email&utm_source=footer#!msg/chromium-mojo/2SHvKyahLGg/sU61P0IIBgAJ BUG=624136, 518807 TBR=xhwang@chromium.org for the trivial change in media/mojo/interfaces/BUILD.gn Review-Url: https://codereview.chromium.org/2166713002 Cr-Commit-Position: refs/heads/master@{#406776}
-
robhogan authored
When constraining a height on a cell according to box sizing we need to exclude the intrinsic padding on table cells (calculated to line up the content of the cells with the baseline of its neighbours) but include any collapsed borders the cells have picked up from the row/table. BUG=627305 Review-Url: https://codereview.chromium.org/2148513002 Cr-Commit-Position: refs/heads/master@{#406775}
-
kouhei authored
BUG=611329 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:mac_retina_perf_cq Review-Url: https://codereview.chromium.org/2167613002 Cr-Commit-Position: refs/heads/master@{#406774}
-
krasin authored
'CFI Linux Full' buildbot is similar to 'CFI Linux', but also enables bad cast checks, which while are not scheduled to be released to the official Chrome in the nearest future, provide an important feedback on the bad casts in Chrome. We also want to track any regressions, so when we're ready to launch them, no additional cleanup is required. Also, enabling cfi_cast checks on a number of bots. BUG=626794 Review-Url: https://codereview.chromium.org/2164033003 Cr-Commit-Position: refs/heads/master@{#406773}
-
tsergeant authored
crrev.com/406488 added extra styling for <a> tags in the side bar. This also changed the appearance of the history.google.com link in the sidebar footer. This CL changes the selectors so that these styles only apply to the top-level links, as intended. BUG=609502 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2166733002 Cr-Commit-Position: refs/heads/master@{#406772}
-
yunchao.he authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/c281bfe..6e08f37 BUG= TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2170603003 Cr-Commit-Position: refs/heads/master@{#406771}
-
kouhei authored
Before this CL, we assumed that <script> start-tag was seen when we encounter <script> end-tag token when the parser insertion mode is in 'text' mode. However, the <script> end-tag may also appear w/o script tag in "the stack of open elements", like in attached test. BUG=411226 Review-Url: https://codereview.chromium.org/2151783002 Cr-Commit-Position: refs/heads/master@{#406770}
-
stefanocs authored
PAGE_ACTION also added as a new possible SourceUI value to both proto file enum and code enum. BUG=613883 Review-Url: https://codereview.chromium.org/2075523002 Cr-Commit-Position: refs/heads/master@{#406769}
-
raymes authored
We used to have a complicated dependency between the notifications and push messaging permissions and content settings. The push messaging content setting will no longer be used (the setting will be deleted in a follow up CL). Since the permissions are essentially the same now, we reuse the same PermissionContext class for both, with some very slight behavioral differences for push messaging. Behaviorally, this change will mean that if a user happened to have CONTENT_SETTINGS_TYPE_PUSH_MESSAGING set to block for a particular origin, they will fall back to their CONTENT_SETTINGS_TYPE_NOTIFICATIONS setting for that origin. Note that it's very unlikely that any users do have CONTENT_SETTINGS_TYPE_PUSH_MESSAGING set, as it seems like this setting was never actually exposed to users on stable. More details can be found here: https://docs.google.com/document/d/1-Vny4paBx6gFZuCeLX2Gq9ztkF-JhNYM_uqvrQDj-6M/edit#heading=h.h99sppup43dn BUG=628058 Committed: https://crrev.com/4f82b403f397fbad2e44fe287c05956fcb7cf282 Review-Url: https://codereview.chromium.org/2149883002 Cr-Original-Commit-Position: refs/heads/master@{#406225} Cr-Commit-Position: refs/heads/master@{#406768}
-
pfeldman authored
Review-Url: https://codereview.chromium.org/2157363006 Cr-Commit-Position: refs/heads/master@{#406767}
-
stefanocs authored
PermissionUmaUtil::PermissionIgnored is previously called with nullptr passed for the profile parameter. BUG=613883 Review-Url: https://codereview.chromium.org/2069343002 Cr-Commit-Position: refs/heads/master@{#406766}
-
kylechar authored
This CL removes the last code in //ui/gl that depends on //ui/ozone. It then inverts the dependency so that //ui/ozone depends on //ui/gl and each OzonePlatform can override GL specific classes. GLImageOzoneNativePixmap is moved into a new target //ui/ozone/gl. This is only possible now that the dependency problem has been fixed. There is an issue with tests for GLImageOzoneNativePixmap. They are still located in //ui/gl:gl_unittests as they depend on //ui/gl:test_support. Moving the tests into //ui/ozone:ozone_unittests has additional dependency problems. A new ozone_gl_unittests target could be added in the future to avoid this but the remaining tests are currently disabled anyways. This is the finally CL in step 2 of the associated bug. BUG=611142 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/2102443003 Cr-Commit-Position: refs/heads/master@{#406765}
-
ekaramad authored
Currently, the call to RenderWidgetHostViewAura::ChangeTextDirectionAndLayoutAlignment is only routed to the tab's RenderWidge; which happens regardless of the currently active widget. This CL will modify the code so that this IME call is always routed to the active widget obtained from TextInputManager. The CL also adds a unit test. BUG=578168,602723 Review-Url: https://codereview.chromium.org/2161043002 Cr-Commit-Position: refs/heads/master@{#406764}
-
varkha authored
BUG=607028 Review-Url: https://codereview.chromium.org/2164783002 Cr-Commit-Position: refs/heads/master@{#406763}
-
dbeam authored
R=dschuyler@chromium.org BUG=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2165893005 Cr-Commit-Position: refs/heads/master@{#406762}
-
piman authored
1- This makes sure we can send the GpuHostMsg_Initialized message ASAP, since it's in the critical path 2- This makes sure we don't start handling mojo requests if the GPU process is about to exit (dead_on_arrival_ case) 3- This ensures that by construction GpuProcessControlImpl and GpuArcVideoService won't access GpuChildThread before it's initialized 4- This ensures log messages caused by those are not lost BUG=None Review-Url: https://codereview.chromium.org/2158423004 Cr-Commit-Position: refs/heads/master@{#406761}
-
lushnikov authored
Both computed section and platform fonts should not be shrinkable. BUG=none TBR=pfeldman Review-Url: https://codereview.chromium.org/2171653002 Cr-Commit-Position: refs/heads/master@{#406760}
-
joedow authored
The following change moved the location of our IPC test channels to the home directory which is why we were seeing left-over crud there when the tests were cancelled: Change 4e752e10 https://codereview.chromium.org/2003753002 My change moves the location from the home directory, which can cause problems for local development to the temp directory which should work for both local devs and trybots. I've also included other posix based OSes in this change since their IPC channels use UDS as well (Windows should not be changed since it still uses named pipes). BUG=621995 Review-Url: https://codereview.chromium.org/2161013003 Cr-Commit-Position: refs/heads/master@{#406759}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/3fb87201a104..0c902473d64e $ git log 3fb87201a..0c902473d --date=short --no-merges --format='%ad %ae %s' 2016-07-20 mtklein Correct sRGB <-> linear everywhere. 2016-07-20 msarett Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ ) 2016-07-20 reed Have MakeFromImage fission the SkImage into a raster or a texture (patchset #1 id:1 of https://codereview.chromium.org/2167813002/ )" CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=jcgregorio@google.com Review-Url: https://codereview.chromium.org/2167983002 Cr-Commit-Position: refs/heads/master@{#406758}
-
dbeam authored
They should be the same color as other links and have no underline on :hover. R=hcarmona@chromium.org BUG=630067 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2165183002 Cr-Commit-Position: refs/heads/master@{#406757}
-
leilei authored
+ Implement a more stable way to check if the dialog is fully loaded before choose the sink, instead of hardcoding the waiting time. + Also increase the timeout for stopping session. Review-Url: https://codereview.chromium.org/2166433003 Cr-Commit-Position: refs/heads/master@{#406756}
-
dbeam authored
tl;dr - the style loading order matters, action_link.css must come before <style include="settings-shared">. R=hcarmona@chromium.org BUG=630067 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2167043002 Cr-Commit-Position: refs/heads/master@{#406755}
-
sanjoy.pal authored
Specification: https://www.w3.org/TR/payment-request/#updatewith BUG=629461 Review-Url: https://codereview.chromium.org/2163193002 Cr-Commit-Position: refs/heads/master@{#406754}
-
fsamuel authored
This is plumbed around but doesn't seem to be used in practice except for a couple of EXPECTs in a unit test. This CL deletes it. BUG=none TBR=reveman@chromium.org for trivial exo change. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2167713002 Cr-Commit-Position: refs/heads/master@{#406753}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#406752}
-
jrummell authored
This changes the way that descriptions are displayed when an item is selected. Previously both the label and the description were wrapped individually. With this change the two <span> elements are combined and will now wrap as one message. BUG=418195 TEST=tested "Clear Browsing Data" dialogs manually CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2158403003 Cr-Commit-Position: refs/heads/master@{#406751}
-
wez authored
Both Mojom interfaces and Mojo type-converters need security review. Review-Url: https://codereview.chromium.org/2154303003 Cr-Commit-Position: refs/heads/master@{#406750}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/cda131c42ac8..6e428a2e9411 $ git log cda131c42..6e428a2e9 --date=short --no-merges --format='%ad %ae %s' BUG=630017,628836 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2168813002 Cr-Commit-Position: refs/heads/master@{#406749}
-
sky authored
I ended up moving the aura parts directly into accelerator_controller_delegate_aura as it didn't seem worth an extra file as the code is always compiled (and isn't that much). BUG=626869 TEST=none R=jamescook@chromium.org Review-Url: https://codereview.chromium.org/2168733002 Cr-Commit-Position: refs/heads/master@{#406748}
-
agrieve authored
Swiping away the Chrome activity does not cause the process to be killed if a Chrome Custom Tab is open somewhere. In this case, when Chrome is started again, the CipherData static still has the old Activity's incognito key stored in it and the tabs are unexpectedly restored. This changes the start-up behaviour to explicitly ignore incognito tab state files when no bundle is passed to the activity's onCreate. BUG=626629 Review-Url: https://codereview.chromium.org/2166943002 Cr-Commit-Position: refs/heads/master@{#406747}
-
sky authored
BUG=626869 TEST=none R=jamescook@chromium.org,reveman@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2163253003 Cr-Commit-Position: refs/heads/master@{#406746}
-
https://codereview.chromium.org/2163573002/piman authored
Reason for revert: Looks like this broke gyp: https://build.chromium.org/p/chromium.win/builders/Win8%20GYP%20%28dbg%29/builds/892 https://build.chromium.org/p/chromium.mac/builders/Mac%20GYP%20%28dbg%29/builds/1249 The issue seems non-trivial to fix (may need an angle roll), so reverting. Original issue's description: > Roll gtest. > > The change in directory structure requires the checkout to be moved to > a different directory, and some dummy header files that re-direct to the > new location. > > TBR=juliatuttle@chromium.org > > Committed: https://crrev.com/4266a7d49d60d3af744bfb513cbdeb716b0b6782 > Cr-Commit-Position: refs/heads/master@{#406741} TBR=phajdan.jr@chromium.org,agrieve@chromium.org,juliatuttle@chromium.org,amistry@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/2171663002 Cr-Commit-Position: refs/heads/master@{#406745}
-
leon.han authored
BUG=624136 Review-Url: https://codereview.chromium.org/2161423002 Cr-Commit-Position: refs/heads/master@{#406744}
-