- 25 Jul, 2016 40 commits
-
-
robpercival authored
This is required for querying those logs over DNS (more specifically, Google mirrors of those logs). BUG=612439 Review-Url: https://codereview.chromium.org/2108833005 Cr-Commit-Position: refs/heads/master@{#407519}
-
machenbach authored
V8 stand-alone arm simulator builds defaulted to softfp in GYP before. This prepares to switch v8 arm simulators to GN: https://codereview.chromium.org/2172193002/ BUG=chromium:474921 Review-Url: https://codereview.chromium.org/2182473002 Cr-Commit-Position: refs/heads/master@{#407518}
-
juncai authored
At ItemChooserDialog.java, ItemAdapter::clear() is called when restart searching, and mDisabledEntries and mItemDescriptionMap store the information from previous search. So they need to be cleared. BUG=631099 Review-Url: https://codereview.chromium.org/2175223003 Cr-Commit-Position: refs/heads/master@{#407517}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/2adecda92b2f..d9ddad2952cd $ git log 2adecda92..d9ddad295 --date=short --no-merges --format='%ad %ae %s' 2016-07-25 reed add SK_SUPPORT_LEGACY_BITMAP_GETTEXTURE for out-of-date google3 callers 2016-07-25 reed remove/deprecate SkBitmap::getTexture, as it now always returns false CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=tomhudson@google.com Review-Url: https://codereview.chromium.org/2182573002 Cr-Commit-Position: refs/heads/master@{#407516}
-
boliu authored
Disable the extension instead. 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/2180763002 Cr-Commit-Position: refs/heads/master@{#407515}
-
trizzofo authored
When PreferHtmlOverPlugins feature is enabled, fetch Content Settings and don't advertise Flash if it's on CONTENT_SETTING_BLOCK. This will only work properly when plugin caches are disabled in future CLs. Here is more information about HTML5 by Default: https://docs.google.com/document/d/1iHhg7wxYTgBHsTzcfaZy36UJ33JmjRLro8TZR6lb0ss BUG=626728 Review-Url: https://codereview.chromium.org/2168453002 Cr-Commit-Position: refs/heads/master@{#407514}
-
erikchen authored
The function allows the client to send a vector of filter effects to apply to the next layer scheduled with glScheduleCALayerCHROMIUM. BUG=581526 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2175043002 Cr-Commit-Position: refs/heads/master@{#407513}
-
dbeam authored
R=stevenjb@chromium.org BUG=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2174083002 Cr-Commit-Position: refs/heads/master@{#407512}
-
rdevlin.cronin authored
Use generated compiled feature files instead of parsing the JSON at runtime. In local testing, this shows an order-of-magnitude performance increase, as well as catching a number of invalid features. BUG=280286 Review-Url: https://codereview.chromium.org/2165023003 Cr-Commit-Position: refs/heads/master@{#407511}
-
michaelpg authored
Adds settings.animation.AnimationGroup for playing a Promise-based set of animation(s). Used in https://crrev.com/2106013002 to create standalone transitions rather than scattering animation code throughout other classes. BUG=589681 R=dbeam@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2171373003 Cr-Commit-Position: refs/heads/master@{#407510}
-
dtseng authored
BUG=628965 TEST=on Chrome OS, with ChromeVox on, alt-shift-n, tab to do not distrub and toggle. Verify "Do not disturb" and "Do not disturb, pressed" are announced by ChromeVox. Review-Url: https://codereview.chromium.org/2162083004 Cr-Commit-Position: refs/heads/master@{#407509}
-
robliao authored
Per Monitor DPI Settings Flags Before After No Flags Disabled Enabled Enable Enabled Enabled Enable + Disabled Disabled Disabled Disabled Disalbed Disabled BUG=426656 Review-Url: https://codereview.chromium.org/2175693004 Cr-Commit-Position: refs/heads/master@{#407508} -
erikchen authored
bootstrap_look_up can no longer be intercepted. See bug for more details. BUG=629714 Review-Url: https://codereview.chromium.org/2170393004 Cr-Commit-Position: refs/heads/master@{#407507}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#407506} -
iceman authored
Thread object should be deleted after it stopped on IO thread. Review-Url: https://codereview.chromium.org/2176133003 Cr-Commit-Position: refs/heads/master@{#407505}
-
rockot authored
Introduces an atomic value to guard access to a cached TaskRunner which read from multiple threads but written at some arbitrary time on the IPC thread inside Bind(). BUG=630835 R=yzshen@chromium.org Review-Url: https://codereview.chromium.org/2178773002 Cr-Commit-Position: refs/heads/master@{#407504}
-
rockot authored
Simple fix, there's no need to quit the message loop on channel connection. If the expected error isn't encountered the test will hang. This seems sufficient and is not racy. BUG=630831 R=jam@chromium.org Review-Url: https://codereview.chromium.org/2175113002 Cr-Commit-Position: refs/heads/master@{#407503}
-
skau authored
ErrorLog: gyp: Key 'conditions' repeated at level 6 with key path 'targets.0.conditions.5.1' while reading C:\b\build\slave\win64\build\src\printing\printing.gyp Change was reverted with a poorly rebased patch in 04b30ad6 R=govind, thestig@chromium.org BUG=630890 TEST=build/gyp_chromium --check passes Review-Url: https://codereview.chromium.org/2178003002 Cr-Commit-Position: refs/heads/master@{#407502}
-
srirama.m authored
Cleaning up video-seek* and video-served* http tests 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/2177793003 Cr-Commit-Position: refs/heads/master@{#407501}
-
stevenjb authored
This updates the property list layout to use settings-box instead of multiple columns. BUG=609156 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2167403002 Cr-Commit-Position: refs/heads/master@{#407500}
-
treib authored
and all the related IPC code It's not used anywhere, and it's not documented at http://dev.chromium.org/embeddedsearch Also remove searchBox.setRestrictedValue BUG=628207 Review-Url: https://codereview.chromium.org/2151483004 Cr-Commit-Position: refs/heads/master@{#407499}
-
mvanouwerkerk authored
Also while I'm here: * Eliminate some hard coded position calculations * Contain the remaining position calculations in helper functions * Rename some members for consistency and clarity * Delete unused NewTabPageRecyclerView#getLinearLayoutManager BUG=616090 Review-Url: https://codereview.chromium.org/2158413004 Cr-Commit-Position: refs/heads/master@{#407498}
-
jamescook authored
This removes some ash::Shell access in the shelf, which we need to eliminate to port to mus. * Move ShelfDelegate to //ash/common * Move ownership to WmShell * Move ShelfDelegate creation slightly earlier by doing it on Shelf creation, rather than lazily on access. It can't happen in WmShell::Initialize() because Chrome's implementation depends on the user being logged in. TODO: Fix ash::ShelfWindowWatcher ownership and creation time. BUG=629244 TEST=ash_unittests, chrome unit_tests and browser_tests TBR=rockot@chromium.org Review-Url: https://codereview.chromium.org/2177663002 Cr-Commit-Position: refs/heads/master@{#407497}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/2befef4332bc..c3cf2e8ef854 $ git log 2befef433..c3cf2e8ef --date=short --no-merges --format='%ad %ae %s' TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2179023002 Cr-Commit-Position: refs/heads/master@{#407496}
-
chrishtr authored
Review-Url: https://codereview.chromium.org/2180563002 Cr-Commit-Position: refs/heads/master@{#407495}
-
bsalomon authored
BUG=627844 Review-Url: https://codereview.chromium.org/2180913002 Cr-Commit-Position: refs/heads/master@{#407494}
-
gmanikpure authored
Revert of [Chromedriver] Re-enable ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement on ChromePublic (patchset #1 id:1 of https://codereview.chromium.org/2175893002/ ) Reason for revert: Test was re-enabled because the bots were running against old chromedriver build having name "rNone" . But the test is still failing on correct Head builds that confirms it's a real bug & hence needs to be disabled again. Original issue's description: > [Chromedriver] Re-enable ImplicitWaitTest.testShouldImplicitlyWaitForASingleElement on ChromePublic > > BUG=chromedriver:998 > > Committed: https://crrev.com/970ac6812ff04c3f44ae770b612b093b6feb5d80 > Cr-Commit-Position: refs/heads/master@{#407234} TBR=samuong@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=chromedriver:998 Review-Url: https://codereview.chromium.org/2176203002 Cr-Commit-Position: refs/heads/master@{#407493}
-
ryanchung authored
Cast device certificates may be revoked through two ways: 1. The hash of the public key. 2. A serial number range for an issuer identified by the hash of its public key. A customized proto is used as the medium for this information. This change contains the implementation for verifying the custom CRL and verifying a certificate's revocation status based on that CRL. BUG=618463 Review-Url: https://codereview.chromium.org/2050983002 Cr-Commit-Position: refs/heads/master@{#407492}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/1d35231e7b5c..2adecda92b2f $ git log 1d35231e7..2adecda92 --date=short --no-merges --format='%ad %ae %s' 2016-07-25 reed add gm to test bleed with downscale 2016-07-25 reed remove fClipStack and attach/deattach-from-canvas 2016-07-25 halcanary typedef uint16_t SkGlyphID CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel TBR=tomhudson@google.com Review-Url: https://codereview.chromium.org/2179793002 Cr-Commit-Position: refs/heads/master@{#407491}
-
qiangchen authored
This CL improves usability of Desktop Capture Picker on Mac a little. 1. we auto select the first screen source, 2. we omit the label "Entire Screen" in the case there is only one screen, as this is redundant. BUG=580116,630172 Review-Url: https://codereview.chromium.org/2168853003 Cr-Commit-Position: refs/heads/master@{#407490}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/81df7973..4a6e5346 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel;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=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2174353002 Cr-Commit-Position: refs/heads/master@{#407489}
-
isherman authored
BUG=none TEST=none R=vadimb@chromium.org Review-Url: https://codereview.chromium.org/2174063002 Cr-Commit-Position: refs/heads/master@{#407488}
-
horo authored
BUG=616502 Review-Url: https://codereview.chromium.org/2181553003 Cr-Commit-Position: refs/heads/master@{#407487}
-
justincohen authored
Some keychain access is currently broken on the latest Xcode beta. BUG=619982 Review-Url: https://codereview.chromium.org/2180773002 Cr-Commit-Position: refs/heads/master@{#407486}
-
kylechar authored
The Ozone X11 platform now directly creates an appropriate GLSurface instead of creating a SurfaceOzoneEGL. Remove the SurfaceOzoneEGL subclass and add a new GLSurface subclass. Modify gl_factory_ozone.cc to use the new Ozone surface creation API. For kGLImplementationOSMesaGL and kGLImplementationMockGL there is a default implementation that is shared by all Ozone platforms. For other GL implementations surface creation is delegated to the Ozone platform. Add an OWNERS file for ui/gl/init/ that contains the per-file directive for Ozone files from ui/gl/. This code was all moved from ui/gl/ since it reduced the set of OWNERS. Add myself to this set as well. BUG=611142 Review-Url: https://codereview.chromium.org/2156503003 Cr-Commit-Position: refs/heads/master@{#407485}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/24420dc04 BUG=630695 TBR=fmalita@chromium.org Review URL: https://codereview.chromium.org/2182513002 . Cr-Commit-Position: refs/heads/master@{#407484}
-
zmo authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/937acaa..e3488c3 BUG= TEST=bots TBR=kbr@chromium.org NOTRY=true 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/2174253003 Cr-Commit-Position: refs/heads/master@{#407483}
-
vasilii authored
The flakiness caused by not waiting for the password store to reply with the results. BUG=629459 Review-Url: https://codereview.chromium.org/2177213002 Cr-Commit-Position: refs/heads/master@{#407482}
-
mvanouwerkerk authored
BUG=630709 Review-Url: https://codereview.chromium.org/2177913002 Cr-Commit-Position: refs/heads/master@{#407481}
-
sunxd authored
This CL adds another code path of computing target space transforms. The old code path is still in use as we have no idea what performance impact would be. The new logic is to compute the transforms on demand and cached all the intermediate results. It is hidden behind the flag verify_transform_tree _calculation. The flag is enabled in unit tests to verify the correct- ness of the new logic. BUG=624120 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2166043002 Cr-Commit-Position: refs/heads/master@{#407480}
-