|
2 | 2 | <?php
|
3 | 3 |
|
4 | 4 | /*
|
5 |
| - * Copyright 2011 Facebook, Inc. |
| 5 | + * Copyright 2012 Facebook, Inc. |
6 | 6 | *
|
7 | 7 | * Licensed under the Apache License, Version 2.0 (the "License");
|
8 | 8 | * you may not use this file except in compliance with the License.
|
|
49 | 49 | 'javelin-behavior-phabricator-keyboard-shortcuts',
|
50 | 50 | 'javelin-behavior-refresh-csrf',
|
51 | 51 | 'javelin-behavior-phabricator-watch-anchor',
|
| 52 | + 'javelin-behavior-phabricator-autofocus', |
| 53 | + 'phabricator-paste-file-upload', |
| 54 | + 'phabricator-menu-item', |
| 55 | + 'phabricator-dropdown-menu', |
52 | 56 | ),
|
53 | 57 | 'core.pkg.css' => array(
|
54 | 58 | 'phabricator-core-css',
|
|
65 | 69 | 'aphront-list-filter-view-css',
|
66 | 70 |
|
67 | 71 | 'phabricator-directory-css',
|
| 72 | + 'phabricator-jump-nav', |
| 73 | + 'phabricator-app-buttons-css', |
68 | 74 |
|
69 | 75 | 'phabricator-remarkup-css',
|
70 | 76 | 'syntax-highlighting-css',
|
| 77 | + 'aphront-pager-view-css', |
| 78 | + 'phabricator-transaction-view-css', |
71 | 79 | ),
|
72 | 80 | 'differential.pkg.css' => array(
|
73 | 81 | 'differential-core-view-css',
|
|
101 | 109 | 'javelin-behavior-phabricator-object-selector',
|
102 | 110 |
|
103 | 111 | 'differential-inline-comment-editor',
|
| 112 | + 'javelin-behavior-differential-dropdown-menus', |
| 113 | + 'javelin-behavior-buoyant', |
104 | 114 | ),
|
105 | 115 | 'diffusion.pkg.css' => array(
|
106 | 116 | 'diffusion-commit-view-css',
|
107 | 117 | ),
|
| 118 | + 'maniphest.pkg.css' => array( |
| 119 | + 'maniphest-task-summary-css', |
| 120 | + 'maniphest-transaction-detail-css', |
| 121 | + 'maniphest-task-detail-css', |
| 122 | + 'aphront-attached-file-view-css', |
| 123 | + ), |
| 124 | + 'maniphest.pkg.js' => array( |
| 125 | + 'javelin-behavior-maniphest-batch-selector', |
| 126 | + 'javelin-behavior-maniphest-transaction-controls', |
| 127 | + 'javelin-behavior-maniphest-transaction-preview', |
| 128 | + 'javelin-behavior-maniphest-transaction-expand', |
| 129 | + ), |
108 | 130 | );
|
109 | 131 |
|
110 | 132 |
|
|
0 commit comments