sort by:
Revision Author Date Message Commit Date
0d76f65 Bug 1128225 (Part 1) - Return a result enumeration from imgIContainer::Draw. r=tn a=lmandel 04 February 2015, 21:50:56 UTC
d9d2c9f Bug 1126490 (Part 2) - Recover from loss of surfaces in VectorImage. r=dholbert a=lmandel --HG-- extra : rebase_source : 7c206222adea8338c5e35512e8949b8e3204452b 04 February 2015, 00:38:39 UTC
84ecb08 Bug 1126490 (Part 1) - Recover when catastrophic circumstances cause us to lose frames in RasterImage. r=tn a=lmandel --HG-- extra : rebase_source : 679019a53b75adb505dbbae8dff81667b3ce44b5 04 February 2015, 00:38:36 UTC
592f4e8 Bug 1129818 - Don't call back into DecodePool from NotifyDecodeCompleteWorker. r=tn a=lmandel --HG-- extra : rebase_source : 38d9e8048ce74df1f1e6d18f6ee4511db4f491a6 05 February 2015, 10:49:08 UTC
42e8424 Bug 1128223 (Part 4) - Remove DecodeStrategy and WantDecodedFrames. r=tn a=lmandel --HG-- extra : rebase_source : fe456266e47b011a3991258a8c79521e736b9066 03 February 2015, 05:40:35 UTC
d4d30eb Bug 1128223 (Part 3) - Add FLAG_ASYNC_NOTIFY. r=tn a=lmandel --HG-- extra : rebase_source : 9249b47bd08afb7439fbc7204965d2f3f38c48fd 03 February 2015, 05:40:35 UTC
ca4dbb7 Bug 1128223 (Part 2) - Add FLAG_SYNC_DECODE_IF_FAST. r=tn a=lmandel --HG-- extra : rebase_source : 398ca0e754172141def02ff230122ed91104298c 03 February 2015, 05:40:35 UTC
7840b45 Bug 1128223 (Part 1) - Clean up existing image flags. r=tn a=lmandel --HG-- extra : rebase_source : b103454d1543390ce2f3dc0988e3a07501639f97 03 February 2015, 05:40:35 UTC
3bab6c4 Backed out 6 changesets (bug 1129732, bug 1118597) for linux32 debug bustage. Backed out changeset f24f0b0532f9 (bug 1118597) Backed out changeset 7f5d120245af (bug 1129732) Backed out changeset 81b4d96a95f5 (bug 1129732) Backed out changeset 5808eff15019 (bug 1129732) Backed out changeset eea43cfc67c7 (bug 1129732) Backed out changeset e9584e7c65b2 (bug 1118597) 20 February 2015, 23:16:12 UTC
6438a5c Bug 1134398 - Enable MSE for youtube on MacOS X release builds. r=ajones, a=lmandel We believe we can support both MacOS X and Windows now. --HG-- extra : rebase_source : dc5955f282edbda5bbec52e3b548e1c9c1dd9651 18 February 2015, 23:37:00 UTC
3578518 Bug 1133629 - IMEContentObserver should grab itself before using ContentEventHandler because it causes flushing pending layout. r=smaug, a=lmandel --HG-- extra : rebase_source : dd9de9821a47e7790e9f141f59a9142aa99e2567 17 February 2015, 13:20:08 UTC
39e87b8 Bug 1126250 - Show one-off buttons when clicking the magnifying glass. r=Mossop, a=lmandel --HG-- rename : browser/components/search/test/browser_searchbar_keyboard_navigation.js => browser/components/search/test/browser_searchbar_smallpanel_keyboard_navigation.js extra : rebase_source : b752dde0a1c6826888951eaa76b8e9cf4f9cf750 20 February 2015, 11:41:11 UTC
017b214 Bug 1118322 - Block explicitly for vblank when presenting when using WARP. r=jrmuizel, a=lmandel --HG-- extra : rebase_source : a50c8d82f0c91a9c9677171f6eafa6d9a629f70e 09 February 2015, 15:35:48 UTC
0aca38f Bug 1123936 - Aurora-only fix for browser_animation_actors_02.js. a=test-only --HG-- extra : rebase_source : c74044f943cd7087ada1a67920cee08f65188035 20 February 2015, 16:30:41 UTC
06b7c76 Bug 1118597 - Re-enable MoofParser for encrypted MP4 streams - r=jya a=lmandel --HG-- extra : rebase_source : 893c6d7639d0a37c4a3d3c91de63f4900f3a2f23 extra : source : 0f3a324e645da6adafded6f3479eac3394bee471 27 January 2015, 05:35:36 UTC
cf46392 Bug 1129732: Part4. Use sourcebufferdecoder's end time. r=mattwoodrow a=lmandel --HG-- extra : rebase_source : 022df42ee8b2a1487fa69ab65eb0e9deb5b0f3c8 09 February 2015, 12:29:00 UTC
6b91249 Bug 1129732: Part3. Assume buffered range starting close enough to 0 to be 0. r=mattwoodrow a=lmandel --HG-- extra : rebase_source : ca150618716e74274d2c020cd47b8bd8fd6d9396 09 February 2015, 12:29:00 UTC
8db0b0d Bug 1129732: Part2. Fix VideoData copy. r=cpearce a=lmandel mDiscontinuity member must be copied. --HG-- extra : rebase_source : f06ed744bde297f2ac448a8e6e7bf83981535f5b 09 February 2015, 12:29:00 UTC
5fc8174 Bug 1129732: Part1. Dynamically adjust calculations using timestampoffset. r=mattwoodrow a=lmandel Timestamp Offset calculations are now done exclusively by the Media Source components which allow to recalculate them on the fly. By abstracting those offsets it remove the need for the sub-decoders to handle them (which allows to add WebM support). --HG-- extra : rebase_source : 288b49a816917000d81642ac961e3355ee6a2edd 09 February 2015, 12:28:59 UTC
573fd66 Bug 1118597 - Parse sinf boxes in MoofParser - r=jya a=lmandel --HG-- extra : rebase_source : ff661f95bf88f0a2b71668430da4247cb4d85b53 19 January 2015, 08:39:00 UTC
06767be Bug 1132023 - Fix unused variable warning on builds without MOZ_DIAGNOSTIC_ASSERT. v1 r=rillian a=lmandel --HG-- extra : rebase_source : 932efb66a17f7109108f9282b3820fb8311f27d9 11 February 2015, 19:12:32 UTC
2e2f218 Bug 1129877 - Separate the creator and consumer APIs for MediaPromise. v2 r=mattwoodrow a=lmandel This causes the buggy code that caused the crash to fail to compile. --HG-- extra : rebase_source : 81b8559dec2b024a90ae0a42530d8e459261b5b4 10 February 2015, 02:47:49 UTC
eaaad77 Bug 1129877 - Fix one other remaining case of invoking Resolve/Reject directly on a Promise. v1 r=mattwoodrow a=lmandel --HG-- extra : rebase_source : 730c305276f0caa620e11b4d4059ba9328b3bf8e 10 February 2015, 02:38:11 UTC
e9d674b Bug 1129877 - Fix the crash. v1 r=mattwoodrow a=lmandel We could also fix this by invoking .Reject() on the holder instead of on the raw promise. But there's actually no reason to involve the holder at all here. --HG-- extra : rebase_source : 6bbc6b84fa0e4959119ed3c4cdbd6b5d85fb37c4 10 February 2015, 02:32:48 UTC
e9edf7c Bug 1129877 - Add a templatized move constructor for nsRefPtr. v1 r=froydnj a=lmandel --HG-- extra : rebase_source : 978b7114f18f8465141e5b40e62016d389d19137 10 February 2015, 02:32:12 UTC
0d4ecb3 Bug 1129246 - Switch to MediaPromiseConsumerHolders for MDSM audio/video promises and remove RequestStatus. v3 r=cpearce a=lmandel --HG-- extra : rebase_source : 351e710259cbeb48abe3f0dab03680c7c71fd35b 04 February 2015, 04:09:55 UTC
f7f94c2 Bug 1134437 - Enable TLS 1.2 and static RSA ciphersuites, r=abr, a=lmandel --HG-- extra : rebase_source : 725160562d1deaf20750dca18ab27cccda32390f extra : amend_source : 6e094118b50266d84702deb80ec51e7cfd89d7fd 19 February 2015, 22:00:53 UTC
90dc68a Bug 1125776: Part11. Fix potential crash. r=mattwoodrow. a=lmandel Under some circumstances, it was possible for shutdown to have completed right before the initialization task got to run. Resulting in a null dereference. --HG-- extra : rebase_source : 85d813cae37c99fbd4c6330d654eaad7491173d6 extra : source : e1128d8612ffd825d1f7dfdc7aaef02cd51ad71e extra : histedit_source : a8efdec098b317308200924640117680778a4c4b 04 February 2015, 09:20:16 UTC
606432f Bug 1125776: Part10. Handle concurrent aborts. r=mattwoodrow a=lmandel Under some circumstances, it was possible for a cancelled queued task to run and the following one would have been cancelled. Also add more robust handling in cancelling the trackbuffer initialization task. --HG-- extra : rebase_source : 9767d508f1d97251d3346af4b8e19e13784ea008 extra : source : 3c4dc1b74b7f67c9a0823beaa6adccdf4117ef19 extra : histedit_source : 4b79854410fa9f5d27ef42a1c1cb0009a535233d 04 February 2015, 09:20:16 UTC
9547396 Bug 1122358: Implement partial reset parser. r=cajbir a=lmandel Only handles resetting parser and incomplete init segments at this stage. --HG-- extra : rebase_source : b8a057c386c96076b2e1b7538fb36f8989d4b991 extra : source : 22fb2f111021e4e04dfe91efa8c52a632c7e189a extra : histedit_source : a10555f03145d6dadb20fe08ff733d5250f01c18 04 February 2015, 09:20:16 UTC
488d4fc Bug 1125776: Part9. Always attempt to create a new decoder if we don't have one. r=mattwoodrow a=lmandel YouTube continues to call appendBuffer even when the previous call failed. So we attempt to re-create a decoder where we can should it be a temporary failure. --HG-- extra : rebase_source : eaa9fc975ee7d973f2e13c5a526d3fc676f686a0 extra : source : e05a56284a00f21a07cf956fc4bc4c883dfbd895 extra : histedit_source : 9ff3955bb86e5689b756126d2bec09118ca7bb9e 04 February 2015, 09:20:16 UTC
29cd3e5 Bug 1125776: Part8. We don't always need an init segment to be ready. r=mattwoodrow a=lmandel If abort was called on the source buffer, the parser would have been reset. The content in the Track Buffer is still valid for playback. --HG-- extra : rebase_source : 07a7a58ebd0190385fbfee9105f51b55b8c4d1b0 extra : source : a9f556f084874a277a10768ef5fdf694a8ed9d48 extra : histedit_source : cb7d4a754a9304dc6c6a557c566ef5378c3d0bee 04 February 2015, 09:20:16 UTC
bb988e3 Bug 1125776: Part7. Only notify reader we have data, when we actually do. r=mattwoodrow a=lmandel --HG-- extra : rebase_source : f535316a740be77cba55c1e785971da2b0710ab4 extra : source : d2c9755aaee2ddd816814465d8550aaaf79e76d8 extra : histedit_source : 6910ce8952dd95b89125e74441b149e626b53c41 04 February 2015, 09:20:16 UTC
81ecc71 Bug 1125776: Part6. Update webref tests. r=karlt a=testonly,lmandel We only fail those tests due to bug 1065207. Only our duration calculations are slightly off. Overall all those tests now pass, and do so consistently. --HG-- extra : rebase_source : fad7634ab15a87fc835bb07b716250ac1fde8577 extra : source : 15a0aaae5dd7084f8a40a27b767d4e4d9492ecca extra : histedit_source : 4a9711a87f2d77b6c44aca31ac104a8b0d6cdb6c 02 February 2015, 07:42:53 UTC
6a1d426 Bug 1096089: Update webref tests. r=karlt a=testonly Generalize [Test remove with a start at the duration.] expected result to all platforms using mp4 --HG-- extra : rebase_source : 80ba1bb7edc17cc6cf8fe0427848f840450ab94d extra : source : 8ab7e856daa5e1687a3c0b65fc23b8a86d1a92ff extra : histedit_source : a98ca7cebcfdecfba290b3693efd1f5388cbb67d 04 February 2015, 09:20:15 UTC
3be69a3 Bug 1125776: Part5. Limit metadata parsing to init segment size if known. r=kinetik a=lmandel --HG-- extra : rebase_source : 52759d1f47f242e3f94e3b5a891cf12889fc5a91 extra : source : 77dec541fd06be4fcd82d6d34efe6540acc2ba1c extra : histedit_source : c76c1504e713259fd4a1d2d08cdf305d2873019f 04 February 2015, 09:20:15 UTC
9f65db4 Bug 1125776: Part4. Add support for partial WebM init segment. r=kinetik a=lmandel --HG-- extra : rebase_source : 59d6542f91732c9b0ae0ecdd622356551327de74 extra : source : f51f8fcad8e6c11d22ac2b64ad1b524c48f2f176 extra : histedit_source : 1a07ded3f24b44bc64777359a9c8f93ea58dee58 04 February 2015, 09:20:15 UTC
72bbd0d Bug 1125776: Part3. Add support for partial init segment. r=cajbir a=lmandel Now that we rely on appendBuffer to scan the init segment, it has become imperative to handle partial segments as it could otherwise lead to appendBuffer never firing update/updateend --HG-- extra : rebase_source : b5b4dc183bf5ca5c67985cca63f80c012defa62c extra : source : 71dd88a5ad5f587aa76d6e70c818c4ab9d8c98c5 extra : histedit_source : 3d2c5e62583914f699dae21be041df186676fb22 02 February 2015, 00:41:43 UTC
5ff8638 Bug 1125776: Part2. appendBuffer scanning the data before firing updateend. r=mattwoodrow a=lmandel --HG-- extra : rebase_source : 4ed15811285603404bc39fd545683be972206296 extra : source : 52dc02feb987adb957c606c85a02d91b38726131 extra : histedit_source : ba3ccd469989f40d89facb10edf6102d3103a174 04 February 2015, 09:20:15 UTC
201993f Bug 1125776: Part1. Fix initialization of variables. r=cajbir a=lmandel They could be used when non-initialized. --HG-- extra : rebase_source : 7d27966a038fe86d9ba698e126c94114038693cf extra : source : e16b5300cd42c14d65159f34f2fe47549d89ee50 extra : histedit_source : 1734790d69a6cc6375696984ee723b3b8d854e03 04 February 2015, 09:20:14 UTC
07dac63 Bug 1110888 - Always do plugin IME in main process, even with e10s. r=masayuki,smaug a=lmandel 20 February 2015, 18:56:25 UTC
9db496d Bug 1126163 - Adjust image-object-position-with-background-1-ref.html to crop its replaced elems with overflow:hidden div, instead of downscaling them. r=seth, a=test-only CLOSED TREE 28 January 2015, 01:12:33 UTC
fd1e5c9 Bug 1126146 - Disable the single-color optimization in reftests. r=tn a=lmandel 28 January 2015, 01:43:21 UTC
7dc84e8 Bug 1126038 - Finish decoding off-main-thread. r=tn a=lmandel 27 January 2015, 06:53:20 UTC
1db6547 Bug 1125491 - Only lock the image during the initial decode. r=tn a=lmandel 25 January 2015, 04:26:40 UTC
b8c8e1e Bug 1122446 - Give cached surfaces a chance to expire, when starting a downscale-during-decode. r=dholbert a=lmandel 20 January 2015, 11:06:37 UTC
ce4524e Bug 1118655 - Use decode-on-draw only, and ignore RequestDecode and the like, when APZ and downscale-during-decode are enabled. r=tn a=lmandel 19 January 2015, 23:46:55 UTC
a55c56f Bug 1119774 (Part 7) - Make it possible to pass a target size to Decoder::AllocateFrame. r=tn a=lmandel 18 January 2015, 22:02:14 UTC
44e41bf Bug 1119774 (Part 6) - Add downscale-during-decode support to RasterImage::LookupFrame. r=tn a=lmandel 18 January 2015, 22:02:14 UTC
12a18c0 Bug 1119774 (Part 5) - Add SurfaceCache::LookupBestMatch. r=dholbert a=lmandel 18 January 2015, 22:02:14 UTC
ed2daac Bug 1119774 (Part 4) - Add an optional alternate flags parameter to SurfaceCache::Lookup. r=dholbert a=lmandel 18 January 2015, 22:02:13 UTC
890e4d1 Bug 1119774 (Part 3) - Make it possible to propagate a target size to the decoder. r=tn a=lmandel 18 January 2015, 22:02:13 UTC
8ec2090 Bug 1119774 (Part 2) - Add RequestDecodeForSize to imgIContainer. r=tn a=lmandel 18 January 2015, 22:02:13 UTC
345fa22 Bug 1119774 (Part 1) - Add a pref and Image init flag for downscale-during-decode. r=tn a=lmandel 18 January 2015, 22:02:13 UTC
69810e5 Bug 1119158 - Retarget OnDataAvailable to a new I/O thread instead of the image decoding thread pool. r=sworkman a=lmandel 18 January 2015, 09:27:16 UTC
0933551 Bug 1118694 - Always retarget OnDataAvailable for RasterImage. r=sworkman a=lmandel 17 January 2015, 21:18:26 UTC
e8ac278 Bug 985193 - Stop holding a strong reference to RasterImage's ImageContainer. r=mattwoodrow a=lmandel 16 January 2015, 22:11:23 UTC
9a9d6da Bug 1120271 - Add compacting support for SourceBuffer. r=tn a=lmandel 16 January 2015, 04:28:38 UTC
019a2c4 Bug 1079627 (Followup) Mark test-image-layers-multiple-displayitem.html random on B2G on a CLOSED TREE. r=me a=lmandel 16 January 2015, 05:52:33 UTC
970aee5 Bug 1079627 (Part 7) - Disable some questionable tests. r=tn a=lmandel 15 January 2015, 23:11:36 UTC
afdd83c Bug 1079627 (Part 6) - Lock the image during decoding. r=tn a=lmandel 15 January 2015, 23:11:36 UTC
463f2a0 Bug 1079627 (Part 5) - Allow recursive notifications in NotifyProgress. r=tn a=lmandel 15 January 2015, 23:11:36 UTC
46f36e8 Bug 1079627 (Part 4) - Support multiple decoders in the presence of frame preallocation. r=tn a=lmandel 15 January 2015, 23:11:36 UTC
3aa9ffa Bug 1079627 (Part 3) - Support multiple decoders for a single RasterImage. r=tn a=lmandel 15 January 2015, 23:11:36 UTC
6a14b44 Bug 1079627 (Part 2) - Add SourceBuffer. r=tn a=lmandel 15 January 2015, 23:11:35 UTC
140d2b2 Bug 1079627 (Part 1) - Make image decoders hold a strong reference to their image. r=tn a=lmandel 15 January 2015, 23:11:35 UTC
fddd267 Bug 1133187 - Update fallback whitelist. r=keeler, a=lmandel 18 February 2015, 19:12:59 UTC
6fdfc19 Bug 1131880 - Modify the condition to disallow PR_CONNECT_RESET_ERROR on fallback. r=keeler, a=lmandel 16 February 2015, 11:03:06 UTC
d5ffee6 Bug 1131793 - Disable SurfaceTexture detach on Mali. r=jgilbert, a=lmandel 13 February 2015, 22:59:03 UTC
c3b4284 Bug 1130768 - Fix some issues with Baseline exception handler and onExceptionUnwind/onPop hooks. r=shu, a=lmandel 12 February 2015, 11:56:52 UTC
67fd78a Bug 1129155 - Add console.mihai shortcut to evalWithDebugger. r=past, a=lsblakk 11 February 2015, 17:08:05 UTC
f18fd63 Bug 1126918 - NewShSurfaceHandle can return null. Guard against it. r=jgilbert, a=lizzard 02 February 2015, 22:18:29 UTC
7864a57 Bug 1129287 - Fix not rejecting partial name matches for plugin blocklist entries. r=gfritzsche, a=sledru 04 February 2015, 04:27:54 UTC
f0210a7 Bug 1128170 - Use UniquePtr for TextureClient KeepAlive objects to make sure we don't leak them. r=jrmuizel, a=sledru 18 February 2015, 00:35:30 UTC
418960e Bug 1128478 - sdk/panel's show/hide events not emitted if contentScriptWhen != 'ready'. r=erikvold, a=sledru 17 February 2015, 08:57:00 UTC
728d10c Bug 1115227 - Loop: add part of the UITour PageID to the Hello tour URLs as a query parameter. r=MattN a=lizzard 31 January 2015, 23:17:13 UTC
a413a67 Bug 1120888 - Record the result of password manager form autofill. r=dolske a=lizzard 19 February 2015, 21:13:14 UTC
6fffcf6 Bug 1128811 - Reject data wait promises when we seek. r=cpearce a=lmandel --HG-- extra : source : baffa46b36fe23c48972bcabe49f725227a3026c extra : amend_source : edf9887a2a0d6f2ef1bd1f4805e68f73d8fc9528 04 February 2015, 02:17:56 UTC
550620b Bug 1129523 - Use ProxyMediaCall for video decode tasks. r=cpearce,r=mattwoodrow a=lhenry --HG-- extra : source : 652754b5bb07eccae7cea609a86313e2199d89f7 extra : amend_source : 5abf060bbbfba1e2110ab1d5b95b366f28358f66 05 February 2015, 01:12:51 UTC
ac18134 Bug 1129523 - Implement MediaPromise proxies. r=cpearce,r=mattwoodrow a=lhenry --HG-- extra : source : 272f537c1438926adbc48cd5d7a63e413a6a9496 extra : amend_source : 4155650fe8ad3dad0c664471927fb60638afab48 05 February 2015, 01:12:51 UTC
d9318d9 Bug 1129247 - Use MOZ_DIAGNOSTIC_ASSERT instead of MOZ_RELEASE_ASSERT in media code. r=mattwoodrow a=lmandel 04 February 2015, 21:13:59 UTC
6ae66e5 Bug 1123983 - Implement exclusivity checking for MediaPromises. r=cpearce a=sledru 21 January 2015, 22:34:26 UTC
569e797 Bug 1129247 - Introduce MOZ_DIAGNOSTIC_ASSERT. r=Waldo a=lmandel 04 February 2015, 21:13:58 UTC
d110714 Bug 1127448 - Use indexOf instead of includes. r=mconley a=lmandel Array.prototype.includes is nightly-only for the moment. Thanks to Gavin Sharp for pointing this out. --HG-- extra : source : 84fff2da5d7e6fea283f7a8e49fdd5172d493b80 extra : histedit_source : 1fab245cffa35a45b9935b66a572a794fefcc8d7 18 February 2015, 00:32:31 UTC
bccc208 Bug 1127448 - Append the build id to the ua string for youtube. r=mconley a=lmandel We want to be able to distinguish different builds to track down crashes and other problems with the YouTube site. Pushing the build id lets google group statistics from their logging in the same bins for comparison. Limited by #ifdef MOZ_UPDATE_CHANNEL to beta, aurora, and nightly. Limited by media.mediasource.enabled pref. We put this in nsBrowserGlue.js instead of browser.js so it runs once, rather than once per window like the fennec implementation we copied. They only ever have one window, so it's ok there. --HG-- extra : source : 982b7c688f3f58f2615add7cad64fc89ba39ee5d extra : histedit_source : f872310a9bff7740dfe4dcc50c32c667fa6a8dd2 17 February 2015, 20:44:00 UTC
d878d50 Bug 1110286 - Pin mozharness to 2264bffd89ca instead of production. r=rail a=testing 18 February 2015, 16:04:52 UTC
5c07f7e Bug 1125526 - Wait for output from executed method in browser_webconsole_assert.js before asserting on number of messages. r=past, a=test-only 14 February 2015, 07:52:50 UTC
5af1fd9 Bug 1125391 - Lower the expected assertions for 1108104.html to 2. a=test-only 18 February 2015, 13:57:22 UTC
6bbe73a Backed out changeset 12be2975c7a4 (bug 1125391) for test_sort_contacts.py crashes on b2g37. 18 February 2015, 04:43:49 UTC
9ab177d Bug 1118689 - Don't try to load an image if its container docshell is gone. r=bz, a=lmandel 13 February 2015, 02:44:32 UTC
2ae2001 Bug 1128747 - Fire onCreate method synchronously in splitview to prevent multiple iframe editors from being appended into style editor. r=jwalker, a=lmandel 12 February 2015, 15:34:24 UTC
df3bf92 Bug 1102038 - The 'Change Search Settings' button and the open search items cannot be used via the keyboard. r=Mossop, a=lmandel 04 February 2015, 23:08:19 UTC
14d16b4 Bug 1124904 - Cleanup keyboard navigation in the new search panel - separate the logic moving the selection from the logic examining at the keyboard events. r=Mossop, a=lmandel 04 February 2015, 23:08:19 UTC
69916e9 Bug 1124904 - Cleanup keyboard navigation in the new search panel - simplify the 'selected' attribute handling. r=Mossop, a=lmandel 04 February 2015, 23:08:19 UTC
b232185 Bug 1124900 - Add tests for keyboard navigation in the search panel. r=Mossop, a=test-only 04 February 2015, 23:08:19 UTC
721e24c Bug 1133190 - Back out default audio device handling changes introduced in bug 698079. a=lmandel 16 February 2015, 22:46:28 UTC
2c572d0 Bug 1127198 - Part 4: Clear cached structs only after we have fully processed a restyle. r=dbaron a=abillings 17 February 2015, 22:29:05 UTC
fb386da Bug 1127198 - Part 3: Crashtest. r=dbaron a=abillings 17 February 2015, 22:29:05 UTC
127148a Bug 1127198 - Part 2: Assert if we clear cached structs on a style context still used by a frame. r=dbaron a=abillings 17 February 2015, 22:29:05 UTC
e1c1971 Bug 1127198 - Part 1: Add a DEBUG-only count of frames that use a style context. r=dbaron a=abillings 17 February 2015, 22:29:05 UTC
back to top