Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug-1189121-remove-moz-expressions-from-bedrock #3240

Conversation

alexgibson
Copy link
Member

No description provided.

@AmusedNetwork
Copy link

Thank You @alexgibson

@alexgibson
Copy link
Member Author

Added a commit to tidy up a bit and removed some other vendor cruft. Thanks again @TheJJ100100!

@AmusedNetwork
Copy link

Thanks @alexgibson

@schalkneethling
Copy link

Any reason this has not been merged yet? Is it the two commits?

@alexgibson
Copy link
Member Author

@schalkneethling - just needs review. I'm preserving the two commits so @TheJJ100100 gets credit for the bug.

@AmusedNetwork
Copy link

@alexgibson I was wondering too :)

On 26 August 2015 at 14:42, Alex Gibson notifications@github.com wrote:

@schalkneethling https://github.com/schalkneethling - just needs
review. I'm preserving the two commits to @TheJJ100100
https://github.com/TheJJ100100 gets credit for the bug.


Reply to this email directly or view it on GitHub
#3240 (comment).

http://jab-jab.co.uk

Joseph Bywater / A Student
jabjab.co.uk@gmail.com

http://jab-jab.co.uk

[image: Twitter] https://twitter.com/thejj100100 [image: Youtube]
https://www.youtube.com/user/TheJJ100100 [image: Instagram]
http://www.instagram.com/kiwifruitapple/ [image: flickr]
https://www.flickr.com/photos/129058144@N06/

background-image: -webkit-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
background-image: -moz-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
background-image: -ms-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
background-image: -o-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
background-image: linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation here needs a fix.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this is intentional as per our CSS styleguide formatting

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, alrighty. Was not aware of that.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexgibson @schalkneethling What happened? I did what I was told :P

On 26 August 2015 at 18:08, Schalk Neethling notifications@github.com
wrote:

In media/css/sandstone/sandstone-resp.less
#3240 (comment):

 background-image: -webkit-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
  • background-image: -moz-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
  • background-image: -ms-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
  • background-image: -o-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
    background-image: linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));

Oh, alrighty. Was not aware of that.


Reply to this email directly or view it on GitHub
https://github.com/mozilla/bedrock/pull/3240/files#r38007479.

http://jab-jab.co.uk

Joseph Bywater / A Student
jabjab.co.uk@gmail.com

http://jab-jab.co.uk

[image: Twitter] https://twitter.com/thejj100100 [image: Youtube]
https://www.youtube.com/user/TheJJ100100 [image: Instagram]
http://www.instagram.com/kiwifruitapple/ [image: flickr]
https://www.flickr.com/photos/129058144@N06/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexgibson @schalkneethling I think I did anyway!

On 26 August 2015 at 18:18, Joseph Bywater jabjab.co.uk@gmail.com wrote:

@alexgibson @schalkneethling What happened? I did what I was told :P

On 26 August 2015 at 18:08, Schalk Neethling notifications@github.com
wrote:

In media/css/sandstone/sandstone-resp.less
#3240 (comment):

 background-image: -webkit-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
  • background-image: -moz-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
  • background-image: -ms-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
  • background-image: -o-linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));
    background-image: linear-gradient(top, rgba(218, 81, 50, 0.9), rgba(169, 19, 0, 1));

Oh, alrighty. Was not aware of that.


Reply to this email directly or view it on GitHub
https://github.com/mozilla/bedrock/pull/3240/files#r38007479.

http://jab-jab.co.uk

Joseph Bywater / A Student
jabjab.co.uk@gmail.com

http://jab-jab.co.uk

[image: Twitter] https://twitter.com/thejj100100 [image: Youtube]
https://www.youtube.com/user/TheJJ100100 [image: Instagram]
http://www.instagram.com/kiwifruitapple/ [image: flickr]
https://www.flickr.com/photos/129058144@N06/

http://jab-jab.co.uk

Joseph Bywater / A Student
jabjab.co.uk@gmail.com

http://jab-jab.co.uk

[image: Twitter] https://twitter.com/thejj100100 [image: Youtube]
https://www.youtube.com/user/TheJJ100100 [image: Instagram]
http://www.instagram.com/kiwifruitapple/ [image: flickr]
https://www.flickr.com/photos/129058144@N06/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TheJJ100100 - you didn't do anything, not to worry. The code is fine :)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, okay, I just got an email and it looked confusing!

@schalkneethling
Copy link

Hah, so we only have -webkit- that still needs a vendor prefix. Interesting. Code looks good, will pull it down and test.

@schalkneethling schalkneethling self-assigned this Aug 26, 2015
@schalkneethling
Copy link

Do we still actually need the -webkit- prefix? Seems like it supports the standard:
https://www.chromestatus.com/features/5785905063264256

http://codepen.io/chriscoyier/pen/zFoxn
http://codepen.io/chriscoyier/pen/iuaDL

@alexgibson
Copy link
Member Author

There are lots of mobile WebKit-based browsers that can't be updated still in the wild, so I think this last vendor prefix will be around for some time yet unfortunately. This is consistent with the level of support we're currently providing across the rest of the site.

@schalkneethling
Copy link

Ah bummer, in that case r+

schalkneethling pushed a commit that referenced this pull request Aug 26, 2015
…xed-gradients

bug-1189121-remove-moz-expressions-from-bedrock
@schalkneethling schalkneethling merged commit e0992fc into mozilla:master Aug 26, 2015
@alexgibson alexgibson deleted the bug-1189121-remove-moz-prefixed-gradients branch August 26, 2015 18:49
@alexgibson
Copy link
Member Author

Thanks @schalkneethling! And thanks again for the PR @TheJJ100100 🍰

@AmusedNetwork
Copy link

AmusedNetwork commented Aug 26, 2015 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants