- 14 Jul, 2016 2 commits
-
-
Chris Rebert authored
[skip sauce]
-
Chris Rebert authored
https://bugs.webkit.org/show_bug.cgi?id=159753 [skip sauce]
-
- 13 Jul, 2016 1 commit
-
-
Tom Lutzenberger authored
-
- 12 Jul, 2016 6 commits
-
-
XhmikosR authored
Used zopfli 1.0.1 with `zopflipng.exe -m --lossy_transparent -y --iterations=1000`. Before: 199 KB (203.922 bytes) After: 197 KB (202.151 bytes) [ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
[ci skip]
-
Chris Rebert authored
As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Ports #19935 to v4 Refs #19933 [skip sauce]
-
- 10 Jul, 2016 1 commit
-
-
XhmikosR authored
-
- 09 Jul, 2016 1 commit
-
-
XhmikosR authored
[skip sauce]
-
- 08 Jul, 2016 4 commits
-
-
Chris Rebert authored
Add Most Wanted Features entries for <dialog>
-
Chris Rebert authored
Refs https://bugzil.la/840640 Refs https://webkit.org/b/84635 [skip sauce]
-
Chris Rebert authored
-
Geremia Taglialatela authored
SCSS-Lint 0.49.0 modifies Shorthand linter to report lint if a shorthand of a length not specified in the allowed_shorthands option is used. New defaults include "4" in the list of allowed shorthands, so we are changing our configuration accordingly. Ref: https://github.com/brigade/scss-lint/commit/e283d1689699f581561fea344df3168128c46d7b
-
- 06 Jul, 2016 2 commits
-
-
Patrick H. Lauke authored
Fix typo in 'Reboot' section
-
anantoghosh authored
Changed `box-sizing: border` to `box-sizing: border-box`
-
- 05 Jul, 2016 1 commit
-
-
XhmikosR authored
Update devDepedencies.
-
- 04 Jul, 2016 1 commit
-
-
XhmikosR authored
-
- 29 Jun, 2016 7 commits
-
-
XhmikosR authored
Avoid globbing in jscs npm script for Windows compatibility
-
XhmikosR authored
Update dependencies.
-
Chris Rebert authored
Fixes #20197 [skip sauce] [skip validator]
-
XhmikosR authored
[ci skip]
-
XhmikosR authored
Only grunt-saucelabs is left in order to update grunt to v1.x.
-
XhmikosR authored
-
Chris Rebert authored
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
-
- 28 Jun, 2016 6 commits
-
-
Dave Methvin authored
Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #20182 more Refs #20191
-
XhmikosR authored
Use shx so that the npm scripts work everywhere the same.
-
XhmikosR authored
-
judetucker authored
Fixes #18813 Closes #20187 [skip sauce]
-
Chris Rebert authored
[ci skip]
-
Dave Methvin authored
Instead of doing a new assert.async(), just do a single one for the entire test and let the .then() be async as well. Closes #20190
-
- 27 Jun, 2016 3 commits
-
-
http://preview.twbsapps.comChris Rebert authored
-
-
Chris Rebert authored
Closes #19906 [skip validator]
-
- 26 Jun, 2016 3 commits
-
-
Chris Rebert authored
Previously, when running the docs locally, the site, rooted at: http://localhost:9001/ would reference docs assets using relative URLs such as: /../assets/js/vendor/anchor.min.js which is equivalent to: http://localhost:9001/../assets/js/vendor/anchor.min.js which is nonsense, since the root directory has no parent directory. Apparently browsers silently ignore this extra '..', hence why this wasn't noticed until now. But if you adjust Jekyll's `baseurl` setting, this mistake causes incorrect URLs to get generated. This commit corrects the problem by removing the extra '../' from the paths. These paths are also referenced in the Gruntfile, where the fix actually allows us to simplify the code. Previously, in the Gruntfile, we were doing, e.g.: path.join('./docs/assets', '../assets/js/vendor/anchor.min.js') which calculates to: ./docs/assets/../assets/js/vendor/anchor.min.js which can be simplified to: ...
-
Chris Rebert authored
[skip sauce] [skip validator]
-
Chris Rebert authored
[skip sauce]
-
- 24 Jun, 2016 2 commits
-
-
Chris Rebert authored
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=454172#c22 [skip sauce]
-
Curt Grimes authored
Closes #20165 [skip sauce]
-