- 42 changesets
- 98 files changed
- 2460 insertions
- 385 deletions
Extension | Occurrences |
js | 18 |
cpp | 16 |
h | 15 |
jsm | 7 |
java | 6 |
py | 3 |
ini | 3 |
txt | 2 |
in | 2 |
xml | 1 |
xhtml | 1 |
sjs | 1 |
mm | 1 |
json | 1 |
idl | 1 |
css | 1 |
cc | 1 |
c | 1 |
build | 1 |
Module | Occurrences |
toolkit | 19 |
content | 11 |
mobile | 10 |
services | 9 |
browser | 9 |
js | 5 |
layout | 4 |
dom | 4 |
ipc | 3 |
gfx | 3 |
widget | 1 |
testing | 1 |
modules | 1 |
media | 1 |
List of changesets:
Richard Newman | Bug 1090385 - More robust handling of external intents. r=snorp, a=sledru - 65515de095b8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mark Finkle | Bug 895775 - Correctly handle lifecycle in GeckoNetworkManager. r=rnewman a=lmandel - ae19708887ef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Richard Newman | Bug 1090385 - Follow-up: fix GeckoAppShell. a=bustage - 0dd6a59ed6a5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Richard Newman | Bug 1090385 - Follow-up: fix GeckoApp. a=bustage - 693b7d0c9b36 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Richard Newman | Bug 1090385 - Follow-up: fix yet more bustage in GeckoApp. a=bustage - 72bdce765298 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Andrew McCreight | Bug 1089833 - Delete reply in MessageChannel::DispatchSyncMessage and DispatchInterruptMessage if channel isn't connected. r=billm, a=lsblakk - 926c3f3f1f3a | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Randell Jesup | Bug 1087605 - Don't try to set the priority of the CCApp thread (which doesn't exist). r=bwc, a=lsblakk - e35984b580fb | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Boris Zbarsky | Bug 1087801 - Don't assume the global is a Window in the DOM CSS object. r=bholley, a=lsblakk - ac59c74b9386 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Jonathan Kew | Bug 1090869 - Don't collect output glyphs when checking for features involving Mike Hommey | Bug 1091118 - Also export RANLIB to unbust android builds on mac. r=gps, a=lmandel - 12a8a2d96453 | Robert O'Callahan | Bug 1052900 - Restore -moz-win-exclude-glass handling to the way it worked before. r=tn, a=lsblakk - 73905ff57286 | Drew Willcoxon | Bug 1083167 - Fix FormHistory error in ContentSearch by not passing an empty string to FormHistory.update. r=MattN, a=lmandel - cadb1112c8fb | Doug Turner | Bug 1073134 - Be more permissive on OSX 10.9.5 when parental control is on. r=jdm, a=lmandel - 340cfd2affa7 | J. Ryan Stinnett | Bug 1090450 - Properly check add-on update state during update interval. r=Mossop, a=lmandel - 06d2090db817 | Michael Wu | Bug 1081926 - Fallback on a simple image lookup when the normal lookup fails. r=mattwoodrow, a=lmandel - 546105a6d5c0 | Jonathan Watt | Bug 1076910 - Don't use gfxPlatform::GetPlatform() off the main thread. r=Bas, a=sledru - 8977f5061773 | Jonathan Watt | Bug 1076910 - Add some error checks to gfxUtils::EncodeSourceSurface. r=Bas, a=sledru - 3c329a6fd0cb | Brian Hackett | Bug 1084280 - Use a local RegExpStack when running the RegExp interpreter. r=jandem, a=dveditz - 631a73cdbc91 | Brian Hackett | Bug 1077514 - Execute regexps in the bytecode interpreter if the initial JIT execution was interrupted. r=jandem, a=lmandel - 5238acab8176 | Mike de Boer | Bug 1089011: make sure to only import contacts that are part of the default contacts group. r=MattN a=lmandel - 8b1b897ca39c | Bas Schouten | Bug 1064864. Ensure the copying bounds are sane. r=jrmuizel a=sylvestre - d4ad7d727dd6 | Georg Fritzsche | Bug 1079341 - Missing yield on async makeDir in FHR state init. r=gps, a=lmandel - d9b49c7ee7fe | Georg Fritzsche | Bug 1064333 - Migrate the FHR client id to the datareporting service. r=gps, a=lmandel - 8fbc0d8bb83d | Georg Fritzsche | Bug 1064333 - Add the stable client id to the telemetry ping. r=froydnj, a=lmandel - ad6d502a38c9 | Georg Fritzsche | Bug 1064333 - Only add the stable user id to the ping when FHR upload is enabled. r=froydnj, a=lmandel - ec67776fc5e3 | Georg Fritzsche | Bug 1064333 - Init TelemetryPing in tests even if MOZILLA_OFFICIAL is not set. r=froydnj, a=lmandel - efb3c956dfef | Georg Fritzsche | Bug 1086252 - Show stable client id in about:telemetry. r=froydnj, a=lmandel - bda711062d08 | Georg Fritzsche | Bug 1069873 - Add counter histogram type. r=froydnj, ba=lmandel - a4db8f39f372 | Georg Fritzsche | Bug 1069953 - Part 1: Make min/max/bucket_count optional for nsITelemetry newHistogram(). r=froydnj, ba=lmandel - 56b3e37832b9 | Georg Fritzsche | Bug 1069874 - Add keyed histogram types. r=froydnj, ba=lmandel - 3fe1e43c97b8 | Georg Fritzsche | Bug 1092219 - Fix keyedHistogram.add() passing the wrong argument to Histogram::Add(). r=froydnj, a=lmandel - aa11e337b8e3 | Georg Fritzsche | Bug 1092176 - Add keyed histogram section in about:telemetry. r=froydnj, a=lmandel - e6db2f014e26 | Georg Fritzsche | Bug 1089670 - Record searches in Telemetry. r=bwinton, ba=lmandel - 1ca39da5df9d | Paul Adenot | Bug 1085356 - Better handling of OSX audio output devices switching when SourceMediaStream are present in the MSG. r=jesup a=lmandel - 80b1fc2042df | Randell Jesup | Bug 1085356: Fix Mac audio output changes on older/different macs r=padenot a=lmandel - ddc951a77894 | Randell Jesup | Bug 1090415: Whitelist room.co for screensharing rs=mreavy a=lmandel - bf50cf09506c | Randell Jesup | Bug 1091031: Whitelist talky.io & beta.talky.io for screensharing rs=mreavy a=lmandel - 08876d848dcf | Randell Jesup | Bug 1085356: Bustage fix (missing include from merge) r=bustage a=bustage - f6a4136fe0af | Nick Alexander | Bug 1068051 - Add high-res device drawables. r=trivial, a=lmandel - 9f2160ac83d5 | Richard Newman | Bug 1084522 - Don't redefine layout attribute in IconTabWidget. r=lucasr, a=lmandel - 66297e95dc47 | Richard Newman | Bug 1084516 - Wrap Build.CPU_ABI access in deprecation annotation. r=snorp, a=lmandel - a02835abdd00 | Olli Pettay | Bug 1087633 - Filter out XPConnect wrapped input streams. r=bz, a=lmandel - 72938afdf993 | |