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

sort by:
Revision Author Date Message Commit Date
089de37 Added FIREFOX_38_0_RELEASE FIREFOX_38_0_BUILD1 tag(s) for changeset cadca20b227a. DONTBUILD CLOSED TREE a=release --HG-- branch : GECKO380_2015050317_RELBRANCH 03 May 2015, 22:07:44 UTC
95d975a Automated checkin: version bump for firefox 38.0 release. DONTBUILD CLOSED TREE a=release --HG-- branch : GECKO380_2015050317_RELBRANCH 03 May 2015, 22:07:41 UTC
ddc90e7 Bug 1159967 - Handle logging after threads have shut down, r=janv, a=sylvestre --HG-- extra : amend_source : f2d49c966d8c897144775e360989d9809e314adb 30 April 2015, 18:59:36 UTC
ef9ba65 Bug 1141642 - Fix disable-skia builds. r=jmuizelaar a=sledru 02 May 2015, 09:41:21 UTC
bf7bccd Bug 1127481 - Run the updater from the install directory instead of copying it. r=spohl, a=abillings 02 May 2015, 00:26:41 UTC
349aac7 Bug 1116812 - Consider DXGI_ERROR_INVALID_CALL a recoverable error for IDXGISwapChain::GetBuffer. r=jrmuizel, a=sledru 29 April 2015, 13:19:00 UTC
cdcc5af Bug 1155608 - Blacklist Intel G45 hardware decoding. r=k17e, a=sledru 29 April 2015, 21:49:49 UTC
4a83ad4 Bug 1159495 - Only report that Adobe EME is available if we have a plugin-container voucher. r=edwin, a=sledru 29 April 2015, 23:22:00 UTC
4b9c7f0 Bug 1159495 - Only report Adobe EME supported if required WMF codecs are installed. r=edwin, a=sledru 29 April 2015, 01:54:00 UTC
ce4bbd1 Bug 1159814 - Change the Adobe CDM's homepage URL. r=gavin, a=sledru 29 April 2015, 19:58:00 UTC
32503a3 Bug 1159826 - ensure_copy_recursive() leaks directory streams. r=spohl, a=sledru 30 April 2015, 00:27:33 UTC
d3ea100 Bug 1158849 - Only enable Windows content sandbox on Nightly because of thumbnail process. r=glandium, a=sledru 29 April 2015, 09:35:34 UTC
0bfcbc8 Bug 1145844 - Update fallback whitelist. r=keeler, a=sledru 29 April 2015, 04:48:53 UTC
8ccdd7e Bug 1159262 - Don't do EGL preloading hack on ICS and higher. r=jchen, a=sledru 28 April 2015, 14:31:02 UTC
eb36e3a Bug 1090633 - Fix some focus related oranges with chats. r=mixedpuppy, a=test-only 29 April 2015, 00:34:05 UTC
bf99520 Bug 1154505 - Speed up test_bug346659.html by dropping the extra gcs, since the test harness now does a better job of disabling the popup blocker. r=smaug, a=test-only 30 April 2015, 20:17:53 UTC
173d06f Bug 1146061 - Re-enable test_peerConnection_basicH264Video.html on Windows. a=test-only 01 May 2015, 19:27:44 UTC
ff2c8ec Bug 1148224 - Disable invalid tests. r=karlt, a=test-only 01 May 2015, 04:56:54 UTC
e3ff9a2 Bug 1159300 - Add a clone of gmp-fake that doesn't do decryption. r=glandium, r=cpearce, a=sledru --HG-- rename : dom/media/gmp-plugin/Makefile.in => dom/media/gmp-plugin-openh264/Makefile.in rename : dom/media/gmp-plugin/fake.info => dom/media/gmp-plugin-openh264/fakeopenh264.info rename : dom/media/gmp-plugin/fake.voucher => dom/media/gmp-plugin-openh264/fakeopenh264.voucher rename : dom/media/gmp-plugin/moz.build => dom/media/gmp-plugin-openh264/moz.build 30 April 2015, 04:52:26 UTC
111c97f Bug 1159300 - Don't use decrypting Gecko Media Plugins for non-encrypted playback. r=cpearce, a=sledru 30 April 2015, 04:52:29 UTC
651705f Bug 1158568 - Fix potential size overflow. r=kentuckyfriedtakahe, a=abillings 26 April 2015, 06:05:10 UTC
7248c9f Bug 1156131 - mingw cross compilation fixup. a=NPOTB 29 April 2015, 15:39:35 UTC
aeff485 Bug 1155474 - Consider the input to MThrowUninitializedLexical implicitly used. r=Waldo, a=sledru 28 April 2015, 08:44:22 UTC
3814c76 Backed out changeset daaa2c27b89f (bug 1155474) for bustage. 29 April 2015, 13:39:23 UTC
ce76cc2 Bug 1149605 - Avoid potential integers overflow. r=kentuckyfriedtakahe, a=abillings 26 April 2015, 04:42:37 UTC
ff765e3 Bug 1155474 - Consider the input to MThrowUninitializedLexical implicitly used. r=Waldo, a=sledru 28 April 2015, 08:44:22 UTC
f510d68 Bug 1154703 - Avoid using WARP if nvdxgiwrapper.dll is around. a=sledru It seems to cause trouble and isn't really trustworthy. 24 April 2015, 21:16:46 UTC
77f64fa Bug 1158627 - WebRTC return error if GetEmptyFrame returns null. r=jesup, a=sledru 26 April 2015, 20:13:46 UTC
f8f2ab5 Bug 1152314 - Duplicate action bar configuration in code. r=liuche, a=sledru This is necessary because the configuration breaks on some devices if it's just set in XML - see the code comments for more details. 15 April 2015, 00:42:45 UTC
ca39692 Bug 1062479 - Use static strings for WeakReference type names. r=ehsan, a=sledru 24 April 2015, 16:43:01 UTC
7e8613b Bug 1153463 - Intermittent browser_animation_setting_currentTime_works_and_pauses.js. r=miker, a=test-only The failing test was rewinding a player and expecting it to pause at 0. But rewing first pauses (async) and then sets the time (async), and the test was only waiting for the player to pause. With this change, we now also wait until the time is the expected one. 27 April 2015, 09:01:47 UTC
032e962 Bug 1136360 - Backout 3920b67e97a3 to fix A/V sync regressions (bug 1148299 & bug 1157886). r=backout a=sledru 28 April 2015, 22:04:49 UTC
e0027bb Bug 1149476 - Lengthen timeout because we are hitting it with SM(cgc). r=me (also jonco for a more complex version), a=test-only The previous attempt seemed to cause problems with preventing the test script from exiting, which I was defending against by closing all file descriptors (even though I wasn't sure if it was necessary.) Sadly, I have no way to report the failure, but for now just lengthening the timeout seems like the simplest to make the intermittents go away. 27 April 2015, 20:19:17 UTC
4031a57 Bug 1150347 - Fix autospider.sh --dep flag name. r=philor, a=test-only 13 November 2014, 20:23:26 UTC
1a9e1bd Bug 1135399 - Timeout shell builds. r=catlee, a=test-only 18 March 2015, 17:59:17 UTC
9f9aed2 Bug 1146520 - Do not treat osx arm-sim as a cross-compile. a=test-only 25 March 2015, 14:55:53 UTC
1743cfb Bug 1146520 - Fix some minor autospider issues on OS X. r=sfink, a=test-only 25 March 2015, 14:15:25 UTC
3f55a2a Bug 1142908 - Avoid arm simulator builds being considered cross-compiled. r=sfink, a=test-only 24 March 2015, 01:44:14 UTC
9c5da31 Bug 1136309 - Rename the spidermonkey build variants. r=terrence, a=test-only --HG-- rename : js/src/devtools/automation/arm-sim => js/src/devtools/automation/variants/arm-sim rename : js/src/devtools/automation/dtrace => js/src/devtools/automation/variants/dtrace rename : js/src/devtools/automation/exactrooting => js/src/devtools/automation/variants/exactrooting rename : js/src/devtools/automation/generational => js/src/devtools/automation/variants/generational rename : js/src/devtools/automation/nomethodjit => js/src/devtools/automation/variants/nomethodjit rename : js/src/devtools/automation/rootanalysis => js/src/devtools/automation/variants/rootanalysis rename : js/src/devtools/automation/warnaserr => js/src/devtools/automation/variants/warnaserr rename : js/src/devtools/automation/warnaserrdebug => js/src/devtools/automation/variants/warnaserrdebug 24 February 2015, 19:27:45 UTC
7bd0eae Bug 1155083 - Properly hide reader view tablet on landscape tablets. r=bnicholson, a=sledru 16 April 2015, 22:37:33 UTC
d900ff6 Bug 1158343 - Temporarily enable TLS_RSA_WITH_AES_128_CBC_SHA for WebRTC. r=ekr, a=sledru 24 April 2015, 21:16:47 UTC
f7195e0 Bug 1130061 - Block version 1.5 of vwcsource.ax. r=bsmedberg, a=sledru 24 April 2015, 15:29:40 UTC
390afaa Bug 1157766 - Mismatched DataChannel initial channel size in JSEP database breaks adding channels. r=bwc, a=sledru 23 April 2015, 20:17:18 UTC
b7d810b Bug 1087565 - Verify the child process with a secret hello on Windows. r=dvander, a=sledru 23 April 2015, 09:17:15 UTC
3300f0f Bug 1151821 - Test whether simple canvas globalCompositeOperators work when a clip is set. r=jrmuizel, a=sledru 10 April 2015, 05:09:31 UTC
da8415e Bug 1151821 - Make globalCompositeOperator work correctly when a complex clip is pushed. r=jrmuizel, a=sledru 10 April 2015, 05:09:31 UTC
89a193c Bug 1154518 - Make sure extended data gathering (Telemetry) is disabled when FHR is disabled. r=Gijs, a=sledru 15 April 2015, 06:25:00 UTC
310076b Bug 1151309 - Part 2: Hide errors in multipart image parts both visually and internally. r=tn, a=sledru 15 April 2015, 00:47:59 UTC
5e45b12 Bug 1151309 - Part 1: Block until the previous multipart frame is decoded before processing another. r=tn, a=sledru 15 April 2015, 00:47:56 UTC
7cfef63 Bug 1138740 - Notify Ion when changing a typed array's data pointer due to making a lazy buffer for it. r=sfink, a=sledru 07 March 2015, 15:46:27 UTC
f57d845 Bug 1146724 - Use a SendingContext for WebChannels. r=MattN, r=markh, a=abillings 24 April 2015, 06:07:33 UTC
664e484 Bug 1128586 - Prefer hg.exe over hg. r=RyanVM, a=NPOTB This is needed for compatibility with an upcoming release of MozillaBuild, which distributes Mercurial as a Python package, not as a standalone Windows program. As a result, it introduces "hg" into $PATH, which "which" will happily prefer as the "hg" binary. This upsets subprocess. So, we explicitly prefer "hg.exe" over "hg". We could accomplish the same thing by calling which.whichall() and sorting results. But this is more code and IMO not worth the effort to implement. 27 April 2015, 17:43:49 UTC
ee9ab9c Bug 1128586 - Properly look for Mercurial version. r=RyanVM, a=NPOTB `mercurial version` doesn't always print the version number. `mercurial --version` does. Use the latter. 27 April 2015, 17:43:25 UTC
e0be402 Automated checkin: version bump for firefox 38.0b8 release. DONTBUILD CLOSED TREE a=release --HG-- extra : rebase_source : 6983919507eb970f728cdcd06fb8b5e26426b554 27 April 2015, 16:00:56 UTC
af928fc Bug 1120592 - Create iframe directly instead of using setTimeout. r=kanru, a=test-only 23 April 2015, 23:36:00 UTC
60d3961 Bug 1157985 - Use getEntriesByName to search by name attribute. r=qdot, a=test-only 23 April 2015, 21:41:00 UTC
3e411f7 Bug 1140537 - Sanity check size calculations. r=peterv, a=abillings 10 April 2015, 22:50:23 UTC
8e5af73 Bug 1079617 - Increase the timeout of browser_test_new_window_from_content.js. a=test-only 26 April 2015, 15:50:06 UTC
343b5d4 Bug 1095517 - Increase the timeout of browser_identity_UI.js. a=test-only 26 April 2015, 21:27:18 UTC
cd40c2c Bug 1148224 - Skip timeout-prone subtests in mediasource-duration.html on Windows. a=test-only 27 April 2015, 15:46:51 UTC
d77cb52 Bug 1062496 - Disable browser_aboutHome.js on OSX 10.6 debug. a=test-only 27 April 2015, 15:46:51 UTC
0c37620 Bug 1158760 - Wrong branding on the 38 Beta 8, backout d27c9211ebb3. IGNORE BROKEN CHANGESETS CLOSED TREE a=release ba=release 27 April 2015, 14:25:06 UTC
8d41804 Automated checkin: version bump for fennec 38.0b8 release. DONTBUILD CLOSED TREE a=release 27 April 2015, 00:26:55 UTC
ea7667e Backed out changeset b29a45098630 (bug 1112947) for test bustage. 24 April 2015, 20:55:55 UTC
1d437a9 Bug 1149119 - Do not inline bound functions with non-atomized arguments. r=jandem, a=abillings 24 April 2015, 20:25:53 UTC
c6e0557 Bug 1149119 - Use Atoms in the template object hold by Baseline. r=jandem, a=abillings 24 April 2015, 20:25:41 UTC
d866d4d Bug 968334 - Allow disabling content retargeting on child docshells only. r=smaug, ba=sledru --HG-- extra : histedit_source : 561c9a8ec9c2074383da9497e4933c1875c806e5 24 April 2015, 19:49:23 UTC
d8e3d85 Bug 1154803 - Put our sigaction diversion in __sigaction if it exists. r=glandium, a=sledru --HG-- extra : histedit_source : f9b4e41872fe2f6c007bd8d20130bcc9d9925072 20 April 2015, 22:15:32 UTC
db44d75 Bug 1152550 - Make sure that cross-global Iterator can not be broken. r=Waldo, a=sledru 19 April 2015, 16:13:59 UTC
60a3378 Bug 1144257 - Blacklist DXVA for one NVIDIA driver that was causing crashes. r=ajones, a=sledru 17 April 2015, 00:41:37 UTC
d9b008f Bug 1153403 - Don't allow dialogs to resize if they didn't resize in windowed preferences. r=Gijs, a=sledru 14 April 2015, 22:15:52 UTC
e59afb7 Bug 1112947 - Replace a setTimeout with an EventListener to fix an intermittent failure in browser/extensions/pdfjs/test/browser_pdfjs_navigation.js. r=mossop, a=test-only This patch also fixes three small typos in the code. Two of them are trivial spelling errors, while the third one concerns the removal of an EventListener in the function |setZoomToPageFit|. 28 March 2015, 22:55:21 UTC
4b1e794 Bug 1156939 - Don't stash a reference to a CPOW and then spin the event loop. r=mconley, a=test-only 23 April 2015, 20:24:56 UTC
1d2f2d6 Bug 1022816 - OS.File will now be able to change the readOnly, hidden, and system file attributes on Windows. r=paolo, a=sledru 13 March 2015, 15:51:53 UTC
cb177a7 Bug 1139591 - Skip browser_timeline_overview-initial-selection-01.js on OSX debug. a=test-only 23 April 2015, 15:41:55 UTC
0ef4190 Backed out changeset 6b096f9b31d3 (bug 1152550) for bustage. 23 April 2015, 15:21:37 UTC
e4fd302 Bug 1156560 - Prefer old CDMs on update if they are in use. r=cpearce, ba=sledru 21 April 2015, 00:54:00 UTC
e17d0e2 Bug 1156913 - Use highlighttext color also for :active menus. r=Gijs, a=sledru 21 April 2015, 22:10:37 UTC
bb0a2a9 Bug 1155684 - Part 1-3: Remove reading list sync integration. r=nalexander, a=sledru 21 April 2015, 01:02:17 UTC
a116e52 Bug 1155684 - Part 0: Disable reading list sync in confvars.sh. r=nalexander, a=sledru 21 April 2015, 01:02:17 UTC
d81dea2 Bug 1154960 - Fennec should explicitly block the DOM SiteSpecificUserAgent.js file from packaging. r=nalexander, a=sledru 22 April 2015, 06:01:32 UTC
c410fa2 Bug 1152550 - Make sure that cross-global Iterator can not be broken. r=Waldo, a=sledru 19 April 2015, 16:13:59 UTC
567f9f4 Bug 1009465 - Set the read-only attribute for temporary downloads on Windows. r=paolo, a=sledru 01 April 2015, 18:13:28 UTC
3af4b1a Bug 1152016 - Suppress fprintf(stderr)'s from jpeg in MJPEG decode. r=pkerr, a=sledru 08 April 2015, 02:55:48 UTC
245e285 Bug 1151628 - Re-enable MJPEG in libyuv (especially for getUserMedia). r=glandium, a=sledru 07 April 2015, 12:54:20 UTC
7763eb4 Bug 1091155 - Don't check if 'playing' has fired for it depends on how fast decoding is which is not reliable. r=cpearce, a=test-only 22 April 2015, 02:26:31 UTC
97e1b38 Bug 1152354 - Remove no longer needed assertion expectation. a=orange 23 April 2015, 13:01:32 UTC
923fa78 Bug 1108104 - Fix rebase bustage. a=bustage 23 April 2015, 02:24:25 UTC
fcd57a4 Bug 1145541. r=mikedeboer, a=sledru 21 April 2015, 20:53:15 UTC
0d91869 Bug 1155237 - Part 2: Make upload service non-sticky. r=rnewman, a=sledru 21 April 2015, 14:45:19 UTC
f195e14 Bug 1155237 - Part 1: Remove contextless access to NetworkUtils, causes NPE. r=rnewman, a=sledru 21 April 2015, 14:45:03 UTC
3ea28ac Bug 1152354 - Re-introduce the incremental reflow hack in nsSimplePageSequenceFrame for now, since the regressions are worse than the original problem (bug 1108104). r=roc, a=sledru 20 April 2015, 09:46:00 UTC
9daed01 Bug 1139831 - End timestamps are before start timestamps. r=baku, a=sledru 16 April 2015, 00:53:44 UTC
3ebbc85 Bug 1154003 - More protection for failed surface drawable creation. r=bas, a=sledru 15 April 2015, 19:04:38 UTC
cfffc4f Bug 1153630 - Allow buttons in the Loop panel to be bigger if required as L10n needs. r=dmose, a=sledru 17 April 2015, 07:34:02 UTC
07b2c2c Bug 1100501 - Avoid a late shutdown of chromium's StatisticsRecorder. r=georg, a=sledru 11 April 2015, 12:02:07 UTC
d6a1dee Bug 1100501 - Add StatisticsRecorder initialization to xpcshell. r=georg, a=sledru 11 April 2015, 12:02:29 UTC
c149443 Bug 1126107 - Intermittent browser_devices_get_user_media.js | WebRTC indicator hidden - Got true, expected false. r=Gijs, a=test-only 13 April 2015, 14:04:53 UTC
a74a3c8 Bug 1109728 - Intermittent browser_devices_get_user_media.js | popup WebRTC indicator visible - Got false, expected true. r=Gijs, a=test-only 13 April 2015, 14:04:49 UTC
f864ae0 Bug 1133119 - ::Map should fail if the data is null, and add more null pointer checks. r=mattwoodrow, a=sledru 03 March 2015, 16:17:55 UTC
back to top