⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 273734 in webkit


Ignore:
Timestamp:
Mar 2, 2021, 10:22:13 AM (6 years ago)
Author:
aakash_jain@apple.com
Message:

[build.webkit.org] Enable grid view
​https://bugs.webkit.org/show_bug.cgi?id=222369

Reviewed by Jonathan Bedard.

  • CISupport/build-webkit-org/master_buildbot2.cfg:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/CISupport/build-webkit-org/master_buildbot2.cfg

    r273409 r273734  
    2121# permissions for WebStatus
    2222
    23 c['www'] = dict(port=8710, plugins=dict(waterfall_view={}, console_view={}), allowed_origins=["*"])
     23c['www'] = dict(port=8710, plugins=dict(waterfall_view={}, console_view={}, grid_view={}), allowed_origins=["*"])
    2424c['www']['ui_default_config'] = {
    2525    'Builders.show_workers_name': True,
  • trunk/Tools/ChangeLog

    r273732 r273734  
     12021-03-02  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [build.webkit.org] Enable grid view
     4        https://bugs.webkit.org/show_bug.cgi?id=222369
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * CISupport/build-webkit-org/master_buildbot2.cfg:
     9
    1102021-03-02  Youenn Fablet  <youenn@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.