- 01 Jun, 2017 40 commits
-
-
Philip Jägenstedt authored
Using wpt-import in Chromium b28a6524. Reason for manual import: want my fullscreen/ tests ASAP. BUG=571531,728522,728527 TBR=qyearsley@chromium.org NOEXPORT=true Change-Id: I106230f7927f4a23a61d93ec3543cb900ea7ba24 Reviewed-on: https://chromium-review.googlesource.com/520384Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#476249}
-
rsorokin authored
AuthPolicyCredentialsManager KeyedService service is created for every Active Directory user profile. It calls GetUserStatus at the start of service, each hour and on every network connection. Tests are coming... BUG=662400 Review-Url: https://codereview.chromium.org/2860443002 Cr-Commit-Position: refs/heads/master@{#476248}
-
Juan A. Navarro Perez authored
Story gets stuck while trying to scroll. TBR=nednguyen@google.com,ulan@chromium.org Bug: 728528 Change-Id: I19fbbab253bd0dce5a2c48a4a739b6b8474e01df Reviewed-on: https://chromium-review.googlesource.com/520765 Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#476247}
-
Hiroki Nakagawa authored
This is a preparation CL for module loading for threaded worklets that is going to be implemented on the off-main-thread-fetch feature. This change provides WorkerFetchContext that is necessary for the off-main-thread-fetch to worklet global scopes. The context is created on the main thread before starting a worklet global scope and passed to worklet's thread as WorkerThreadStartupData. Note that this CL does not change the current script loading mechanism for worklets yet. Bug: 727194 Change-Id: I695bf8f64a583ac845a2d0a13076fda0667d8604 Reviewed-on: https://chromium-review.googlesource.com/519022Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#476246}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/908a6304..60074560 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_trusty_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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2916563004 Cr-Commit-Position: refs/heads/master@{#476245}
-
nednguyen authored
TBR=perezju@chromium.org, ulan@chromium.org BUG=728464 Review-Url: https://codereview.chromium.org/2919753002 Cr-Commit-Position: refs/heads/master@{#476244}
-
Raphael Kubo da Costa authored
Follow what's already done in bindings/core/v8 and add a "bindings_modules_impl" target to bindings/modules/v8 to aggregate all the .cpp/.h files generated by the other targets in the same BUILD.gn (the ones processing the modules IDL files). By declaring the target in the same GN file, we can use get_target_outputs() to obtain some output names, which then allows us to get rid of |bindings_modules_generated_interface_files| as well as |bindings_modules_generated_partial_interface_files|. This cleanup is also being done in preparation for getting rid of the hardcoded list of generated dictionary impl files we currently maintain in GN, as Source/modules:modules would not be able to retrieve any similar list of generated files that it needs. Bug: 725996 Change-Id: Ia53de40ef394af197351f218050af6d8a10f2c3a Reviewed-on: https://chromium-review.googlesource.com/517955Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#476243}
-
aboxhall authored
Check whether a text node may be about to be redistributed in ShouldUpdateLayoutByReattaching(). Prevents use-after-free when SetTextWithOffset is called with dirty distribution. BUG=726716 Review-Url: https://codereview.chromium.org/2913133002 Cr-Commit-Position: refs/heads/master@{#476242}
-
erikchen authored
Bytes were being converted to kilobytes without a division. BUG=707022 Review-Url: https://codereview.chromium.org/2914903002 Cr-Commit-Position: refs/heads/master@{#476241}
-
Kent Tamura authored
Firefox and Safari already shipped it. This CL fixes 256 failing tests in external/wpt/. Intent: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/0P4_WvNr1xY Bug: 724906 Change-Id: Ic55ead1509afd3e631ed0251fa312bd5b4a7001f Reviewed-on: https://chromium-review.googlesource.com/521002Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#476240}
-
tnagel authored
Use PolicyData::management_mode to determine whether the device has a local owner and only fall back to DM token in case management_mode is unset. That way, the correct determination is guaranteed for both cloud and Active Directory management. (Currently, the code is not broken because AD policy doesn't include a user name, but that might change in the future.) Also update the PolicyData::management_mode documentation to include Active Directory. BUG=722799 Review-Url: https://codereview.chromium.org/2902183002 Cr-Commit-Position: refs/heads/master@{#476239}
-
sashab authored
BUG=712963 Review-Url: https://codereview.chromium.org/2919593004 Cr-Commit-Position: refs/heads/master@{#476238}
-
Dominic Cooney authored
Bug: 710184 Change-Id: I3d1d506888657c5bd60a114609247c5f92c0edd7 Reviewed-on: https://chromium-review.googlesource.com/520443 Commit-Queue: Dominic Cooney <dominicc@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#476237}
-
dullweber authored
Replace the raw ptr returned by ContentSettingsPattern::CreateBuilder with a unique_ptr. Remove legacy_validate parameter and function because it isn't used anywhere. BUG= TBR=msarda@chromium.org,finnur@chromium.org,stevenjb@chromium.org Review-Url: https://codereview.chromium.org/2909273003 Cr-Commit-Position: refs/heads/master@{#476236}
-
yoshiki authored
Defer deleting view after calling OnAllNotificationsCleared(). Views are deleted before OnAllNotificationsCleared(), but it causes crash. This CL moves the deletion as a temporary solution. We need to refactor the code around more in near feature. BUG=725299 TEST=none Review-Url: https://codereview.chromium.org/2913993002 Cr-Commit-Position: refs/heads/master@{#476235}
-
yoichio authored
This CL introduces CalcSelectionPaintRange() and minimize Commit(). BUG=708453 Review-Url: https://codereview.chromium.org/2916803003 Cr-Commit-Position: refs/heads/master@{#476234}
-
Nicholas Verne authored
The users of WebNode::AccessiblityObject should all be outside of core/ Bug: 71532 Change-Id: I5ff7e8bb28657408394a529ac8fe77e400d26472 Reviewed-on: https://chromium-review.googlesource.com/520542 Commit-Queue: Nicholas Verne <nverne@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#476233}
-
Peter E Conn authored
BUG=728086 Change-Id: Ib15f1714abb30b029b6e89facb51343fbfaa96e3 Reviewed-on: https://chromium-review.googlesource.com/519247Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#476232}
-
yukishiino authored
static attributes must not be "keep_alive_gc". keep_alive_gc is a mechanism to associate a returned object with the receiver object, however static attributes must not use the receiver object. BUG= Review-Url: https://codereview.chromium.org/2913403003 Cr-Commit-Position: refs/heads/master@{#476231}
-
yuzus authored
This CL aims to drop the context menu feature entirely. <menuitem> tag can be no longer used and <menu type='context'>, <menu label='...'> are no longer supported. BUG=87553 Review-Url: https://codereview.chromium.org/2905763003 Cr-Commit-Position: refs/heads/master@{#476230}
-
yoichio authored
This CL changes the operator returning appropriate string. This is homework from: [Make SelectionState enum class] https://codereview.chromium.org/2916493002/ BUG= Review-Url: https://codereview.chromium.org/2919713002 Cr-Commit-Position: refs/heads/master@{#476229}
-
tetsui authored
Several background classes needs file metadata to perform their tasks. However, Metadata cache was only available to foreground classes. Also, lifetime of foreground metadata cache is tied to windows, so we have to maintain separate Least Recently Used cache in the background. As having separate cache for several background classes is inefficient, we are going to have global cache class that is shared among them. This has huge performance impact on slow storage devices such as MTP conencted ones. TEST=manually tested. BUG=716309,712121 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2856533003 Cr-Commit-Position: refs/heads/master@{#476228}
-
Georg Neis authored
See https://github.com/w3c/web-platform-tests/issues/5239 for an explanation. R=domenic@chromium.org, kouhei@chromium.org Bug: Change-Id: I7312e4d774eea1083d2283d8ccbad361bd974d0b Reviewed-on: https://chromium-review.googlesource.com/519242Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#476227}
-
ukai authored
BUG=728482 Review-Url: https://codereview.chromium.org/2913353003 Cr-Commit-Position: refs/heads/master@{#476226}
-
alexclarke authored
It feels strange that if a task is due to run at time t=1.0 and we gave 1s of virtual time budget that that task doesn't run. This patch changes that so the task will run by using a fence instead of disabling the queue. BUG=696001 Review-Url: https://codereview.chromium.org/2909293002 Cr-Commit-Position: refs/heads/master@{#476225}
-
Xianzhu Wang authored
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I124bb0161d23a65028b55c8fdf6a2a54be1793c8 Reviewed-on: https://chromium-review.googlesource.com/517281 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#476224}
-
Vitalii Iarko authored
Previously, |getIconResId| returned 36dp |text| icon, when it was supposed to return |file| icon. This CL fixes this. Bug:726611 Change-Id: I8763d313185ae6bdc2854a776f831b4900e7310b Reviewed-on: https://chromium-review.googlesource.com/517062Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Theresa Wellington <twellington@chromium.org> Commit-Queue: vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#476223}
-
igorcov authored
The devices that have FRE enabled shouldn't be allowed to powerwash. This CL makes the keyboard shortcut for powerwash available only if the device doesn't have FRE enabled. BUG=724332 TEST=Manually tested for FRE enabled and FRE disabled functionality. Review-Url: https://codereview.chromium.org/2898003002 Cr-Commit-Position: refs/heads/master@{#476222}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/de3ade508f3f..861d4a174136 $ git log de3ade508..861d4a174 --date=short --no-merges --format='%ad %ae %s' 2017-05-31 benjhayden Add HistogramSet.createHistogram() syntactic sugar. Created with: roll-dep src/third_party/catapult Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Ifb7e85f46b6d3e3b28934be63bff20f90ed1a12b Reviewed-on: https://chromium-review.googlesource.com/520847 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#476221}
-
rlanday authored
This CL moves the Composition marker-specific functionality of DocumentMarker into a new CompositionMarker subclass (similar to TextMatchMarker). I will do the same for Spelling and Grammar markers in future CLs. BUG=707867 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2908643002 Cr-Commit-Position: refs/heads/master@{#476220}
-
Xianzhu Wang authored
Remove code in LayoutTable and LayoutTableSection for computing outer borders. Use cells' cached collapsed borders instead. This is mostly a pure refactoring, except it affects some corner cases: - Previously collapsed borders for colgroup were not included in table's border. See changes to results of paint/invalidation/table/cached-change-border-color.html. - Previously when the row and the table were in different inline direction and the the width of some collapsed border was in odd number, the distribution of the 1 pixel into half outer and inner borders was inconsistent. Now we always give the 1 pixel in the same way defined in LayoutTableCell::CollapsedBOrderHalfXXX(). See changes to results of fast/table/border-collapsing/002.html. Change-Id: I74e6d9173e5d46933fa7456cb713c370e9e7d464 Reviewed-on: https://chromium-review.googlesource.com/515606 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Reviewed-by:
Walter Korman <wkorman@chromium.org> Cr-Commit-Position: refs/heads/master@{#476219}
-
yoichio authored
BUG=728488 TBR=mathp@chromium.org Review-Url: https://codereview.chromium.org/2919593006 Cr-Commit-Position: refs/heads/master@{#476218}
-
Joel Hockey authored
I forgot to update this when renaming FrameView to LocalFrameView in https://chromium-review.googlesource.com/c/516862/ Bug: 637460 Change-Id: I71e6b770746a58cde6e726fe6356c627c5b8d419 Reviewed-on: https://chromium-review.googlesource.com/520825Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#476217}
-
rlanday authored
We're adding DISALLOW_COPY_AND_ASSIGN to CompositionMarker in https://codereview.chromium.org/2908643002 and to SpellingMarker and GrammarMarker in https://codereview.chromium.org/2911723002, so we should add it to TextMatchMarker as well for consistency. BUG=707867 Review-Url: https://codereview.chromium.org/2916753003 Cr-Commit-Position: refs/heads/master@{#476216}
-
shend authored
This patch removes the use of PassRefPtr in ComputedStyle where a PassRefPtr is returned by a function. BUG=494719 Review-Url: https://codereview.chromium.org/2912043002 Cr-Commit-Position: refs/heads/master@{#476215}
-
rhalavati authored
Network traffic annotation is added to network requests of google_apis/gaia/gaia_oauth_client.cc google_apis/gaia/oauth2_access_token_fetcher_impl.cc BUG=656607 Review-Url: https://codereview.chromium.org/2796293003 Cr-Commit-Position: refs/heads/master@{#476214}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3692957d..908a6304 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_trusty_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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2916023002 Cr-Commit-Position: refs/heads/master@{#476213}
-
robhogan authored
https://drafts.csswg.org/css-tables-3/#repeated-headers has been updated since we first implemented them. Respect the new rules such as only repeating headers if they fit on at most a quarter of the page. We also need to repeat headers even if only part of a row fits on the page - respecting this rule requires us to reintroduce allowing nested repeated headers, something that both Edge and FF do and which is now supported by the spec. BUG=720620, 675904 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2882043002 Cr-Commit-Position: refs/heads/master@{#476212}
-
satorux authored
This change is based on the discussion on a chormium-dev thread titled "ScopedAllowIO ban isn't preventing usage, it's just annoying people" where jam@ mentioned "Excluding test files seems like a good change to me." TEST=tested locally by adding ScopedAllowIO to a random browser test file with and without this change Review-Url: https://codereview.chromium.org/2911153002 Cr-Commit-Position: refs/heads/master@{#476211}
-
Peter Kasting authored
BUG=727566 TEST=none TBR=nharper,mattm Change-Id: I2cc60aa1b3a15d4eb6a3c027a49e5b487dadb4c2 Reviewed-on: https://chromium-review.googlesource.com/520668Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#476210}
-