aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-12Merge pull request #20287 from twbs/master-docs-imgXhmikosR4-1/+1
Losslessly compress docs images.
2016-07-12Losslessly compress docs images.XhmikosR4-1/+1
Used zopfli 1.0.1, with `zopflipng -m --lossy_transparent -y --iterations=1000` Before: 23,7 KB (24.352 bytes) After: 23,5 KB (24.079 bytes)
2016-07-12button.js: Set disabled property in addition to disabled attribute to ↵Chris Rebert1-2/+2
preserve behavior under jQuery 3 (#20278) This code ought to have used .prop instead of .attr in the first place, but we can't get rid of the attr manipulation now due to backward compatibility constraints. Refs https://github.com/jquery/jquery-migrate/blob/3.0.0/warnings.md#jqmigrate-jqueryfnremoveattr-no-longer-sets-boolean-properties Refs #16834 [skip validator]
2016-07-12alert: Avoid calling jQuery('#'), it's a syntax error in jQuery 3.0 (#20019)Dave Methvin1-1/+1
2016-07-11Port #20175 to v3Chris Rebert3-60/+109
[skip sauce]
2016-07-11Add Most Wanted Features entries for <dialog>Chris Rebert1-0/+20
Ports 0b21f2ecb1e5a3a8978cc23fa984242e9f81c62c to v3 Refs https://bugzil.la/840640 Refs https://webkit.org/b/84635 [skip sauce]
2016-07-11Move browser feature requests to new "Most wanted features" sectionChris Rebert3-60/+89
Ports 58aca2823404d6dc18fd44ae15f7ff2f34f64705 to v3
2016-07-12Update anchor.js to v3.2.0.XhmikosR2-5/+5
[ci skip]
2016-07-12Merge pull request #20258 from twbs/fix-19063-v3XhmikosR7-6/+7
Tell clean-css to inline source files into sourcemap
2016-07-12Update gems.XhmikosR1-1/+1
[ci skip]
2016-07-12Run `grunt`.Chris Rebert6-6/+6
2016-07-12Tell clean-css to inline source files into sourcemap; v3 fix for #19063Chris Rebert1-0/+1
2016-07-11Merge pull request #20267 from twbs/master-depsXhmikosR14-815/+242
Update devDependencies and gems.
2016-07-10Run grunt.XhmikosR9-13/+7
[ci skip]
2016-07-10Update gems.XhmikosR2-4/+6
2016-07-10Update devDependencies.XhmikosR3-798/+229
2016-07-09Remove forced default focus outlinePatrick H. Lauke1-3/+3
As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Fixes #19933 Closes #19935 [skip sauce]
2016-07-07Merge pull request #20259 from twbs/backport-unit-fixesChris Rebert1-4/+4
Backport JS unit test fixes from v4
2016-07-07Port #20198 to v3Dave Methvin1-2/+2
ScrollSpy unit test: Use single done() in a then() instead of multiple done()s Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #20182 more Refs #20191
2016-07-07Port #20190 to v3Dave Methvin1-2/+2
Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182 Instead of doing a new assert.async(), just do a single one for the entire test and let the .then() be async as well.
2016-06-28Merge pull request #20199 from twbs/master-depsChris Rebert14-611/+108
Update dependencies
2016-06-28Run `grunt`.XhmikosR10-41/+47
[ci skip]
2016-06-28Update devDependencies and gems.XhmikosR4-570/+61
2016-06-28Backport #20196 to v3.XhmikosR2-150/+178
Use shx so that the npm scripts work everywhere the same.
2016-06-27Port #20183 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #20161 (#20183) Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1282363
2016-06-25Port #20176 to v3Chris Rebert2-1/+2
docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176) [skip sauce]
2016-06-23Port #20165 to v3Chris Rebert3-3/+3
[skip sauce]
2016-06-22Port #20143 to v3Chris Rebert1-0/+20
Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143) Refs http://caniuse.com/#feat=css-nth-child-of Refs https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo Refs https://crbug.com/304163 Refs https://bugzil.la/854148 [skip sauce]
2016-06-21Port e0c768b6671b5c79736a3267d6363d6f51b4333c to v3Chris Rebert1-10/+0
https://webkit.org/b/158340 has been fixed So remove its entry from the Wall. Refs #20012, #20024 Refs http://trac.webkit.org/changeset/202324 [ci skip]
2016-06-19Copy fonts/ into dist/ recursively (#19817)Julien Maulny1-1/+1
[skip sauce] [skip validator]
2016-06-07Port #20089 to v3Chris Rebert1-0/+20
Add Wall of Browser Bugs entries for #12832 (#20089) Refs #12832 Refs http://getbootstrap.com/getting-started/#support-sticky-hover-mobile Refs https://bugs.chromium.org/p/chromium/issues/detail?id=370155 Refs https://bugs.webkit.org/show_bug.cgi?id=158517 [skip sauce]
2016-06-07Port #20090 to v3Chris Rebert1-10/+0
https://crbug.com/460200 has been fixed! (#20090) So remove its entry from the Wall of Browser Bugs Refs #15832 [skip sauce] [skip validator]
2016-06-05ISSUE_TEMPLATE.md: Fix "questons" typoChris Rebert1-1/+1
[ci skip]
2016-06-04Port 10ce36601d140af4fa9b6be5cc0cd5feaa8bbea3 to v3Chris Rebert1-1/+1
https://bugzil.la/1278000 was marked as dupe of https://bugzil.la/577785 Update Wall of Browser Bugs accordingly. Refs #19670 [ci skip]
2016-06-03Port #20037 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #19670 for Edge (#20037) See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7787318/ Refs #19670 [skip sauce]
2016-06-03Port #19706 to v3Chris Rebert1-0/+22
[ci skip]
2016-06-03Port #19984 to v3Chris Rebert1-0/+30
Add :dir() pseudo-class feature requests to Wall of Browser Bugs (#19984) Refs https://developer.mozilla.org/en-US/docs/Web/CSS/:dir [skip sauce]
2016-06-03Port #20036 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #19670 for Firefox (#20036) See https://bugzil.la/1278000 Refs #19670 [skip sauce]
2016-06-03Port #20026 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #19839 (#20026) See https://bugzilla.mozilla.org/show_bug.cgi?id=1277782 Refs #19839 [skip sauce]
2016-06-03Port #20025 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #17695 (#20025) See https://webkit.org/b/158342 Refs #17695. [skip sauce]
2016-06-02Port #20024 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #20012 (#20024) Refs https://webkit.org/b/158340 Closes #20012 [skip sauce]
2016-06-02Port #20021 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #19810 (#20021) Refs https://crbug.com/597642 Closes #19810 [skip sauce]
2016-06-02Port #20020 to v3Chris Rebert1-0/+10
Add Wall of Browser Bugs entry for #19927 (#20020) Refs https://webkit.org/b/158276 Closes #19927 [skip sauce]
2016-06-02Remove unsupported vendor prefixes for @viewport (#19955)eiselzby2-4/+0
Fixes #19871
2016-06-01Fix typo in panels.less comment: Collapsable → Collapsible (#20017)Sébastien Santoro1-1/+1
[ci skip]
2016-05-29Clear tooltip's $element to prevent leaking memory. Fixes #17973Greg Sheremeta1-3/+6
Closes #19659
2016-05-29Merge pull request #19982 from twbs/master-devDepsChris Rebert8-962/+1391
Update devDependencies
2016-05-29Run `grunt`.XhmikosR3-528/+528
[ci skip]
2016-05-29Update all devDependencies.XhmikosR5-434/+863
Keep grunt at v0.4.5 due to some of the devDependencies not being updated for grunt 1.x.
2016-05-29Run `grunt`.XhmikosR6-6/+6
[ci skip]