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

Added fileinput test mobile UA blacklist for issue #772 #773

Merged
merged 3 commits into from
Jan 7, 2013

Conversation

stucox
Copy link
Member

@stucox stucox commented Dec 29, 2012

Added fileinput test mobile UA blacklist for issue #772

From http://viljamis.com/blog/2012/file-upload-support-on-mobile/

@paulirish
Copy link
Member

Killer. Thank you.

paulirish added a commit that referenced this pull request Jan 7, 2013
Added fileinput test mobile UA blacklist for issue #772
@paulirish paulirish merged commit 612ed03 into Modernizr:master Jan 7, 2013
SlexAxton added a commit to SlexAxton/Modernizr that referenced this pull request Jan 8, 2013
SlexAxton added a commit to SlexAxton/Modernizr that referenced this pull request Jan 24, 2013
…the process of reformatting tests.

moar tests!

another good chunk of amd-ified modules done

ignoring dist and build folders

Making sure files only leak a single variable when we strip the wrappers. aka Hax.

No console log in addtest

I removed this

Moved over build step to grunt
- Added default build step which will combine modules, minify
  add license and create dist files.
- Added package.json for deps and source of truth for version

just save grunt, its better even though it sucks, imo

Making sure the constructor is nice, gzip does the rest

initial modernizr bin tool

Better memory cleanup mechanism and implementation. Some generation cleanup.

Not using the cleanup file anymore. Each test is responsible for adding cleanup to the queue itself.

Add in self creating objects for async and post-official use. As discussed in Modernizr#756

towards passing tests - taking into account more tests that follow rules a little less closely than core tests.

fix test for rAF to account for unprefixed possibility

explicit start calls

update travis to generate a built modernizr file in the dist folder

another try at generating a built file in travis

will break but give me error output

buildfailuressry

git renaming sucks

git capitalization meh

go back to using bind since it's used other places anyways

SUPERSECRET MICROSOFT REQUESTED SENSORSHIP

adding docs from alex's email.

whitespace

Matches Modernizr#773 in v3 land.

Matches Modernizr#774 in v3 land.

Adds 'peerconnection' feature detection, namespaces WebRTC features together

