Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Remove unmaintained @supported annotations.
Browse files Browse the repository at this point in the history
RELNOTES: n/a
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125099025
  • Loading branch information
concavelenz authored and joeltine committed Jun 17, 2016
1 parent 5654ddc commit 1447a9b
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 25 deletions.
2 changes: 0 additions & 2 deletions closure/goog/cssom/cssom.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* References:
* - W3C: http://dev.w3.org/csswg/cssom/
* - MSDN: http://msdn.microsoft.com/en-us/library/ms531209(VS.85).aspx.
* @supported in FF3, IE6, IE7, Safari 3.1.2, Chrome
* TODO(user): Fix in Opera.
* TODO(user): Consider hacking page, media, etc.. to work.
* This would be pretty challenging. IE returns the text for any rule
* regardless of whether or not the media is correct or not. Firefox at
Expand Down
2 changes: 0 additions & 2 deletions closure/goog/dom/browserrange/browserrange.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* DO NOT USE THIS FILE DIRECTLY. Use goog.dom.Range instead.
*
* @author robbyw@google.com (Robby Walker)
*
* @supported IE6, IE7, FF1.5+, Safari.
*/


Expand Down
1 change: 0 additions & 1 deletion closure/goog/editor/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* high level table modifications: Adding and deleting rows and columns,
* and merging and splitting cells.
*
* @supported IE6+, WebKit 525+, Firefox 2+.
*/

goog.provide('goog.editor.Table');
Expand Down
3 changes: 0 additions & 3 deletions closure/goog/events/pastehandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
* can probably fix that. TODO(user): {@link KeyboardShortcutHandler} does not
* work either very well with opera + mac. fix that.
*
* @supported IE5, IE6, IE7, Safari3.0, Chrome, FF2.0 (linux) and FF3.0 and
* Opera (mac and windows).
*
* @see ../demos/pastehandler.html
*/

Expand Down
2 changes: 1 addition & 1 deletion closure/goog/ui/media/flickr.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
* video.setSelected(true);
* </pre>
*
* Requires flash to actually work.
*
* @supported IE6, FF2+, Safari. Requires flash to actually work.
*
* TODO(user): Support non flash users. Maybe show a link to the Flick set,
* or fetch the data and rendering it using javascript (instead of a broken
Expand Down
4 changes: 1 addition & 3 deletions closure/goog/ui/media/mp3.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@
* mp3.setSelected(true);
* </pre>
*
* Requires flash to actually work.
*
* @supported IE6, FF2+, Safari. Requires flash to actually work.
*
* TODO(user): test on other browsers
*/

goog.provide('goog.ui.media.Mp3');
Expand Down
5 changes: 1 addition & 4 deletions closure/goog/ui/media/picasa.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@
* picasa.setSelected(true);
* </pre>
*
*
* @supported IE6, FF2+, Safari. Requires flash to actually work.
*
* TODO(user): test on other browsers
* Requires flash to actually work.
*/

goog.provide('goog.ui.media.PicasaAlbum');
Expand Down
5 changes: 1 addition & 4 deletions closure/goog/ui/media/vimeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
* video.setSelected(true);
* </pre>
*
*
* @supported IE6, FF2+, Safari. Requires flash to actually work.
*
* TODO(user): test on other browsers
* Requires flash to actually work.
*/

goog.provide('goog.ui.media.Vimeo');
Expand Down
4 changes: 1 addition & 3 deletions closure/goog/ui/media/youtube.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@
* 'http://www.youtube.com/watch?v=ddl5f44spwQ');
* </pre>
*
* Requires flash to actually work.
*
* @supported IE6, FF2+, Safari. Requires flash to actually work.
*
* TODO(user): test on other browsers
*/


Expand Down
2 changes: 1 addition & 1 deletion third_party/closure/goog/caja/string/html/htmlparser.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html
* http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html
*
* @supported IE6, IE7, IE8, FF1.5, FF2, FF3, Chrome 3.0, Safari and Opera 10.
* @supported IE6+, FF1.5+, Chrome 3.0+, Safari and Opera 10.
*/

goog.provide('goog.string.html');
Expand Down
1 change: 0 additions & 1 deletion third_party/closure/goog/caja/string/html/htmlsanitizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
* htmlSanitize is relatively heavy considering that it is designed to parse
* large html files.
*
* @supported IE6, IE7, IE8, FF1.5, FF2, FF3, Chrome 4.0, Safari and Opera 10.
*/

goog.provide('goog.string.html.HtmlSanitizer');
Expand Down

0 comments on commit 1447a9b

Please sign in to comment.