https://bugzilla.wikimedia.org/show_bug.cgi?id=49846
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |REOPENED Resolution|FIXED |--- --- Comment #7 from Antoine "hashar" Musso <[email protected]> --- VisualEditor is lagged out again: $ cd extensions $ git remote update $ git rebase $ git submodule update --init VisualEditor Submodule path 'VisualEditor': checked out '46c3d48ba7779254581bfad017c0804588a1983d' $ Then looking at HEAD (that is the checked out version above) and origin/master: $ git log --oneline HEAD..origin/master c331c19 Merge "Minor performance optimization and cleanup in FocusableNode" daa83d2 Minor performance optimization and cleanup in FocusableNode a08da9f Make node resizing happen inside onAttributeChange f8d7314 Merge "Simplify ve.ce.ResizableNode by removing code for 'transition' which is not used anyway" 87667bd Merge "Make toolbar look correct with non-standard browser font size settings" b0b832a Make toolbar look correct with non-standard browser font size settings 59e7a7b Simplify ve.ce.ResizableNode by removing code for 'transition' which is not used anyway $ $ git rev-parse origin/master c331c1980ec37a4d6926f138fd1e81879d5db299 $ git rev-parse HEAD 46c3d48ba7779254581bfad017c0804588a1983d $ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
