Commit Graph

234864 Commits

Author SHA1 Message Date
Ehsan Akhgari
33bb32f549 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Jan de Mooij
0b7a927675 Bug 1143704 part 11 - Move more functions into BytecodeEmitter. r=jorendorff 2015-03-21 12:55:54 +01:00
Jan de Mooij
0f9213d989 Bug 1143704 part 10 - Move more functions into BytecodeEmitter. r=efaust 2015-03-21 12:55:52 +01:00
Jan de Mooij
77cf79c129 Bug 1143704 part 9 - Move more functions into BytecodeEmitter. r=shu 2015-03-21 12:55:46 +01:00
Jan de Mooij
193485eabd Bug 1143704 part 8 - Move more functions into BytecodeEmitter. r=luke 2015-03-21 12:55:42 +01:00
Jan de Mooij
3b9dab5d63 Bug 1143704 part 7 - Move more functions into BytecodeEmitter. r=bhackett 2015-03-21 12:54:18 +01:00
Jan de Mooij
d634cda016 Bug 1143704 part 6 - Move more functions into BytecodeEmitter. r=efaust 2015-03-21 12:54:18 +01:00
Jan de Mooij
707150c9b3 Bug 1143704 part 5 - Add a cx member to BytecodeEmitter. r=Waldo 2015-03-21 12:54:17 +01:00
Jan de Mooij
0786f2f40c Bug 1143704 part 4 - Turn Emit1 into a BytecodeEmitter method. r=bhackett 2015-03-21 12:54:09 +01:00
Jan de Mooij
4cd0c1a0ed Bug 1143704 part 3 - Make EmitLoopHead return bool instead of ptrdiff_t. r=shu 2015-03-21 12:53:46 +01:00
Jan de Mooij
6e037c40c1 Bug 1143704 part 2 - Make Emit3/EmitCall/EmitBackPatchOp return bool instead of ptrdiff_t. r=jorendorff 2015-03-21 12:53:46 +01:00
Jan de Mooij
7333a6dc72 Bug 1143704 part 1 - Make Emit1/Emit2 return bool instead of ptrdiff_t. r=luke 2015-03-21 12:53:43 +01:00
Jannis Pinter
ef4c469888 Bug 1142260 - Re-sorted the prefs in gfxPrefs.h and added a big scary warning at the bottom of the list. r=kats 2015-03-21 10:33:25 -04:00
Tom Schuster
8bc549087e Bug 1145326 - String#normalize form parameter might not be an atom. r=Waldo 2015-03-21 13:12:25 +01:00
Jan de Mooij
a0b1102140 Bug 1142669 part 5 - Lower inliningMaxCallerBytecodeLength from 10000 to 1500. r=h4writer 2015-03-21 12:33:41 +01:00
Neil Rashbrook
bd9d1512b5 Bug 968334 Allow disabling content retargeting on child docshells only r=smaug 2015-03-21 10:48:48 +00:00
Daniel Holbert
008fdfcf89 Bug 1143223 followup: Add MOZ_OVERRIDE annotation to ReadStream::Inner's refcounting macro. rs=ehsan 2015-03-21 00:17:49 -07:00
Wes Kocher
3988d415c7 Backed out changeset 17eec5f30889 (bug 1145488) for ggc orange 2015-03-20 22:40:05 -07:00
Wes Kocher
c016f4acbe Backed out 7 changesets (bug 1145491) for ggc orange
Backed out changeset 8d14c6661f00 (bug 1145491)
Backed out changeset 7be39afdf528 (bug 1145491)
Backed out changeset 8066b21e74a0 (bug 1145491)
Backed out changeset 151e4cdb34cf (bug 1145491)
Backed out changeset 97b16da6169b (bug 1145491)
Backed out changeset cddba378a563 (bug 1145491)
Backed out changeset 80344fd40d6b (bug 1145491)
2015-03-20 22:39:44 -07:00
Shu-yu Guo
8c2f2cd62d Bug 1145440 - Ship constant names for tracked strategy and outcomes in the profile JSON instead of slightly longer form strings. (r=djvj) 2015-03-20 20:48:32 -07:00
Shu-yu Guo
0e549bf2bc Bug 1143860 - Deduplicate tracked optimizations when streaming the profile. (r=djvj) 2015-03-20 20:48:31 -07:00
Shu-yu Guo
beffc5c636 Bug 1143860 - Add column number to PCToLineNumber. (r=djvj) 2015-03-20 20:48:30 -07:00
Boris Zbarsky
21f9d98242 Bug 1145491 part 7. Stop checking compileAndGo before emitting GNAME ops. r=luke 2015-03-20 21:34:19 -04:00
Boris Zbarsky
6d501f262f Bug 1145491 part 6. Fix script cloning to propagate the polluted-global-scope state to the lambda templates in the script. r=luke 2015-03-20 21:34:18 -04:00
Boris Zbarsky
f65096c27c Bug 1145491 part 5. Fix up various other places that check for JSOP_GET/SETNAME without checking for the GNAME versions too. r=luke 2015-03-20 21:34:18 -04:00
Boris Zbarsky
404fa53f66 Bug 1145491 part 4. Emit JSOP_IMPLICITTHIS for JSOP_GETGNAME as well, because otherwise bareword calls in polluted-global scripts won't work right. r=luke 2015-03-20 21:34:18 -04:00
Boris Zbarsky
e366a94698 Bug 1145491 part 3. Only do the fast path for JSOP_SETGNAME and JSOP_STRICTSETGNAME when the script doesn't have a polluted global. r=luke,jandem 2015-03-20 21:34:18 -04:00
Boris Zbarsky
eed1900688 Bug 1145491 part 2. Only do the fast path for JSOP_GETGNAME when the script doesn't have a polluted global. r=luke,jandem 2015-03-20 21:34:18 -04:00
Boris Zbarsky
211a73fba4 Bug 1145491 part 1. Only do the fast path for JSOP_BINDGNAME when the script doesn't have a polluted global. r=luke,jandem 2015-03-20 21:34:18 -04:00
Boris Zbarsky
627ac4f554 Bug 1145488. Stop using compileAndGo in the JITs. r=jandem 2015-03-20 21:34:18 -04:00
Botond Ballo
33f47d577c Bug 1145702 - Make the assertion in Axis::GetOverscroll() more informative. r=Cwiiis 2015-03-20 13:02:23 -04:00
Wes Kocher
a694cc39ce Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Wes Kocher
bf51871f48 Merge b2ginbound to m-c a=merge CLOSED TREE 2015-03-20 17:51:17 -07:00
Wes Kocher
6732c6a34e Merge fx-team to m-c a=merge CLOSED TREE 2015-03-20 17:45:44 -07:00
Wes Kocher
a2a1636174 Backed out changeset 38c35f7b2b7d (bug 1132072) for frequent bc3 failures CLOSED TREE 2015-03-20 17:17:57 -07:00
Wes Kocher
92e3b93e2d Backed out changeset fca0ab2e718d (bug 1121072) for frequent bc3 failures 2015-03-20 17:17:48 -07:00
Wes Kocher
3a41676027 Backed out changeset 531892b480db (bug 1132072) for frequent bc3 failures 2015-03-20 17:17:39 -07:00
Wes Kocher
55c1be6dc4 Backed out changeset 6ef7ca8f1db3 (bug 1066531) so I can get at a patch that caused near-permafailing bc3 2015-03-20 17:17:19 -07:00
Wes Kocher
3be7c0d138 Bug 1145816 - Disable test_mediaStreamAudioDestinationNode.html as well for frequent timeouts CLOSED TREE 2015-03-20 16:22:05 -07:00
Mason Chang
63f5070179 Bug 1145327. Mark css-animations/print-no-animations.html as random on OS X on CLOSED TREE. r=dbaron. a=Kwierso 2015-03-20 15:14:40 -07:00
Ryan VanderMeulen
23d09bf6cd Bug 1145816 - Disable test_mediaElementAudioSourceNodePassThrough.html on Android for being nearly perma-timeout.
CLOSED TREE
2015-03-20 17:15:43 -04:00
Ryan VanderMeulen
7503a00c03 Backed out changeset c4915d92b0c5 (bug 1113471) for test_osfile_back.xul failures. 2015-03-20 14:33:54 -04:00
Jared Wein
d130c07601 Bug 1123518 - [ReadingList] Display article preview image in the Reading List sidebar. r=florian 2015-03-20 11:20:11 -07:00
Mark Hammond
5d9fdb67cf Bug 1131414 (part 2) - add the reading-list engine to Sync prefs. r=adw 2015-03-20 11:08:51 -07:00
Mark Hammond
ca4ddb1457 Bug 1131414 (part 1) - add a pref to indicate if sync is disabled in its entirety. r=rnewman 2015-03-20 11:08:51 -07:00
Ben Kelly
ce8a1fce33 Bug 1143223 - Teach Cache ReadStream not to AddRef() itself in its destructor. r=ehsan 2015-03-20 11:01:57 -07:00
Ryan VanderMeulen
9130168404 Backed out changesets 992c504934d3 and 5832c2042614 (bug 1086684) for LSAN leaks.
CLOSED TREE
2015-03-20 17:06:27 -04:00
Ryan VanderMeulen
119b851bd1 Backed out changeset fd0834bbfd3c (bug 1143223) for making test_mediaElementAudioSourceNodePassThrough.html almost perma-timeout on Android 4.0. 2015-03-20 17:03:27 -04:00
L. David Baron
87d4eb5b0c Bug 1145803 - Skip the reftests added in bug 1010675 on B2G because they change the test chunking and trigger an unrelated failure, on a CLOSED TREE. 2015-03-20 14:05:08 -07:00
Ryan VanderMeulen
e97c5b04b1 Backed out changeset 8626a98a34d8 (bug 1145394) for mochitest-bc gApplicationsPane errors.
CLOSED TREE
2015-03-20 16:23:26 -04:00