Added a test for TypedArrays, because the DataView test will fail for browsers that support TypedArrays/ArrayBuffers/and views of those buffers if they do not have DataView
paulirish added a commit to SlexAxton/Modernizr that referenced this pull request Feb 14, 2013
Added fileinput test mobile UA blacklist for issue Modernizr#772
SlexAxton added a commit to SlexAxton/Modernizr that referenced this pull request Feb 14, 2013
SlexAxton added a commit to SlexAxton/Modernizr that referenced this pull request Feb 23, 2013
* 'master' of github.com:Modernizr/Modernizr: (70 commits)
  Fixed a typo in `testMediaQuery()`
  Added wrapflow test, in AMD format - fixes Modernizr#786
  Fixes missing brackets and removes unneeded "Pre 1.2" from the user agent regex ("webOS" already covers that).
  Corrected name for `touch` (to `touchevents`) in Modernizr-caniuse mapping
  Robustisize the binary WebSocket detect. Fixes Modernizr#370
  Update detect for fullscreen api. Fixes Modernizr#739
  Added DOM PointerEvents test as Modernizr.pointerevents
  Moved Modernizr.pointerevents -> Modernizr.csspointer events (API break...)
  Moved Modernizr.touch -> Modernizr.touchevents (kept an alias though)
  Matches Modernizr#777 in v3 land.
  Matches Modernizr#774 in v3 land.
  Matches Modernizr#773 in v3 land.
  whitespace
  Adds 'peerconnection' feature detection, namespaces WebRTC features together
  Tweaked csstransforms3d style test numbers to work around rounding bug in Chrome 23.0 when zoomed (Modernizr#760)
  Added fileinput test mobile UA blacklist for issue Modernizr#772
  Added fileinput test mobile UA blacklist for issue Modernizr#772
  adding docs from alex's email.
  whitespace
  SUPERSECRET MICROSOFT REQUESTED SENSORSHIP
  ...
SlexAxton added a commit to SlexAxton/Modernizr that referenced this pull request Feb 23, 2013
* 3pre: (58 commits)
  fill up metadata a bit more, a few new conventions
  Saving full dependecies into package.json
  Removing node_modules, adding in metadata reader, ignoring generated metadata
  remove the node modules via an ignore
  Corrected name for `touch` (to `touchevents`) in Modernizr-caniuse mapping
  Robustisize the binary WebSocket detect. Fixes Modernizr#370
  Update detect for fullscreen api. Fixes Modernizr#739
  Added DOM PointerEvents test as Modernizr.pointerevents
  Moved Modernizr.pointerevents -> Modernizr.csspointer events (API break...)
  Moved Modernizr.touch -> Modernizr.touchevents (kept an alias though)
  Matches Modernizr#777 in v3 land.
  Matches Modernizr#774 in v3 land.
  Matches Modernizr#773 in v3 land.
  whitespace
  Adds 'peerconnection' feature detection, namespaces WebRTC features together
  Tweaked csstransforms3d style test numbers to work around rounding bug in Chrome 23.0 when zoomed (Modernizr#760)
  Added fileinput test mobile UA blacklist for issue Modernizr#772
  Added fileinput test mobile UA blacklist for issue Modernizr#772
  adding docs from alex's email.
  whitespace
  ...

Conflicts:
	config-all.json
	feature-detects/css/animations.js
	feature-detects/forms/fileinput.js
	modular.html
	package.json
@patrickkettner
Copy link
Member

Did you download version 2 or version 3?

On Sat, Aug 23, 2014 at 5:19 PM, spacewolf7 notifications@github.com
wrote:

Was this removed at some point? Because the blacklist is not in the modernizr code that I just downloaded...

Reply to this email directly or view it on GitHub:
#773 (comment)

@patrickkettner
Copy link
Member

Yep, the version it was added in was 3.0, which hasn't been published in the site yet. You can build it manually by running this repo locally, or going by to http://v3.modernizr.com

On Sat, Aug 23, 2014 at 5:58 PM, spacewolf7 notifications@github.com
wrote:

v2.8.3

It is the main download link on modernizr.com

Reply to this email directly or view it on GitHub:
#773 (comment)

patrickkettner pushed a commit to patrickkettner/Modernizr that referenced this pull request Feb 22, 2015
Added fileinput test mobile UA blacklist for issue Modernizr#772
patrickkettner pushed a commit to patrickkettner/Modernizr that referenced this pull request Feb 22, 2015
patrickkettner pushed a commit to patrickkettner/Modernizr that referenced this pull request Feb 22, 2015
patrickkettner pushed a commit to patrickkettner/Modernizr that referenced this pull request Feb 22, 2015
* 'master' of github.com:Modernizr/Modernizr: (70 commits)
  Fixed a typo in `testMediaQuery()`
  Added wrapflow test, in AMD format - fixes Modernizr#786
  Fixes missing brackets and removes unneeded "Pre 1.2" from the user agent regex ("webOS" already covers that).
  Corrected name for `touch` (to `touchevents`) in Modernizr-caniuse mapping
  Robustisize the binary WebSocket detect. Fixes Modernizr#370
  Update detect for fullscreen api. Fixes Modernizr#739
  Added DOM PointerEvents test as Modernizr.pointerevents
  Moved Modernizr.pointerevents -> Modernizr.csspointer events (API break...)
  Moved Modernizr.touch -> Modernizr.touchevents (kept an alias though)
  Matches Modernizr#777 in v3 land.
  Matches Modernizr#774 in v3 land.
  Matches Modernizr#773 in v3 land.
  whitespace
  Adds 'peerconnection' feature detection, namespaces WebRTC features together
  Tweaked csstransforms3d style test numbers to work around rounding bug in Chrome 23.0 when zoomed (Modernizr#760)
  Added fileinput test mobile UA blacklist for issue Modernizr#772
  Added fileinput test mobile UA blacklist for issue Modernizr#772
  adding docs from alex's email.
  whitespace
  SUPERSECRET MICROSOFT REQUESTED SENSORSHIP
  ...
patrickkettner pushed a commit to patrickkettner/Modernizr that referenced this pull request Feb 22, 2015
* 3pre: (58 commits)
  fill up metadata a bit more, a few new conventions
  Saving full dependecies into package.json
  Removing node_modules, adding in metadata reader, ignoring generated metadata
  remove the node modules via an ignore
  Corrected name for `touch` (to `touchevents`) in Modernizr-caniuse mapping
  Robustisize the binary WebSocket detect. Fixes Modernizr#370
  Update detect for fullscreen api. Fixes Modernizr#739
  Added DOM PointerEvents test as Modernizr.pointerevents
  Moved Modernizr.pointerevents -> Modernizr.csspointer events (API break...)
  Moved Modernizr.touch -> Modernizr.touchevents (kept an alias though)
  Matches Modernizr#777 in v3 land.
  Matches Modernizr#774 in v3 land.
  Matches Modernizr#773 in v3 land.
  whitespace
  Adds 'peerconnection' feature detection, namespaces WebRTC features together
  Tweaked csstransforms3d style test numbers to work around rounding bug in Chrome 23.0 when zoomed (Modernizr#760)
  Added fileinput test mobile UA blacklist for issue Modernizr#772
  Added fileinput test mobile UA blacklist for issue Modernizr#772
  adding docs from alex's email.
  whitespace
  ...

Conflicts:
	config-all.json
	feature-detects/css/animations.js
	feature-detects/forms/fileinput.js
	modular.html
	package.json
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.

3 participants