diff browse annotate |
8c1cb9f3f85712050dc977872738eb0f3faf2854 created 2022-06-22 09:45 +0000 pushed 2022-06-22 16:10 +0000 |
serge-sans-paille | serge-sans-paille - Bug 1773897 - cleanup extra js/src includes r=sylvestre |
diff browse annotate |
452717550d2c80d18cc900fcdf91c24b4f73694b created 2022-05-31 07:48 +0000 pushed 2022-05-31 15:29 +0000 |
Jan de Mooij | Jan de Mooij - Bug 1770158 part 7 - Remove unused functions from dtoa.c. r=anba |
diff browse annotate |
5c4b4ab1e2925a639cbd0445a9e524e83ee2d108 created 2021-02-12 07:08 +0000 pushed 2021-02-12 16:21 +0000 |
Jan de Mooij | Jan de Mooij - Bug 1692161 part 2 - Remove js_dtostr. r=iain |
diff browse annotate |
68b0f6bd38ad89654bde1da2f3755597f6807a43 created 2019-12-20 07:16 +0000 pushed 2019-12-20 15:52 +0000 |
Chris Peterson | Chris Peterson - Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj |
diff browse annotate |
6b57e33999e9f2b923f9408c750e7fb607b278dc created 2019-12-13 20:51 +0000 pushed 2019-12-14 09:41 +0000 |
Jeff Walden | Jeff Walden - Bug 1439659 - Make |MOZ_{LITTLE,BIG}_ENDIAN| into function macros so that invoking them inside |#if| conditions when they haven't been defined yet is a compile error. r=froydnj |
diff browse annotate |
e7051eca20f58f94b68a371bb9ec2f795049e03f created 2019-11-08 11:09 +0000 pushed 2019-11-08 21:36 +0000 |
André Bargull | André Bargull - Bug 1592992 - Part 17: Remove includes for jsutil.h. r=jonco |
diff browse annotate |
70f5608fb8f28689ab0a2331b63e0596aacc6fff created 2019-11-08 11:08 +0000 pushed 2019-11-08 21:36 +0000 |
André Bargull | André Bargull - Bug 1592992 - Part 14: Include util/Memory.h where necessary. r=jonco |
diff browse annotate |
5f4630838d46dd81dadb13220a4af0da9e23a619 created 2019-01-18 10:16 +0100 pushed 2019-01-19 09:59 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre |
diff browse annotate |
66eb1f485c1a3ea81372758bc92292c9428b17cd created 2018-12-01 04:52 +0900 pushed 2018-12-01 05:49 +0000 |
Tooru Fujisawa | Tooru Fujisawa - Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp |
diff browse annotate |
e4712449ba4303cef134ba0b3f1bea13fbd50c4a created 2018-11-30 16:39 +0100 pushed 2018-12-01 05:49 +0000 |
Benjamin Bouvier | Benjamin Bouvier - Bug 1511383: Update vim modelines after clang-format; r=sylvestre |
diff browse annotate |
6f3709b3878117466168c40affa7bca0b60cf75b created 2018-11-30 11:46 +0100 pushed 2018-11-30 11:01 +0000 |
Sylvestre Ledru | Sylvestre Ledru - Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format |
diff browse annotate |
bd01847472fbc512fbf56b8e4748cf5fad6ee897 created 2018-06-28 09:07 -0700 pushed 2018-06-30 09:49 +0000 |
André Bargull | André Bargull - Bug 1471931 - Part 1: Replace some js_malloc/js_calloc/js_realloc with their js_pod_malloc/js_pod_calloc/js_pod_realloc counterparts. r=sfink |
diff browse annotate |
64276e10f5964127fc64f802c01bd3c25bb3021c created 2018-03-22 10:04 -0400 pushed 2018-03-22 22:53 +0000 |
Ryan VanderMeulen | Ryan VanderMeulen - Bug 1447763 - Remove some MSVC workarounds in the JS engine that aren't needed anymore. r=Waldo, r=jandem |
diff browse annotate |
0dc87bc686083ce1ee3721c6cfb38f31954f24bd created 2018-02-17 15:22 -0800 pushed 2018-03-02 10:16 +0000 |
Jeff Walden | Jeff Walden - Bug 1432642 - When constructing a bit mask in jsdtoa.cpp:quorem2 using |(1 << shiftAmount) - 1|, cast the first |1| to the mask type to eliminate signed integer underflow when |shiftAmount| would make the shift equal the most-negative signed integer. r=jorendorff |
diff browse annotate |
51fe9a44a5d3f1448cd7a2e50077e80ef919a3f3 created 2018-02-21 10:53 -0600 pushed 2018-02-24 00:59 +0000 |
Jason Orendorff | Jason Orendorff - Bug 1439063 - Part 2: Remove some unnecessary uses of js/Printf.h. r=jandem. |
diff browse annotate |
0ceb91c42b0ff876a61ed23f5e587ba3a2083bcf created 2018-02-21 10:30 -0600 pushed 2018-02-24 00:59 +0000 |
Jason Orendorff | Jason Orendorff - Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem. |
diff browse annotate |
d94bdb98167cf77b416faf3c741771778a2ff7eb created 2018-02-20 11:28 -0600 pushed 2018-02-22 10:00 +0000 |
Jason Orendorff | Jason Orendorff - Bug 1439665 - Part 1: #include some headers directly in files that use them. r=sfink. |
diff browse annotate |
3ceed0fcb88258a867879388d84b3a41953da431 created 2018-02-14 16:04 -0600| base pushed 2018-02-17 09:56 +0000 |
Jason Orendorff | Jason Orendorff - Bug 1438278 - Part 4: Rename some files into js/src/util. r=jandem. |