Cheers,
I am web front-end engineer, especially in html/css/javascript.
Client side MVC framework, build upon javascriptMVC. It generate a big web application, a web-based survellience system of Network Recording System.
| $.Model('jQuery.Modelex', { | |
| findAll: function(params, success, error){ | |
| return $.when(A.findAll({}), B.findAll({})).done(success).fail(error); | |
| }, | |
| models: function(dataA, dataB){ | |
| var data = $.extend({}, dataA, dataB); | |
| var array = []; | |
| $.each(data, function(index, value){ array.push(new this(value)) }); | |
| return array; | |
| } |
| $.Model.extend("GS.Models.Base", { | |
| cache: {}, | |
| getOneFromCache: function( a, b ) { | |
| return this.addLibraryFavoriteFlags(this.cache[_.orEqual(b, "") + a]) | |
| }, | |
| addLibraryFavoriteFlags: function( a ) { | |
| var b = this.shortName.toLowerCase() + "s"; | |
| if ( a && GS.user ) { | |
| var c = a[a.Class.id]; | |
| if ( GS.user.favorites[b] ) a.isFavorite = _.defined(GS.user.favorites[b][c]) ? 1 : 0; |
| diff --git flash.sh flash.sh | |
| index a9256ff..5093078 100755 | |
| --- flash.sh | |
| +++ flash.sh | |
| @@ -120,6 +120,12 @@ case "$1" in | |
| exit $? | |
| ;; | |
| +"demo") | |
| + make -C gaia install-media-samples ADB="$ADB" |
| diff --git Makefile Makefile | |
| index e86e5de..5935f2a 100644 | |
| --- Makefile | |
| +++ Makefile | |
| @@ -26,6 +26,8 @@ DEBUG?=0 | |
| REPORTER=Spec | |
| +#EXCLUDED=uitest test-agent | |
| + |
| <!DOCTYPE html> | |
| <html manifest="manifest.appcache"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="pragma" content="no-cache"> | |
| <!-- System --> | |
| <script> | |
| </script> | |
| </head> |
Hi,
https://github.com/mozilla-b2g/gaia/issues/2039 I am dealing with a issue about zIndex audit, I would refactor system-app dom structure and style tremendously. This mail is to throw my idea and plan.