2015-09-15 |
bmeurer | [es6] Move builtin constructors for primitives to stric... |
blob | commitdiff | raw |
2015-09-08 |
bmeurer | [runtime] Replace many buggy uses of %_CallFunction... |
blob | commitdiff | raw | diff to current |
2015-09-08 |
karl | [es6] Optimize String{Starts, Ends}With |
blob | commitdiff | raw | diff to current |
2015-09-04 |
karl | [es6] Use SubString in String{Starts,Ends}With |
blob | commitdiff | raw | diff to current |
2015-09-03 |
bmeurer | [es6] Initial steps towards a correct implementation... |
blob | commitdiff | raw | diff to current |
2015-08-28 |
yangguo | Native context: do not put public symbols and flags... |
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-08-12 |
yangguo | Debugger: load debugger builtins as normal native JS. |
blob | commitdiff | raw | diff to current |
2015-08-11 |
adamk | [es6] Add appropriate ToString call to String.prototype... |
blob | commitdiff | raw | diff to current |
2015-08-05 |
mathias | Ensure `String.prototype.normalize.length` is `0` |
blob | commitdiff | raw | diff to current |
2015-08-03 |
yangguo | Remove JSFunctionResultCache. |
blob | commitdiff | raw | diff to current |
2015-07-31 |
bmeurer | [stubs] Unify (and optimize) implementation of ToObject. |
blob | commitdiff | raw | diff to current |
2015-07-15 |
adamk | [es6] Fix String.prototype.normalize to properly valida... |
blob | commitdiff | raw | diff to current |
2015-07-15 |
littledan | Optimize String.prototype.includes |
blob | commitdiff | raw | diff to current |
2015-06-24 |
arv | i18n.js was not using original functions |
blob | commitdiff | raw | diff to current |
2015-06-22 |
arv | Fix HTML string methods to not depend on replace method |
blob | commitdiff | raw | diff to current |
2015-06-22 |
arv | Fix string HTML methods to call ToString |
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 | Store fewer arrays in the context snapshot. |
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-06 |
verwaest | Remove GetDefaultReceiver, pass in undefined to sloppy... |
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 | Migrate error messages, part 6. (string.js and date.js) |
blob | commitdiff | raw | diff to current |
2015-04-30 |
yangguo | Wrap v8natives.js into a function. |
blob | commitdiff | raw | diff to current |
2015-04-24 |
yangguo | Migrate error messages, part 5 (array.js and i18n.js). |
blob | commitdiff | raw | diff to current |
2015-04-21 |
yangguo | Migrate error messages, part 4 (v8natives.js). |
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-23 |
caitpotter88 | [es5] call ToString() on argument in String.prototype... |
blob | commitdiff | raw | diff to current |
2015-03-23 |
caitpotter88 | [es6] remove --harmony-templates flag |
blob | commitdiff | raw | diff to current |
2015-03-20 |
dslomov | Remove harmony-strings flag. |
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-13 |
yangguo | Hide Symbol implementation in a closure. |
blob | commitdiff | raw | diff to current |
2015-03-12 |
yangguo | Hide RegExp and String initialization in a closure. |
blob | commitdiff | raw | diff to current |
2014-09-12 |
arv@chromium.org | ES6: String(symbol) should work like symbol.toString |
blob | commitdiff | raw | diff to current |
2014-09-12 |
jarin@chromium.org | Reland "Change the order of arguments of the (One|Two... |
blob | commitdiff | raw | diff to current |
2014-09-12 |
jarin@chromium.org | Revert "Change the order of arguments of the (One|Two... |
blob | commitdiff | raw | diff to current |
2014-09-12 |
jarin@chromium.org | Change the order of arguments of the (One|Two)ByteSeqSt... |
blob | commitdiff | raw | diff to current |
2014-08-07 |
yangguo@chromium.org | Only escape U+0022 in argument values of `String.protot... |
blob | commitdiff | raw | diff to current |
2014-08-06 |
yangguo@chromium.org | Add `CheckObjectCoercible` for the `String.prototype... |
blob | commitdiff | raw | diff to current |
2014-07-17 |
yangguo@chromium.org | Change String.prototype.concat to be more like similar... |
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-14 |
jkummerow@chromium.org | Avoid name clashes of builtins and runtime functions. |
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 |
2014-04-10 |
danno@chromium.org | Partially fix semantics of Array.push() |
blob | commitdiff | raw | diff to current |
2014-01-31 |
svenpanne@chromium.org | Implements ES6 String.prototype.normalize method. |
blob | commitdiff | raw | diff to current |
2014-01-22 |
dslomov@chromium.org | ES6: Implement Object.setPrototypeOf |
blob | commitdiff | raw | diff to current |
2014-01-20 |
dslomov@chromium.org | Revert "ES6: Implement Object.setPrototypeOf" |
blob | commitdiff | raw | diff to current |
2014-01-20 |
dslomov@chromium.org | ES6: Implement Object.setPrototypeOf |
blob | commitdiff | raw | diff to current |
2013-12-23 |
yangguo@chromium.org | Fix small spec violation in String.prototype.split. |
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-07-05 |
yangguo@chromium.org | Refactored code a bit to improve StringReplace performance |
blob | commitdiff | raw | diff to current |
2013-06-20 |
yangguo@chromium.org | Directly use C++ builtin of ArrayPush for String.protot... |
blob | commitdiff | raw | diff to current |
2013-06-19 |
svenpanne@chromium.org | Avoid relying on monkey-patchable things in String... |
blob | commitdiff | raw | diff to current |
2013-06-19 |
svenpanne@chromium.org | Removed ReplaceResultBuilder. |
blob | commitdiff | raw | diff to current |
2013-05-10 |
mstarzinger@chromi... | Fix bogus arguments length check in StringLocaleCompare. |
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-27 |
yangguo@chromium.org | Insert conversion to string in string.replace. |
blob | commitdiff | raw | diff to current |
2013-02-27 |
yangguo@chromium.org | Refactor implementation for String.prototype.replace. |
blob | commitdiff | raw | diff to current |
2013-02-20 |
yangguo@chromium.org | Combine %_SubString and %_StringCharAt. |
blob | commitdiff | raw | diff to current |
2013-02-18 |
yangguo@chromium.org | Enable Latin-1 |
blob | commitdiff | raw | diff to current |
2013-02-15 |
yangguo@chromium.org | Introduce InternalPackedArray. |
blob | commitdiff | raw | diff to current |
2013-01-25 |
yangguo@chromium.org | Fix additional spec violations wrt RegExp.lastIndex. |
blob | commitdiff | raw | diff to current |
2013-01-09 |
yangguo@chromium.org | Introduce ENABLE_LATIN_1 compile flag |
blob | commitdiff | raw | diff to current |
2012-12-18 |
ulan@chromium.org | Correctly handle negative codes in String.fromCharCode() |
blob | commitdiff | raw | diff to current |
2012-12-05 |
yangguo@chromium.org | Improve array to string conversion. |
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-04-26 |
yangguo@chromium.org | Use simple concat of substrings instead of ReplaceStrin... |
blob | commitdiff | raw | diff to current |
2012-04-23 |
erik.corry@gmail.com | Fix some bugs in accessing details of the lastest regexp |
blob | commitdiff | raw | diff to current |
2012-04-20 |
yangguo@chromium.org | Disabling stepping into callback function of String... |
blob | commitdiff | raw | diff to current |
2012-04-20 |
yangguo@chromium.org | Enable stepping into callback passed to builtins (e... |
blob | commitdiff | raw | diff to current |
2012-04-10 |
erikcorry | Ensure that a call to String.prototype.match with a |
blob | commitdiff | raw | diff to current |
2012-03-13 |
yangguo@chromium.org | Split up String.split to deal with normal separator... |
blob | commitdiff | raw | diff to current |
2012-03-13 |
yangguo@chromium.org | Experimental Profiler: tweak type info threshold. |
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-02-20 |
mstarzinger@chromi... | Fix String.prototype.split for undefined separator. |
blob | commitdiff | raw | diff to current |
2012-01-17 |
yangguo@chromium.org | Recursion limit for one-char string replace and retire... |
blob | commitdiff | raw | diff to current |
2012-01-16 |
yangguo@chromium.org | Fast path for string.replace that replaces a single... |
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-11-15 |
mstarzinger@chromi... | Remove hidden prototype for builtin functions. |
blob | commitdiff | raw | diff to current |
2011-09-22 |
yangguo@chromium.org | Fixed string.split: always convert non-regexp separator... |
blob | commitdiff | raw | diff to current |
2011-09-14 |
lrn@chromium.org | Make built-in functions not call .apply on functions. |
blob | commitdiff | raw | diff to current |
next |