https://github.com/mozilla/gecko-dev

sort by:
Revision Author Date Message Commit Date
7df9832 Added FENNEC_50_1_0_RELEASE FENNEC_50_1_0_BUILD2 tag(s) for changeset aed42f9ce9f7. DONTBUILD CLOSED TREE a=release --HG-- branch : MOBILE5010_2016120821_RELBRANCH 09 December 2016, 02:14:37 UTC
782e52a Automated checkin: version bump for fennec 50.1.0 release. DONTBUILD CLOSED TREE a=release --HG-- branch : MOBILE5010_2016120821_RELBRANCH 09 December 2016, 02:14:33 UTC
f8ed6ad Bug 1287912. r=bz a=lizzard MozReview-Commit-ID: 6oHD1x4kiE --HG-- extra : source : 3a6f55d3d0f40784ba1463ed9250eceb04faeff2 extra : intermediate-source : aae6eef37ab91d972dde6a592eb31d02bf5bfdab 23 November 2016, 21:58:59 UTC
9c30427 Bug 1317936 part 2 - Use atom hash code for jsid hashing. r=jonco a=ritu 24 November 2016, 12:39:06 UTC
e6a0d82 Bug 1317936 part 1 - Add hash code to atoms. r=jonco,jorendorff a=ritu 24 November 2016, 12:39:04 UTC
b591b0f Bug 1298773 - Expose wrappees that may be used through a wrapper r=jonco, a=ritu --HG-- extra : source : 48fc404b0637a7315f9960f97b2482530d73cd94 14 September 2016, 21:17:46 UTC
0d35cbe Bug 1298773 - Make ArrayBufferInputStream copy its input buffer. r=jonco, a=ritu --HG-- extra : source : 11a5444e54a9ca7864a70c1a5e66f5d6f419a35c 31 October 2016, 21:48:04 UTC
9037ec8 Backed out 4 changesets (bug 1289001) for bustage. Backed out changeset 3c35b7472b97 (bug 1289001) Backed out changeset fef213d40835 (bug 1289001) Backed out changeset f740275954f5 (bug 1289001) Backed out changeset 24cad5fb2c92 (bug 1289001) 05 December 2016, 23:20:45 UTC
eb72f91 Bug 1321133 - Backout 1285373 for regressions in pageworks. r=kmaglione, a=ritu MozReview-Commit-ID: 3dXTJHFady0 --HG-- extra : source : 2d8e3c16f55b492e77cd0d9147d235141d3f4287 01 December 2016, 18:09:44 UTC
7881c1c Bug 1319088 - FormData should not add extra '/' in the Blob path. r=smaug, a=ritu --HG-- extra : source : 958963bca7689d9c3ba6027fbcc555aee2705a0a extra : intermediate-source : 8b86ace0637ae48f3e507a650a32c9b4e5f8d624 01 December 2016, 07:59:36 UTC
eb6781a Bug 1306628 - Handle large sizes in GrResourceProvider::createBuffer. r=mchang, a=ritu --HG-- extra : source : 057879e7de425ead7b54f1e8e4922cc6f7248240 27 October 2016, 04:47:00 UTC
85d6124 Bug 1319566 - Ensure all registered handles are cleared properly. r=padenot, a=ritu 30 November 2016, 17:06:44 UTC
ea84320 Bug 1271100 - Work around race in system Cairo's XShm usage. r=karlt, a=ritu MozReview-Commit-ID: VGee6ungCz --HG-- extra : source : f78f86eaba8dfba74c41d150bf166abf0e17e7ff extra : intermediate-source : a6c49cbc91512b8824ee33102ebb0a36d069984d 30 November 2016, 04:01:13 UTC
51e342d Bug 1312609. r=smaug, a=ritu --HG-- extra : source : 65fa05989b391912d3c69d0b693dbd03a87cb1b0 extra : intermediate-source : 146b0561cd2e1e0b73dff47098664471484d32e8 29 November 2016, 21:15:35 UTC
c1a85b9 Bug 1299098 - Check clasp instead of proto in ObjectGroup::defaultNewGroup. r=bhackett, a=ritu --HG-- extra : source : 5e2593f1cbebc1b00899f9c94178ec1f493823ac 30 November 2016, 10:26:05 UTC
07ef297 Bug 1311610 - Add EditorUtils.* to package-manifest. r=enndeakin, a=ritu --HG-- extra : source : 0c77fbafe811468967648f64dc2c6906404b0bd7 extra : intermediate-source : 48f6c6a7d9233a39f1e28ba57f1e1fd0261c4874 28 November 2016, 18:33:57 UTC
b09d5d7 Bug 1309834. r=wchen. a=ritu MozReview-Commit-ID: FO7bXlx6lv --HG-- extra : source : 8704571a427f466c9143f46663862fb979429d7a extra : intermediate-source : a4e61531ef4cb79de064b76928ce6b45c8ae91e1 14 October 2016, 08:47:17 UTC
79bb162 Bug 1317805. r=bechen, a=ritu --HG-- extra : source : dd7ae5c51e8d515c4a5d7d3e9801a2d3ccffb33a extra : intermediate-source : cc60d25f18bc8b774524129829bd6c09946c6009 18 November 2016, 10:09:01 UTC
5f49523 Bug 1317409 - Handle failing node adoption properly. r=peterv, a=ritu --HG-- extra : source : dfde779ec34212bdf72eebe927390785a4091dd0 extra : intermediate-source : 983feaba1af4b0eb7992c59e57afd347e0293368 17 November 2016, 13:54:12 UTC
460a2c4 Bug 1317906 - When a key press causes a call of InsertText(), it shouldn't mark keypress as consumed but instead, should mark InsertText() caused composition. r=m_kato, a=ritu Currently, when InsertText() which is caused by a key press causes committing composition, it consumes keypress event. However, Korean 2-set IME calls InsertText() two times when there is composition and key press causes inserting another character next to the composition. In this case, current design ignores second InsertText() becuase keypress event is already consumed by the first InsertText() call. For solving this issue safely, InsertText() should mark current key event as "dispatched composition event". Then, following InsertText() calls should cause composition events instead of keypress events since following event order is too odd: 1. keydown (currently not dispatched by TextEventDisaptcher) 2. compositionupdate 3. compositionend 4. keypress 5. keyup with the new design this becomes: 1. keydown (currently not dispatched by TextEventDispatcher) 2. compositionupdate 3. compositionend 4. compositionstart 5. compositionupdate 6. compositionend 7. keyup This is similar to Chromium, although, Chromium includes the second InsertText() call into the first composition, we need to fix it later due to risky. 17 November 2016, 06:57:13 UTC
7d95b33 Bug 1301381 - Clean up VaryingPacking::packVarying. r=jrmuizel, a=ritu --HG-- extra : source : a72de75573c855e675328d3ceba32ebd84fab983 extra : intermediate-source : 231288ac44905fe31a788ab83be11cf55a8f1dd1 17 November 2016, 10:09:26 UTC
e34bfcf Bug 1289001 - Remove the MOZ_NORETURN hint from CrashWithReason. r=valentin, a=bustage --HG-- extra : source : 6296ed3dbefd133bba324230ec4f5a07d37041e1 21 November 2016, 17:38:25 UTC
cd1a44e Bug 1289001 - NeckoParent::GetValidatedAppInfo should consider ServiceWorkers when validating HttpChannel requests. r=bkelly, r=valentin, f=asuth, a=ritu --HG-- extra : source : 46b359a3770a7c5b51e81584ec37c3a6beeeb349 03 November 2016, 07:18:51 UTC
91e6cc8 Bug 1289001 - Security check in NeckoParent::GetValidatedAppInfo must pass if the serialized LoadContext is null. r=valentin, a=ritu --HG-- extra : source : 4a6cd6dff941517c15ce49226f74e438f83983e8 extra : intermediate-source : 4f76c3bce70fee115b8a2bc5cc4e7357ae003b6b 29 October 2016, 20:04:38 UTC
4b51880 Bug 1289001 - Add code to GetValidatedAppInfo to figure out why it fails. r=jduell, a=ritu --HG-- extra : source : 871153c1b8b26da037fba183a558cbec584dfc09 extra : intermediate-source : 1fb19c64c1cc26cafa1814d13e143217cb27f404 05 October 2016, 16:50:08 UTC
5155627 Bug 1313740 - Handle null mNewChannel in OverrideWithSynthesizedResponse r=jdm, a=ritu MozReview-Commit-ID: 702H0eJKdx1 --HG-- extra : source : af46e53372abd9a03188e580dbe76ac54f209ed6 extra : amend_source : a73f9c0b285137f8a7a6c1b73f6ca65617a1a1ba extra : intermediate-source : 8cc3ea80f82cbea2f8293058bce7f4768bce7b83 06 November 2016, 22:15:51 UTC
058f866 Bug 1294719 - Make sure HttpChannelParent stops sending IPC messages before calling Send__delete__(). r=honzab, r=jdm, a=ritu MozReview-Commit-ID: 4lb0gs32tOq 19 October 2016, 16:03:05 UTC
4354d64 Bug 1294719 - Make sure to check mIPCClosed before calling SendRedirect1Begin. r=honzab, a=ritu MozReview-Commit-ID: 7xE7p6tE2kR --HG-- extra : source : 73ad49f175814ebeb16b8fb7b09b3217540332a9 19 October 2016, 17:31:01 UTC
bcc0d2c Bug 1291082 - ContentCache::TextRectArray::GetUnionRectAsFarAsPossible() should avoid crash by itself. r=m_kato, a=ritu ContentCache::TextRectArray::GetUnionRectAsFarAsPossible() should avoid crash by itself even if it's caller's bug. This makes parent process more stable, that is what one of the purpose of e10s is. MozReview-Commit-ID: qKAfvm6eZw --HG-- extra : source : c127bdf8186fa2de85aa0bb54fd46c45074d66c6 16 August 2016, 15:15:44 UTC
2639f65 Bug 1291082 - ContentCache::TextRectArray::IsOverlappingWith() shouldn't include end offset in its range. r=m_kato, a=ritu ContentCache::TextRectArray's end offset is computed as start offset + its length. Therefore, end offset is the last offset in the range + 1. So, IsOverlappingWith() shouldn't return true only when end offset is overlapped with given range. That means that when TextRectArray doesn't have rects, i.e., mRects is empty, IsOverlappingWith() always returns false. And when TextRectArray has one or more rects, IsOverlappingWith() should compare its range and given range without "=". MozReview-Commit-ID: JxNPcEwikjR --HG-- extra : source : 10ca767648a511eaaee798ec22dbda768407973e 16 August 2016, 07:07:54 UTC
5c883d4 Bug 1291082 - ContentCacheInParent::GetUnionTextRects() shouldn't use mTextRectArray when it's empty. r=m_kato, a=ritu This must be able to reproduce with some IMEs which creates 0 length composition string. In such case, mTextRectArray isn't available, but mTextRectArray.GetUnionRectAsFarAsPossible() always assumes that it's valid and has at least one rect. Therefore, it can meet this crash. Therefore, this patch makes that ContentCacheInParent::GetUnionTextRects() not use mTextRectArray when it's not valid nor doesn't have rects. MozReview-Commit-ID: 2yLMo4lxI3Z --HG-- extra : source : 30f222a7ff2b552995c6e66be347ded5e6770368 02 August 2016, 03:02:14 UTC
2f5d7e5 No bug, Automated blocklist update from host bld-linux64-spot-575 - a=blocklist-update 02 December 2016, 11:06:40 UTC
3a485bb Bug 1320057. r=kmag, a=ritu MozReview-Commit-ID: GlM44da7hYL --HG-- extra : source : 577914241a79fcd9fb18230d7b0f9c528f57c89c extra : intermediate-source : a8f1569d056b4dc401f3f15228c9ba26bb94ff02 24 November 2016, 13:09:58 UTC
dd8a8fc Bug 1320039. r=kmag, r=wladimir, a=ritu MozReview-Commit-ID: Fsj4bG5e2gT --HG-- extra : source : 12c2619098c3bb39565fb1d7ccc627b566247512 extra : intermediate-source : 51a5f11b6d662660b18122e075ff211b5fbc5e84 24 November 2016, 11:21:05 UTC
caf7e89 Bug 1319904 - Ignore origin attributes in webchannel origin check. r=markh, a=ritu Including the attributes in the origin check causes webchannels to fail in e.g. private browsing windows and container tabs. We only want to compare against the base origin URL. MozReview-Commit-ID: AMCjf4vJF9E --HG-- extra : source : f485eaccbb98034a1111eaf4f4871de1868bcb70 extra : intermediate-source : 8376e8db48de80cf1987d0a7324ec1f4a71c9616 25 November 2016, 04:52:02 UTC
28dcc79 Bug 1315543 - Eliminate UAF in Navigator::NotifyVRDisplaysUpdated. r=dmu, a=ritu 24 November 2016, 19:50:43 UTC
b64bd14 Bug 1289701 - Find the root style context by walkng up the style context tree instead of calling ResolveStyleFor or getting it from root element's primary frame. r=dbaron, a=ritu The only call site of CalcLengthWith() with a null style context is CalcLengthWithInitialFont(). CalcLengthWithInitialFont() calls CalcLengthWith() with a valid nsStyleFont and aUseProvidedRootEmSize true, so we can get the rem unit font size from the nsStyleFont when called from CalcLengthWithInitialFont(). MozReview-Commit-ID: A9LKfQEozaB --HG-- extra : source : 7d172a5a5da1b8a0b9a3b4f8ecd9bb98c7fd1cfa extra : intermediate-source : 600eda864ff475bcbafb4fc1a5b3f709c032da6c 30 November 2016, 22:45:14 UTC
2e8b942 Bug 1314442 - Limit editor's editability to the right subtree. r=masayuki, a=ritu --HG-- extra : source : f2631b49bb7d178dde8e5f2f4b740803453fbbb4 extra : intermediate-source : efaf5e3fce2c4e916d0eeea3238e5e662aea8ca2 29 November 2016, 22:07:27 UTC
412afa5 Bug 1313212 - Show the pointer value, not the string behind it in the debug statement. r=mchang, a=ritu --HG-- extra : source : e10cae7946b2581b3737771d456f4474734c63f7 extra : intermediate-source : a7f3b3893434d57f50de7903023cc4db3e267292 29 November 2016, 22:04:59 UTC
7b72c82 Bug 1312548 - When changing buffer, get the new buffer size too. r=dd, a=ritu --HG-- extra : source : 54f07489d3c0b282d407ad437b72d030df981fa6 extra : intermediate-source : 2c6dadc48e88bdaa281dba14e2b96d071df4b139 23 November 2016, 23:14:07 UTC
5484710 Bug 1319524 - Add JSAutoCompartment to GetNPObjectWrapper. r=bholley, a=ritu --HG-- extra : source : f15f2cb856457694dec7390802ccf5578a13e152 extra : intermediate-source : dc8e1a16537181301bc1f15d3f45898b22cda3be 29 November 2016, 10:59:25 UTC
ef21c34 Bug 1318048 - Fix regression where network requests list is cut off for screens narrower than 700px. r=bgrins, a=ritu MozReview-Commit-ID: 6iYVl7j6WOg --HG-- extra : source : 2411fdf8a816414051e84cb2de43498d9e648d18 extra : intermediate-source : f600b6da32d7ac805fb2e6a17d8766245a2705d8 24 November 2016, 19:31:06 UTC
4f3f05f Backed out changeset 8376e8db48de (bug 1319904) because it needs a reworked patch. 30 November 2016, 23:13:32 UTC
3ba3b41 Bug 1315631 - don't dispatch |this| in the constructor. r=jya a=ritu Because it will change the ref-count which might cause destructor to run before exiting the constructor. --HG-- extra : source : 0b450f6d7994c57b1b6d7847fa4ced05fe471072 30 November 2016, 04:03:40 UTC
92c7323 Bug 1319122: Adjust SVG image-document check to happen on display document. r=bz a=ritu MozReview-Commit-ID: 8Mg4HlNF14p --HG-- extra : rebase_source : 9c3e1b28f5a44bac39a172097b93effa3f64197f extra : source : 9afe68360fa82c16b760b448b2156230a90caf11 30 November 2016, 00:40:37 UTC
526ebd9 Bug 1319904 - Ignore origin attributes in webchannel origin check. r=markh, a=ritu Including the attributes in the origin check causes webchannels to fail in e.g. private browsing windows and container tabs. We only want to compare against the base origin URL. MozReview-Commit-ID: AMCjf4vJF9E --HG-- extra : rebase_source : 3ad13ee6801069c8f39acf1fe6382a1a20d6b82c extra : intermediate-source : ea0b0058d4413ffd0020f74290cd0e130bf2f35a extra : source : f485eaccbb98034a1111eaf4f4871de1868bcb70 25 November 2016, 04:52:02 UTC
d12b73d Bug 1321066 - Explicitly guard against reentrance in nsSMILTimeContainer. r=dholbert, a=lizzard 29 November 2016, 23:57:30 UTC
553f438 Bug 1315353 - Part1. Fix the wrong image size of border-image-repeat while the content is SVG. r=dbaron. a=ritu --HG-- extra : source : 1f41acac2aa680a42c0dc85062a0c0ff70c9b80f 14 November 2016, 03:41:32 UTC
8031040 Bug 1315435. r=Mossop, a=ritu MozReview-Commit-ID: 1VSX4vyPdDS --HG-- extra : source : ef58f71d8e7b9431e4c8ea1eaedf86ebc289068f extra : intermediate-source : 7936b90db9f54bb16c5d1dc689f2b42c5d5a2683 05 November 2016, 21:23:02 UTC
1a7d912 Bug 1315848 - Skia clamped gradient fix r=mchang a=ritu --HG-- extra : source : 6d73e2b511eecab191cbc4f5f66248beb7706d6d 28 November 2016, 19:26:59 UTC
baf9af4 Bug 1318650 - Searching Places views by url became extremely slow. r=adw, a=ritu MozReview-Commit-ID: 67SztEKHCn --HG-- extra : source : b593a1ede43e42e1b6cf45c454ac28418e0632d1 extra : intermediate-source : 929e6cabdaa5a909985797b8e2b4e41a38e4bc66 18 November 2016, 15:51:27 UTC
cf6c5ce Bug 1315113 - Fix coordinate space confusion in gradient rendering code. r=mattwoodrow, a=ritu MozReview-Commit-ID: 38Zk9qWNyoX --HG-- extra : source : 7a2da11d176932eb2ea6fc2c7a1c27dad35cee41 17 November 2016, 15:50:41 UTC
8c2ae06 Bug 1319543: Prevent overflow if sample's time is negative. r=gerald a=ritu MozReview-Commit-ID: I94vvJccOqE --HG-- extra : source : 3e36c1367ba2453e8325fbd1f9487255f345bd1f extra : intermediate-source : cd9c48229ba3fdd0d0c0267f268c3d2ac64e421d 23 November 2016, 00:21:42 UTC
2e76be3 No bug, Automated blocklist update from host bld-linux64-spot-246 - a=blocklist-update 29 November 2016, 11:04:43 UTC
a89a6a3 Bug 1316783 - Record mSamplingRect for PatternType::SURFACE when using DrawTargetRecording. r=mstange, a=ritu MozReview-Commit-ID: 8JWzW2cOSXK --HG-- extra : source : 0e267219153db4d3f3eb10e78bd9f736ebc87166 extra : intermediate-source : 7568ce0fb64bb146fcbcabd20619a380fed74459 15 November 2016, 11:09:51 UTC
15dce4e Bug 1315212 - Allow for failed call to wrapped DrawTarget in DrawTargetRecording::CreateSimilarDrawTarget. r=bas, a=ritu MozReview-Commit-ID: 4SMixY4Nook --HG-- extra : source : 8e124e64cef2554db60cc5cbfa1e7bc303efe627 extra : intermediate-source : 1e633e8ababd8544434f7ec600ebd51c998c45d2 15 November 2016, 11:10:02 UTC
25735d3 Bug 1315642 - Check that font resource decoded/sanitized by OTS is a usable OpenType format (in particular, we do NOT yet support TrueType Collection resources, even though OTS can decode them). r=jrmuizel, a=ritu --HG-- extra : source : 8d8a3ba5349e45bf7a44c4096da2babb4c158e47 extra : intermediate-source : 59b3ae26b2f838085659df9fb0e3928ddb13cfcd 14 November 2016, 14:54:23 UTC
dc1a87d Bug 1312272 - Test that marquee event handlers are subject to CSP. r=smaug, a=ritu --HG-- extra : source : 9b84116a5a6849a2cecd975509963b6afd9f11fa 29 November 2016, 02:27:44 UTC
8a705ac Bug 1312272 - Marquee event handlers to adhere CSP. r=smaug, a=ritu MozReview-Commit-ID: 6MxGnFAIhMP --HG-- extra : source : 87ae1185df39806f84a0b6069eddcc24febf2bd2 extra : intermediate-source : fa5bb25eb05ff73bb23c06cde372db389d8eb030 05 November 2016, 02:54:59 UTC
a46ac8b Bug 1314401 - Part 1: Eagerly check IsRegExpObject in IsRegExpMethodOptimizable. r=till, a=ritu --HG-- extra : source : bb22a02189975144b8752bede0230170ec929e2c 02 November 2016, 11:42:17 UTC
64c4fd2 No bug, Automated blocklist update from host bld-linux64-spot-552 - a=blocklist-update 28 November 2016, 11:04:51 UTC
8f6d2a6 No bug, Automated blocklist update from host bld-linux64-spot-388 - a=blocklist-update 27 November 2016, 11:06:41 UTC
04d4de8 No bug, Automated blocklist update from host bld-linux64-spot-484 - a=blocklist-update 26 November 2016, 11:04:43 UTC
95cb1be No bug, Automated blocklist update from host bld-linux64-spot-014 - a=blocklist-update 25 November 2016, 11:05:04 UTC
2e0e858 No bug, Automated blocklist update from host bld-linux64-spot-391 - a=blocklist-update 24 November 2016, 11:05:25 UTC
b7271f5 Bug 1317641 - Some loadinfo security flags should not apply in case of a redirect. r=bz, a=dveditz --HG-- extra : rebase_source : aa5248eab241ea9e23f7efca34fd018708b6cb62 extra : intermediate-source : cb2c1beb37890946e7b768dcc18d71ed6b30ca31 extra : source : 9935254c39eef9d14de419dd6163ff453cc1ce16 23 November 2016, 22:54:58 UTC
ecaad25 Bug 1300140 - Return error when IME attribute array doesn't have valid. r=masayuki, a=ritu MozReview-Commit-ID: 2paKhQNSR11 --HG-- extra : rebase_source : 5223cd2d8e74de625c0c8fc3eb7c8144210d0ac1 extra : source : facf5812faffa05e6037e96c92a5835d12937966 14 September 2016, 02:09:00 UTC
85306fa Bug 1300143 - Set length before accessing array even if array capacity has enougth size. r=masayuki, a=ritu MozReview-Commit-ID: F5IoXBOnouc --HG-- extra : rebase_source : 27007a1871dbb9be45ed9df5db4b66e0901d975c extra : source : 002b4c56b913fcce358c53ee69d70cc777ba5fa4 14 September 2016, 02:07:19 UTC
46c38c3 Bug 1319452: Part 2 - Don't expose extension views that the caller cannot access. r=billm a=ritu MozReview-Commit-ID: IS7mpOnQ8y0 --HG-- rename : browser/components/extensions/test/browser/browser_ext_incognito_popup.js => browser/components/extensions/test/browser/browser_ext_incognito_views.js extra : source : 1846a78b62ff79f695c81c741cb1f15c9c2cda28 extra : intermediate-source : b0b77569df6600517d9e6d73a8ebbc990f485063 22 November 2016, 20:31:37 UTC
95952d5 Bug 1319452: Part 1 - Load background page in private browsing mode during permanent private browsing. r=billm a=ritu MozReview-Commit-ID: KXA7xlq8Voc --HG-- extra : source : 926f21451281f50f9172366b534a684ab85f64eb extra : intermediate-source : 0d8d75042332b977ceebf846ed5edc1a1ed2d696 24 November 2016, 02:04:03 UTC
7abf610 No bug, Automated blocklist update from host bld-linux64-spot-398 - a=blocklist-update 23 November 2016, 11:06:27 UTC
97db70d No bug, Automated blocklist update from host bld-linux64-spot-1083 - a=blocklist-update 22 November 2016, 11:04:48 UTC
9b6cf3b No bug, Automated blocklist update from host bld-linux64-spot-500 - a=blocklist-update 21 November 2016, 11:04:51 UTC
be20ba5 Bug 1312676 - Reuse the same window for reftests. r=Ms2ger, a=test-only MozReview-Commit-ID: kGIoK8QfAe --HG-- extra : source : fbeaf62dcac2dd766dc4e05851f1afe370c8bfe5 extra : intermediate-source : d01c748a0988a0591b98c659c0ab9e75e9c49deb 19 October 2016, 09:44:07 UTC
ebdb027 No bug, Automated blocklist update from host bld-linux64-spot-382 - a=blocklist-update 20 November 2016, 11:06:54 UTC
b493c71 No bug, Automated blocklist update from host bld-linux64-spot-572 - a=blocklist-update 19 November 2016, 11:06:58 UTC
d257aaf No bug, Automated blocklist update from host bld-linux64-spot-546 - a=blocklist-update 18 November 2016, 11:09:27 UTC
346cbec No bug, Automated blocklist update from host bld-linux64-spot-588 - a=blocklist-update 17 November 2016, 11:04:58 UTC
51837e4 Bug 1317469 - SHA512SUMS of Firefox for Android doesn't contain APKs, r=jlund a=release DONTBUILD --HG-- extra : amend_source : 01e2982bc2f7f911366bbd791720ec08da6be53b extra : transplant_source : %96d_%B4%A9%18u%E9%9B%107%DF%ADo%AB%90y%CB%BF%BD 16 November 2016, 22:08:31 UTC
5ac2f8f No bug, Automated blocklist update from host bld-linux64-spot-260 - a=blocklist-update 16 November 2016, 11:11:24 UTC
a7e4c4f Automatic version bump. CLOSED TREE NO BUG a=release 15 November 2016, 13:50:03 UTC
25c96ec No bug - Tagging dc617d65c9f0cdbbe4351cc1e5c288b05f25f8f7 with FIREFOX_50_0_BUILD2, FIREFOX_50_0_RELEASE a=release CLOSED TREE 15 November 2016, 13:31:28 UTC
68d1dd8 Automatic version bump. CLOSED TREE NO BUG a=release 15 November 2016, 13:31:24 UTC
db9ff38 No bug, Automated blocklist update from host bld-linux64-spot-418 - a=blocklist-update 15 November 2016, 11:05:15 UTC
78d4bf5 No bug, Automated blocklist update from host bld-linux64-spot-415 - a=blocklist-update 14 November 2016, 11:04:57 UTC
879324e No bug, Automated blocklist update from host bld-linux64-spot-419 - a=blocklist-update 13 November 2016, 11:05:00 UTC
3a3a922 No bug, Automated blocklist update from host bld-linux64-spot-548 - a=blocklist-update 12 November 2016, 11:05:17 UTC
9c847f3 Bug 1288619 - Disable page-worker test due to high intermittent rate. r=rpl, a=test-only MozReview-Commit-ID: 8Oap0T7xtaw --HG-- extra : source : 28dc1d71a791a56cb27ace782d4f4fa758323d28 extra : intermediate-source : 41a68b4d013c6313d701dec9b986ddcb4e73729e 10 November 2016, 21:38:14 UTC
23c06bf Bug 1305095 - Use fallback hg fingerprint on socket.timeout also. r=Callek, a=NPOTB --HG-- extra : source : 1fd37c448b3f1fba260ee52caabecc60f5ce5e7a extra : intermediate-source : 20a4335dc0c004eaf9fb45c3902e7678358860e3 09 November 2016, 16:26:58 UTC
6c61f31 No bug, Automated blocklist update from host bld-linux64-spot-125 - a=blocklist-update 11 November 2016, 11:09:16 UTC
5e51af4 No bug, Automated blocklist update from host bld-linux64-spot-438 - a=blocklist-update 10 November 2016, 11:05:03 UTC
2c47a19 No bug, Automated blocklist update from host bld-linux64-spot-150 - a=blocklist-update 09 November 2016, 11:12:26 UTC
60a804d No bug, Automated blocklist update from host bld-linux64-spot-1019 - a=blocklist-update 08 November 2016, 11:13:11 UTC
0f95050 Bug 1314891 - create_window_instance() should not fail with UnknownWindowError but create a BaseWindow. r=maja_zf, a=test-only MozReview-Commit-ID: 8UMSB34OkUD --HG-- extra : source : 0c2d2dfc302e8ae309926b7392deff79eecbbb72 extra : intermediate-source : 278308ec64f59e5bc2f02511dbaba353c881a76d 03 November 2016, 09:12:10 UTC
af06553 Merge beta to release. a=merge 07 November 2016, 17:36:17 UTC
96be688 No bug, Automated blocklist update from host bld-linux64-spot-497 - a=blocklist-update 07 November 2016, 11:04:44 UTC
433166a No bug, Automated blocklist update from host bld-linux64-spot-482 - a=blocklist-update 06 November 2016, 11:07:25 UTC
369ec7b No bug, Automated blocklist update from host bld-linux64-spot-499 - a=blocklist-update 05 November 2016, 10:05:04 UTC
f04b06b Bug 1315368. Back out changeset bf190e326bfd (bug 790997) because what it implements doesn't actually follow the CSS syntax editor's draft and breaks some sites in the process. r=dbaron,a=ritu 05 November 2016, 02:06:25 UTC
3415cb4 Bug 1307546 - Ensure we don't set timers with negative intervals in to update A/V sync. r=jya,a=ritu Our logic to do A/V sync sets a timer to drop expired frames based on the start time of the next frame in the queue. If the frames in the queue are badly muxed and don't have monotonically increasing start times, we can end up setting a timer with a negative interval. This causes us to reevaluate the frames in the VideoSink's queue immediately, set the same timer again, and so we end up hot-looping. This is a simple low-risk fix that detects when we're about to set a negative interval timer, and instead sets the timer 1/30th of a second in the future. This fix is deliberately low risk, such that it's suitable for uplift. I have an idea how to do this better, but the lower risk this is most suitable for uplift. MozReview-Commit-ID: CDOqJJodx4l --HG-- extra : rebase_source : 3fc1a4f0bfcdf1b1379f0c681c9d3b8e875cb180 extra : source : d5a00a0b689c385afd53b7b93f41e244976e613f 04 November 2016, 03:42:24 UTC
back to top