Skip to content

Commit c93fc91

Browse files
author
epriestley
committed
Update Javelin; improve package definitions
Summary: - Update Javelin to HEAD -- this doesn't pick up anything in particular, but lets us smoke test some stuff like {D1217}. - Do a little more packaging since we've picked up a handful of 10-line behaviors and such for various UI tweaks. Test Plan: - Generally, this should be very low-risk. - Browed Maniphest, Differential, Diffusion and tried to hit all the JS interactions. - Looked over the Javelin changes we're pulling in to see if I forgot anything. The only API change I caught was removal of "JX.defer()", but that was already cleared in Phabricator in D803. Reviewers: aran, btrahan, jungejason Reviewed By: aran CC: aran Differential Revision: 1240
1 parent e45ffda commit c93fc91

File tree

3 files changed

+236
-176
lines changed

3 files changed

+236
-176
lines changed

externals/javelin

Submodule javelin updated from cc572ad to 713f1fc

scripts/celerity_mapper.php

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,16 @@
3939
'javelin-tokenizer',
4040
'javelin-behavior-aphront-basic-tokenizer',
4141
),
42-
'workflow.pkg.js' => array(
42+
'core.pkg.js' => array(
4343
'javelin-mask',
4444
'javelin-workflow',
4545
'javelin-behavior-workflow',
4646
'javelin-behavior-aphront-form-disable-on-submit',
4747
'phabricator-keyboard-shortcut-manager',
4848
'phabricator-keyboard-shortcut',
4949
'javelin-behavior-phabricator-keyboard-shortcuts',
50+
'javelin-behavior-refresh-csrf',
51+
'javelin-behavior-phabricator-watch-anchor',
5052
),
5153
'core.pkg.css' => array(
5254
'phabricator-core-css',
@@ -76,13 +78,29 @@
7678
'differential-revision-comment-css',
7779
'differential-revision-add-comment-css',
7880
'differential-revision-comment-list-css',
81+
'phabricator-object-selector-css',
82+
'aphront-headsup-action-list-view-css',
83+
'phabricator-content-source-view-css',
84+
'differential-local-commits-view-css',
7985
),
8086
'differential.pkg.js' => array(
87+
'phabricator-drag-and-drop-file-upload',
88+
'phabricator-shaped-request',
89+
8190
'javelin-behavior-differential-feedback-preview',
8291
'javelin-behavior-differential-edit-inline-comments',
8392
'javelin-behavior-differential-populate',
8493
'javelin-behavior-differential-show-more',
8594
'javelin-behavior-differential-diff-radios',
95+
'javelin-behavior-differential-accept-with-errors',
96+
'javelin-behavior-differential-comment-jump',
97+
'javelin-behavior-differential-add-reviewers-and-ccs',
98+
'javelin-behavior-differential-keyboard-navigation',
99+
'javelin-behavior-aphront-drag-and-drop',
100+
'javelin-behavior-aphront-drag-and-drop-textarea',
101+
'javelin-behavior-phabricator-object-selector',
102+
103+
'differential-inline-comment-editor',
86104
),
87105
'diffusion.pkg.css' => array(
88106
'diffusion-commit-view-css',

0 commit comments

Comments
 (0)