User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
raliiev@mozilla.com Thu Oct 29 11:08:49 2015 +0000 | 67a788db9f07822cfef52351bbbe3745dff8bd7f | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge FIREFOX_AURORA_44_BASE ← 255 merge changesets [Collapse] |
e8610a7c6b3e9cdd7cbf30f36aed92e634abd4bc | Cameron McCormack — Tweak a couple of comments; no bug. (DONTBUILD) | |
b4c323832f317d650acd4bd7066d9432f3c1768c | Phil Ringnalda — Back out 8 changesets (bug 1207355) for OS X 10.10 reftest failures in generated-content/ | |
593bccc56191fe7d1fc0757257de5be103f142a8 | Nicholas Nethercote — Bug 1209812 (follow-up) - Android bustage fix on a CLOSED TREE. r=me. | |
c11218a05463e65878b122132344d04be680cfef | Jason Orendorff — Fix a broken JS test. It landed in rev 093802a6d8ae (bug 1003554) and was apparently fine until it was merged to m-c/m-i, where it probably collided with rev bug 1217099 or bug 1217001. no_r=bustage to a CLOSED TREE. | |
3b546c86c824d971b8a888a9772bd4c241958880 | Nicholas Nethercote — Bug 1209812 (part 4) - Add comments to SurfaceFormat. r=jrmuizel,Bas. | |
c566d5a42e84a116835b574bc69b72f4a2ab64ea | Nicholas Nethercote — Bug 1209812 (part 3) - Rename SurfaceFormat::R5G6B5 as R5G6B5_UINT16. r=Bas. | |
f37c01f7c064c0f32019c3f1a811cdf11c33291f | Mike Hommey — Bug 1186748 - Switch mulet builds to Gtk+3. r=mshal | |
94cbb92ba72d6818f387b416047cd91edd468038 | Mike Hommey — Bug 1218628 - Remove reference to non-existent desktop Firefox default theme related files from b2g and fennec package manifests. r=mshal | |
f6d251d7b4f7e58299effdbea37e555843bb3ca8 | Heiher — Bug 1218640 - IonMonkey: MIPS64: Add support into irregexp. r=arai | |
b3a42d2881e5c12d98a96f2f0bfe8a32fb093c9c | Steve Fink — Bug 1216744 - Move weakKeys to the zone, r=terrence | |
01ae6c388605ece6feea6d96cc31e3bd27e9a1d7 | Tanvi Vyas — Bug 1219454 - Replace 'show' with 'receive' for consistent messaging around notifications and to account for new Push permission in about:preferences. r=MattN | |
78a27c3cdb414e50a1ec6cfa9b2f169129cbaa53 | Xidorn Quan — Bug 962249 followup - Fix the bug of Window.scroll{Max,Min}{X,Y} that they incorrectly return app units instead of css pixels. r=roc | |
16108f891268a5205d5e67b50e73d0dba30e7737 | Rail Aliiev — Bug 1218763 - Antivirus should retry on SSLError. r=nthomas DONTBUILD | |
6b094871e0b0a282035dda1a09b88bb4c97dcf20 | Blake Kaplan — Bug 1194534 - Disable two failing tests. r=billm | |
820fa1592bfa156281023a22e8aab04196117452 | Kit Cambridge — Bug 1218591 - Reset the WebSocket retry counter when the server replies. r=dragana | |
b82942655a6364a50060fd310d3caae450ac005a | Wes Kocher — Merge m-c to inbound, a=merge | |
6cf9efd579290fe27af7a964f20727f92578385d | Jason Orendorff — Bug 1217110 - Remove unnecessary opcode JSOP_BINDINTRINSIC. r=shu. | |
bc2fa0d600192e096eb1c289b23f75410c45b744 | Jason Orendorff — Bug 1217099 - Stop emitting pointless JSOP_GETLOCAL; JSOP_POP bytecode sequence for `var x;`. r=shu. | |
119bb65c0ae504029651c622134906a787cbdc8b | Jason Orendorff — Bug 1217001 - Part 11: Get rid of the last goto in BytecodeEmitter::emitVariables(). r=shu. | |
8bb80a132a0c33b0abb63b9026888e615ae712ae | Jason Orendorff — Bug 1217001 - Part 10: Delete redundant boolean argument. r=shu. | |
f7d59de65bcd8300135a7abbd1aef8fb4a526592 | Jason Orendorff — Bug 1217001 - Part 9: Remove PNX_POPVAR. r=shu. | |
1e0dcdea04ffe410ee31a565b80de1e1ab4c9093 | Jason Orendorff — Bug 1217001 - Part 8: Eliminate all uses of PNX_POPVAR. r=shu. | |
b5e96d501788e41f3d7d305dd3cff384e8dd3ae7 | Jason Orendorff — Bug 1217001 - Part 7: Change BytecodeEmitter::emitNormalFor() to decouple it from weird expectations about BytecodeEmitter::emitVariables(). r=shu. | |
6b9964e08cec60cc94fdfc5f8fb625e6fb7a791c | Jason Orendorff — Bug 1217001 - Part 6: Eliminate some `continue` statements. r=shu. | |
264a443f5b066271214455b212d1327ab8770eec | Jason Orendorff — Bug 1217001 - Part 5: Further revise control structure in BytecodeEmitter::emitVariables(). r=shu. | |
310949c85ae5c26261769444557189190063d8cb | Jason Orendorff — Bug 1217001 - Part 4: Improve the comments on VarEmitOption. r=shu. | |
0d67895e08fb92e9057532220021aeee1b9516fd | Jason Orendorff — Bug 1217001 - Part 3: Remove one goto statement. r=shu. | |
6a07f584d3bccc2a774fd28d9c2789ba20fcf4cc | Jason Orendorff — Bug 1217001 - Part 2: Rename two local variables and improve some old comments. r=shu. | |
c4ff10c36ebe8aa2b7d8ddbea1943dffa8ec4798 | Jason Orendorff — Bug 1217001 - Refactor BytecodeEmitter::variables. Part 1: preliminaries. r=shu. | |
bb5b95d5f621a62758a4d26f06ee15d98f2ac43f | Jason Orendorff — Bug 1216966 - Part 5: Code organization and comments around parsing comprehensions. r=efaust. | |
cd16e0e4852bbced3db97c67b849653dab26d123 | Jason Orendorff — Bug 1216966 - Part 4: Update a big comment about for-loops in Parser.cpp. r=efaust. | |
1d4b1adfb5724a94ae6c82c7c211b607ee1e9a4a | Jason Orendorff — Bug 1216966 - Part 3: Remove redundant method Parser::parenExprOrGeneratorComprehension. r=efaust. | |
30f2d69ecd7c3d9e8faa167f49adf9bd1c615fcc | Jason Orendorff — Bug 1216966 - Part 2: Tweak a comment about comprehension syntax. r=efaust. | |
6f659dd470d83d23024bf1bcc173614cb8a12643 | Jason Orendorff — Bug 1216966 - Part 1: Splurge and use separate error messages for generator comprehensions that need more parentheses and yield expressions that need more parentheses. r=efaust. | |
aafd6db2fbb452350c42a1d839ce96ec6e183b53 | Seth Fowler — Bug 1207355 (Part 8) - Remove imgIContainer::RequestDecode() and imgIRequest::RequestDecode(). r=tn | |
9dd950b837fb0759ac94e33506b0ca375b19d893 | Seth Fowler — Bug 1207355 (Part 7) - Only trigger intrinsic size decode in FinalizeDecoder() if StartDecoding() was called. r=tn | |
e941e0e106a1f501424cb08f304455cb1cf9d8b2 | Seth Fowler — Bug 1207355 (Part 6) - Only respect StartDecoding() in imgRequest/imgRequestProxy. r=tn | |
ecebca101fcbe546e187abed4f0469c0fd96d920 | Seth Fowler — Bug 1207355 (Part 5) - Request decodes intelligently in MultipartImage. r=tn | |
08f2017137e1f29200354398311f5af96dbbe834 | Seth Fowler — Bug 1207355 (Part 4) - Request decodes intelligently in nsBulletFrame. r=tn | |
3dc69e37c9b4d369c459c1e33b7b9e5597277925 | Seth Fowler — Bug 1207355 (Part 3) - Request decodes intelligently in nsImageFrame. r=tn | |
bcdf51edb121aac9f3dcf7fedebd84ba4db3039e | Seth Fowler — Bug 1207355 (Part 2) - Stop requesting decodes in nsImageLoadingContent. r=tn | |
1d4c00dbf49a26cd3b5819fd7c9cce4a6a2c5b63 | Seth Fowler — Bug 1207355 (Part 1) - Stop requesting decodes in nsDocument. r=tn | |
8c07b084c0f8fb17885979c3322f5e15a1298bbe | Jean-Yves Avenard — Bug 1218577: Use only Blank PDM if enabled. r=kamidphish | |
1200b4f1676c5478504a67ee76e1470140b35aa2 | Tooru Fujisawa — Bug 1217982 - Remove for-each from storage/. r=mak | |
d3b3ccf98cbcdbc4f8c76a03ee4d54fb420c4930 | Tooru Fujisawa — Bug 819125 - Reset return value before executing catch/finally block. r=jandem | |
50c8bbe25d6866bf05c355b28cd27c98fc534453 | Tooru Fujisawa — Bug 1219057 - Do not show "Unable to print stack trace" for exception thrown while compiling top-level script. r=jandem | |
8ef8edb2980f992aff70330730c66c1eb13429d8 | Jean-Yves Avenard — Bug 1213177: Enable WebM on machines where H264 HW decoding is disabled. r=kentuckyfriedtakahe | |
8adc6bf10f95b5093499144a5bebcf50ed35e397 | Jean-Yves Avenard — Bug 1218157: Only ever read from cached data in NotifyDataArrived. r=cpearce | |
2d5b6e079a602965bcf10633bf090f9b61bb1246 | Ehsan Akhgari — Fix the help string for ./mach web-platform-tests --e10s, no bug, DONTBUILD | |
1b32c71d2650a4622d607c3812b56c54f59e9295 | Bas Schouten — Bug 1219411: Correctly use RGBA instead of RGB for the background color in background-blending-moz-element reftest. r=mstange | |
7ad35617e91ba9d5fd336237b240b4c0f6ad91a0 | Ralph Giles — Bug 1219452 - Fix unused attribute warning. r=kinetik | |
c40a1cdc964104abc5f99dc689171ebcfed7ddda | Ralph Giles — Bug 1219452 - Update script for rust mp4parser. r=kinetik | |
b98837042b2000e7ef30f62b0f2832f94291d10f | Mason Chang — Backout bug 842894 for lack of skia documentation. r=me | |
0f2acb5edb41591a1c109eac293ee16ec3c6e38b | Nicholas Nethercote — Bug 1214476 - Remove unused code for encoding BMPv2 files. r=seth. | |
0c4702fbc9268041176571a4ba1decf79aa33621 | Mason Chang — Bug 842894 - Support DirectWrite using the Skia backend. r=bas | |
1e2e66bf01dbbf7d5018185e925d975aa6189786 | Nicholas Nethercote — Bug 1187782 (part 5) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. | |
40e5654d4bdd3ed4939de46a7ad89288285c6039 | Nicholas Nethercote — Bug 1187782 (part 4) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. | |
78202fd2b4d525ceb48a759492df86eca1669f2a | Nicholas Nethercote — Bug 1187782 (part 3) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. | |
c46fb7b4d2a956d5c277c282bcbf0f3cec17012a | Nicholas Nethercote — Bug 1187782 (part 2) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. | |
14b02d1a0b2bc79e4804e12f029d477af98a22f7 | Nicholas Nethercote — Bug 1187782 (part 1) - Replace nsBaseHashtable::EnumerateRead() calls in dom/base/ with iterators. r=khuey. | |
bde9f8e215c23bfc294d08a1b4997b301cb270cf | Steve Fink — Bug 1215752 - Weakmap refactoring, r=terrence | |
b73ca97e79ca14e2f81aca2ab5fdce8ecc9041b6 | Sean Stangl — Bug 1218587 - Add -G option for running jit-tests under rr. r=terrence | |
44d5e0a257191e3103dc31c965c49bd2506b16ae | Shu-yu Guo — Bug 932517 - Followup: remove let-block logic in sloppy mode ES6 let declaration check. (rs=evilpie) | |
6b66dba1086c9a5c03a9a695058d47a83a948a4f | Wes Kocher — Backed out changeset 71cb0cec8da0 (bug 1219085) for wpt orange | |
61ff0cf9bb33513919573ff22b086478b157333e | Terrence Cole — Bug 1219419 - Keep DefaultTracer simple for now; r=fitzgen | |
a01667dab7c5c3f43e143b3656b13cd89a71ee92 | Eric Faust — Bug 1201460 - Follow up: Ensure added classes tests are safe for uplift. (rs=jorendorff) | |
b31234efbde4b8fa04d88b6cb83ec1123d4f31e1 | Eric Faust — Bug 1215889 - Fix tests for uplift. (r=jorendorff) | |
33df0bbcc1ae809bb6461f7b929a271fe542d6b3 | Kartikaya Gupta — Bug 1219391 - Request snapping for the entire handoff chain when ending the fling animation. r=botond | |
086aa469aa8470dd14b2348db14be715b367718b | Botond Ballo — Bug 1218618 - Assert that the hit-testing tree's root node doesn't have siblings. r=kats | |
a6cd337118c4a10fc9bdceed0b41afd8f56162d7 | Andrea Marchesini — Bug 1215092 - WebSocketEventService and WebSocket discovering - part 4 - MessageAvailable event, r=michal | |
3fe351a6269628e5b43bdcf981f3677ccabbf0cd | Andrea Marchesini — Bug 1215092 - WebSocketEventService and WebSocket discovering - part 3 - Events, r=michal | |
684e5160767d3be6eabd10e810869889657df421 | Andrea Marchesini — Bug 1215092 - WebSocketEventService and WebSocket discovering - part 2 - Unique Serial number for WebSocketChannel in IPC, r=michal | |
0f42f6bc21a8df4a6662e3431a279c1913296a63 | Andrea Marchesini — Bug 1215092 - WebSocketEventService and WebSocket discovering - part 1 - Renaming WebSocketFrameService, r=michal | |
9ff1c998f58332d4c4031f1cc756501e33dc51ad | James Willcox — No bug, use attached widget listener mode on iOS, NPOTB | |
5978297efa48ec6673ed5e108c70d9edf2cb6959 | James Willcox — Bug 1218991 - Save initial zoom constraints to be used once compositor is created r=kats | |
e6e868fb4f30f074675b7b4b193c23c340626611 | James Willcox — Bug 1209260 - Don't use sincos on iOS r=npb | |
7d3e6f887fc5728aee2ea9483794c9c2c2dcfe6d | James Willcox — No bug, add missing include to StackWalk.cpp, DONTBUILD | |
fab1df2c908f9c4d9e8219b56ce95bedcc60ead5 | James Willcox — Bug 1214678 - Allow Apple media decoders to work on iOS r=jya | |
4acc0b4c5c9fbe6a6d6519acbcc956feb1f7a0fe | James Willcox — Bug 1213968 - Renew the surface on iOS when resuming the compositor r=kats | |
d9b7cf2a2698c25a21ae8d9c748f1b8f13190eb6 | James Willcox — Bug 1213970 - Enable APZ on iOS r=kats | |
ae59369ae4f0f278cefd3d3d5d02973c7a58a3ce | James Willcox — Bug 1208513 - Add support for GL_APPLE_sync r=jgilbert | |
2ff6d5250364999dd51bccf8d2e5468d551978e7 | Jeff Gilbert — Bug 1207672 - Add support for APPLE_framebuffer_multisample r=snorp | |
b5e9434723267baa67f3526564e9be843c97af70 | James Willcox — Bug 1208513 - Resurrect SharedSurface_GLTexture for use on iOS r=jgilbert | |
ab686c0adbaa1313b87e79fba4c1ee3ddc5bc7a6 | James Willcox — Bug 1174703 - Add GLContextEAGL and GLContextProviderEAGL as an OpenGL provider for iOS. r=jgilbert | |
3032e61bfdb78ab49161022e5cb64a9b2f363f57 | Ted Mielczarek — bug 1170987 - Fix gfx/2d to build on iOS. r=jrmuizel | |
e42549a238777d156064d5da3f1b4a49cbf43434 | Trevor Saunders — bug 1218564 - remove check for password roles in AccessibleWrap::get_accValue r=surkov | |
5326cb59d6a6c7986c7f7c59754157cca857a630 | Nicolas B. Pierron — Bug 1186973 - Evaluate assertEqBytecode: Print length as numbers. r=h4writer | |
71cb0cec8da091668c895f450326a28e42f72cac | Ehsan Akhgari — Bug 1219085 - Import the fetch-request-redirect.https.html test from Blink; r=jdm | |
e4969dfec36e389ed145c79f0ba66552139cf673 | Tom Schuster — Bug 1217887 - Fix reference to href in ContentClick.jsm. r=mak | |
46e32d0b20127282d81f2827f484a2720eb1738b | Andrew McCreight — Bug 1219371 - Add suppression for Aurora-only Windows leak. r=erahm | |
6ec5fb135e429cb2ddbeb92dff1445331624c1ba | Kartikaya Gupta — Bug 1190469 - Request scroll snapping in a few places that animations are cancelled so that we don't leave things unsnapped. r=botond | |
9f858616f8a2012ab60aa01bac6131b8166229eb | Kartikaya Gupta — Bug 1190469 - Refactor some code to have a general-purpose snap function available in APZC. r=botond | |
7ad55e9ba98531317668e1ec5af56982742e1bc1 | David Anderson — Assert that we do not attempt synchronous painting of windowless Desktop plugins. (bug 1218688 part 4, r=bsmedberg) | |
314b650c942390efae9a1517d6e3dfb3fa7fcd17 | David Anderson — Remove Mac-specific synchronous plugin drawing code. (bug 1218688 part 3, r=benwa) | |
34e7e1b81662bed0024a678d2b2ce976a39a4ca1 | David Anderson — Remove Linux-specific synchronous plugin drawing code. (bug 1218688 part 2, r=jimm) | |
fd4f3106204c4b81e0b7fbe543796a2ca50b4360 | David Anderson — Remove Windows-specific synchronous plugin drawing code. (bug 1218688 part 1, r=jimm) | |
f3754dcad86e2ddacb1ad2b003cafb91f299ecf8 | Carsten "Tomcat" Book — merge fx-team to mozilla-central a=merge | |
3e62a45284becec92ac5d6c3e4b7cd611cee75f2 | Nick Fitzgerald — Bug 1218560 - Part 2: Add an integration test for allocation stack breakdowns; r=jsantell | |
ae06ef1f37db155b18520a2287c453de37ffbd73 | Jordan Santell — Bug 1218679 - Add integration/smoke-screen tests for memory tool. r=fitzgen | |
5f738d4ae48a5bc6350fac606b19ca423160c6ad | Nick Fitzgerald — Bug 1219066 - Make sure to traverse and unlink HeapSnapshot::mParent in cycle collection; r=mccr8 | |
80a91d10efd8bba03c47009b6389e5a710904cbc | Jordan Santell — Bug 1219073 - part 2 - Add styling and link to the debugger of SavedFrames in memory tool tree. r=fitzgen | |
79d35449d3e77c2b470fc430596566df66c3da1a | Jared Wein — Bug 1218785 - Remove top and bottom margins on images in notifications. r=MattN | |
686ffb6a3171cee0169fc7b9468ee1b80bc2319f | Jared Wein — Bug 1218781 - Padding on the right side of notifications is missing when an icon is supplied. r=MattN | |
e58416c87b3ab34a3da9203c4079d6d63dd1c561 | Richard Newman — Bug 1219512 - Bump Android version code computation check. r=nalexander | |
a209e72c3b1344a681b6b49cd99defb5b2545c00 | Jordan Santell — Bug 1213966 - Add memory tool active icon, and wire up both memory tool icons. r=fitzgen | |
ec9458c922de0bf61e58021d295e4459c4294897 | Helen V. Holmes — Bug 1213966: Added a memory tool icon; r=jsantell | |
be3b67884f6e8227317c99e90c6a014b5598a079 | Chenxia Liu — Bug 1214333 - Signal to users when they are on an insecure page with a password field. r=margaret | |
10e8f85d539b3666037f06183cfb025991837aa7 | Wes Kocher — Merge m-c to fx-team, a=merge | |
601528a16cf9a0b2d7d82dd9f163ff556b56f100 | Jordan Santell — Bug 1201907 - Enable memory tool for use and add a trait indicating its availability. r=fitzgen | |
64767e3b5082f02e355ca382041bc240a533cf51 | Jordan Santell — Bug 1217946 - Fix all validation failures and deprecated components. r=fitzgen | |
197f18c10455a431ab2d8e189b074115a5457f5a | Jared Wein — Bug 1219458 - Remove the notification animation until we have better transparency support. r=MattN | |
bf8e162a3580170e5b605385c98a91a4e9f94af2 | Nick Alexander — Bug 1219058 - Part 2: Normalize Robocop test harness source layout. r=gbrown | |
e65ea991814040bcd2336b0431d9b0bb6a074d50 | Nick Alexander — Bug 1219058 - Part 1: Normalize Robocop test source layout. r=gbrown,mfinkle | |
0bf0e3c8f51e11634efa1f5add84414e04425fd0 | Wes Kocher — Backed out changeset 06a16359bcec (bug 1217946) for m(dt) bustage | |
b1619ee272b62f3cd234f8382a8d62980bf080e1 | Wes Kocher — Backed out changeset 17ae7ed99b0b (bug 1201907) so I can cleanly back out another patch | |
47c3e7a902e5412ac0cf24ca71dabbfa6a24044c | Nick Alexander — Backed out changesets fb5765dffe01 and 0447429a5627 (Bug 1219058). r=me | |
0447429a562752888423291dc5b48cd6f4c66f62 | Nick Alexander — Bug 1219058 - Part 2: Normalize Robocop test harness source layout. r=gbrown | |
fb5765dffe01e033113d0b013e5ae99c7cae0c74 | Nick Alexander — Bug 1219058 - Part 1: Normalize Robocop test source layout. r=gbrown,mfinkle | |
17ae7ed99b0b008c8e3835371f4ba132de0e21cd | Jordan Santell — Bug 1201907 - Enable memory tool for use and add a trait indicating its availability. r=fitzgen | |
306019f9591f5e2955a6a292899de0b488e3e6a6 | Michael Comella — Bug 1218040 - Set intent redelivery on TabReceivedService. r=nalexander | |
cebd548033dd60104d7850412fdbb59ea861f175 | Jordan Santell — Bug 1217969 - Highlight the memory tool tab when recording allocations. r=fitzgen | |
06a16359bcec14638db9f302744a5b62f938bdab | Jordan Santell — Bug 1217946 - Fix all validation failures and deprecated components. r=fitzgen | |
96b588073732da89239d89e723245d09bab01ca9 | Jordan Santell — Bug 1219073 - part 1 - Add to sdk/url#URL objects. r=gozala | |
c85260a0fcf3018b789037a48ec7228a43ff24b2 | Manuel Casas — Bug 1212357 - Update the layout of the rooms list items for user journey. r=mikedeboer | |
0160ff5dfde28032fb5f752d81e72e1ffc964271 | Margaret Leibovic — Bug 1218858 - Update tracking protection language in about:privatebrowsing. r=mfinkle | |
4b2824d5f14597f28b56f15713f93fd79beaedab | Stanislas Dolcini — Bug 1147197 - Fix Indentation in LoginManagerPrompter.js r=margaret | |
7b6a80ca1f0dadf12aaffef2c639a243e90e287f | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
0c66ad082701f07c3789e82b0e808fd4ff04f7ed | Ghislain 'Aus' Lacroix — Backed out changeset 08a231e808b1 | |
08a231e808b141a2396bc0e98dc5eb924caff635 | Ghislain 'Aus' Lacroix — bug 1218570 - Push mac64 Mulet to stage.m.o. a=build-only | |
48c45e19cf19afcaf9dbbc451d223b6aa4c74620 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
81a9c6849571682b5bc7c4b61e0d8cf95eda4322 | Wes Kocher — Merge m-c to b2ginbound, a=merge | |
27532ce2a9e34341e137a516a0f2f25c663898fd | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
b966b53bcfbbd62afa590e22168bee2448ae0c21 | B2G Bumper Bot — Bumping gaia.json for 6 gaia revision(s) a=gaia-bump | |
8a995569a4c01630ad6bcbcc25b6fefa5ff4e9ab | Fabrice Desré — Backout b0359c684793 (Bug 926452) for causing bug 1213051 r=me | |
98676a507c12a90cb8e85537cb5d79e6c94173b0 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
ea4471b2efd8095f7e26008c5b73d72860a7f76e | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
06651db9e8e90549fd57607b61c8e6322b4bcf2a | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
ab0e75c9e9088085652dce1f326970406ca0b4b7 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
02cae1ffa856938709984263e2c321c8ac04be75 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
fe2103bd32f395611692078ef13cef2b0e140cf0 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
1e700005a0ddf2b17803213e1f3f8d78a7a618b8 | Wes Kocher — Merge inbound to central, a=merge | |
8431c19a40067d9dbfe199f76d392b54d227da07 | David Keeler — bug 1218515 - flip pinning-test.badssl.com into production mode r=jcj DONTBUILD NPOTB | |
2df18499b6ad9328a0c45b58b15da1422ec09b79 | David Anderson — Use compositor clip rects, not client clip rects, when computing the compositor's backbuffer damage region. (bug 1189159, r=mattwoodrow) | |
17a95e197925af9867b4474e848fde717df4ace0 | Kartikaya Gupta — Bug 1217818 - Ignore injected touchstart events for the purposes of prevent-default notifications back to APZ. r=botond | |
3e2f7db053c62fc44c65a35ae8b711637c5450a2 | Kartikaya Gupta — Bug 1217818 - Add support for the mHandledByAPZ flag on touch events as well. r=botond | |
0370dcc7ca0fa1103066b07fd703821cf2f21104 | Kartikaya Gupta — Bug 1217818 - Add some more logging to more easily diagnose issues. r=botond | |
afabc9de870f48fa72a27058a9ef04510d58cf26 | Kartikaya Gupta — Bug 1217818 - Minor refactoring to reuse a function. r=botond | |
8d34c0a05a1f6812f644e8a3c05fecc1db57eb7c | Jan de Mooij — Bug 1218111 - Fix property enumeration order of unboxed objects with expando properties. r=bhackett | |
9a2aa5e4cde39a7a8b726011bf6ea8b2c22c2ae3 | Daniel Holbert — Bug 1218041, part 2: add reftests for <treecell> SVG-image rendering. (no review) | |
625650d1493c70dfec06a77757faf97a99b18bb0 | Daniel Holbert — Bug 1218041, part 1: Give nsTreeBodyFrame::PaintImage a fallback codepath for painting SVG images with no explicit height or width. r=seth | |
87b8ec6a9c72ae5e0b71260af51a6de2be38f5de | Jan de Mooij — Bug 1216157 - Check for OOM when generating Ion RegExp stubs. r=jonco | |
30a015dc83356f51589f21c7f22e27e42f732ee6 | Jan de Mooij — Bug 1218065 - Don't treat THROWSETCONST ops as non-fallthrough. r=shu | |
4cf32f8ee2c8b8f3f08e5c606d45d9c47de16c9c | Heiher — Bug 1219157 - IonMonkey: MIPS64: Delete CodeOffsetLabel::fixup(). r=jolesen | |
4f4e94fe850f10b45315fd49fecd14b8f1d324ee | Kartikaya Gupta — Bug 1219243 - Fix typo causing scrolling of subframes to be broken on fennec. rs=xidorn | |
40b23b4f5267c26478bc834a9dfafee84392f65b | Dave Hunt — Bug 1145680 - [mozdevice] Add reboot, move, copy, and info methods to adb.py. r=bc | |
b6cf4c726f704d1e923e63ae93f9dc281db215bd | Dragana Damjanovic — Bug 1216683 - For the WebSocket version unregister should return true even if we are offline. r=kitcambridge | |
29c9e01ef7a297e35d42ea127e76f6b79377af59 | Sotaro Ikeda — Bug 1196724 - Refactoring of AudioManager r=alwu | |
f23234d57557fabc79e1635472de6ae8040fe4d8 | Simon Montagu — Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 3: test for transitional processing and CONTEXTJ, r=jfkthame. | |
dd3d6c83f3546eedbb4dffc515134176c5ea5c2d | Simon Montagu — Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 2: changes to existing tests, r=jfkthame. | |
ac843b13053736adf0fb793ac435e454f08a7dd2 | Simon Montagu — Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 1: build system changes, r=ted; code changes, r=jfkthame | |
692dbb16a94976c90cd7700604bb02be54f3d20b | Gian-Carlo Pascutto — Bug 1214675 - Factor out cleanup functions to avoid deadlock/dispatch-without-IPC. r=jesup | |
c537a7eb9bbd38b3b5a69b0567523afc3631208c | Makoto Kato — Bug 1218315 - Use L"..." instead of MOZ_UTF16(...) for MSVS2015. r=nfroyd | |
53952bbfad9afaf6fb5bab4d739dd26cbac67da1 | Nathan Froyd — Bug 1218488 - clarify buffer ownership for nsICanvasRenderingContextInternal::GetBuffer; r=Bas,baku | |
1e9c356aafe6ddec6a76c591e8118d4c96a84a0c | Carsten "Tomcat" Book — Backed out changeset 7393a036ce36 (bug 1215092) for failing on own tests on a CLOSED TREE | |
929a872c1f15ef81d7730d366d95983b2e287602 | Carsten "Tomcat" Book — Backed out changeset 2284c3e8c336 (bug 1215092) | |
fbd7ac7ed4f69be02a444cd895472238a19505b9 | Carsten "Tomcat" Book — Backed out changeset f527785e39c6 (bug 1215092) | |
0fa26a79f3f6e69dc881a4f95f2005d514f493f5 | Carsten "Tomcat" Book — Backed out changeset 2730cc97c6ec (bug 1215092) | |
b5acf46ad95b1556df7f0973c975a3abf8f45e71 | Rail Aliiev — Bug 1217378 - Build stub installer for en-US and locales r=nthomas | |
8d655f2ae62411bdeed982c8c3526c8896d983d6 | Heiher — Bug 1219125 - IonMonkey: MIPS64: Fix profiler/test-bug1026485.js failure in debug mode. r=arai | |
b942f9807b70b0ed3ebbf4017bdd9808e694c0f8 | Heiher — Bug 1219137 - IonMonkey: MIPS: Fix PushRegsInMask and PopRegsInMaskIgnore can not shared. r=arai | |
1949b1c7fccd2f0293839ce8b27895680973b88a | Sotaro Ikeda — Bug 1219140 - Remove AskMediaCodecAndWait() r=bwu | |
df5f057d1277ec9dd27cfbafb0fc26c3a652b92d | Rail Aliiev — Bug 1218763 - Antivirus should retry on SSLError. r=nthomas DONTBUILD | |
113e563fd0e75fa24709eabafdbda4f065a08a1b | Rail Aliiev — Bug 1218914 - Add win64 bouncer configs. r=nthomas DONTBUILD | |
58d4fc528b3b762228dd05786adb7325bec3d2f0 | Jon Coppeard — Bug 1217919 - Separate dynamic module scopes from those of function calls r=shu | |
5aa82c988f7188f30f6cab48a72fa146121ed832 | Jon Coppeard — Bug 1215678 - Nuke cross compartment wrappers if we fail to add them to the wrapper map r=terrence | |
2730cc97c6ec06043f41476fed1e01a5786f793a | Andrea Marchesini — Bug 1215092 - WebSocketEventService and WebSocket discovering - part 4 - MessageAvailable event, r=michal | |
f527785e39c64e2d33b9606275bf2a04015f739c | Andrea Marchesini — Bug 1215092 - WebSocketEventService and WebSocket discovering - part 3 - Events, r=michal | |
2284c3e8c3367025ec3d4a29225f97c30f61ebf3 | Andrea Marchesini — Bug 1215092 - WebSocketEventService and WebSocket discovering - part 2 - Unique Serial number for WebSocketChannel in IPC, r=michal | |
7393a036ce363c6193aba95323147bc616e732b8 | Andrea Marchesini — Bug 1215092 - WebSocketEventService and WebSocket discovering - part 1 - Renaming WebSocketFrameService, r=michal | |
9a67e1d55e0d52f1921ae3edfde4da779ace9655 | Carsten "Tomcat" Book — Backed out changeset 533f3277cdbb (bug 479520) for bustage on a CLOSED TREE | |
b61c16d3e59277f7dab40c034944e633977331c9 | Carsten "Tomcat" Book — Backed out changeset ce23fa9ffb16 (bug 479520) | |
befcf9a00cb68a1ecf4ad8378e113103dbe21796 | Carsten "Tomcat" Book — Backed out changeset 80f9778bb787 (bug 479520) | |
b7dd8bf95c82dca744f1f528f5e0ea25dfbfb289 | Sotaro Ikeda — Bug 1216056 - Always sent OpRemoveTextureAsync as pending async Messages r=nical | |
80f9778bb787e306cbda07418196534e3820fed0 | Simon Montagu — Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 3: test for transitional processing and CONTEXTJ, r=jfkthame. | |
ce23fa9ffb16ff88c86be000f1c432fcd7c76e08 | Simon Montagu — Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 2: changes to existing tests, r=jfkthame. | |
533f3277cdbb0a1bc8cbcdb8ed95d860d52e2650 | Simon Montagu — Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 1: build system changes, r=ted; code changes, r=jfkthame | |
fa8f6c1aa893ed085cfada7de6e7a6089b0f7409 | Tooru Fujisawa — Bug 1218967 - Do not stop executing autospider.sh on test failure. r=sfink | |
bda42988725cb4ed31f56abc9ff7717d91adf64a | Tooru Fujisawa — Bug 1219028 - Remove use of non-standard Function.prototype.isGenerator from devtools/. r=fitzgen | |
1d67c4e4858f3a6ea5bf39b31fe11bef3cd001ac | Carsten "Tomcat" Book — Merge mozilla-central to mozilla-inbound | |
9f16e62baa3acf4684dcd545df69b0b010f803d1 | simplyblue — Bug 1218204 - Remove else after return from Parser<ParseHandler>::maybeParseDirective. r=arai | |
8b2ec8fddf5fc6192982e7806340a26f1a2b9784 | Tanvi Vyas — Bug 1217585 - Enable browser_bug902350.js mochitest in e10s. r=mrbkap | |
687ef79303f3a9d5bb1c71027d30df386409a6b5 | Jan-Ivar Bruaroey — Bug 1216769 - change %ld to %lld to fix logging problems in trunk and B2G. r=jesup | |
27f08798481fd64c65c57f8ed2a0839f894fdc60 | Sotaro Ikeda — Bug 1218617 - Invalidate whole widget area after external composition r=mattwoodrow | |
35d613de217d021cab90adc0cac6d45aa2d9256d | Makoto Kato — Bug 1218315 - Replace NS_LITERAL_STRING(...).get() with MOZ_UTF16(...) on rdf. r=nfroyd | |
18e8b44eb5651cf3ffa7693cf3129a4af56266e6 | Makoto Kato — Bug 1218315 - Replace NS_LITERAL_STRING(...).get() with MOZ_UTF16(...) on browser. r=nfroyd | |
5caf6fd04aedaf6938c66d4e8bbe9c88b6b06486 | Makoto Kato — Bug 1218315 - Replace NS_LITERAL_STRING(...).get() with MOZ_UTF16(...) on netwerk. r=nfroyd | |
9a8f4587e564b2597b84b7c46f5d75ad861e874b | Makoto Kato — Bug 1218315 - Replace NS_LITERAL_STRING(...).get() with MOZ_UTF16(...) on dom. r=nfroyd | |
5931f379416e626aa7d26498bd488e497fc6a3ac | Makoto Kato — Bug 1218315 - Replace NS_LITERAL_STRING(...).get() with MOZ_UTF16(...) on xpcom. r=nfroyd | |
7102bfea6bbff372d349930667987516d509e178 | Makoto Kato — Bug 1218315 - Replace NS_LITERAL_STRING(...).get() with MOZ_UTF16(...) on widget. r=nfroyd | |
769f29c92bb2aaf8310720f9a0628fb2896086c5 | Wes Kocher — Merge fx-team to central, a=merge | |
8486fdc26fa6a41a845ea5efc72953b539988607 | David Critchley — Bug 1213851 - test bustage fix when rebasing on bug 1214582 [r=Mardak] | |
acfa9848f2eeaa7dee9dd14a7a2863998bd2bcfe | Nick Fitzgerald — Bug 1219079 - Small breakdown-related fixes for the memory tool; r=jsantell | |
63f0f345ca872ce7fe12b0cfef3e3a166f1d27e5 | Nick Fitzgerald — Bug 1219071 - Cache the results of the dfs when rendering the tree widget; r=jsantell | |
692d0ed9f9eb102efb136fff4dd9df4fdb16a2ea | Alexandre Poirot — Bug 1217867 - Prevent actor id clash when debugging the same e10s tab with multiple clients. r=jryans | |
961e078286dc3977319c2717ed4d0f6b94ed6f3d | Alexandre Poirot — Bug 1217559 - Fix chrome overrides after new devtools files layout. r=jryans | |
d41522b5aed48941893f47d57c54e9cab6e5b5d1 | Alexandre Poirot — Bug 1213011 - Add a route to post-build simulator task to easily download it. r=garndt | |
778030b1b88b7857d296eff8d63850c701c35139 | Alexandre Poirot — Bug 1213011 - Allow post-build tasks to use build_{name,type,product} variables. r=garndt | |
80a9d5e49dc61ab479f988fbb6dfa3864a4ee0ab | David Critchley — Bug 1213851 - Display only active room when user enters room [r=Mardak] | |
22394f125cb5020732ca71617dfdfbecbaedfb03 | Philip Chee — Bug 1217985 Follow up fix test bustage | |
d2bb527a1e8a1c351640b2624e3dd1a0487488a2 | Ed Lee — Bug 1216918 - Style the conversation window title bar in blue [r=mikedeboer] | |
781512105804f3d2580aedd0f6b17fafe5e7c485 | Paolo Amadini — Bug 1207089 - Telemetry for permission notifications. r=MattN,vladan | |
8edcaa544e24e081a7be9613e83b2f4d0f14551b | Carsten "Tomcat" Book — Backed out changeset 5f17f4325f31 (bug 1218679) for memory leaks on a CLOSED TREE | |
fff944464ca60e368dcefa8b6383e0219ef7c898 | Carsten "Tomcat" Book — Backed out changeset 2e4f2de05673 (bug 1219066) | |
205846a3aef5295249a622371daffa8fc5c7ac58 | Carsten "Tomcat" Book — Backed out changeset 2e2f56672850 (bug 1218560) | |
f680104e114519af11d8d70e6ab9d57d8407d32e | Carsten "Tomcat" Book — Backed out changeset 167cd2f19d93 (bug 1219079) | |
ef2b5e2a78672c228e42529ca181fdfae714fb1b | Jeremy Francispillai — Bug 1173715 - Removed the bottom border off of the search-panel-current-engine element and removed the check to see if the search suggestions is collapsed, r=florian. | |
065c302ca3a3adaf824d5c4543c7aac1937bdb99 | Florian Quèze — Bug 1218882 - lz4.js should be usable outside of workers, r=Yoric. | |
83644216c19078dc49f6880e074dfb2b532644ca | Gijs Kruitbosch — Bug 1216227 - do bucketed page-load-per-window counts to assess tablet mode usage, r=MattN,p=vladan | |
40ef1c5ebb786b7f172d1f3ff53087b33cf94901 | Gijs Kruitbosch — Bug 1214330 - never hide spacer in customize mode to avoid making the footer 'jump' up to the top, r=jaws | |
a6dcceafce9c3279fbba099f8c439934333b00d7 | Victor Porof — Bug 1218468 - Remove worker markers on each check in browser_timelineMarkers-02.js, r=me | |
594d0213bc5c87f2286ddb8ae486dc3f8e5b9ac5 | Victor Porof — Bug 1211841 - Style off the main thread markers differently, r=jsantell | |
a5a31b8a5383c1683e73e7e470e2e95b55aff8a6 | Victor Porof — Bug 1211839 - Don't allow off the main thread markers to nest under main thread markers, r=smaug, jsantell | |
75cb7b35f0213a448121f15f50511099fb8c58cb | Carsten "Tomcat" Book — Merge mozilla-central to fx-team | |
f1cef30cb767723c80ffbe186fd17adfca12cef6 | Patrick Brosset — Bug 1218425 - ESLint rule that warns against aArg notation in function params; r=miker | |
604e693761bdc5c28f11afad54674f3856e7f518 | Patrick Brosset — Bug 1218409 - Eslint rule that checks for balanced listeners. r=miker | |
167cd2f19d9368498359f528df23acde21fc5b16 | Nick Fitzgerald — Bug 1219079 - Small breakdown-related fixes for the memory tool; r=jsantell | |
2e2f56672850b6f218e31ac80774b0d1d008bb16 | Nick Fitzgerald — Bug 1218560 - Part 2: Add an integration test for allocation stack breakdowns; r=jsantell | |
2e4f2de05673ffe225fda71140e7249e4cb76df7 | Nick Fitzgerald — Bug 1219066 - Make sure to traverse and unlink HeapSnapshot::mParent in cycle collection; r=mccr8 | |
5f17f4325f31f181c9d65722b30944896e391bbf | Jordan Santell — Bug 1218679 - Add integration/smoke-screen tests for memory tool. r=fitzgen | |
b494ad467ced34e4dff5177377644b088da4fc8d | Patrick Brosset — Bug 1202179 - html/head/body not dragdrop-able and drag starts after move only; r=bgrins | |
093802a6d8aeff51c68c92323b3b799b5fc7cd4c | Tom Tromey — Bug 1003554 - make entry points correspond to entries in the line table; r=jimb,fitzgen | |
286091b03549a8ad6a0beaa6aaa72194481ebf1e | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
2a5afe09f4f171f7c812fb49e599efd7b7d6a045 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
18673f3840aa924b12bbac42a814407bec0e81c7 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
4f97417f5459498ebe5c7ac9458abb8649fa999b | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
eabcb27dd986f6a9e5c5fa47cb5505dc650ce64a | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
98780940dae0103be1cc629ae889547f95dd662e | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
e8bcd464373d8edde8f66d490e25408112c11af6 | Fabrice Desré — Bug 1219004 - Improve error management in getFullAppByManifestURL r=ferjm | |
0244d3de8b62548f6197b663aabf7be23d7afe03 | Wander Lairson Costa — Backout "Bug 1144808 part 2: Harden phone-builder image." | |
fdbd1a793ca9d998d5a258ba44d99b42e8809c67 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
af99058d422d416989970266f348601bde458e25 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
89341d79098032deb26789d67f02823468121f65 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
c5df89edcff873720511e7b4806aca1c4d9a076a | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
a24562c5e49e30a7584fe4051655a3be0d45dbad | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
ef950ac3d34134abff74158a8203b03034a9b64a | Samael Wang — Bug 1209892 - Add marionette test case for timezone. r=edgar | |
f82da33fc9ae6a4946d066f0da02fefabff2fbe8 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
9285b9beb889467cc12fb1b669b2c0b74f255650 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
1b20b3e0fad6e010e809d37ce4525e31462e9976 | Carsten "Tomcat" Book — Merge mozilla-central to b2g-inbound | |
d5a0cb1000efd1769fde501b9b178ea156d51067 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
18d69632dfc52fcafb6ee659ac6cd230f64fc82e | B2G Bumper Bot — Bumping gaia.json for 4 gaia revision(s) a=gaia-bump | |
054b382136b14d89ef616a771ccc96c6536c74c7 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
7302d1fbe79b6ec4fc1efd63b285d249b5da433a | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
a13ac63b8900729b907836173be204a88a3c3479 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
f558073d0ad99b3acf414bee6110e997d595c597 | B2G Bumper Bot — Bumping gaia.json for 6 gaia revision(s) a=gaia-bump | |
raliiev@mozilla.com Wed Oct 28 17:30:41 2015 +0000 | fc706d376f0658e560a59c3dd520437b18e8c4a4 | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge ← 226 merge changesets [Collapse] |
95b404586f1dddf6738b550516ad5f93099b9665 | Paul Adenot — Bug 1218694 - Test that AudioNode.connect() returns the node connected to. r=smaug | |
2d30c37353ea1af95016483f6d85ff2ff291a47c | Paul Adenot — Bug 1218694 - Return the AudioNode connected to when calling AudioNode.connect(). r=smaug | |
6928d7087fedeeeb6cdcff2ddb5eba14ff96163b | Nicholas Nethercote — Bug 1215361 (part 3) - Deconvolute nsICODecoder's handling of endianness. r=seth. | |
1c6abaa798f99f17827cb06088fc371336b3b879 | Nicholas Nethercote — Bug 1215361 (part 2) - Streamline nsBMPDecoder's getters. r=seth. | |
a4c60957e505a114a77646670576a03c09033f1c | Nicholas Nethercote — Bug 1215361 (part 1) - Don't set mBPP twice in nsICODecoder.cpp. r=seth. | |
e903447ff321014cca5a95ef4aff6b84c318fa0b | Nicholas Nethercote — Bug 1186815 (part 2) - Replace nsBaseHashtable::Enumerate() calls in modules/libjar/ with iterators. r=mwu. | |
ff0e32d96b6c01cafc6ebf2bb68772b0fceaa3a1 | Nicholas Nethercote — Bug 1186815 (part 1) - Replace nsBaseHashtable::Enumerate() calls in modules/libjar/ with iterators. r=mwu. | |
35f73f6ea2a90eb5ac45e5cc17efc351bfb4c2da | Wes Kocher — Backed out changeset 3cc789ec2bf0 (bug 1204800) | |
a161ee01060755512136bfec6a1e9fdac9b8bc60 | Chris Manchester — Bug 1219082 - Fix reference to "resolver_func" in mach try. r=jgraham | |
7b5b900fc4948552db6a3ea92730ac4665509ba5 | Shu-yu Guo — Bug 1167029 - Followup: remove now-unused DeprecatedLetBlock telemetry. (rs=efaust) | |
3bb8446a6d8ddb5970e584a81312e4e07aeb331d | Shu-yu Guo — Bug 932517 - Treat let as a contextual keyword in sloppy mode and make it versionless. (r=jorendorff) | |
b4401440ad833c2b6cea09e3ef589fba28cc2f0a | Jean-Yves Avenard — Bug 1195094: P2. Ensure TrackInfo object passed to constructor is never modified. r=cpearce | |
bb0870b54aefc3a5b42070cb66fa68114bf36896 | Jean-Yves Avenard — Bug 1195094: P1. Properly detects SPS changes for decoders requiring Annex B. r=cpearce | |
cacab6d4b6e76dcc5c57783c7c6711aad792ef81 | Jean-Yves Avenard — Bug 1217226: P2. Implement WMFMediaDataDecoder::ConfigurationChanged. r=cpearce | |
8415ac131a72dce98b4aaa90e5124f62f30f1313 | Jean-Yves Avenard — Bug 1217226: P1. Use VideoInfo display size data rather than attempt to detect value in stream. r=cpearce | |
c88eff1149fa4d813ac16a56cf5a50d894bd2a1f | Jean-Yves Avenard — Bug 1101885: P5. Only attempt to use HW VP decoder if DXVA active. r=cpearce | |
fd40f04061cca2eac8e4324c0937202cf5decdab | Jean-Yves Avenard — Bug 1101885: P4. Enable Intel VP8/VP9 HW decoder by default. r=cpearce | |
4a22ac249968bc4b652faef7d892d726a4906e5d | Jean-Yves Avenard — Bug 1101885: P3. Allow decoder creation fallback. r=cpearce | |
1960607e6dc536f4ce85517cde64e85fad7a0c3a | Jean-Yves Avenard — Bug 1101885: P2. Don't shutdown WMF framework before releasing decoder. r=cpearce | |
784181a02b0816d779110ff015b314d4c841ff5c | Jean-Yves Avenard — Bug 1101885: P1. Make pref dynamic. r=cpearce | |
86d1b3a8aecb978a7e656e8c8018e227333d9ae5 | Phil Ringnalda — Bug 1188887 followup, adjust wpt expectations to realize we'll now pass the HAVE_NOTHING test in offsets-into-the-media-resource/currentTime.html | |
39af5c53fad65f5d3ea39581d60f4378b127f2e4 | Jean-Yves Avenard — Bug 1188887: P4. Add mochitest to test new behavior. r=jwwang | |
3c27972e56a74149284422cbea6f3a4981c592c7 | Jean-Yves Avenard — Bug 1188887: P3. Never throw an exception when seeking. r=jwwang | |
0edf6192ddd1f1119796831cdad961757b822d68 | Jean-Yves Avenard — Bug 1188887: P2. Add mochitest testing new seek behavior. r=jwwang | |
faca589916605193f96759926835f44f48b6a57e | Jean-Yves Avenard — Bug 1188887: P1. Allow seeking when readyState is HAVE_NOTHING. r=jwwang | |
39a137bbfeee3f5e080a486ef0696674a5df2260 | Nathan Froyd — Bug 1218042 - part 2 - make the CompileDB backend follow the backend protocol; r=mshal | |
5fea785542c270c133ed51c6d84f111194c0727f | Nathan Froyd — Bug 1218042 - part 1 - pass an objdir into _build_db_line; r=mshal | |
255b8f808c0bc4bab320ed281e89b62f8053ef27 | Nicholas Nethercote — Bug 1215334 (part 2) - Avoid creating a fake header for BMP files in ICO files. r=seth. | |
09dc3489f429418d610e7e6b48ce914e0e44200d | Nicholas Nethercote — Bug 1215334 (part 1) - Avoid creating a fake header for BMP files in ICO files. r=seth. | |
ae31deae1e250a46be941c91d9112a45cd781246 | Benoit Girard — Bug 1097321 - Add layers.amd-switchable-gfx.enabled pref. r=jrmuizel | |
5155bb5301f4138e28ab1df547e755f9afe01edf | Benoit Girard — Bug 1097321 - Fix DoesD3D11TextureSharingWorkInternal to handle Intel/AMD configurations. r=Bas | |
36fd2c273344330541b951543bd2c5951c798630 | Blake Kaplan — Bug 1169268 - Don't crash when pasting files. r=ndeakin | |
c6fa796af5487f5fafdef19f0b436102439d80d6 | Wes Kocher — Merge m-c to inbound, a=merge | |
1a1d5630602c120dddc54c931fa3227a729d1153 | Ehsan Akhgari — Bug 1218621 - Keep the service worker alive while the promise passed to FetchEvent.respondWith() settles; r=catalinb | |
912688ff102a86671bb7318e562f82f3519e4c93 | Nathan Froyd — Bug 1218823 - use UniquePtr<> in preference to delete[] in image/; r=seth | |
e7929212ce5c8ca6511ad5b425e2c821bc1aa174 | Boris Zbarsky — Bug 1039986. Make Function.prototype.toString work on Web IDL interface objects. r=jorendorff,peterv | |
4a06e6b6c22d1fc04922f21afa0f67f5aed3dfb0 | Boris Zbarsky — Bug 1217270. Media documents loaded from file:// URIs should still fire onload. r=kinetik | |
12a1cd0cb48a60598857fe0aa61cbe9e58fe06da | Tooru Fujisawa — Bug 1201783 - Throw range error for too long array spread before updating length. r=Waldo, a=abillings | |
57c3036239c2f727ba953d2ba79d69fce1d3cad6 | Olli Pettay — bug 120684 may have changed which .cpp files are compiled together in unified builds causing ScreenOrientation.cpp to not compile on Windows, a=bustage, CLOSED TREE | |
9419ab5864b7eca0c61b131f9a060885cf2f0de1 | Dustin J. Mitchell — Bug 1218841: only return unique tests from parse_tests_chunks; r=ahal | |
0395c8b2846bba2e3115403e7eb26e046efee259 | Nathan Froyd — Bug 1218782 - use fallible allocations in Downscaler.cpp; r=seth | |
90ca2ac0a32f5df01d6e3e07b93f6f2c46d39328 | Jim Chen — Bug 1199658 - Don't commit Java composition when Gecko side commits its composition; r=esawin | |
71bd7be01147f01a5072f929475d26babd556469 | Jim Chen — Bug 1199658 - Add test for text duplication when JS resets input value; r=esawin | |
edff603cee3efb8b022f212893c652ac9bd15fe6 | Jim Chen — Bug 1209465 - Work around TextComposition workaround; r=esawin | |
67ae96f32f6c65bf2f3764b8d3c9981d8593be39 | Jim Chen — Bug 1209465 - Add test for committing ideographic space; r=esawin | |
bb3212ad29e2bb442af84267f366f385ae3e98a6 | Olli Pettay — bug 120684, add ChromeNodeList so that chrome JS can create proper NodeList objects, r=baku | |
5a079ae0c95043629628f0daaaacae92454c8086 | Stephen A Pohl — Bug 1217144: Allow for cppunittest to be run locally on OSX. r=erahm | |
393566e4fd28e3a55bb3d553b227859c0fb6ded5 | James Willcox — Bug 1204483 - Fix busted audio decoding output on Android r=esawin | |
406fa8040abd20246cf4bdedc969c1d9874d5554 | James Willcox — Bug 1217942 - Use the fastest mode for VR-related sensor data on Android r=jchen | |
d48deb2b74ddaab1cc134787a02ae61f1f47d3ce | Nicolas Silva — Bug 1194775 - Paper over a crash in ContentClient. r=Bas | |
fbe8ec51aa386356cff2198d92a6e9bd5e8d6906 | David Anderson — Compute the compositor's damage region before composites, rather than layers updates. (bug 1217560, r=mattwoodrow) | |
8eb31a08c5b66fb68e949cb47857a124261fc742 | Nathan Froyd — Bug 1216964 - remove nsAutoArrayPtr use from ActorsParent; r=khuey | |
1829e3855b61178f8327bad8306961a2bdc403dc | Ben Kelly — Bug 1217501 P5 Relax guard checking on Headers with existing headers. r=ehsan | |
1aabfb4e5bd4d5810df3a4a5872f76a20d749c3a | Ben Kelly — Bug 1217501 P4 Fill headers before setting guard when reading response from Cache. r=ehsan | |
6b421b2e429a17c026e13e7d84bcdc1f8886f567 | Ben Kelly — Bug 1217501 P3 Check Accept header visibility in service worker fetch event. r=ehsan | |
e8a47465467fb96a07b5880e41b460a962bba492 | Ben Kelly — Bug 1217501 P2 Send */* for fetch() default Accept header. r=ehsan | |
778ad533a09d4f66bc80d12bedda685f4afc0cb2 | Ben Kelly — Bug 1217501 P1 Expose Accept and Accept-Language to service worker FetchEvent.request. r=mcmanus | |
c6c7c4323490b6f71a0b8972eb002c5132e11398 | Ehsan Akhgari — Bug 1206298 - Part 2: Add a test to make sure that we respect Cache-Control headers on the synthesized response; r=jdm | |
a5f81cb4dcd7ce902d955281d60c67ba03956ee5 | Ehsan Akhgari — Bug 1206298 - Part 1: Update the expiration time on the fake cache entry object for an intercepted request in the non-e10s case; r=mcmanus | |
afa59d4524cca503e93bc1ff12dd97e0d35a018a | Heiher — Bug 1218652 - IonMonkey: MIPS: Add mips-shared in check macroassembler style. r=arai | |
421e7471928d373a4a9fa8e00a9eb3abd6e0a52c | Heiher — Bug 1218652 - IonMonkey: MIPS: Move shared functions to mips-shared. r=arai | |
d7ec69d2896dcb80048281853f10884896f2232f | Heiher — Bug 1218641 - IonMonkey: MIPS64: Add support into asmjs. r=lth | |
b43912834fbe2b10554c7425fd2a67624cd9d29c | Heiher — Bug 1218636 - IonMonkey: MIPS64: Add support into shell. r=lth | |
fbf7d94986bb51bb53bdfdfd57d29dcc62f31ae4 | Nicolas B. Pierron — Bug 991249 - Ensure that we can check for OOMs when we run out of ballast space. r=jandem | |
872927368b0e59155a52cabb46084d0a19ab4b5f | Carsten "Tomcat" Book — merge fx-team to mozilla-central a=merge | |
c4aebb4abcc52d6a4e096f6d30c799e82f2717d8 | Kathy Brade — Bug 1217985 - Don't depend on Windows crypto DLLs | |
4a412e7f72b1b39b1f8413d6c4c7c7fdc48a2172 | Jordan Santell — Bug 1218840 - Remove vestigial census-view module. r=fitzgen | |
6b5fe9c588b8b2d27140c76c739f39995d6278c0 | Jordan Santell — Bug 1218674 - Style heap view states and overall tree. r=fitzgen | |
408b0efe2d0cd3a9dd864793ba61b32727e197bc | Nick Alexander — Bug 1207708 - Part 2: Build against play-services-{basement,base,gcm} if MOZ_ANDROID_GCM. r=sebastian | |
ac1ec5e7fb8a3709ac8e5d9e5f29458e4f33747f | Nick Alexander — Bug 1207708 - Part 1: Add MOZ_ANDROID_GCM{_SENDERID} build flags. r=sebastian | |
81f5d579fb2bbef17eeb2a9a80c16d05fc9e399d | Michael Comella — Bug 1213490 - review: Move BrowserApp.getOtherSyncClientCount -> TabsAccessor.getRemoteClientCount. r=me | |
e0fc8e81cc7013751be22a27b538ddf1ffabcbc3 | Michael Comella — Bug 1213490 - Handle shareplane when device list cannot be shown. r=nalexander | |
607576699f93afbb0f30e248511c05f441e4148a | Michael Comella — Bug 1213490 - Move send to device handling code to a separate method. r=nalexander | |
0ea84b4619dc0f32d4712812ecad85254651e00d | byron jones — Bug 1093571 - Cancel pending GetSuggestion events when we receive a Search request. r=adw | |
c8445cec6e86a343dbd4f092f1294b6020f0e9b4 | Nick Alexander — Bug 1191068 - Support "Choose what to Sync" in Fennec web sign in. r=vivek | |
ad76ef77cd330aca3ced72e50b46aa4114447ca2 | Nick Alexander — Bug 1216100 - Handle "fxaccounts:sync_preferences" message in FxA WebChannel. r=vivek | |
a63a4f62298e2036fd25e941600535b34d9fff69 | Jordan Santell — Bug 1218675 - Style focused rows in the heap tree correctly. r=fitzgen | |
c90d9b61151efd0c4732c5a39f0eca66c15ba78b | Nick Alexander — Bug 1218935 - Normalize background JUnit3 source layout. r=me,rnewman | |
ebc2cde9c8a1974091c95c10cf671fbe095c4791 | Nick Alexander — Bug 1025128 - Part 2: Fix JUnit 3 tests. r=me,vivek | |
28bd6fb286b4123945ff571d0371e078148a4206 | vivek — Bug 1025128 - Part 1: Regularize tabs and clients tables. r=nalexander | |
bdbacb254896946d51c1a1231556640e07fbb9cd | J. Ryan Stinnett — Bug 1218612 - DevTools server/shared updated in dumbmake. r=fitzgen | |
2d1015be72b5fcc0fc02981cad06d9aba591f5a0 | Wes Kocher — Merge m-c to fx-team, a=merge | |
0387c496dd41424ccae6662b49fa2636117ec0d4 | Nick Fitzgerald — Bug 1218560 - Fix heap tree view with allocation stack breakdown; r=jsantell | |
839ec883c9dc555a6ca104f15ed7c2261f05714c | Manuel Casas — Bug 1214582 - Adjust how room titles are displayed/managed in Loop's UI. r=Standard8 | |
e90655d486cac165a2654d66442e2db1c08b538c | Fernando Campo — Bug 1199815 - Replace Error Summary at bottom of Loop's ui-showcase with React Component. r=Standard8 | |
f73d722759c120dc3b53305732cfc0eb5fbcfd56 | Nick Fitzgerald — Bug 1218597 - Limit the number of stack frames serialized in core dumps; r=froydnj | |
7894e641adfa9f527b58b91ad2d194bd73ab18e5 | Nick Fitzgerald — Bug 1218592 - Add more robust error handling and reporting to the memory tool's actions; r=jsantell | |
988b51b837a39f49dff2991d42f86dd7b7d8c08a | Brian Grinstead — Bug 1211038 - Fix focus issue with debugger searchbox using CodeMirror upstream patch;r=jryans | |
c66c3620de8426242471640ad30e8b7a9f56ccd7 | Blake Winton — Bug 1199050 - Round off the corners of browser-extension-panel's content. ui-r=maritz, r=gijs | |
964ecb2b68a0aea3204e0310c65e8e09bd9fe6b7 | Nick Fitzgerald — Bug 1217500 - Add UI for inverting display tree in memory tool; r=jsantell | |
2bcf8cecd8c3bf4ce34c1152c1f88d89128f999d | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
66bcc590b13848e2f4dad54345a88af3f2a174da | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
4c56a4730a23bd75774fdf37d47a154edc5a135a | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
522f7ec59ef566aedf8e6eee2c35084a46b260fb | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
27a68b5c2f83195aeb24e3786bbfea801cc132ac | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
838567788f0f49de30b7b809baf56b00de972fb2 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
a37f92e1e751b7fa839ed5dd71e2083c50e79e5e | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
a756d709ee1b400a83aa3d618d825beb149aadfb | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
9be91b2a87615324b734b377f927ec90a228583a | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
f8355d65009bb0b37219e184dfab1e7902a778bf | B2G Bumper Bot — Bumping gaia.json for 5 gaia revision(s) a=gaia-bump | |
cdde59fa8c275ccef1a06624dea9bb437b8f000f | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
d3a8c5d86851bf284dac94ab154c2914b3c38e94 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
13469f4a370afbe62c26583a13210143b89b582e | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
eb90b03f151e6e3413a4468794246f7f96f7741d | B2G Bumper Bot — Bumping gaia.json for 1 gaia revision(s) a=gaia-bump | |
c3fc4f7a7ae150c51072018112ca5404b2b76e28 | Wes Kocher — Merge m-c to b2ginbound, a=merge | |
6a7ac9c5b477287ac0322c9469a87aead2160327 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
5fb08cfd4a9f2e85eb590713e4e769cdd93ac7cb | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
2b333a1d94e805a59c619ee41a6dec7fdcce505d | Wes Kocher — Merge b2ginbound to central, a=merge | |
2c4b2deaf1e8b715a5f7849dfac8b0d023b96e63 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
69a40980a67152a7a884eeb6a772620474316b1d | B2G Bumper Bot — Bumping gaia.json for 4 gaia revision(s) a=gaia-bump | |
d23cbe27419bac568a5530ded181fa6bdca05518 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
74e2c99c98dfb6878ba8d2c002271845bdfbee4e | B2G Bumper Bot — Bumping gaia.json for 5 gaia revision(s) a=gaia-bump | |
d0d0048091b533f43b30099ea37403980ae286b7 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
143443761f60fccdd3f6c35b3eee13c3c26038dd | B2G Bumper Bot — Bumping gaia.json for 3 gaia revision(s) a=gaia-bump | |
0bf567d77e0cb995eaf870c60f7be6b2c06330ba | Yoshi Huang — Bug 1196665 - Add originAttributes into SpecialPowers. r=bholley | |
440638fde3aa4a79e219be680ab9da3466431b6f | Fabrice Desré — Bug 1218291 - Extension manifest version is not returned when installed from marketplace or WebIDE r=ferjm | |
128cabc0c0bc6f13d9e96d81914fc273e04ccee4 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
4043f16c68f99549c903cf2f352ca98edb64c7aa | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
72e2f7f3bfebdcdbed9b198d780e66e612667ede | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
96a788f15fd463758deef34efac9f0e25afa03ee | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
b5cd9bf78f985e362a5bb3c531d0bcbddc871d43 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
47e4f94c33259fbcb8e5962360ac68030fc15bce | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
e6e0d49eb95f3bbc356540837b8e6af8f14cabfb | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
3f0dffde0e57e1b62bff5ddfae34df989fee25d3 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
5274818f7362e29a8c5f8772aada99878f582d64 | B2G Bumper Bot — Bumping gaia.json for 4 gaia revision(s) a=gaia-bump | |
7425d7d595565ab652d12b8a672fb3b3a489a2e5 | Carsten "Tomcat" Book — Merge mozilla-central to b2g-inbound | |
427bfa207a0f97d3e3226d3b2a27c6f3cb81fc37 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
9920153ce3ae4fc0eacf874a7c92bfc4a74532fe | B2G Bumper Bot — Bumping gaia.json for 10 gaia revision(s) a=gaia-bump | |
5feb89aefb1c1370b1a5a2bf0653a8d854fb6220 | Jamin Liu — Bug 1218295 - Convert the relative path of PullvCardEntry to absolute path if PBAP request isn't using X-BT-UID. r=btian | |
279b06d77e8199c2be25e9bde33c4ceaf9b90202 | Evan Tseng — Bug 1217303 - Remove mozContentEvent and mozChromeEvent about controlling System's audio channel. r=baku | |
43350e8da63e23f9d6f1d610496e98e7a0cf8389 | Vivien Nicolas — Bug 1212322 - Set the scrollbar fade duration to 0. r=fabrice | |
cb3b0ad11b95d62e25e40b7cbf20bd243f135716 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
c22e01f6e0134672d430538c631b9a8854a35b83 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
7456131555d2fdd5c042c9a8182edccb670e9269 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
b5bf22ffabd8cb5341fa8d7b89fe25b9c775d6d2 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
e4261ba31ed031bac45e73b609336304c910cb9b | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
4c230018cccc3ddd942fecf1fcf7b79414a52ba8 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
afa51178a780763be38c80564ed234fb05a42075 | Yoshi Huang — Backout e54c3b878993 | |
525116f5e83caefcd54f5c6e715b9be4a37b121d | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
62c2a87afdb715a6817258a3d2dde103c873c49d | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
3acb49afffb780bf44607538de40c2cc68fea8ff | Juan Gomez — Bug 1217187 - Modify navigator.hasFeature method to detect new | |
080fb640f419b9f98418be0613a582fe75a9e852 | Juan Gomez — Bug 1216207 - Modify navigator.hasFeature method to implement new | |
c82de8e978c0964ecad9e3dc96dfba701d844b80 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
59c743c8e8f8c4cc2fa9d2f622b44881c177b6eb | B2G Bumper Bot — Bumping gaia.json for 3 gaia revision(s) a=gaia-bump | |
598fa1c1cc377a8eb6b5df15237b3c37b9c1af74 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
b9d35f3a349f06e22e07241b1b502994ffee13da | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
9946e046de25aa69afdbd952472343b516694cc0 | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
24d3e22f2877208753922517fac2ef8008be72d4 | B2G Bumper Bot — Bumping gaia.json for 4 gaia revision(s) a=gaia-bump | |
e54c3b87899304ef17ed9a18c39c7b4a8b2ea8a7 | Yoshi Huang — Bug 1196665 - Add originAttributes into SpecialPowers. r=bholley | |
6a244da77ec2d61655699339f1b08fb4a32e29aa | B2G Bumper Bot — Bumping manifests a=b2g-bump | |
209c0735db9beba8f23e20f644e1be5a5e760fa3 | B2G Bumper Bot — Bumping gaia.json for 2 gaia revision(s) a=gaia-bump | |
4e164269cf888c03a18d1c4ea057bca68fb0ed32 | Wes Kocher — Merge fx-team to central, a=merge | |
f6d32a2fa56177e545400e655f3f57ebaa6b5a39 | Jordan Santell — Bug 1217239 - part 2 - fix bad rebase. r=jlong | |
56707eeec6e53453878731864eaac19ef1a0c5ab | Alessio Placitelli — Bug 1215540 - Fix Telemetry reporting repeated hang annotations for Thread hangs. r=aklotz | |
0393e5088a20f01fbc0bef806005d6c3126b64ac | Jared Wein — Bug 1216684 - Notification permissions cannot be granted/denied in private windows. r=MattN | |
429ce6f92c32b73d962a12c81fa6c9b648914764 | Jared Wein — Bug 1216161 - XUL notifications on Linux can't be closed. r=MattN | |
502d5eecac971959e97ef079319d1ad075bbd5f7 | Victor Porof — Bug 859042 - Show onload and DOMContentLoaded markers in the timeline, r=smaug, jsantell | |
a86899c6955af4c40b85cb407594774fea8cc81e | Carsten "Tomcat" Book — Backed out changeset 077054793949 (bug 1215147) for android test failures on a CLOSED TREE | |
60acc8a9cfb5800dc60ae8238e5997c1bde45abb | Carsten "Tomcat" Book — Merge mozilla-central to fx-team | |
d5e6dc2b693ced39ed021ca2c4f1c15539a32547 | Sebastian Kaspari — Bug 1190375 - Disable Android (Auto) Backup. r=mfinkle | |
4437a28d2e47ff262870b81382f038288fabb910 | Sebastian Hengst — Bug 1215850 - duplicate entity shouldRestartTitle in preferences.properties: remove one instance. r=jaws | |
148a40aae385d23a8a5ab6ee55bd89777f559c34 | Luca Greco — Bug 1213975 - fix WebExtension tabs.onUpdated cleanup on context close. r=billm | |
b3a33728ece55fea9dc343a7ef59f58e1c80133c | Luca Greco — Bug 1213975 - filter out from WebExtension tabs.onUpdated events any location changes related to iframes. r=billm | |
144c402556a89651f800ed3be4850efb378cd82e | Luca Greco — Bug 1213975 - add WebExtension tabs.onUpdated test case. r=billm | |
0f0b978ecd3c15f6c3a6d7629b785103019bb728 | Luca Greco — Bug 1213975 - WebExtension tab update events about location url change should contain status info. r=billm | |
a1568548c87b8620544776ebc454ad4adb8b7592 | Manuel Casas — Bug 1205684 - Video Window height pushes down context and covers a part of it. r=mikedeboer | |
9f4ad5529bc03698a16fdf690b1a91df951aa711 | Jonathan Almeida [:jonalmeida] — Bug 1217997 - Remove sharing and copying image when using tap-to-load images r=mfinkle | |
077054793949902e63158acf15cb5b79f2936173 | Daosheng Mu — Bug 1215147 - Enable VR API's on FF for Android by default. r=snorp | |
10533587f045f2f10e19e12d147312f5afbd3b6a | Michael Ratcliffe — Bug 1217851 - Fix mozplugin's import-headjs-globals on Windows. r=pbro | |
150b4bb5d07bb86735e914e1a2afcde3fcf33a12 | Tom Tromey — Bug 1217328 - let filter editor work on invalid values. r=pbrosset | |
396ed517522291ed0af520e2f117c98a04217502 | Tom Tromey — Bug 1217328 - make FilterWidget.js eslint-clean. r=pbrosset | |
ab1666bd0cc7ac3931bcbe11481ab9ecf7c720d0 | David Rajchenbach-Teller — Bug 1215885 - Adding a shutdown phase placesClosingInternalConnection. r=froydnj | |
6735d6ed0ad17b9a3c4adcda9425aba4c98ab91d | David Rajchenbach-Teller — Bug 1215885 - The shutdown of the Places database must be triggered by the shutdown of Places, not by that of Sqlite.jsm. r=mak | |
cfc8390e4ca81225c6dac02728d87ed95750f9bc | Tim Nguyen — Bug 1215656 - Make sure the root font-size is set properly for HTML pages using common.css. r=jaws | |
21b2dfbe1f24080c03ae8b698ea66e77f9acd236 | Michael Ratcliffe — Bug 1205814 - Missed a brief description in rst docs r=pbrosset | |
da7f20651f168a5a6c43a1930d2db827e3379f9e | Michael Ratcliffe — Bug 1205814 - mozilla eslint plug: allow top level var only r=pbrosset | |
9aa057fb1f7410f7d9ffffe4c2752f9adbd9c353 | Jordan Santell — Bug 1217239 - Style the heap widget in memory tools. r=fitzgen | |
5430b2dba98b2a39ccdfd3700131f780a27be17c | Carsten "Tomcat" Book — Backed out changeset 90edb8c62dee (bug 1214293) for Valgrind test failures on a CLOSED TREE | |
1988a43888ae243c2866b8ad7ae61137ff0de2c0 | Ryan VanderMeulen — Bug 1217984 - Add desktop assertion annotations as well. | |
64a6b1ecaaef76c1867afffc53b7afe21bfe278b | Ryan VanderMeulen — Bug 595042 - Add crashtest. | |
23005a4271fd646c7dbb11bfead0a9024e30d05e | Ryan VanderMeulen — Bug 591998 - Add crashtest. | |
c070aa7812fb9a5bce0e38128927ea35a4471d87 | Ryan VanderMeulen — Bug 591075 - Add crashtest. | |
6eb58cdcd3255e4a7584dd974e2bf8c8068a0620 | Ryan VanderMeulen — Bug 575464 - Add crashtest. | |
e25e86e715a94cd1c67bbc44bdc06e9a01de5582 | Ryan VanderMeulen — Bug 570038 - Add crashtest. | |
98494beb04be7587b2bb97ed78981b2dd0ebc223 | Ryan VanderMeulen — Bug 569193 - Add crashtest. | |
197e427623a783385d25196244c468734ac4c03e | Ryan VanderMeulen — Bug 563740 - Add crashtest. | |
305f0aa43df3fd68b9b2dea50ae9744509b30f5d | Ryan VanderMeulen — Bug 543648 - Add crashtest. | |
51df8da6f1e42779d810a88eac5243c81077a1c9 | Ryan VanderMeulen — Bug 516512 - Add crashtest. | |
10d88dbf88fef87753af47dbbc89879536666e2a | Ryan VanderMeulen — Bug 501870 - Add crashtest. | |
561216c208c664cc7de17c148c1ec1cf4e1249e5 | Ryan VanderMeulen — Bug 444702 - Add crashtest. | |
fb3eab4dd38c8998ab9dfb0065e9bf7dfffb2ae0 | Ryan VanderMeulen — Bug 420242 - Add crashtest. | |
3dc06a4fb18cb555a15981f9cb5160e492df2ba6 | Ryan VanderMeulen — Bug 417848 - Add crashtest. | |
f332484b8d02eeee0007710abbe45f34da1ed7eb | Ryan VanderMeulen — Bug 410428 - Add crashtest. | |
7ab2ee0b64ed93f769595b8e668635e7788a68c3 | Jan de Mooij — Bug 1214467 - Eliminate redundant loop header phis while emitting MIR for asm.js. r=luke | |
ac6b14d2736a14c9ce3c2571d39623dd9aed4307 | Tooru Fujisawa — Bug 1217423 - Remove for-each from webapprt/. r=paolo, f=marco | |
c41fe3decc83c6c02aff6ed4e0a502e142c31fed | Tooru Fujisawa — Bug 1215965 - Remove use of non-standard features from toolkit/components/social/SocialService.jsm. r=mixedpuppy | |
98c007c604157648f091c4ce8ac63b4c8a8ca3f5 | Nicolas Silva — Bug 1211204 - Remove possible false-negative with D3D9 texture memory reporting. r=mattwoodrow | |
910ba8ed6e1869cfb492d72f0d2b9cc2c94156ff | Jean-Yves Avenard — Bug 1217170: [MSE] P2. Enable WebM/MSE on systems with no MP4/H264 support. r=kentuckyfriedtakahe | |
1c75443c6026daca3d7677613dd0fcf01be59deb | Jean-Yves Avenard — Bug 1217170: P1. Rename functions to explicitly reflect what they are doing. r=kentuckyfriedtakahe | |
5304f2ce54aa7423ff6af560b3c202fc0c060e93 | Jean-Yves Avenard — Bug 1215370: Maintain coded group continuity in sequence append mode when resetting parser state. r=gerald | |
90edb8c62dee69fe55faf84507d70570f9d8eaad | Neil Deakin — Bug 1214293, initialize show focus rings state properly in all child frames, r=smaug | |
dcd16953417bee8297fbd412a0654b63c3e98b5d | Neil Deakin — Bug 1207594, don't set dropEffect and effectAllowed in tab bar dragover event, which allows drops of data that aren't links, r=dao | |
34564c10054d5864e98152b238c9c16b0bad1b80 | Jean-Yves Avenard — Bug 1214208: Do not use MP3Decoder on B2G. r=alfredo | |
6c52ba960d877b45f2058794031a53246328327f | Jon Coppeard — Bug 1217593 - Fix compilation of LComputeThis now this can be undefined r=shu | |
f0fe043c7b4cd4f7a8c747cadcf6523a188840ea | Jon Coppeard — Bug 1216607 - Fix assertion failure ARM assembler on OOM r=jandem | |
66d59599465c708d4dc985c774c99ccc26aca69d | Carsten "Tomcat" Book — Merge mozilla-central to mozilla-inbound | |
f1f6a7ae585eb6ed1eb6caebdf4e491fbfa87fd4 | Dave Hunt — Bug 1218373 - [mozversion] Fix reference to mozlog to restore command line interface. r=ahalberstadt | |
0bdbbc7673c5c6f8a6223424e3ac386d2d1675bb | Nicholas Nethercote — Bug 1214072 (part 2) - Implement transparency properly for BMP images. r=seth. | |
e73b37f923c1c90bd0d2d9037d604537a9cdd495 | Nicholas Nethercote — Bug 1214072 (part 1) - Read BMP bitfields during metadata decoding. r=seth. | |
f1966d9bbf475e1ed4a3aeaaac0be37fdb61c1ab | Anthony Ramine — Bug 1194991 - Part b: coerce WebIDL constants to the correct type; r=khuey | |
4e6be8988177e53ce70aed655d4f21bed4e8b0e8 | Ms2ger — Bug 1194991 - Part a: rewrite test_const.py to simplify adding new tests; r=khuey | |
bbf43055e28b9a12fa913086897b1bda5a629f04 | Ms2ger — Bug 1207512 - Remove the JS_IsRunning call in nsObjectLoadingContent::ScriptRequestPluginInstance; r=bholley | |
7edf1b1944bec313a0b0da7d59931e48de712d57 | Ms2ger — Bug 1207539 - Remove !JS_IsRunning(aCx) assertion from RilConsumer::ConnectWorkerToRIL; r=mrbkap | |
fe68b0a471fa4e92a009c2ef0938acbaa285f245 | Andrew McCreight — Bug 1218496 - Add MOZ_COUNT_CTOR/DTOR to ErrorResult::Message. r=bz | |
3045e988dd9f47f0742a23b8b6588df8d8597099 | Jonathan Hao — Bug 1218284 - Match signed packages' with trust origin without suffix. r=valentin | |
21cc3138e88410ab02c1cd5a979a9c49cbd4dc3b | Milan Sreckovic — Bug 1217550 - In debug build, drop a note if we use SkiaGL canvas. Simplify logging defines and flags for non-critical errors. r=benwa | |
1650689e3fdbe69a67bd7b8f69bab1c8570861b4 | Jeremy Chen — Bug 1216857 - Notify selection dialog to update its position if carets are logically visible. r=TYLin | |
ec5247a32592e3a0fd43b59f4109414cd11653c0 | Tim Chien — Bug 1214965 - Test KeyboardEvent#location of Numpad section keys, r=masayuki | |
32fb2eab97cd5af72959312f42f40810ff7c95a7 | Byron Campen [:bwc] — Bug 1212908 - Update a=simulcast to match new grammar in 03 draft. r=mt | |
8e50c813fa42da9f6e44b4bc8f902641aa82df18 | Nils Ohlmeier [:drno] — Bug 1198883 - Part 2: Added WebRTC ICE candidates to Telemetry. r+vladan | |
f5d4aa81f62f3959f0dac78c7c382a6be02675cc | Nils Ohlmeier [:drno] — Bug 1198883 - Part 1: Improve ICE candidates telemetry probes. r=bwc | |
5d5c5ddddff156f2f3f23e3da041ddd091c3dabc | Christoph Kerschbaumer — Bug 1191645 - Use channel->asycnOpen2 in dom/base/nsSyncLoadService.cpp. r=sicking | |
57acb7a0a53f66359887e8315b68b638eb96d273 | Andrea Marchesini — Bug 1218396 - By default window-less AudioChannelAgents should be muted, r=alwu | |
cab34e0b0a7b02fa3b4e86e89c24d48cd96c1cbe | Sotaro Ikeda — Bug 1210182 - Implement GrallocTextureHostBasic r=nical | |
ef10857254a01368861d9c1cc0105de89be6d169 | Birunthan Mohanathas — Bug 1217320 - Remove more XPIDL signature comments in .cpp files. r=froydnj |