Ross Boucher
|
4175b762c3
|
Disable new syntax check while we work out the build issue some people are having.
|
2010-03-23 13:29:55 -07:00 |
|
Ross Boucher
|
d0ad865976
|
Add the with{} back in for Class methods, instead take the disallowed list from objj_class.
|
2010-03-23 11:21:59 -07:00 |
|
Ross Boucher
|
7013b34897
|
Add a few additional syntax checks.
Throw an error if a method uses a parameter name that is also an ivar name.
Stop using with{} block for class methods.
|
2010-03-23 11:21:59 -07:00 |
|
Francisco Ryan Tolmasky I
|
6843df410a
|
Fix for empty data URLs, MHTML, etc. files being created when no image resources exist, causing a useless xhr.
Reviewed by me.
|
2010-03-21 14:30:31 -07:00 |
|
Tom Robinson
|
35d14939c4
|
Fix for flatten in Firefox (silly security restriction makes onreadystatechange not readable)
|
2010-03-20 22:32:11 -07:00 |
|
Tom Robinson
|
d8fb849691
|
Refactor objj_eval to work in the browser. Move from CommonJS-specific code to Objective-J proper.
|
2010-03-16 23:57:37 -07:00 |
|
Tom Robinson
|
24ab176236
|
Make asyncLoader a configurable option on exports.
|
2010-03-16 22:38:30 -07:00 |
|
Tom Robinson
|
9c342ca19c
|
Fix objj_eval (used in objj REPL, etc).
|
2010-03-16 22:38:30 -07:00 |
|
Tom Robinson
|
f0818d94e9
|
Typo in window.clearNativeInterval.
|
2010-03-16 15:44:45 -07:00 |
|
Tom Robinson
|
50e779ef5a
|
Add CFHTTPRequest and FileExecutable hooks for inlining files and module functions (for flatten). Removed hook used by flatten.
|
2010-03-13 21:35:15 -08: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 |
|
 Paul BaumgartandRoss Boucher
|
ab196e75c1
|
Fix missing throw in Preprocessor to report an error on unmatched brackets. Closes gh-524
|
2010-03-05 12:34:57 -08:00 |
|
Francisco Ryan Tolmasky I
|
4bd6aca0c0
|
Cache URLs for performance improvement.
Reviewed by me.
|
2010-03-03 02:36:40 -08:00 |
|
Francisco Ryan Tolmasky I
|
4634c6cf3b
|
Merge branch 'master' into URL
|
2010-03-03 01:05:56 -08:00 |
|