2015-09-23 |
bmeurer | [runtime] Replace %to_string_fun with %_ToString. |
blob | commitdiff | raw |
2015-08-28 |
yangguo | Native context: do not put public symbols and flags... |
blob | commitdiff | raw | diff to current |
2015-08-26 |
yangguo | Call JS functions via native context instead of js... |
blob | commitdiff | raw | diff to current |
2015-08-19 |
yangguo | Native context: debug.js does not load from js builtins... |
blob | commitdiff | raw | diff to current |
2015-07-27 |
yangguo | Revert "In RegExp, lastIndex is read with ToLength... |
blob | commitdiff | raw | diff to current |
2015-07-24 |
machenbach | Revert of Revert "In RegExp, lastIndex is read with... |
blob | commitdiff | raw | diff to current |
2015-07-24 |
littledan | Revert "In RegExp, lastIndex is read with ToLength... |
blob | commitdiff | raw | diff to current |
2015-07-16 |
littledan | In RegExp, lastIndex is read with ToLength, not ToInteger |
blob | commitdiff | raw | diff to current |
2015-06-24 |
arv | i18n.js was not using original functions |
blob | commitdiff | raw | diff to current |
2015-05-26 |
yangguo | Revert of Revert of Hook up more import/exports in... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
machenbach | Revert of Hook up more import/exports in natives. ... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
yangguo | Hook up more import/exports in natives. |
blob | commitdiff | raw | diff to current |
2015-05-22 |
machenbach | Revert of Hook up more import/exports in natives. ... |
blob | commitdiff | raw | diff to current |
2015-05-22 |
yangguo | Hook up more import/exports in natives. |
blob | commitdiff | raw | diff to current |
2015-05-21 |
yangguo | Use shared container to manage imports/exports. |
blob | commitdiff | raw | diff to current |
2015-05-20 |
jkummerow | Revert of Use shared container to manage imports/export... |
blob | commitdiff | raw | diff to current |
2015-05-20 |
yangguo | Use shared container to manage imports/exports. |
blob | commitdiff | raw | diff to current |
2015-05-15 |
yangguo | Migrate error messages, part 11. |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Reland "Use function wrapper argument to expose interna... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Revert of Use function wrapper argument to expose inter... |
blob | commitdiff | raw | diff to current |
2015-05-12 |
yangguo | Use function wrapper argument to expose internal arrays... |
blob | commitdiff | raw | diff to current |
2015-05-11 |
yangguo | Call builtin code wrapped in functions from the bootstr... |
blob | commitdiff | raw | diff to current |
2015-05-07 |
yangguo | Revert of Revert of Wrap runtime.js in a function.... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
machenbach | Revert of Wrap runtime.js in a function. (patchset... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
yangguo | Wrap runtime.js in a function. |
blob | commitdiff | raw | diff to current |
2015-05-05 |
yangguo | Reland #2 "Wrap v8natives.js into a function." |
blob | commitdiff | raw | diff to current |
2015-05-04 |
machenbach | Revert of Reland "Wrap v8natives.js into a function... |
blob | commitdiff | raw | diff to current |
2015-05-04 |
yangguo | Reland "Wrap v8natives.js into a function." |
blob | commitdiff | raw | diff to current |
2015-04-30 |
machenbach | Revert of Wrap v8natives.js into a function. (patchset... |
blob | commitdiff | raw | diff to current |
2015-04-30 |
yangguo | Wrap v8natives.js into a function. |
blob | commitdiff | raw | diff to current |
2015-04-17 |
yangguo | Reland "Migrate error messages, part 2." |
blob | commitdiff | raw | diff to current |
2015-04-16 |
machenbach | Revert of Migrate error messages, part 2. (patchset... |
blob | commitdiff | raw | diff to current |
2015-04-16 |
yangguo | Migrate error messages, part 2. |
blob | commitdiff | raw | diff to current |
2015-04-10 |
yangguo | Use array literals instead of array constructor in... |
blob | commitdiff | raw | diff to current |
2015-03-16 |
svenpanne | Remove BLACKLIST from check-name-clashes.py, it's wrong... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
dslomov | Switch the order of experimental global initialization... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
yangguo | Hide RegExp and String initialization in a closure. |
blob | commitdiff | raw | diff to current |
2015-02-05 |
marja | Split --harmony-unicode and --harmony-unicode-regexps. |
blob | commitdiff | raw | diff to current |
2015-01-12 |
marja | ES6 unicode escapes, part 2: Regexps. |
blob | commitdiff | raw | diff to current |
2014-11-19 |
yangguo | One instead of two runtime calls when initializing... |
blob | commitdiff | raw | diff to current |
2014-09-19 |
erik.corry@gmail.com | Reland sticky regexps https://codereview.chromium.org... |
blob | commitdiff | raw | diff to current |
2014-09-18 |
rossberg@chromium.org | Revert "RegExp: Add support for the ES6-proposed sticky... |
blob | commitdiff | raw | diff to current |
2014-09-18 |
erik.corry@gmail.com | RegExp: Add support for the ES6-proposed sticky flag |
blob | commitdiff | raw | diff to current |
2014-08-25 |
yangguo@chromium.org | Remove mention of `RegExp.$input` |
blob | commitdiff | raw | diff to current |
2014-08-20 |
yangguo@chromium.org | Remove RegExp.$input. |
blob | commitdiff | raw | diff to current |
2014-07-14 |
verwaest@chromium.org | Replace AddProperty by AddNamedProperty to speed up... |
blob | commitdiff | raw | diff to current |
2014-06-27 |
verwaest@chromium.org | Split SetProperty(...attributes, strictmode) into Defin... |
blob | commitdiff | raw | diff to current |
2014-05-16 |
danno@chromium.org | Fix performance regression in regular expressions after... |
blob | commitdiff | raw | diff to current |
2014-05-16 |
jkummerow@chromium.org | Harden builtins BuildResultFromMatchInfo and URIDecodeO... |
blob | commitdiff | raw | diff to current |
2014-05-14 |
jkummerow@chromium.org | Avoid name clashes of builtins and runtime functions. |
blob | commitdiff | raw | diff to current |
2014-05-12 |
mstarzinger@chromi... | Partially revert r21254 due to WebKit test failure. |
blob | commitdiff | raw | diff to current |
2014-05-12 |
mstarzinger@chromi... | Move more builtin files to strict mode. |
blob | commitdiff | raw | diff to current |
2014-05-06 |
mstarzinger@chromi... | Remove broken %_Log functionality. |
blob | commitdiff | raw | diff to current |
2014-04-29 |
bmeurer@chromium.org | Bulk update of Google copyright headers in source files. |
blob | commitdiff | raw | diff to current |
2013-10-17 |
yangguo@chromium.org | Cosmetic: Add macros for NaN, undefined and Infinity... |
blob | commitdiff | raw | diff to current |
2013-04-11 |
mstarzinger@chromi... | Move global code for builtins into setup functions. |
blob | commitdiff | raw | diff to current |
2013-02-20 |
yangguo@chromium.org | Combine %_SubString and %_StringCharAt. |
blob | commitdiff | raw | diff to current |
2013-02-15 |
yangguo@chromium.org | Introduce InternalPackedArray. |
blob | commitdiff | raw | diff to current |
2012-12-05 |
yangguo@chromium.org | Fix spec violations related to regexp.lastIndex |
blob | commitdiff | raw | diff to current |
2012-09-14 |
erik.corry@gmail.com | Microoptimization to regexps. |
blob | commitdiff | raw | diff to current |
2012-05-25 |
svenpanne@chromium.org | Enable map transitions for accessor properties. |
blob | commitdiff | raw | diff to current |
2012-05-23 |
mstarzinger@chromi... | Fix RegExp.prototype.toString for incompatible receivers. |
blob | commitdiff | raw | diff to current |
2012-04-23 |
mstarzinger@chromi... | Fix source property of empty RegExp objects. |
blob | commitdiff | raw | diff to current |
2012-04-13 |
erik.corry@gmail.com | Regexp.rightContext was still not quite right. Fixed and |
blob | commitdiff | raw | diff to current |
2012-04-12 |
erikcorry | Regexp: Fix rightContext in the lastMatchInfoOverride |
blob | commitdiff | raw | diff to current |
2012-03-15 |
yangguo@chromium.org | Experimental profiler: split RegExp.test() for better... |
blob | commitdiff | raw | diff to current |
2012-03-07 |
svenpanne@chromium.org | Make the runtime entry for setting/changing accessors... |
blob | commitdiff | raw | diff to current |
2012-02-21 |
svenpanne@chromium.org | Removed Runtime_DefineAccessor. |
blob | commitdiff | raw | diff to current |
2012-02-20 |
rossberg@chromium.org | Make built-ins strict mode conforming, and support... |
blob | commitdiff | raw | diff to current |
2012-01-16 |
erik.corry@gmail.com | More spelling changes. |
blob | commitdiff | raw | diff to current |
2011-11-28 |
lrn@chromium.org | Clean up JavaScript files to better follow coding standard. |
blob | commitdiff | raw | diff to current |
2011-10-26 |
lrn@chromium.org | Remove special-casing of calls to RegExp test and exec... |
blob | commitdiff | raw | diff to current |
2011-09-26 |
lrn@chromium.org | Make the RegExp.prototype object be a RegExp object. |
blob | commitdiff | raw | diff to current |
2011-09-22 |
yangguo@chromium.org | Reverting r9399. |
blob | commitdiff | raw | diff to current |
2011-09-22 |
yangguo@chromium.org | Fix debug builds broken by r9399. |
blob | commitdiff | raw | diff to current |
2011-09-22 |
yangguo@chromium.org | Set RegExp's prototype to RegExp as specified by ES5. |
blob | commitdiff | raw | diff to current |
2011-09-05 |
lrn@chromium.org | Lock the prototype of internal classes. |
blob | commitdiff | raw | diff to current |
2011-08-19 |
lrn@chromium.org | Make regexp flag parsing stricter. |
blob | commitdiff | raw | diff to current |
2011-07-05 |
ricow@chromium.org | Introduce code flushing of RegExp code. |
blob | commitdiff | raw | diff to current |
2011-03-03 |
lrn@chromium.org | Stop using plain Arrays internally in built-in functions. |
blob | commitdiff | raw | diff to current |
2011-01-28 |
ager@chromium.org | Avoid using Function.prototype.call in a number of... |
blob | commitdiff | raw | diff to current |
2010-12-17 |
sandholm@chromium.org | Improve regexp split, replace and test. |
blob | commitdiff | raw | diff to current |
2010-12-13 |
sandholm@chromium.org | Optimizing BuildResultFromMatchInfo, StringReplace... |
blob | commitdiff | raw | diff to current |
2010-11-11 |
sandholm@chromium.org | Special case global and non-global code paths in regexp... |
blob | commitdiff | raw | diff to current |
2010-11-03 |
sandholm@chromium.org | Minor regexp test cleanup. |
blob | commitdiff | raw | diff to current |
2010-11-02 |
lrn@chromium.org | Remove regexp caching. |
blob | commitdiff | raw | diff to current |
2010-10-15 |
ricow@chromium.org | Remove trailing spaces from js files. |
blob | commitdiff | raw | diff to current |
2010-10-14 |
lrn@chromium.org | Restructure RegExp exec cache code. |
blob | commitdiff | raw | diff to current |
2010-10-14 |
lrn@chromium.org | Fix bug in cache handling of lastIndex on global regexps. |
blob | commitdiff | raw | diff to current |
2010-09-22 |
lrn@chromium.org | RegExp: Fix caching to correctly set lastIndex. |
blob | commitdiff | raw | diff to current |
2010-08-20 |
lrn@chromium.org | Use Copy-on-write arrays for cached regexp results. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
lrn@chromium.org | Create a new RegExp object for every evaluation of... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
lrn@chromium.org | X64: Make the ToBoolean inline code do even less if... |
blob | commitdiff | raw | diff to current |
2010-06-25 |
lrn@chromium.org | Less intrusive patch for regexp bug. |
blob | commitdiff | raw | diff to current |
2010-06-25 |
lrn@chromium.org | Fix bug in regexp exec with global regexps. |
blob | commitdiff | raw | diff to current |
2010-06-04 |
sandholm@chromium.org | Fix issue in previous test optimization |
blob | commitdiff | raw | diff to current |
2010-06-04 |
sandholm@chromium.org | Simplify criteria for doing an optimized test call |
blob | commitdiff | raw | diff to current |
2010-06-04 |
sandholm@chromium.org | Simplify regexp test call when the regexp starts and... |
blob | commitdiff | raw | diff to current |
2010-04-21 |
lrn@chromium.org | Fix incorrect handling of global RegExp properties... |
blob | commitdiff | raw | diff to current |
2010-04-13 |
lrn@chromium.org | Native construction of RegExp result objects, with... |
blob | commitdiff | raw | diff to current |
next |