Skip to content

Commit 41a265b

Browse files
author
epriestley
committed
Update Javelin and packaging
Summary: - Update the Javelin submodule to pick up recent fixes (like D1749). - Update the package definitions do do a slightly better job of packaging resources. Test Plan: Up and down work in tokenizers now. Pages load slightly fewer resources. Reviewers: vrana, btrahan Reviewed By: btrahan CC: aran, epriestley Maniphest Tasks: T927 Differential Revision: https://secure.phabricator.com/D1751
1 parent eeb7d51 commit 41a265b

File tree

5 files changed

+199
-123
lines changed

5 files changed

+199
-123
lines changed

externals/javelin

Submodule javelin updated from 14f4218 to e919289

scripts/celerity_mapper.php

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?php
33

44
/*
5-
* Copyright 2011 Facebook, Inc.
5+
* Copyright 2012 Facebook, Inc.
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -49,6 +49,10 @@
4949
'javelin-behavior-phabricator-keyboard-shortcuts',
5050
'javelin-behavior-refresh-csrf',
5151
'javelin-behavior-phabricator-watch-anchor',
52+
'javelin-behavior-phabricator-autofocus',
53+
'phabricator-paste-file-upload',
54+
'phabricator-menu-item',
55+
'phabricator-dropdown-menu',
5256
),
5357
'core.pkg.css' => array(
5458
'phabricator-core-css',
@@ -65,9 +69,13 @@
6569
'aphront-list-filter-view-css',
6670

6771
'phabricator-directory-css',
72+
'phabricator-jump-nav',
73+
'phabricator-app-buttons-css',
6874

6975
'phabricator-remarkup-css',
7076
'syntax-highlighting-css',
77+
'aphront-pager-view-css',
78+
'phabricator-transaction-view-css',
7179
),
7280
'differential.pkg.css' => array(
7381
'differential-core-view-css',
@@ -101,10 +109,24 @@
101109
'javelin-behavior-phabricator-object-selector',
102110

103111
'differential-inline-comment-editor',
112+
'javelin-behavior-differential-dropdown-menus',
113+
'javelin-behavior-buoyant',
104114
),
105115
'diffusion.pkg.css' => array(
106116
'diffusion-commit-view-css',
107117
),
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+
),
108130
);
109131

110132

0 commit comments

Comments
 (0)