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

sort by:
Revision Author Date Message Commit Date
0af32d7 Bug 1103375 - Fix some crashes triggered from about:memory. r=mrbkap, a=sledru We can't call JS code while iterating over the JS heap in the JS memory reporter. The Yandex Elements add-on is causing this in two cases. - The add-on implements some nsIURI objects. This one's easy to work around, because GetLocation() can just skip any JS-implemented nsIURI objects. - The add-on implements some nsIProtocolHandler objects in order to implement a custom "xb://" scheme. This one is harder to workaround because the call to the JS object's method occurs deep within NS_NewURI(), well beyond the JS reporter code. So we just skip "xb://" URLs. 19 May 2015, 06:06:01 UTC
13bdb40 Bug 1156058 - Null pointer check. r=jgilbert, a=sledru 24 April 2015, 18:21:26 UTC
d033015 Bug 958689 - Fix intermittent errors in networkstats tests. r=ettseng, a=test-only 16 May 2015, 07:47:54 UTC
48dfe0e Bug 849642 - Intermittent test_networkstats_enabled_perm.html. r=ettseng, a=test-only 15 May 2015, 18:05:02 UTC
47b7c15 Bug 1166870 - Fix permissions on settings event tests. a=test-only 20 May 2015, 19:09:26 UTC
b549825 Bug 1073761 - Increase timeout for test_value_storage. r=dholbert, a=test-only 20 May 2015, 12:37:40 UTC
c99ecac Bug 1164649 - More late string changes in Pocket. r=jaws a=Sylvestre 21 May 2015, 16:19:31 UTC
5527558 Automated checkin: version bump for fennec 38.0.5b4 release. DONTBUILD CLOSED TREE a=release 21 May 2015, 13:28:58 UTC
add260d Automated checkin: version bump for thunderbird 38.0b6 release. DONTBUILD CLOSED TREE a=release 21 May 2015, 11:46:12 UTC
9db8a53 Bug 1158761 - Part 2: Update checks for plugin stop event in tests. r=jimm, a=sledru 06 May 2015, 23:13:05 UTC
7998271 Bug 1158761 - Part 1: Make CheckPluginStopEvent run asynchronously. r=bholley, a=sledru 30 April 2015, 20:54:09 UTC
54dea3e Bug 960762 - Fix intermittence of Notification mochitests. r=mhenretty, a=test-only 18 May 2015, 07:49:00 UTC
3a2c164 Bug 978846 - Add a file to the tree to tell mozharness what arguments from try are acceptable to pass on to the harness process. r=ahal, a=test-only 28 April 2015, 18:18:27 UTC
5474050 Bug 1149842 - Release the mutex for NS_OpenAnonymousTemporaryFile to prevent the deadlock. r=roc, a=sledru 15 May 2015, 21:52:45 UTC
7858df0 Bug 1163841 - Always call eglInitialize(), but kill the preloading hack (which was crashing before). r=nchen, a=sledru 13 May 2015, 15:34:37 UTC
5f7f8be Bug 1166240 - Add pocket.svg to aero section of toolkit's windows/jar.mn. r=Gijs, a=gavin 19 May 2015, 11:44:00 UTC
b4e7c2f Bug 1164866 - Bump mozharness.json to rev 6f91445be987. a=test-only 19 May 2015, 20:40:52 UTC
71b8f24 Bug 1151619 - Add Adjust SDK license. r=gerv, a=NPOTB 11 May 2015, 21:05:06 UTC
2844cea Bug 1154881 - Disable test. r=karlt, a=test-only The test is incorrect, it can't give consistent results. 18 May 2015, 05:34:15 UTC
274997e Bug 1118818 - Flush Gecko preferences when they change in Settings. r=bnicholson, a=lizzard This is the simplest and most durable option: when Settings (GeckoPreferences) sends a Preferences:Set message to Gecko, typically via PrefsHelper and a SharedPreferences change observer, we include a "flush": true field. When browser.js handles Preferences:Set, it checks for this and flushes. The scope of this change, then, is preferences changes within Settings; nothing else (e.g., turning on search suggestions) is affected. I decided to do this rather than sending a flush message when leaving Settings for three reasons: * One less message. * No flushes if nothing changed. * No data loss if we crash before the user completes the departure from Settings (e.g., they change something then hit the Android 'home' button). --HG-- extra : transplant_source : p%5B%DC%93p%AF%C7/K%AA%1C%80%B0%E4r%07%23%5B%F6%AA 06 April 2015, 17:23:04 UTC
fae60a7 Backed out changesets 117d024bd5c7 and 34932cea5d16 because they were pushed inadvertently. 17 June 2015, 20:58:14 UTC
4f4e018 Bug 1150297 - Support RegExp source property in Xray. r=bholley, a=lizzard 17 June 2015, 12:50:23 UTC
b290085 Bug 1150297 - Move source property to RegExp instance again. r=till, a=lmandel 02 April 2015, 00:32:14 UTC
fbeff54 Bug 1185820 - XMLHttpRequest::Open() in worker should count the recursion using a uint32_t and not a boolean. r=khuey, a=lmandel --HG-- extra : transplant_source : %A7%D5S%28%0EZ%01%F6%05%8DQ%D7%21%26%09Z%09u%C5%AD extra : histedit_source : 8f8924ffa1f7645bbee9fc33c6e1ac27725e7116 29 July 2015, 20:10:15 UTC
95f3f0e Bug 1188590 - Reenable mochitests for bug 1013809. a=test-only 29 July 2015, 14:49:11 UTC
f7c1f15 Bug 1188590 - Don't sync dispatch if we're already on main. r=snorp, a=abillings --HG-- extra : transplant_source : %01%04%FC%28%03%CB%A4%DA%AC%0E%AD%3E%CA_%C8%7F%0D%D8Ml 28 July 2015, 21:56:34 UTC
d8fe08f Bug 1185953 - Location bar and search field on win10 should have a 1px border radius. r=dao, a=lmandel --HG-- extra : transplant_source : %8D%9C%A6%15%BAM%7C%FF%9CY%98%C7Z%B7%19z%F6%B9%F53 27 July 2015, 01:13:00 UTC
6693eea Bug 1187268 - Remove the border around background tabs on hover on Windows 10. ui-r=phlsa, r=jaws, a=ritu --HG-- rename : browser/themes/windows/tabbrowser/tab-background-end.png => browser/themes/windows/tabbrowser/tab-background-end-preWin10.png rename : browser/themes/windows/tabbrowser/tab-background-end@2x.png => browser/themes/windows/tabbrowser/tab-background-end-preWin10@2x.png rename : browser/themes/windows/tabbrowser/tab-background-middle.png => browser/themes/windows/tabbrowser/tab-background-middle-preWin10.png rename : browser/themes/windows/tabbrowser/tab-background-middle@2x.png => browser/themes/windows/tabbrowser/tab-background-middle-preWin10@2x.png rename : browser/themes/windows/tabbrowser/tab-background-start.png => browser/themes/windows/tabbrowser/tab-background-start-preWin10.png rename : browser/themes/windows/tabbrowser/tab-background-start@2x.png => browser/themes/windows/tabbrowser/tab-background-start-preWin10@2x.png extra : transplant_source : v%C1s%25d3W%D7%BE%CFX%ED%14%D7%94%F9%05NA%3B 27 July 2015, 17:55:27 UTC
044a0fa Bug 1177136 - Use a hidpi loading throbber on Windows. ui-r=shorlander, r=jaws, a=lmandel --HG-- rename : browser/themes/osx/tabbrowser/connecting@2x.png => browser/themes/windows/tabbrowser/connecting@2x.png rename : browser/themes/osx/tabbrowser/loading@2x.png => browser/themes/windows/tabbrowser/loading@2x.png extra : transplant_source : o%F2%3E%B94%7D%B0%D0%21%A1%7CP%DEj%AD%83%8C%F7%B8%3C 27 July 2015, 19:26:40 UTC
3baee9d Bug 1184934 - Update Caption Buttons for Themes and Highcontrast Mode. r+a=dolske 29 July 2015, 00:16:00 UTC
7c234a9 Bug 964669 - Increase timeout for browser_social_multiworker because shutting down child processes is slow. r=mixedpuppy, a=test-only --HG-- extra : transplant_source : %A5%97%3E%D7%F8S%8D%FA%124%D6%C0%932%26%9E%CF%F9%83%CC 27 July 2015, 19:49:48 UTC
f37e219 Bug 1182289: Disable another test a=KWierso 28 July 2015, 23:32:30 UTC
041dcaa Bug 1182289: (Beta backport) Clean up dispatches in WebrtcGmpVideoEncoder/Decoder. r=jesup, a=abillings 14 July 2015, 14:20:28 UTC
ba61a9e Bug 1172239 - Ensure nested overflow:auto elements are tested. r=bz, a=lmandel --HG-- extra : commitid : 8Z29kghzw20 extra : rebase_source : ad84545c05f16e63c5cbf2513821595b65967c78 22 July 2015, 04:37:00 UTC
9e3ac8e Bug 1172239 - Use nsChangeHint_UpdateComputedBSize to only dirty intrinsic sizes when necessary. r=bz, a=lmandel --HG-- extra : commitid : Eo3hcH4SiWw extra : rebase_source : bbde9f7f4e3ed15dc9b9af97e5e1e07bf1f16d90 28 July 2015, 01:34:10 UTC
5dc6dc4 Bug 1172239 - Add NS_FRAME_DESCENDANT_INTRINSIC_ISIZE_DEPENDS_ON_BSIZE. r=bz, a=lmandel --HG-- extra : commitid : B4q8z6SW3J2 extra : rebase_source : d5b69b1e0e6b9e9d7468160d0e4ec26a393e3624 28 July 2015, 01:34:27 UTC
9283d3d Bug 1172239 - Make vertically-resizing scrollframes reflow their percent-height descendants if necessary, and remove nsChangeHint_NeedDirtyReflow for height changes. r=bz, a=lmandel --HG-- extra : commitid : 5jsaIlPVp3f extra : rebase_source : e40bf41bdd3ba40c41707d227df6ecfa0468c959 17 July 2015, 05:08:54 UTC
0f316d2 Bug 1172239 - Expand height change hint to its components. r=heycam, a=lmandel --HG-- extra : commitid : 15IM1yl35HR extra : rebase_source : 318f110cced43ed543445badc193c734931eb828 28 July 2015, 01:42:11 UTC
4352747 Bug 1186718 - Ensure ESDS have valid size. r=kentuckyfriedtakahe, a=lmandel --HG-- extra : transplant_source : %A6t%C7%01%9C%B5g%BDO%86%96%D2t%B6%FB%F1F6%3Ae 27 July 2015, 20:25:17 UTC
eec5671 Backed out changesets caf429779e37 and ca0e11da35da (bug 1172239) because the remaining patches in the bug didn't land. 27 July 2015, 20:54:12 UTC
bf9ba84 Bug 1185115 - Ensure we have enough memory to allocate required capacity. r=kentuckyfriedtakahe, a=lmandel --HG-- extra : transplant_source : %8C%9Ep%F8%97%22%A7%EF%BC%C7%A2%AEQ%B9%25%A0%E6%B0%E9%84 27 July 2015, 15:27:34 UTC
461e5a2 Bug 1162372 - Load about:neterror when we can't load a uri w/ a custom scheme. r=margaret, a=abillings 22 July 2015, 15:19:54 UTC
72f2c1b Bug 1179752 - Location bar bottom border shouldn't be displayed next to the autocomplete pop-up. r=jaws, a=lmandel --HG-- extra : transplant_source : %F4%21%A09P%A5%2C%FC%FB2%BAxa%0A%8D%0C%C3%D7%08%CF 26 July 2015, 10:56:43 UTC
0388d1a Bug 1187631 - Reduce caption button height to normal native size. r=jaws, a=lmandel --HG-- extra : transplant_source : %F6%1F%C9%AE%11_%F2%1E%9C%CF%2881%D6v%FB%1F%96%1D%FC 26 July 2015, 19:06:21 UTC
4a05b14 Bug 1172239 - Make vertically-resizing scrollframes reflow their percent-height descendants if necessary, and remove nsChangeHint_NeedDirtyReflow for height changes. r=bz, a=lmandel --HG-- extra : transplant_source : %CA%13%2B5%1DM%9A%5C%EF%23%7B%C7%87%86%21%1B%89k%CD%0C 17 July 2015, 05:08:54 UTC
b97baa3 Bug 1172239 - Expand height change hint to its components. r=heycam, a=lmandel --HG-- extra : transplant_source : %D2%8E%EE_%07%02%99%B2%FA%C0%1A4%7F%E7u%EE%28%E2U%7E 17 July 2015, 03:21:29 UTC
69a57c1 Bug 1173734 - Make the separator for the menu / hamburger button more solid. r=jaws, a=lmandel --HG-- extra : transplant_source : %B4%D3o%3D6%20%3B%F5%25%8A%B7%96%B5%BC%A4%09c%3A%A83 27 July 2015, 14:43:00 UTC
a7f1801 Bug 1186886 - Reset the command button clear region when command buttons are not visible. r=jaws, a=lmandel --HG-- extra : transplant_source : %02%F0t7k%B7U%C0%DC%C0%10f%81J7%02%ED%A2%1DE 23 July 2015, 20:40:03 UTC
424928a Bug 1176565 - Update tree and list box styling for Windows 10. r=dao, a=lmandel --HG-- extra : amend_source : a36ba76c6ee2b6fad4bdba94bb44817fc4890ab3 extra : transplant_source : %82HN%CD%D2%07%D2l%80%F4%84%2C%89%EB%DC%A8%24%BBj%EE 09 July 2015, 19:24:29 UTC
fbff5e6 Bug 1130066 - Be careful about environment changes during early or failed BrowserHealthRecorder init. r=mcomella, a=lmandel --HG-- extra : transplant_source : %FBR-%1A%01%A8D%F2g%CB%AAzDj%99%FAR%3D%11%C2 21 July 2015, 20:26:34 UTC
caa362d Bug 1185392 - Use a separate mutex to protect mAsyncShutdownPluginStatesMutex, as mMutex could already be held when trying to update the states. r=cpearce, a=lmandel --HG-- extra : transplant_source : %7E%AD%0E%BC%C5%AD%8F%F3%03%14%A46%04%08%AB%BE%24%AA%9BS 19 July 2015, 15:42:00 UTC
afdf9f2 Bug 1183433 - Replace GMPParent's crash report annotations (using multiple keys) with centralized reporting. r=cpearce, a=lmandel --HG-- extra : transplant_source : %04%ACDn%EFL%1C%DF%9C%02-%94%07%13%98%3B%8C%D9%C4%B7 16 July 2015, 01:33:00 UTC
2283a22 Bug 1183433 - Implement centralized crash report annotations, so that all async-shutdown hangs use only one key, and keeping track of all states each plugin has been through. r=cpearce, a=lmandel --HG-- extra : transplant_source : %D2Ok%DD%E6%9B2P%29%D6%14%D9O%85%C9wlQ0%7E 16 July 2015, 01:32:00 UTC
c483881 Bug 1183433 - Make GMPParent's AbortWaitingForGMPAsyncShutdown class-static, to simplify upcoming work. r=cpearce, a=lmandel --HG-- extra : transplant_source : %89%90j9%A4s%DF%21/%05%3D%A3%1B%91t%7D%DC%0D%D9%A6 16 July 2015, 01:32:00 UTC
12f4c0b Bug 1183433 - Remove G-M-PServiceParent::AbortAsyncShutdown declaration, as it's not defined nor used anywhere. r=cpearce, a=lmandel --HG-- extra : transplant_source : .%A0%5B1%27i%A2%E3/%21%D4%D5H%0B%7E%A8%2A%18%85%DD 15 July 2015, 18:39:00 UTC
ba4f382 Bug 1175765 - Start async-shutdown timer in GMPParent::CloseActive(). r=cpearce, a=lmandel --HG-- extra : transplant_source : %C9a%3D%D5z%B0%C1%936%03%B2%A8%8C%F0%AA%17%FE%F4%BA%FD 03 July 2015, 17:37:00 UTC
e9ea2b2 Bug 1175783 - Add crash report annotations to track GMPParent shutdown. r=cpearce, a=lmandel --HG-- extra : source : caca636b78f8e013ad710a90a9cfbb7299205cc1 extra : amend_source : 68a1c7d82ec0bcca527eb10d14b616224405fb60 22 June 2015, 15:44:00 UTC
3e839e1 Bug 1164510 - Show a globe favicon as default when no favicon can be found for a Hello context in conversation. r=Standard8, a=lmandel 22 July 2015, 12:59:29 UTC
a9a1175 Backed out changeset 49fc56608294 (bug 1182289) for Android crashes/asserts. 27 July 2015, 20:27:20 UTC
a43a66b Bug 1179295 - Let toolbar buttons match the location and search bar's minimum height on Windows 10. r=jaws a=lmandel 27 July 2015, 17:31:23 UTC
e17fce5 Bug 1187494 - Keep reproducibility of Firefox UI tests up-to-date. DONTBUILD r=bhearsum a=testonly When a local fails on Firefox UI tests we output the mozharness command which a person could run on their local development machine to reproduce the exact failure that we encoutered. As parameters and options changes over time, we can fall out of date. This patchs tries to reduce how we can fall out of date by constructing the command rather than having a hardcoded output. Another aspect which this patch solves is that for Firefox releases we have to do some string manipulation to determine where we can download Firefox crash symbols. We've modified the script to output in the log the candidate URLs that we're evaluating. This is useful if anyone wants to determine why --symbols-path was or was not included. For instance, older candidate directories on FTP are deleted after some time, hence, deleting the crash symbols available. Another matter we fix is that we include in the output what command was run internally to the Firefox UI test binaries. This is useful if anyone wants to determine that the right command are arguments were used. --HG-- extra : source : a3fd04625e6b30e69e38b068c5b8b949331ceb03 27 July 2015, 15:03:39 UTC
ef5e4fe Bug 1184068 - Ensure that mShutdown is not incorrectly set from true to false if plugin crashes during CallNP_Shutdown. r=jimm, a=abillings --HG-- extra : transplant_source : s%9A%7E%A4g%9C%9C%A4m4h%96%3CTv%9E%0C%7BE%12 22 July 2015, 23:39:32 UTC
bd09664 Bug 1182289 - Clean up dispatches in WebrtcGmpVideoEncoder/Decoder. r=jesup, a=abillings 14 July 2015, 14:20:28 UTC
81e165b Bug 1170141 - Block RealNetworks Browser Record Plugin due to startup crashes. r=ehsan, a=lmandel --HG-- extra : transplant_source : Lj%13%A0%00%F9%EF%0C%E1%18/%C6%5B%2A%90-%05%E4%82%DB 22 July 2015, 11:27:00 UTC
3a7cf05 Bug 1064535 - Fix testcase: 1. Relax the number of ondataavailble checking. 2. Don't check the mimetype of empty blob. r=jwwang, a=test-only --HG-- extra : transplant_source : 4r%98%A1p%D4%5C%3DRT%AA%B4%EAU%D3%5E%BA%EF%A3%29 22 July 2015, 10:51:47 UTC
d600eea Bug 1183324 - Make infinite recursion test faster to fix intermittent timeouts. r=terrence, a=test-only --HG-- extra : transplant_source : x%9F%A6%E1i%008%E8%E6%EC%C5%D4%28eU%20B%27P%CE 23 July 2015, 08:47:09 UTC
4c61360 Bug 1176358 - Fix typo in symbols_url for Firefox UI tests. DONTBUILD. r=chmanchester a=test-only --HG-- extra : source : e6bee0b58b9e0e3647b3a3f4a9984a2d1d8b1cc2 24 July 2015, 21:29:04 UTC
12e5cd2 Bug 1186987 - If file_path is None do not check if it is an executable. DONTBUILD. r=jlund a=testing --HG-- extra : source : 7763028fb25b3358b82da2ac5dd2c642e8847322 24 July 2015, 15:03:03 UTC
a5410de Bug 1182798 - Set status summary for Firefox UI tests + change exit code. DONTBUILD. r=jlund a=testing --HG-- extra : source : dbbf6ea2dd0cd0a1323f6738eebc89bf668bd3bb 24 July 2015, 14:41:54 UTC
041ac76 Bug 1176358 - Pass the symbols url instead of an urllib2 opener. DONTBUILD. r=bhearsum a=testing --HG-- extra : source : 3b7863694f226a6419836d9a1f59cdbba758dd9d 24 July 2015, 14:37:52 UTC
51af71d Bug 1185539 - './mach talos-test' doesn't run. r=jmaher a=test-only 22 July 2015, 14:59:01 UTC
761d1dc Bug 1180688 - Detect whether the widget will be able to present frames with BasicCompositor on Mac. r=mstange, a=lmandel 23 July 2015, 22:09:53 UTC
462c8e2 Backed out changeset 2ba79d8f2c61 (bug 1180688) on the hopes that it'll fix the talos timeouts/crashes. 23 July 2015, 22:03:39 UTC
68277be Bug 1175833 - Propagate editMode state change upon context data save up the components tree. r=Standard8, a=lmandel 23 July 2015, 22:03:15 UTC
e27e5c8 Backed out changeset 32b26ad5041a (bug 1175833) for suspicion of causing talos failures. 23 July 2015, 19:49:57 UTC
0635528 Bug 1184974 - The submissionURL should not be recorded for packed add-ons in the profile. r=markh, a=lmandel 23 July 2015, 19:48:38 UTC
4500a89 Bug 1180379 - Split out GMAX4500 and block those devices from D2D. r=Bas, a=lmandel This line of cards seems to have lots of bugs. Let's block them until we can figure out what works where. --HG-- extra : transplant_source : b%1C%0C%EE%EA%21%D65%25%CE%92%B9%DB%EB%1E%A3%84%29%40%8D 21 July 2015, 22:04:48 UTC
cf29a8a Backed out changeset 9468920c54b3 (bug 1184974) for suspicion of causing talos failures. 23 July 2015, 18:03:38 UTC
90d962f Bug 1175833 - Propagate editMode state change upon context data save up the components tree. r=Standard8, a=lmandel 22 July 2015, 13:08:08 UTC
8cf25b6 Bug 1180688 - Detect whether the widget will be able to present frames with BasicCompositor on Mac. r=mstange, a=lmandel 13 July 2015, 14:46:48 UTC
d785642 Bug 1182711 - Ensure usesScopeChain_ is true for heavyweight functions. r=bhackett, a=lmandel --HG-- extra : transplant_source : %F4%C4%B6Y%99h%25%40%14%C9%FA%F9%CD%A2%06%23%98l5%28 22 July 2015, 11:36:16 UTC
f5540c1 Bug 1181562 - Update fallback whitelist. r=keeler, a=lmandel 23 July 2015, 07:07:00 UTC
90f70f6 Bug 1184508 - Remember registry hash for later use on Win8+. r=jimm, a=lmandel 23 July 2015, 08:14:00 UTC
4abe2e2 Bug 1184974 - The submissionURL should not be recorded for packed add-ons in the profile. r=markh, a=lmandel --HG-- extra : transplant_source : %B3%0D%DB%11%1AU%CEJ_%17%D3%3A%26%CC%AE%7E%B1%07c%F3 21 July 2015, 21:12:07 UTC
7332863 Bug 791501 - Default Programs UI should select Firefox by default. r=jimm, a=lmandel 27 June 2015, 03:27:26 UTC
0db478c Bug 1185958 - Windows 10: Only show box-shadow of location bar and search field on focus. r=jaws, a=lmandel --HG-- extra : transplant_source : %5D%19.I%93%C0%F9%C9%E10a%12%5D%7C%B6%BC%0Dt%BFd 22 July 2015, 15:17:32 UTC
df8a7c5 Bug 1173728 - Remove border between tab strip and the navigation toolbar on Windows 10. r=dao, a=lmandel --HG-- extra : transplant_source : %CA%D2%C8%7F%DC6%8E%BED%5D%15%7F%292%D7%0F%D7%8F%AE%06 21 July 2015, 19:00:01 UTC
e42c623 Bug 1173740 - Update switch-to-tab icon for the URL bar autocomplete popup on Windows 8 and 10. r=jaws, a=lmandel --HG-- rename : browser/themes/windows/actionicon-tab.png => browser/themes/windows/actionicon-tab-XPVista7.png extra : transplant_source : %15%A2%E7%F5%CDk%8E%15R%8E%A8%94%26%BB%E5%97%B4Z%1B2 21 July 2015, 16:22:50 UTC
e3661b7 Bug 1184942 - Use DPI scaling factor to ensure top window border is correct thickness. r=jimm, a=lmandel --HG-- extra : transplant_source : %CC%60Nw%5B%11jz%2B%A1%EB%9FVk%14%8E%3B%189m 21 July 2015, 18:24:16 UTC
1b15fbe Bug 1184705 - Search A/B testing cohort identifier should be recorded in FHR. r=rnewman, a=lmandel --HG-- extra : transplant_source : %B1%FD%D8%C5%EE%97s%B7%F4%25%C2Q%FC%C9%0A%A6%2BcXl 20 July 2015, 16:58:21 UTC
40cea26 Bug 1185012 - Display a message to a Firefox user the first time they open Firefox in Windows 10. r=MattN, a=lmandel --HG-- extra : transplant_source : %81V%3A%86Bb%BB%F0%FAX%AA%E0%9B%0FS%13%91%2Cst 17 July 2015, 22:02:05 UTC
4698134 Bug 1173739 - Update history dropdown and Reload/Stop/Go icons on Windows 10. r=jaws, a=lmandel --HG-- extra : transplant_source : %2A%8FV%2A%88%06%0D%00%29%5C%BD%CBh%C3wB%CD%01%BCg 20 July 2015, 15:44:10 UTC
ebb97d0 Bug 1181582 - The separator between the identity box and URLs should be solid. r=dao, a=lmandel --HG-- extra : transplant_source : %25%81%5C%E3%C2%9B%FF%88%89%B6%8D%C6%9EI%01%AF%02d%87%40 17 July 2015, 19:09:42 UTC
0c03e33 Bug 1181554 - Snap the spread radius for inset box shadows to device pixels. r=jrmuizel, a=lmandel --HG-- extra : transplant_source : %B6%9B%DD%81%E1%CD%C5%3C%3DT%7CV%BA%2B%D6M%FF%E5cF 17 July 2015, 18:42:44 UTC
b4a3b79 Bug 1173729 - Update generic close icon and new tab button icon on Windows 10. r=jaws, a=lmandel --HG-- extra : transplant_source : %0DB%BF%EE%9C%E7%B0%F7%97d%DD%5E%B1%CE%BD%FF%DC%16%8A_ 17 July 2015, 15:29:17 UTC
ce4910c Bug 1173725 - Part 3: Use XUL for titlebar buttons. r=dao, ui-r=phlsa, a=lmandel --HG-- extra : transplant_source : %17%B8%AF%98m8%13%04%923%A5%E9Z%14%7BM%B8%C2h%22 17 July 2015, 13:25:39 UTC
641f3b0 Bug 1173725 - Part 2: Make TabsInTitlebar logic remove margin bottom on titlebar after menubar goes away. r=dao, a=lmandel --HG-- extra : transplant_source : %87%85%B8%C2R%28%90%CElF%7D%ABB%CDi%13%02%B9%17%F2 10 July 2015, 11:07:55 UTC
a80da59 Bug 1173725 - Part 1: Force top border to be visible on windows 10 and don't cut out caption buttons. r=jimm, a=lmandel --HG-- extra : transplant_source : %00%1B%A3%F6%D5re%CA%1E%87%04%ED%D8%D2q%90%F7%D7%E5%F4 10 July 2015, 11:07:03 UTC
cb3680a Bug 1165054 - Add API to clear postbarrier callbacks and use it when CPOW tables are destroyed. r=terrence, a=ritu --HG-- extra : transplant_source : %7D%D4%8C%16%B7k%F8.%07%075%19%2B%D6M%0D%27_%0Fv 15 July 2015, 10:27:27 UTC
9da7785 Bug 1181265 - Wallpaper over windows (driver?) returning null ptr to GetStreamCaps. r=pkerr, a=lmandel --HG-- extra : transplant_source : %0B%B7%9Au%28%F5%16%FCO%8C%FB%3B%815%E1I%AD%F24u 09 July 2015, 18:23:58 UTC
back to top