Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Merge post 1.7 release changes to release #12844

Merged
merged 202 commits into from
Oct 26, 2016
Merged

Merge post 1.7 release changes to release #12844

merged 202 commits into from
Oct 26, 2016

Conversation

swmitra
Copy link
Collaborator

@swmitra swmitra commented Oct 20, 2016

@nethip @abose Can you please verify this once?

sebaslv and others added 30 commits February 4, 2015 15:15
Fix #10516. Attach editor to LiveCSSDocument during its creation since
lack of editor instance makes live highlighting not work when
LivePreview session is being started from a CSS document.
2) Return baseName to include ../ if the fullpath contains ../
2) Fixed the file rename logic to validate against the newName against base name
Update translations for zh_CN
…correctly updated after deleting lines above a folded region.
Pull latest changes from release branch
Some words are written wrong. The correct way is:
* automáticamente -> automaticamente
* búsca -> busca
* periódicamente -> periodicamente
handled case in xml type files  where the start of a collapsible region can span two lines.
Replace the URL in URLCodeHints even if it is the current content of …
Close CSS Code Hints after inputting property value
Dayton Allen and others added 27 commits September 9, 2016 14:12
Adds autofill detail tokens to the autocomplete attribute
Docs: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display

****** Values **********
auto
The font display strategy is defined by the user agent.
block
Gives the font face a short block period and an infinite swap period.
swap
Gives the font face no block period and an infinite swap period.
fallback
Gives the font face an extremely small block period and a short swap period.
optional
gives the font face an extremely small block period and no swap period.
Let's correct the sentence in order to give the correct meaning.
 Caching $(".modal-body", $dlg) in to its own variable
Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
The purpose of the code is to add the ARIA code hints for HTML. Before
this, there were no code hints for the ARIA spec. This change allows
developers to get the ARIA codes while programming.
* added fold range finder for handlebars template files.

* update to test handlebars file

* Added test.hbs file and unit tests for handlebars template files

* added space after module comment

* Addresses code review comments

* added license header and stringutils

* adds handlebars fold helper to htmlmixed mode

* added more handlebars/mustache-related helper tags e.g., tags introduced by ~, ^ or #*
updated tests to capture these cases
 I have now signed the Contributor License Agreement. Added some properties and values.
* Update showModalDialogUsingTemplate() to save current focus when creating a dialog and set current focus to the previous one when closing

* added a null check for rare cases when document.activeElement is null

* Add missing whitespace

* A bit more whitespace
* Fix Enter key behaviour on Extension Manager Search Box

Fixes #11416
Made an exception for INPUT element in Dialogs.js so that we don't click
the primary button (in this case ESCAPE) when it's an INPUT.

* Fix ESLint error on inequality sign
* Allow omitted optional close tags in HTMLSimpleDOM

fixes #7257
This commit also updates the openImpliesClose list.

* Fix TypeError after typing at end of html document

This fixes `TypeError: Cannot read property 'mark' of null`

* Make shure Tokenizer gets to the end

and does not skip text nodes at the end.

* Fix preferParent in HTMLInstrumentation

* Allow dt at end of dl

...even though it's not actually valid. Change requested by @petetnt
@swmitra
Copy link
Collaborator Author

swmitra commented Oct 26, 2016

Merging for 1.8 release.

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

Successfully merging this pull request may close these issues.