Francisco Ryan Tolmasky I
f67dfd85ef
Fix for loading Cappuccino apps locally on Windows.
...
Reviewed by me.
2010-03-30 16:30:45 -07:00
Tom Robinson
3712da3bba
Enable default logger in debug frameworks. Add configurable options to index-debug.html.
2010-03-30 14:16:10 -07:00
Francisco Ryan Tolmasky I
e3cb8c4264
One more fix for image spriting.
...
Reviewed by me.
2010-03-30 00:46:01 -07:00
Francisco Ryan Tolmasky I
12433558fa
Fix for a few minor regressions:
...
1. Split out flatten specific code to get file size back down.
2. Fix for non-native string URL not working with the URLCache (typeof x !=== "string")
3. Fix for slight IE performance regression.
Reviewed by me.
2010-03-28 15:04:42 -07:00
Francisco Ryan Tolmasky I
bbfc1feaaf
Fix for user code errors during load not being reported (Cappuccino failing silently).
...
Reviewed by me.
2010-03-28 15:04:42 -07:00
Francisco Ryan Tolmasky I
ee36e8ba5c
Don't generate image files if there aren't any.
...
Reviewed by me.
2010-03-28 15:04:42 -07:00
Francisco Ryan Tolmasky I
9dfec49b09
Fix for empty data URLs, MHTML, etc. files being created when no image resources exist, causing a useless xhr.
...
Reviewed by me.
2010-03-28 15:04:41 -07:00
Tom Robinson and Francisco Ryan Tolmasky I
32605ccd12
Fix for flatten in Firefox (silly security restriction makes onreadystatechange not readable)
2010-03-28 15:04:41 -07:00
Tom Robinson and Francisco Ryan Tolmasky I
cb6ef75283
Refactor objj_eval to work in the browser. Move from CommonJS-specific code to Objective-J proper.
2010-03-28 15:04:40 -07:00
Tom Robinson and Francisco Ryan Tolmasky I
47f596935a
Make asyncLoader a configurable option on exports.
2010-03-28 15:04:40 -07:00
Tom Robinson and Francisco Ryan Tolmasky I
ca0eda08a4
Fix objj_eval (used in objj REPL, etc).
2010-03-28 15:04:40 -07:00
Tom Robinson and Francisco Ryan Tolmasky I
02462cdca6
Typo in window.clearNativeInterval.
2010-03-28 15:04:40 -07:00
Tom Robinson and Francisco Ryan Tolmasky I
7db5411f25
Add CFHTTPRequest and FileExecutable hooks for inlining files and module functions (for flatten). Removed hook used by flatten.
2010-03-28 15:04:40 -07:00
Tom Robinson
677cf9e1df
Change FileRequest to always use CFHTTPRequest and make async/sync configurable. Preparation for "flatten" changes.
2010-03-12 19:40:27 -08:00
Francisco Ryan Tolmasky I
9e7d0d3183
Merge branch 'master' of git@github.com:280north/cappuccino
2010-03-08 18:23:36 -08:00
Francisco Ryan Tolmasky I
3ae4b1cf19
Fix for classes declared in subfolders reporting wrong bundle (fictional).
...
Reviewed by me.
2010-03-08 18:22:53 -08:00
Ross Boucher
2841223c9d
Create the args and namedArgs objects in Bootstrap.js, pass them along up to CPApplication.
2010-03-08 15:14:09 -08:00
Tom Robinson
c53bff288a
Add a central version.json file. Change package building to insert version, revision, and timestamp. Auto-push tags.
2010-03-08 15:10:08 -08:00
Francisco Ryan Tolmasky I
33b4b94426
Fix for loading bundles generating multiple did load callbacks.
...
Reviewed by me.
2010-03-08 01:03:52 -08:00
Francisco Ryan Tolmasky I
d1b325052d
Fixed incorrect import.
...
Reviewed by me.
2010-03-07 21:56:29 -08:00
Francisco Ryan Tolmasky I
961628d8d3
Fix for count global and also cleaned up display names in CFDictionary.
...
Reviewed by me.
2010-03-07 17:53:44 -08:00
Ross Boucher
e3dc9fd96b
Make sprintf no longer global, instead ObjectiveJ.sprintf.
2010-03-07 17:41:33 -08:00
Ross Boucher
c3ac076d13
Remove base64 globals, move to CFData. Update tests.
2010-03-07 17:22:29 -08:00
Francisco Ryan Tolmasky I
c0ce830456
Merge branch 'master' of git@github.com:280north/cappuccino
2010-03-07 16:55:33 -08:00
Francisco Ryan Tolmasky I
481555f11f
Further perfomance improvements.
...
Reviewed by me.
2010-03-07 16:54:43 -08:00
Tom Robinson
20327d8fb6
Move CPLog css file inline, remove redundant ANSI control sequence stuff, automatically use command line tool name in CPLog title.
2010-03-07 16:18:26 -08:00
Francisco Ryan Tolmasky I
a377e15368
Added display names to Executables and FileExecutables.
...
Reviewed by me.
2010-03-07 15:51:49 -08:00
Francisco Ryan Tolmasky I
52ca9628fd
Added display names to CFURL.
...
Reviewed by me.
2010-03-07 15:44:59 -08:00
Francisco Ryan Tolmasky I
db1454c4fe
Add display names to runtime methods.
...
Reviewed by me.
2010-03-07 15:36:32 -08:00
Francisco Ryan Tolmasky I
64a401125d
Further performance improvements and better debug values for CFDictionary and CFMutableDictionary.
...
Reviewed by me.
2010-03-07 12:49:37 -08:00
Francisco Ryan Tolmasky I
62b1dbbc74
Merge branch 'master' of git@github.com:280north/cappuccino
2010-03-07 03:58:48 -08:00
Francisco Ryan Tolmasky I
0881d86998
A number of performance improvements in the loader.
...
Reviewed by me.
2010-03-07 03:58:21 -08:00
Tom Robinson
aff4883222
Initial fixes for "flatten". Loads everything correct but AppKit does not start completely.
2010-03-07 02:16:01 -08:00
Tom Robinson
fbed77fc64
Fix press yet again.
2010-03-07 00:53:08 -08:00
Francisco Ryan Tolmasky I
2edcfbda35
Updated version strings in preparation for 0.8.0 Release Candidate.
...
Reviewed by me.
2010-03-06 22:30:51 -08:00
Francisco Ryan Tolmasky I
3356175f3e
Merge branch 'master' of git@github.com:280north/cappuccino
2010-03-06 16:54:31 -08:00
Francisco Ryan Tolmasky I
50ff20ba33
Further reduction of CFURL creation and caching of method values.
...
Reviewed by me.
2010-03-06 16:53:24 -08:00
Francisco Ryan Tolmasky I
d3ba51104e
Create much fewer CFURLs.
...
Reviewed by me.
2010-03-06 16:20:20 -08:00
Francisco Ryan Tolmasky I
981c184c20
A few performance improvements in Objective-J loading.
...
Reviewed by me.
2010-03-06 16:01:03 -08:00
Ross Boucher
994383f73a
Remove print statement.
2010-03-06 15:32:07 -08:00
Francisco Ryan Tolmasky I
89bd5f5b93
Fixed remaining failing CPURL tests and removed prints from CFURL tests.
...
Reviewed by me.
2010-03-06 12:10:57 -08:00
Francisco Ryan Tolmasky I
510eaabcfb
Fix some MHTML generation stuff.
...
Reviewed by me.
2010-03-06 01:57:10 -08:00
Francisco Ryan Tolmasky I
875e177219
Added global versions of objj_importFile and objj_executeFile, as well as objj_import with a deprecation warning.
...
Reviewed by me.
2010-03-06 01:26:27 -08:00
Francisco Ryan Tolmasky I
d7f0bf6a24
Support root level apps.
...
Reviewed by me.
2010-03-05 22:34:04 -08:00
Francisco Ryan Tolmasky I
5afe6fea3c
Better support for exotic main file locations.
...
Reviewed by me.
2010-03-05 21:54:22 -08:00
Francisco Ryan Tolmasky I
9441739839
Fixed incorrect method call.
...
Reviewed by me.
2010-03-05 21:23:25 -08:00
Francisco Ryan Tolmasky I
b2ffe7e509
Further cleaning and bringing CPURL up to speed with CFURL.
...
Reviewed by me.
2010-03-05 21:11:53 -08:00
Francisco Ryan Tolmasky I
aa3e3c7e71
Better support for MHTML URLs.
...
Reviewed by me.
2010-03-05 16:34:27 -08:00
Francisco Ryan Tolmasky I
eb00953c60
Merge branch 'master' into URL
2010-03-05 16:06:42 -08:00
Francisco Ryan Tolmasky I
c4b255ae46
Performance improvements to CFURL internals.
...
Reviewed by me.
2010-03-05 16:06:05 -08:00