You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/08/13 22:03:45 UTC

[1/4] flex-typedefs git commit: upgrade typedefs to GCC 20170626

Repository: flex-typedefs
Updated Branches:
  refs/heads/feature/amf 506e46762 -> b53d76a6d


upgrade typedefs to GCC 20170626


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/0a064ba4
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/0a064ba4
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/0a064ba4

Branch: refs/heads/feature/amf
Commit: 0a064ba41360369c3960754d899863240f14c01b
Parents: 506e467
Author: piotrz <pi...@apache.org>
Authored: Sat Aug 12 17:07:00 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Sat Aug 12 17:07:00 2017 +0200

----------------------------------------------------------------------
 js/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0a064ba4/js/pom.xml
----------------------------------------------------------------------
diff --git a/js/pom.xml b/js/pom.xml
index ddea7a7..9d4178a 100644
--- a/js/pom.xml
+++ b/js/pom.xml
@@ -80,7 +80,7 @@
           <dependency>
             <groupId>com.google.javascript</groupId>
             <artifactId>closure-compiler-externs</artifactId>
-            <version>v20161201</version>
+            <version>v20170626</version>
           </dependency>
         </dependencies>
       </plugin>


[3/4] flex-typedefs git commit: adjust typedefs for newer GCC externs

Posted by pi...@apache.org.
adjust typedefs for newer GCC externs


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/3a6a055b
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/3a6a055b
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/3a6a055b

Branch: refs/heads/feature/amf
Commit: 3a6a055ba3895fc7b34fa042ec2cb8f8c351f0b5
Parents: 0028489
Author: Alex Harui <ah...@apache.org>
Authored: Sat Aug 12 08:21:12 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sat Aug 12 08:21:21 2017 -0700

----------------------------------------------------------------------
 js/src/main/javascript/missing.js | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/3a6a055b/js/src/main/javascript/missing.js
----------------------------------------------------------------------
diff --git a/js/src/main/javascript/missing.js b/js/src/main/javascript/missing.js
index d32b831..0715599 100644
--- a/js/src/main/javascript/missing.js
+++ b/js/src/main/javascript/missing.js
@@ -24,13 +24,6 @@
  */
 function ExtendableEvent() {}
 
-// HACK @enum page_visibility
-/**
- * @constructor
- */
-function VisibilityState(description) {}
-
-
 // chrome.js
 /**
  * @constructor
@@ -72,16 +65,6 @@ dialogPolyfill.registerDialog = function(element) {};
 /**
  * @constructor
  */
-function FontFaceSetLoadStatus() {}
-
-/**
- * @constructor
- */
-function FontFaceLoadStatus() {}
-
-/**
- * @constructor
- */
 function Navigator() {}
 
 


[4/4] flex-typedefs git commit: Merge branch 'develop' into feature/amf

Posted by pi...@apache.org.
Merge branch 'develop' into feature/amf


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/b53d76a6
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/b53d76a6
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/b53d76a6

Branch: refs/heads/feature/amf
Commit: b53d76a6d8a34eda15f905f35dda5459161d2f4c
Parents: 506e467 3a6a055
Author: piotrz <pi...@apache.org>
Authored: Mon Aug 14 00:03:11 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Mon Aug 14 00:03:11 2017 +0200

----------------------------------------------------------------------
 js/pom.xml                        |  2 +-
 js/src/main/javascript/missing.js | 17 -----------------
 node/pom.xml                      |  2 +-
 3 files changed, 2 insertions(+), 19 deletions(-)
----------------------------------------------------------------------



[2/4] flex-typedefs git commit: make sure that node is searching the right version of GCC

Posted by pi...@apache.org.
make sure that node is searching the right version of GCC


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/0028489b
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/0028489b
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/0028489b

Branch: refs/heads/feature/amf
Commit: 0028489bd3f87eebb5e9c65c0a793bc66d22e5c5
Parents: 0a064ba
Author: piotrz <pi...@apache.org>
Authored: Sat Aug 12 17:20:49 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Sat Aug 12 17:20:49 2017 +0200

----------------------------------------------------------------------
 node/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0028489b/node/pom.xml
----------------------------------------------------------------------
diff --git a/node/pom.xml b/node/pom.xml
index 6d2c7c8..a14adb5 100644
--- a/node/pom.xml
+++ b/node/pom.xml
@@ -52,7 +52,7 @@
                   Give it a number matching the date so we can
                   trigger a new download by updating the date
               -->
-              <outputFileName>closure-compiler-20160421.zip</outputFileName>
+              <outputFileName>closure-compiler-20170626.zip</outputFileName>
               <outputDirectory>${project.build.directory}/downloads</outputDirectory>
               <unpack>true</unpack>
             </configuration>