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

Update #1

Merged
merged 100 commits into from
Nov 23, 2015
Merged

Update #1

merged 100 commits into from
Nov 23, 2015

Commits on Nov 20, 2015

  1. Configuration menu
    Copy the full SHA
    c10aa8e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2015

  1. Function calls not highlighted in JS

    tmTheme files use `meta.function-call` to highlight function calls.
    Jakeii committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    15ffb3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c89555b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. update debug adapters

    weinand committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    bff376d View commit details
    Browse the repository at this point in the history
  2. remove unnecessary files

    kheiakiyama committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    c1b1d60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98f9564 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0861d82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c878d1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29e3294 View commit details
    Browse the repository at this point in the history
  7. Add ARIA 1.1 attributes to global attributes list

    …including adding undefined value to orientation
    dstorey committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    1dcf795 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d54b7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b6ba9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed9a93c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cfbddb8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    46c0393 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c3094f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d1ae7b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6be95ed View commit details
    Browse the repository at this point in the history
  16. dont use lambda in this case

    bpasero committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    7a780d7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ccbcf78 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b75d17c View commit details
    Browse the repository at this point in the history
  19. Merge pull request #436 from dstorey/aria-role-values

    Add ARIA role values and ARIA 1.1 attributes
    aeschli committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    e807c0e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c7451c1 View commit details
    Browse the repository at this point in the history
  21. Fixed typos

    pborreli committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    16fc6b7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    97874e9 View commit details
    Browse the repository at this point in the history
  23. Remove obsolete HTML elements from CSS syntax highlight

    * acronym
    * big
    * strike
    * tt
    * frame
    * frameset
    * noframes
    dstorey committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    71ff1b4 View commit details
    Browse the repository at this point in the history
  24. Add missing HTML5 elements to CSS syntax highlighting

    * bdo
    * data
    * embed
    * main
    * rb, rp, rt, rtc, ruby
    * s
    * source
    * template
    * track
    * u
    * wbr
    dstorey committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    b1e6e55 View commit details
    Browse the repository at this point in the history
  25. Add missing HTML5.1 elements to CSS syntax highlight and Intellisense

    * svg
    * menuitem (already in IntelliSense)
    dstorey committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    933a511 View commit details
    Browse the repository at this point in the history
  26. Remove <eventsource> (Server-Sent Events) from syntax highlight

    The element is no longer part of the API. It is no fully JavaScript
    based.
    dstorey committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    1a98e23 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e00710d View commit details
    Browse the repository at this point in the history
  28. Fix order of CSS transition snippet and remove old -o- prefix

    The prefixless version should always be last, so that the older
    prefixed implementation (if different) doesn’t win out in the cascade.
    Especially now other browsers (Edge) support the webkit version as well.
    
    Removed -o- as that was only used by Opera 11.5, which hasn’t been the
    current version since I worked there. Presto users were quickly
    auto-updated to Opera 12, and now Opera uses Blink.
    dstorey committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    911ba94 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Remove global inert attribute from HTML auto-complete

    It is not included in the list of global attributes for either W3C
    HTML5/5.1 or WhatWG Living Standard.
    
    There was a proposal for an inert keyword but it was dropped
    whatwg/html@5ddfc78
    f1e4ad
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    f2417f3 View commit details
    Browse the repository at this point in the history
  2. Update valid HTML <a> & <area> attributes. + download, - media

    Add download attribute (now widely supported.)
    Remove media attribute (only valid on style and link elements)
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    911958a View commit details
    Browse the repository at this point in the history
  3. Update valid HTML body attributes

    * Add onlanguagechange
    * Remove onblur, onerous, onfocus, onload (existing global attributes)
    * Move onresize and onscroll to global event handlers
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    19a1c43 View commit details
    Browse the repository at this point in the history
  4. Remove option attribute from HTML <datalist> element

    option is a child of datalist, not an attribute
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    b4288d9 View commit details
    Browse the repository at this point in the history
  5. Update valid iframe attributes for auto-complete

    * Add allowfullscreen attribute
    * Set sandbox to boolean attribute
    * Add valid values for the sandbox attribute
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    55b9777 View commit details
    Browse the repository at this point in the history
  6. Update valid input attributes for auto-complete

    * Add minlength attribute
    * Update required attribute to a boolean attribute
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    b3e1987 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6766719 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88347ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1872ea5 View commit details
    Browse the repository at this point in the history
  10. Add nonce attribute to <script> and <style> elements

    …as used by CSP. Included in W3C HTML5.1 and WHATWG Living standard.
    
    Also re-ordered <script> to match spec, to make it easier to scan for
    updates.
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    d28360a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab59845 View commit details
    Browse the repository at this point in the history
  12. Remove media attribute from <source> element

    …no longer valid in HTML5.1 and WhatWG HTML
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    a6ccea1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e28c65 View commit details
    Browse the repository at this point in the history
  14. Add <template> element

    …as used by Web Components.
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    bb27baf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    95645da View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72de9a7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    649a6f5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5991c9f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2df7cf8 View commit details
    Browse the repository at this point in the history
  20. Add <menuitem> el to HTML autocomplete & update <menu>

    * Add menuitem element and define valid values for menuitem type
    attribute
    * Add valid values for menu type attribute
    * Add menu to valid button values
    * Remove old command element
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    84b65a3 View commit details
    Browse the repository at this point in the history
  21. Add auto to valid dir attribute values

    …auto isn’t valid when using on <bdo> element, so need to find how to
    show that. It is valid for the global dir attribute.
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    0ce3ab1 View commit details
    Browse the repository at this point in the history
  22. Set draggable attribute to a true/false bool, and remove t/f/a set

    …auto isn’t a valid value for draggable. true/false/auto isn’t needed
    once that uses a boolean.
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    051a797 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9d8b624 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4a68465 View commit details
    Browse the repository at this point in the history
  25. Add additional set for <form method> inc. dialog value

    …and capitalise GET / POST. Old get/post set is still needed for
    formmethod on input and button.
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    4a7291e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dcb0a77 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    917d624 View commit details
    Browse the repository at this point in the history
  28. Add set for valid wrap values

    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    29ccc32 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    335aee1 View commit details
    Browse the repository at this point in the history
  30. Fix function keyword syntax

    Avoid matching "function" at the end of other words
    Fix highlighting of scope keywords
    Jaykul committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    4279850 View commit details
    Browse the repository at this point in the history
  31. increase test timeout

    bpasero committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    abad7fb View commit details
    Browse the repository at this point in the history
  32. Merge pull request #431 from kheiakiyama/rm_inputbox2

    Delete files not using
    bpasero committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    144eda7 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #445 from claudioc/claudioc/typo_fix

    Fixes typos in the javascript.contribution
    bpasero committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    150c33d View commit details
    Browse the repository at this point in the history
  34. Add Edge to list of browsers

    …so it can be used to add browser support info in CSS IntelliSense.
    dstorey committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    0e06936 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #453 from pborreli/typos

    Fixed typos
    bpasero committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    fc6faeb View commit details
    Browse the repository at this point in the history
  36. mkdirp: don't try to create fs roots

    fixes #379
    joaomoreno committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    60713ed View commit details
    Browse the repository at this point in the history
  37. Merge pull request #475 from joaomoreno/issue379

    mkdirp: don't try to create fs roots
    bpasero committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    3e6df16 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f84dd4e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e186bb3 View commit details
    Browse the repository at this point in the history
  40. Merge pull request #476 from Protectator/master

    Correcting documentation to better match JSDoc's style.
    joaomoreno committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    6e37036 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c00ea5b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    ad4f706 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3efb36e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    13594d8 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #473 from dstorey/add-edge-browser

    Add Edge to list of browsers
    aeschli committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    b124abd View commit details
    Browse the repository at this point in the history
  46. Merge pull request #461 from dstorey/main-element

    Update HTML highlighting & IntelliSense
    aeschli committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    5b657a5 View commit details
    Browse the repository at this point in the history
  47. move timeout into test

    bpasero committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    e1fb6c4 View commit details
    Browse the repository at this point in the history
  48. run tests in Electron

    joaomoreno committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    5ae0e8c View commit details
    Browse the repository at this point in the history
  49. Merge pull request #484 from joaomoreno/travis-tests

    Run tests in Electron
    joaomoreno committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    4f35633 View commit details
    Browse the repository at this point in the history
  50. fix whitespace

    joaomoreno committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    4d4be18 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #403 from Jakeii/patch-1

    Function calls not highlighted in JS
    aeschli committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    956a8f0 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5521642 View commit details
    Browse the repository at this point in the history
  53. Format changes

    dbaeumer committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    4d78a2e View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    7569a9a View commit details
    Browse the repository at this point in the history
  55. run tests in linux and osx

    joaomoreno committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    5ad728f View commit details
    Browse the repository at this point in the history
  56. travis: just linux for now

    joaomoreno committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    4b8ad58 View commit details
    Browse the repository at this point in the history
  57. OS X Travis CI

    joaomoreno committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    b3f68a5 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    9799b57 View commit details
    Browse the repository at this point in the history
  59. add comment

    bpasero committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    c79f772 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    2543816 View commit details
    Browse the repository at this point in the history
  61. Merge pull request #314 from Tyriar/278_blank_line_regex

    Enable regex's ^, $ and ^$ to be matched in file dialog
    alexdima committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    cef9583 View commit details
    Browse the repository at this point in the history
  62. Dispose all models in tests

    alexdima committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    1722b6d View commit details
    Browse the repository at this point in the history
  63. Merge pull request #472 from Jaykul/feature/fixfunctions

    Fix function keyword syntax
    aeschli committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    ccda7c8 View commit details
    Browse the repository at this point in the history
  64. update node-debug

    weinand committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    203f945 View commit details
    Browse the repository at this point in the history
  65. Fixes #312

    alexdima committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    47b7ef5 View commit details
    Browse the repository at this point in the history
  66. debugService: minor polish

    isidorn committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    08c019a View commit details
    Browse the repository at this point in the history
  67. Copyright polish.

    isidorn committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    eceef7a View commit details
    Browse the repository at this point in the history
  68. copyrights: use nicer gulp globing

    fixes #260
    isidorn committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    958bdd6 View commit details
    Browse the repository at this point in the history
  69. line endings.

    isidorn committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    28e29d7 View commit details
    Browse the repository at this point in the history