/irc-logs / mozilla / #developers / 2015-12-03 / end

Options:

Previous day, Next day

  1. # Session Start: Thu Dec 03 00:00:00 2015
  2. # Session Ident: #developers
  3. # [00:00] <rillian> looks like the rust panic unhandler crashed?
  4. # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/880b58f2221a - ffxbld - No bug, Automated HSTS preload list update from host bld-linux64-spot-369 - a=hsts-update
  5. # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/291bf32f6341 - ffxbld - No bug, Automated HPKP preload list update from host bld-linux64-spot-369 - a=hpkp-update
  6. # [00:00] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/eec9a0bfd929 - ffxbld - No bug, Automated blocklist update from host bld-linux64-spot-369 - a=blocklist-update
  7. # [00:00] * Joins: karlt (karl@moz-usst77.nn3i.kiip.e780.2400.IP)
  8. # [00:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8ee27d317a68 - Wes Kocher - Backed out 3 changesets (bug 1229615) for crashtest crashes in 0-timescale.html CLOSED TREE
  9. # [00:02] * Matti is now known as Matti_away
  10. # [00:02] * Quits: Jackneill (Jackneill@moz-u0m.pmk.3.185.IP) (Ping timeout: 121 seconds)
  11. # [00:02] * Quits: @ehsan (ehsan@66.207.193.21) (A TLS packet with unexpected length was received.)
  12. # [00:03] * Quits: jdm (jdm@66.207.193.21) (Quit: )
  13. # [00:03] <kinetik> rillian: oh, nice
  14. # [00:04] <rillian> kinetik: indeed. I think it's crashing in the panic handler before it gets to the thread.join
  15. # [00:04] <rillian> asking on #rust-internals
  16. # [00:04] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  17. # [00:06] * Joins: mastizada (Thunderbird@moz-mek.63k.2.46.IP)
  18. # [00:06] * Quits: dragana (Instantbird@moz-4hpr60.fbx.proxad.net) (Ping timeout: 121 seconds)
  19. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d0d6d5d4ebfa - Mark Hammond - Bug 1201331 (part 1) - use a broadcaster to manage the Sync status. r=adw
  20. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/549690eaf36d - Mark Hammond - Bug 1201331 (part 2) - update tests that use the sync-button as a placeholder for "generic XUL button". r=Gijs
  21. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b48a56ce709d - Mark Hammond - Bug 1201331 (part 3) - add a Synced Tabs panel. r=Gijs
  22. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5a286e996755 - Mark Hammond - Bug 1201331 (part 4) - replace "Tabs from other devices" with "Synced Tabs" on menus and history panel. r=Gijs
  23. # [00:06] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout: 121 seconds)
  24. # [00:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/661a531f5dee - Mark Hammond - Bug 1201331 (part 5) - Use a new non-animated icon for the sync button. r=Gijs
  25. # [00:08] <mchang> wlach: ping
  26. # [00:08] <wlach> mchang: pong
  27. # [00:08] <botond> roc: i'm getting a segfault when running rr, but gdb attached to the rr process doesn't catch it
  28. # [00:08] * Quits: vingtetun_ (vnicolas@moz-lm5hvk.fbxo.proxad.net) (Ping timeout: 121 seconds)
  29. # [00:08] <mchang> wlach: hey, had a question about bug 1228439. Is the regression only on OSX with e10s?
  30. # [00:08] * stephend is now known as stephend|lab
  31. # [00:08] <@roc> botond: pastebin some output?
  32. # [00:09] <botond> roc: of rr?
  33. # [00:09] <@roc> whatever's in the terminal
  34. # [00:09] <wlach> mchang: yes I believe so
  35. # [00:09] <botond> roc: https://pastebin.mozilla.org/8853660
  36. # [00:09] <wlach> mchang: if you open perfherder graphs, you can click on the platform associated with a datapoint to automatically add related series
  37. # [00:10] * Quits: Mnyromyr (Mnyromyr@moz-c6fsss.gnf7.tkmq.0908.2a02.IP) (Connection closed)
  38. # [00:10] * Quits: happy-dude_ (uid62780@moz-8as1vu.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  39. # [00:10] * Joins: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net)
  40. # [00:10] <botond> roc: i guess it's firefox that's segfaulting, not rr
  41. # [00:11] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Ping timeout: 121 seconds)
  42. # [00:11] <@roc> no, that looks like rr
  43. # [00:11] <@roc> since it exited
  44. # [00:11] <wlach> mchang: http://tinyurl.com/ph6gaqy
  45. # [00:11] <@roc> you need to run "rr replay" and then attach gdb to the rr process
  46. # [00:11] <@roc> we do this tricky thing where "rr replay" forks and then runs rr in the child and runs gdb in the parent
  47. # [00:12] <wlach> mchang: if you zoom in on the different areas, you see that there is no clear regression pattern
  48. # [00:12] <botond> roc: attaching is what i did
  49. # [00:14] * yzen is now known as yzen_
  50. # [00:15] <@roc> so what do you mean "gdb attached to the rr process doesn't catch it"
  51. # [00:15] <@roc> ?
  52. # [00:15] <@roc> can you pastebin the whole session where you tried to catch it
  53. # [00:15] <@roc> ?
  54. # [00:16] * Parts: jorgk (chatzilla@moz-cqp0la.dyn.telefonica.de) ("")
  55. # [00:16] <Michelle-SV-QA> Hi I am doing Bug Triage and I am not sure how to classify a bug related to switching between FF and Chrome and the window.id is returned incorrectly "returned window object should have { focused: false }" can some one help me out - Thanks
  56. # [00:16] <botond> roc: well this was me running gdb in another shell: https://pastebin.mozilla.org/8853662
  57. # [00:16] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  58. # [00:16] * Quits: gustavold (gustavold@moz-127.uce.17.191.IP) (Quit: Leaving.)
  59. # [00:17] <@roc> hmm
  60. # [00:17] <@roc> I have a horrible feeling that your segfault is actually in gdb
  61. # [00:17] <mchang> wlach: why is OS X categorized as unreliable according to perfherder?
  62. # [00:17] <@roc> so try attaching to the gdb instance instead of the rr instance
  63. # [00:18] <botond> roc: running the reftest with "--debugger gdb" gives: "0:09.75 TEST-UNEXPECTED-FAIL | reftest | application terminated with exit code -11". does that confirm your hypothesis?
  64. # [00:18] <wlach> mchang: that's outdated, I need to change it. the results were very very noisy until we upgraded the macos x slaves a couple weeks ago
  65. # [00:18] <RyanVM> Michelle-SV-QA: what bug #?
  66. # [00:18] <wlach> mchang: https://groups.google.com/d/msg/mozilla.release.engineering/e78tDkl-PCE/brHSPeriBgAJ
  67. # [00:18] <Michelle-SV-QA> 12718472
  68. # [00:18] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  69. # [00:18] <mchang> wlach: hmm, can we retrigger the non-e10s case as well? Having it affect only e10s is very confusing
  70. # [00:18] * Quits: catalinb2 (catalin@moz-tsb.7ma.114.79.IP) (Quit: Leaving)
  71. # [00:19] <Michelle-SV-QA> Oops sorry it is 1228247
  72. # [00:19] <@roc> (one time I had a debugging session where I had three gdb windows: session A connected to rr, session B attached to A, and session C attached to rr. afterwards I had to have a lie down.)
  73. # [00:19] <wlach> mchang: of course, do you know how to do that?
  74. # [00:19] <wlach> mchang: I'm just about to head out but I could give you a quick video walkthrough
  75. # [00:19] <mchang> wlach: not particularly
  76. # [00:19] <froydnj> roc: hopefully you changed your prompt so you always knew which was which!
  77. # [00:19] <RyanVM> Michelle-SV-QA: looks like a webextensions bug going off comment 0
  78. # [00:20] * bz is now known as bz_away
  79. # [00:20] * Quits: drs (drs@moz-9dsrn7.sk83.bjud.7e00.2a01.IP) (Ping timeout: 121 seconds)
  80. # [00:20] <RyanVM> Michelle-SV-QA: ah, Grover beat me to it :)
  81. # [00:20] <botond> roc: yep, it's gdb that's crashing. with an impressively informative backtrace: https://pastebin.mozilla.org/8853664
  82. # [00:20] * Quits: jlongster (user@moz-h9mq7u.fios.verizon.net) (Ping timeout: 121 seconds)
  83. # [00:20] <@roc> sweet
  84. # [00:20] <botond> roc:(it just keeps going like that)
  85. # [00:20] <@roc> ok
  86. # [00:20] <mchang> wlach: nm got it
  87. # [00:20] <@roc> so next, try building gdb from source
  88. # [00:21] <@roc> it's not that hard
  89. # [00:21] <mchang> wlach: thx, have a good day
  90. # [00:21] <@roc> then either your bug will be fixed or we'll get a decent backtrace
  91. # [00:21] <botond> roc: ok. i'll give that a try
  92. # [00:21] <wlach> mchang: np, thanks for looking into the bug
  93. # [00:21] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  94. # [00:22] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  95. # [00:23] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  96. # [00:23] * Joins: drs (drs@moz-9dsrn7.sk83.bjud.7e00.2a01.IP)
  97. # [00:24] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  98. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/43ae4742c4c0 - Nick Alexander - Bug 1225456 - Don't launch about:accounts when MOZ_ANDROID_NATIVE_ACCOUNT_UI=1. r=vivek
  99. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/5e790a98e114 - Nick Alexander - Bug 1220892 - Part 1: Remove MOZ_ANDROID_NATIVE_ACCOUNTS_UI. r=mcomella
  100. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d2be8686105d - Nick Alexander - Bug 1220892 - Part 2: Remove Activity sub-classes. r=mcomella
  101. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/61f2a1360c6d - Nick Alexander - Bug 1220892 - Part 3: Remove Task sub-classes. r=mcomella
  102. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f659e1c2d182 - Nick Alexander - Bug 1220892 - Part 4: Clean up FxAccountAbstractSetupActivity. r=mcomella
  103. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/62e4fa9f1000 - Nick Alexander - Bug 1220892 - Part 5: Remove FxAccountAgeLockoutHelper. r=mcomella
  104. # [00:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/675689351241 - Nick Alexander - Bug 1220892 - Part 6: Remove non-string resources. r=mcomella
  105. # [00:26] * lmandel is now known as lmandel_afk
  106. # [00:26] * Quits: espadrine (tyl@moz-l019mn.fbx.proxad.net) (Ping timeout: 121 seconds)
  107. # [00:27] * Joins: skeuomorf (skeuomorf@moz-dj7.jr0.32.197.IP)
  108. # [00:30] * stephend|lab is now known as stephend
  109. # [00:35] * kats is now known as kats|away
  110. # [00:36] * mrrrgn_brb is now known as mrrrgn
  111. # [00:38] * KWierso is now known as KWierso|brb
  112. # [00:40] * maja_zf|brb is now known as maja_zf
  113. # [00:40] * Joins: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net)
  114. # [00:40] * Quits: jduell (jduell@moz-ijbuuo.wa.comcast.net) (Client exited)
  115. # [00:42] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  116. # [00:43] * Quits: mjf (mjf@moz-r17qgu.dyn.grandenetworks.net) (Client exited)
  117. # [00:44] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  118. # [00:46] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
  119. # [00:49] * Quits: ariasuni (ariatsuni@moz-0spsn2.p4tc.td47.0608.2a01.IP) (Quit: Konversation terminated!)
  120. # [00:49] * maja_zf is now known as maja_zf|afk
  121. # [00:50] * gaye is now known as gaye|dinner
  122. # [00:52] * wlach is now known as wlach|afk
  123. # [00:53] * Joins: jduell (jduell@moz-ijbuuo.wa.comcast.net)
  124. # [00:53] * Quits: kripton (kripton-moz@moz-abs5hm.net) (Ping timeout: 121 seconds)
  125. # [00:54] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
  126. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b8f81e66d022 - Nicholas Nethercote - Bug 1229202 (part 1) - Remove some unused arguments in nsPrintEngine's functions. r=mattwoodrow.
  127. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5f78854c2c72 - Nicholas Nethercote - Bug 1229202 (part 2) - Remove gfxQuartzSurface::GetCGContextWithClip, which is unused. r=mattwoodrow.
  128. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/45f90e71e3fb - Nicholas Nethercote - Bug 1229202 (part 3) - Make gfxContextAutoDisableSubpixelAntialiasing take a DrawTarget instead of a gfxContext. r=mattwoodrow.
  129. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ef3fe4b33548 - Nicholas Nethercote - Bug 1229202 (part 4) - Remove an unused gfxContextAutoSaveRestore. r=mattwoodrow.
  130. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/4addc9ac90ea - Nicholas Nethercote - Bug 1229202 (part 5) - Remove an unneeded gfxContextAutoSaveRestore. r=mattwoodrow.
  131. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f07938cebd6f - Nicholas Nethercote - Bug 1229202 (part 6) - Remove two nasty matrix reinterpret_casts. r=mattwoodrow.
  132. # [00:54] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  133. # [00:54] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3e1abfc084f0 - Nicholas Nethercote - Bug 1229202 (part 7) - Pass a DrawTarget to gfxXlibNativeRenderer::DrawDirect(). r=mattwoodrow.
  134. # [00:55] * Joins: marco (marco@moz-manlf9.threembb.co.uk)
  135. # [00:55] * Quits: jimm (jmathies@moz-sng2os.dhcp.embarqhsd.net) (Quit: )
  136. # [00:57] <@Jesse> dveditz: Waldo: so, add https://bugzilla.mozilla.org/show_bug.cgi?id=1229887 to the list of reasons we should reject <script src> with wrong mime type?
  137. # [00:58] <Waldo> heh
  138. # [00:58] <Waldo> point
  139. # [00:58] * Joins: rniwa_ (rniwa@moz-gvb.oih.114.17.IP)
  140. # [00:59] * Joins: kripton (kripton-moz@moz-abs5hm.net)
  141. # [01:01] * Quits: rniwa (rniwa@moz-jn5.6ue.202.17.IP) (Ping timeout: 121 seconds)
  142. # [01:01] * jlund is now known as jlund|biab
  143. # [01:01] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout: 121 seconds)
  144. # [01:01] * Quits: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP) (Connection closed)
  145. # [01:02] <@Jesse> (maybe the previous reasons only pointed at only enforcing it for cross-origin loads)
  146. # [01:03] * Quits: garethc (Adium@66.207.193.21) (Quit: Leaving.)
  147. # [01:04] * miketaylr is now known as zz_miketaylr
  148. # [01:04] <Waldo> enforcing every where is totally the absolutely obviously sane thing to do
  149. # [01:04] <Waldo> it's also a bit harder sell than enforcing just cross-origin, of course
  150. # [01:04] <Waldo> maybe in time the web could be evangelized into it
  151. # [01:05] * Quits: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
  152. # [01:06] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  153. # [01:06] * Quits: marco (marco@moz-manlf9.threembb.co.uk) (Connection closed)
  154. # [01:07] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  155. # [01:08] * Quits: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  156. # [01:08] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Ping timeout: 121 seconds)
  157. # [01:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/fc6e4f666152 - Felipe Gomes - Bug 1229603 - Make most of browser/base lintable by removing non-standard syntax. r=Mossop
  158. # [01:09] * Joins: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl)
  159. # [01:09] * Quits: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  160. # [01:10] * Quits: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
  161. # [01:10] <@dveditz> supposedly chrome is enforcing mime type now
  162. # [01:11] <@dveditz> (for script)
  163. # [01:11] <Waldo> wow
  164. # [01:12] <Waldo> that's...rather surprising, actually, that they've been able to ship that
  165. # [01:12] <Waldo> I would have thought there were tons of things that were mistyped, still
  166. # [01:12] * Joins: ehugg (ehugg@moz-af4.sr5.107.128.IP)
  167. # [01:12] <Waldo> for the same reasons we made cross-origin CSS enforce type, but haven't done so (that I'm aware of) for same-origin
  168. # [01:13] * Quits: BenWa (bgirard@66.207.193.21) (Client exited)
  169. # [01:15] * KWierso|brb is now known as KWierso
  170. # [01:16] <KWierso> philor: given https://treeherder.mozilla.org/#/jobs?repo=fx-team&fromchange=3b8b9e4abbaa&filter-searchStr=e910a9216cb2352440c3aa26eaecf5d5a0ca3e1f what are the odds that removing tabview stuff shifted chunks enough to upset the performance monitoring tests?
  171. # [01:17] * ewong|away is now known as ewong
  172. # [01:18] * Quits: jduell (jduell@moz-ijbuuo.wa.comcast.net) (Client exited)
  173. # [01:18] * Quits: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net) (Client exited)
  174. # [01:20] * Quits: hunboy (hunboy@moz-59f873.pool.invitel.hu) (Connection closed)
  175. # [01:21] * Quits: mconley|livehacking (mconley@66.207.193.21) (Quit: NO CARRIER)
  176. # [01:22] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  177. # [01:23] * Quits: msvb-lab (mschloh@moz-lfcga5.ggde.8eh4.0470.2001.IP) (Client exited)
  178. # [01:23] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Connection closed)
  179. # [01:23] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  180. # [01:24] * Quits: Jayflux (Jayflux@moz-qkqnjr.as43234.net) (Quit: Leaving)
  181. # [01:25] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (A TLS packet with unexpected length was received.)
  182. # [01:25] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  183. # [01:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/a78f8444400c - Drew Willcoxon - Bug 1226629 - Increment "urlbar" BrowserUITelemetry/FHR for all searchengine results clicked in the urlbar. r=mak
  184. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/6dae0b0bdb8c - Kit Cambridge - Bug 1159641, Part 1 - Skip the permission check in `pushManager.getSubscription()`. r=mt a=ritu
  185. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3b528ca2a11a - Kit Cambridge - Bug 1159641, Part 2 - Use tasks in the Push permissions test. r=mt a=ritu
  186. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3f7cc875e92e - dimi - Bug 1207068 - Implement ExtendableMessageEvent interface. r=baku a=ritu
  187. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4e62acda19b7 - Jamie Nicol - Bug 1223479 - Fix displayport size calculation on fennec. r=kats a=ritu
  188. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/971d0fc7eef6 - Eric Rahm - Bug 1223927 - Add resident-unique measurement to OS X. r=njn a=ritu
  189. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4936d1c5c1df - Eric Rahm - Bug 1224685 - Add |resident-unique| measurement to Windows. r=njn a=ritu
  190. # [01:27] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0fdfba81ce8c - philipp - Bug 1222819 - Add Orbit Downloader .dlls to Windows blocklist. r=aklotz a=lizzard
  191. # [01:27] * AutomatedTester|AFK is now known as AutomatedTester
  192. # [01:28] * Quits: h4writer (h4writer@moz-7hl95d.6k93.qujl.1812.2a02.IP) (Ping timeout: 121 seconds)
  193. # [01:28] * Quits: mhowell (Matt_Howell@moz-09a.i8g.126.207.IP) (Quit: http://pidgin.renatosilva.me - Pidgin++)
  194. # [01:28] * Joins: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP)
  195. # [01:28] * Joins: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com)
  196. # [01:30] * Quits: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP) (Ping timeout: 121 seconds)
  197. # [01:30] * Quits: jrmuizel (jrmuizel@moz-nqe.37f.193.104.IP) (Connection closed)
  198. # [01:36] * Quits: &dbaron (dbaron@moz-ke4nqk.rgd2.9kg1.0101.2620.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  199. # [01:36] * Joins: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu)
  200. # [01:36] * Matti_away is now known as Matti
  201. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/b7632a320e0b - Gijs Kruitbosch - Bug 1217586 and bug 12227116 - fix modifier click / enter on SVG links by passing node principal, r=felipe a=ritu
  202. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/3f3715d4f448 - Andrea Marchesini - Bug 1214624 - tabBrowser should remove the audio icon when location changes, r=jaws, r=mak77 a=ritu
  203. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7eb32432b337 - Georg Fritzsche - Bug 1219733 - Allow a 'bug_numbers' field in Histograms.json entries. r=vladan a=ritu
  204. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/0fec17c6d310 - Hector Zhao - Bug 1227428 - Update partner section with correct information once available. r=gfritzsche a=ritu
  205. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/04c3f8a3a7be - Michael Comella - Bug 1215079 - Inherit from built-in styles on GB. r=margaret a=ritu
  206. # [01:36] * Joins: dbaron (dbaron@moz-rrrui8.2rkg.9kg1.0101.2620.IP)
  207. # [01:36] * killer sets mode: +ao dbaron dbaron
  208. # [01:36] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7aad7dee8515 - Michael Comella - Bug 1215079 - Don't open ExternalIntent... on GB. r=margaret a=ritu
  209. # [01:37] * AutomatedTester is now known as AutomatedTester|AFK
  210. # [01:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d9fd7783ba30 - Matthew Noorenberghe - Bug 1229168 - UITour: Use the correct window in initForBrowser to handle windows with no tabs. r=Dexter
  211. # [01:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/30f9c10a9e5b - Matthew Noorenberghe - Bug 1216986 - Fix usage of nsIURI.host in password manager and prompt code to support IPv6. r=dolske,liuche,kanru
  212. # [01:42] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  213. # [01:42] * bc is now known as bc|bbl
  214. # [01:43] * chmanchester is now known as chmanchester|afk
  215. # [01:43] * sfink is now known as sfink|afk
  216. # [01:43] * Quits: Michelle-SV-QA (Michelle-SV@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
  217. # [01:45] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
  218. # [01:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/2ae27780d1b5 - Hector Zhao - Bug 1227428 - Update partner section with correct information once available. r=gfritzsche a=ritu,lizzard
  219. # [01:45] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/f3d7228fd7c7 - philipp - Bug 1222819 - Add Orbit Downloader .dlls to Windows blocklist. r=aklotz a=lizzard
  220. # [01:47] * Quits: givanica (Thunderbird@moz-a1u.lvm.120.86.IP) (Client exited)
  221. # [01:47] * Matti is now known as Matti_away
  222. # [01:47] * Quits: sfink|afk (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net) (Ping timeout: 121 seconds)
  223. # [01:48] <rillian> kinetik: haha. so I can't wrap the mp4parse_get_track_info() calls in a thread because TrackInfo isn't Send, and Send is unsafe so I can't derive it.
  224. # [01:49] <rillian> any idea why it's not Send?
  225. # [01:49] <rillian> oh, because it's a *mut, not an &mut
  226. # [01:51] <kinetik> rillian: ah, easy fix
  227. # [01:51] <philor> KWierso: first thing I do when I want to know that is open a full log from my supposedly-green push, and search for something like addonwa... not found or perfmo... not found
  228. # [01:52] <rillian> kinetik: lets us drop the (*info) everywhere too
  229. # [01:52] <kinetik> rillian: yep
  230. # [01:53] <rillian> easy enough to write bad code in rust :)
  231. # [01:53] * Joins: givanica (Thunderbird@moz-a1u.lvm.120.86.IP)
  232. # [01:53] * Quits: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com) (Quit: quit)
  233. # [01:53] <kinetik> rillian: what'
  234. # [01:53] <kinetik> rillian: what's bad about it?
  235. # [01:53] <rillian> kinetik: I can't figure out what to do about error: cannot move `context` into closure because it is borrowed
  236. # [01:54] <rillian> kinetik: it crashes? :)
  237. # [01:54] * Joins: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com)
  238. # [01:54] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  239. # [01:54] <rillian> argument for limiting the scope of unsafe blocks, I think.
  240. # [01:56] <kinetik> rillian: should be the same way context is passed in read
  241. # [01:56] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  242. # [01:56] * Quits: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP) (Quit: Leaving)
  243. # [01:57] * Matti_away is now known as Matti
  244. # [01:57] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
  245. # [01:57] * Joins: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP)
  246. # [01:59] <rillian> kinetik: I think it can't figure out that both track and context can outlive the thread closure
  247. # [01:59] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
  248. # [02:00] * Quits: givanica (Thunderbird@moz-a1u.lvm.120.86.IP) (Client exited)
  249. # [02:00] <KWierso> philor: moved from bc5, apparently
  250. # [02:01] <KWierso> where it was already failing
  251. # [02:01] <KWierso> neat
  252. # [02:04] * Quits: @roc (chatzilla@moz-qo4qe1.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  253. # [02:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/19dce9ab4d97 - Franziskus Kiefer - Bug 1187357 - rename referrer policy attribute in frontend code. r=Gijs
  254. # [02:04] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0dbac1acaca7 - Franziskus Kiefer - Bug 1187357 - tests for referrer policy attribute in frontend code. r=Gijs
  255. # [02:04] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  256. # [02:06] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f7ee42669b87 - David Anderson - Add page scroll support for APZ wheel events. (bug 1228028, r=kats)
  257. # [02:07] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  258. # [02:08] * Quits: mixedpuppy (mixedpuppy@moz-qrj.ik4.143.72.IP) (Ping timeout: 121 seconds)
  259. # [02:08] * Joins: sfink|afk (chatzilla@moz-qqs5af.2rch.42mb.030a.2602.IP)
  260. # [02:09] * sfink|afk is now known as sfink
  261. # [02:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d873179a7da0 - Bobby Holley - Bug 1228950 - Disallow scheme sets on nsHostObjectURI. r=bz
  262. # [02:10] * Joins: mixedpuppy (mixedpuppy@moz-5hh.v07.114.24.IP)
  263. # [02:10] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  264. # [02:12] * Quits: adusca|afk (uid71833@moz-q4bg9b.kkpo.i718.8300.2604.IP) (Quit: Connection closed for inactivity)
  265. # [02:13] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  266. # [02:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2d2e18281982 - Xidorn Quan - Bug 1228182 - Use division directly for generating double in XorShift128PlusRNG. r=Waldo
  267. # [02:18] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  268. # [02:21] * Quits: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  269. # [02:22] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  270. # [02:23] * Quits: gportioli (gportioli@moz-m6thb2.dyn.plus.net) (Quit: Leaving)
  271. # [02:23] <rillian> KWierso: trying again with the rust parser.
  272. # [02:23] * KWierso is now known as KWierso|afk
  273. # [02:23] <rillian> I have to go, so back us out if this doesn't work.
  274. # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3af84d7471c8 - Ralph Giles - Bug 1229615 - Don't reject files without edit lists. r=kinetik
  275. # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d036b1daeb0b - Matthew Gregan - Bug 1229615 - Compare track counts between rust and stagefright. r=rillian
  276. # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7f1d2251afd6 - Ralph Giles - Bug 1229615 - Conditionalize mp4parse.h export. r=kinetik
  277. # [02:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/822004606576 - Ralph Giles - Bug 1229615 - Catch panics in mp4parse_get_track_info. r=kinetik
  278. # [02:24] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  279. # [02:27] * KWierso|afk is now known as KWierso
  280. # [02:27] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
  281. # [02:27] * KWierso is now known as KWierso|afk
  282. # [02:29] * Matti is now known as Matti_away
  283. # [02:30] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  284. # [02:31] * Quits: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
  285. # [02:32] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  286. # [02:32] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
  287. # [02:33] * Quits: secretrobotron_ (secretrobot@moz-537kp5.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  288. # [02:34] * Quits: ntim (uid105247@moz-trecfa.tooting.irccloud.com) (Quit: Connection closed for inactivity)
  289. # [02:36] * Quits: bgrins (bgrins@moz-9jrsia.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  290. # [02:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c72962b1f5fb - Ehsan Akhgari - Bug 1222464 - Part 1: Save a client ID for top-level navigations on the docshell and assign it as the document ID when we start loading the document; r=jdm
  291. # [02:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/45f2e8cc696a - Ehsan Akhgari - Bug 1222464 - Part 2: Implement FetchEvent.clientId; r=jdm
  292. # [02:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2d93d213d982 - Ehsan Akhgari - Bug 1222464 - Part 3: Implement Clients.get(); r=jdm
  293. # [02:38] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e8cc99a3321c - Ehsan Akhgari - Bug 1229056 - Implement ClientQueryOptions.includeUncontrolled; r=jdm
  294. # [02:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c829a47db369 - Jean-Yves Avenard - Bug 1229657: [MSE] Returns NotSupportedError if mimetype is invalid or not supported. r=gerald
  295. # [02:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1148f6a8b576 - Jean-Yves Avenard - Bug 1229256: P1. Only check readyState update upon buffered range completion. r=jwwang
  296. # [02:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/be3eab5c43f0 - Jean-Yves Avenard - Bug 1229256: P2. Use buffered range to determine next frame availability. r=jwwang
  297. # [02:39] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b493cde48ac0 - Jean-Yves Avenard - Bug 1229256: [MSE] P3. Prevent crash should buffered range be read while shutting down. r=gerald
  298. # [02:44] * jlund|biab is now known as jlund
  299. # [02:44] * bz_away is now known as bz
  300. # [02:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b54cce972f8c - Kris Maglione - Bug 1193837: Part 1 - Cache the last known inner window ID of remote browsers in parent process. r=billm
  301. # [02:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/efe43efb067a - Kris Maglione - Bug 1193837: Part 2 - [webext] Enforce host matching and load URI restrictions on tabs.executeScript and insertCSS. r=billm
  302. # [02:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/72b3671ac8ef - Kris Maglione - Bug 1190688: Part 1 - [webext] Implement the activeTab permission. r=billm
  303. # [02:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/89e666316ea0 - Kris Maglione - Bug 1190688: Part 2 - [webext] Add tests for executeScript permission checks. r=billm
  304. # [02:44] * Quits: aleth (instantb@moz-enf.f6q.51.151.IP) (Ping timeout: 121 seconds)
  305. # [02:48] * Quits: mchang (mchang@moz-94gnti.res.rr.com) (Client exited)
  306. # [02:50] * Quits: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net) (Quit: Leaving.)
  307. # [02:50] * Joins: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it)
  308. # [02:53] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  309. # [02:55] * khuey is now known as khuey|away
  310. # [02:56] * Joins: m_kato (m_kato@moz-9rv9tl.dh-connect.net)
  311. # [02:57] * Quits: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP) (A TLS packet with unexpected length was received.)
  312. # [02:57] * Quits: Sxean (Sxean@moz-rd7.51j.125.50.IP) (Quit: Leaving)
  313. # [02:57] * Quits: billm (billm@moz-fi1ph4.mh2d.1ibb.0101.2620.IP) (Quit: Leaving)
  314. # [03:01] * Quits: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP) (Ping timeout: 121 seconds)
  315. # [03:08] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  316. # [03:09] * Joins: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net)
  317. # [03:10] * Quits: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it) (A TLS packet with unexpected length was received.)
  318. # [03:11] * Quits: nattokirai (nattokirai@moz-9rv9tl.dh-connect.net) (Connection closed)
  319. # [03:13] * Quits: &dbaron (dbaron@moz-rrrui8.2rkg.9kg1.0101.2620.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  320. # [03:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e06fcdf26f13 - Ehsan Akhgari - Use nsContentUtils::GenerateUUIDInPlace() in nsIDocument::GenerateDocumentId(), no bug
  321. # [03:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9bc366f327ab - Jeff Walden - Bug 1226188 - Define the DEFINED_ON_DISPATCH_RESULT macro such that it can be called with no arguments as well as with one argument. r=nbp
  322. # [03:18] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/945a33faaac9 - Jeff Walden - Bug 1227677 - Minor renaming. r=shu
  323. # [03:20] * Quits: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
  324. # [03:21] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  325. # [03:24] * Quits: Boriss (Boriss@moz-aq4.h2b.247.173.IP) (Client exited)
  326. # [03:24] * bc|bbl is now known as bc
  327. # [03:25] * Quits: spohl (Adium@moz-gm9.vpi.61.108.IP) (Ping timeout: 121 seconds)
  328. # [03:26] * Joins: andym (andym@moz-ru37h4.rd64.73qp.f0d0.2607.IP)
  329. # [03:26] <andym> is there a good channel to ask dumb mercurial and reviewboard questions?
  330. # [03:27] <kitcambridge> andym: I've had luck with #hg and #mozreview; not sure if there are others.
  331. # [03:27] <andym> thanks
  332. # [03:28] <kitcambridge> np
  333. # [03:30] * stephend is now known as stephend|dinner
  334. # [03:31] * glob|away is now known as glob
  335. # [03:32] * sheppy is now known as sheppy-offline
  336. # [03:32] * Joins: elin (elin@moz-2cju8q.dynamic.hinet.net)
  337. # [03:35] * hwine is now known as hwine-food
  338. # [03:36] <RyanVM> andym: #vcs is another option
  339. # [03:38] * lmandel_afk is now known as lmandel
  340. # [03:39] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
  341. # [03:41] * Joins: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net)
  342. # [03:43] * Quits: sfink (chatzilla@moz-qqs5af.2rch.42mb.030a.2602.IP) (Ping timeout: 121 seconds)
  343. # [03:44] * Joins: gandalf (zbraniecki@moz-c4ggi7.co.comcast.net)
  344. # [03:46] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  345. # [03:49] * Joins: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net)
  346. # [03:49] * Quits: bdahl (bdahl@moz-br0dmh.2rkg.9kg1.0101.2620.IP) (A TLS packet with unexpected length was received.)
  347. # [03:49] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  348. # [03:55] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  349. # [03:56] <@njn> RyanVM: did MozillaBuild-2.1 add support for Unix-style job control? e.g. ctrl-Z and |fg| ?
  350. # [03:56] <RyanVM> it was a very minor update from 2.0
  351. # [03:56] <RyanVM> so if 2.0 doesn't, probably not
  352. # [03:57] <@njn> RyanVM: weird... it's working now but I'm sure it didn't used ot
  353. # [03:57] <@njn> *to
  354. # [03:59] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  355. # [03:59] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Ping timeout: 121 seconds)
  356. # [03:59] * Quits: azakai (alon@moz-6r9bde.ujol.1ibb.0101.2620.IP) (Quit: Ex-Chat)
  357. # [04:00] <philor> what does USE_WIDGET_LAYERS in a reftest run actually mean?
  358. # [04:01] <@njn> philor: https://dxr.mozilla.org/mozilla-central/source/dom/interfaces/canvas/nsIDOMCanvasRenderingContext2D.idl#26-30
  359. # [04:02] <@njn> philor: don't ask me anything beyond that; that's all I know
  360. # [04:05] <mattwoodrow> philor: It means take the reftest snapshot using the exact same rendering pipeline as is being used for drawing to the screen (i.e. just do a readback of what we drew to the screen). The alternative is setup a temporary one (always software backed) and redraw things directly into the reftest harness’ canvas
  361. # [04:06] <philor> mattwoodrow: I was hoping for "hardware acceleration is enabled" or "the resolution is higher than some value"
  362. # [04:06] <mattwoodrow> philor: Sorry! It should always be specified for reftests run by automation
  363. # [04:07] <philor> http://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-macosx64-debug/1449096202/mozilla-inbound_yosemite_r7-debug_test-reftest-bm106-tests1-macosx-build158.txt.gz and search for window size = 800,928 and it isn't
  364. # [04:08] <philor> I generally eventually win by just filing on the bad hardware saying "running at a too-small resolution", just wondered if I could be saying something more useful
  365. # [04:09] <mattwoodrow> philor: Oh right, sorry, I misread your last comment. The resolution indeed needs to be 800x1000 or bigger for it to be specified
  366. # [04:10] <mattwoodrow> reftests are 800x1000, if we can’t fit that on the screen, then we can’t do readback
  367. # [04:11] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  368. # [04:11] <philor> right, just found another of its jobs, it's 1280x1024, minus the Dock that's less than 1000, so the WARNING: USE_WIDGET_LAYERS disabled failure is just saying the same thing I always did, too-small, cool, thanks!
  369. # [04:17] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  370. # [04:19] <philor> now if only a little more of this unstarred was from bad hardware rather than a bad merge of bustage
  371. # [04:19] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  372. # [04:24] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  373. # [04:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/10a9cf7c54fa - Jared Wein - Bug 1227711 - Add a box-shadow to the XUL alerts. ui-r=shorlander r=MattN
  374. # [04:25] <jesup> ircop needed (to deal with 'meal')
  375. # [04:26] <nthomas> #moc is working on it
  376. # [04:27] * mattwoodrow is now known as mattwoodrow|away
  377. # [04:28] * Quits: elin (elin@moz-2cju8q.dynamic.hinet.net) (A TLS packet with unexpected length was received.)
  378. # [04:30] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
  379. # [04:30] * pkerr|pto is now known as pkerr
  380. # [04:30] * Joins: evanxd (Adium@moz-2cju8q.dynamic.hinet.net)
  381. # [04:31] * Quits: mixedpuppy (mixedpuppy@moz-5hh.v07.114.24.IP) (A TLS packet with unexpected length was received.)
  382. # [04:31] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Ping timeout: 121 seconds)
  383. # [04:32] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
  384. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9f6b527b5e13 - Gerald Squelart - Bug 1224363 - Added vp8/ivf test case - r=rillian
  385. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f0cc92be4cd8 - Gerald Squelart - Bug 1224363 - Clamp seg_lvl also in abs-value mode - r=rillian
  386. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fcca1d97bd32 - Gerald Squelart - Bug 1224363 - Upstream update patch - r=rillian
  387. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/06c9e401ee3c - Gerald Squelart - Bug 1224369 - p1: Test cases given as list - r=rillian
  388. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6b7901d50318 - Gerald Squelart - Bug 1224369 - p2: Added vp8/ivf test case - r=rillian
  389. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ea96a37f1a43 - Gerald Squelart - Bug 1224361 - Added vp8/ivf test case - r=rillian
  390. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9ca27c3da032 - Gerald Squelart - Bug 1224361 - Clamp QIndex also in abs-value mode - r=rillian
  391. # [04:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/429cd1f9006d - Gerald Squelart - Bug 1224361 - Upstream update patch - r=rillian
  392. # [04:33] * Quits: ethan (ethan@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  393. # [04:35] * Joins: elin (elin@moz-2cju8q.dynamic.hinet.net)
  394. # [04:36] * Quits: m_kato (m_kato@moz-9rv9tl.dh-connect.net) (Ping timeout: 121 seconds)
  395. # [04:37] * Quits: RyanVM (Thunderbird@moz-gb8lmh.fios.verizon.net) (Client exited)
  396. # [04:37] * nthomas is now known as nthomas|away
  397. # [04:37] * Quits: abr (anonymous@moz-u3pnp5.dllstx.sbcglobal.net) (Ping timeout: 121 seconds)
  398. # [04:38] * Quits: chewey (chewey@moz-qlr8h4.dip0.t-ipconnect.de) (NickServ (RECOVER command used by chewey_))
  399. # [04:38] * Joins: chewey (chewey@moz-jej.svf.227.79.IP)
  400. # [04:39] * Joins: Shrooms (Shrooms@moz-qfc1gs.ip.windstream.net)
  401. # [04:44] * Joins: LilyLappy (Cupcake@moz-h1eera.customer.tdc.net)
  402. # [04:45] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
  403. # [04:49] * Quits: ehugg (ehugg@moz-af4.sr5.107.128.IP) (Ping timeout: 121 seconds)
  404. # [04:49] * Joins: Jerry_Mac (hshih@moz-nfhdit.miamfl.sbcglobal.net)
  405. # [04:49] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5840fb64568 - Luke Wagner - Bug 1229642 - Odin: hoist some things into Wasm.h and simplify symbolic addresses (r=bbouvier)
  406. # [04:50] * Quits: Jerry_Mac (hshih@moz-nfhdit.miamfl.sbcglobal.net) (Connection closed)
  407. # [04:51] * Quits: skeuomorf (skeuomorf@moz-dj7.jr0.32.197.IP) (Ping timeout: 121 seconds)
  408. # [04:56] * jlund is now known as jlund|away
  409. # [04:57] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  410. # [04:58] <nigelb> morning
  411. # [04:58] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  412. # [04:59] * Quits: gandalf (zbraniecki@moz-c4ggi7.co.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  413. # [05:00] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  414. # [05:00] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  415. # [05:00] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  416. # [05:00] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  417. # [05:01] * Quits: jgilbert (Jeff@moz-cbk6ha.ujol.1ibb.0101.2620.IP) (Ping timeout: 121 seconds)
  418. # [05:02] * Joins: m_kato (m_kato@moz-9rv9tl.dh-connect.net)
  419. # [05:03] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Ping timeout: 121 seconds)
  420. # [05:06] * glob is now known as glob|away
  421. # [05:11] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  422. # [05:19] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  423. # [05:20] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  424. # [05:20] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  425. # [05:21] * Quits: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca) (A TLS packet with unexpected length was received.)
  426. # [05:23] * Quits: roguishmountain (Thunderbird@moz-ohie80.wireless.rit.edu) (Ping timeout: 121 seconds)
  427. # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a23147905fb3 - Bill McCloskey - Bug 1208257 - [webext] Add basic schema support (r=kmag)
  428. # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/53004d642d8d - Bill McCloskey - Bug 1208257 - [webext] Extension.jsm support for schemas (r=kmag)
  429. # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a1c13811fea4 - Bill McCloskey - Bug 1208257 - [webext] web_request.json (r=kmag)
  430. # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5af1998a1366 - Bill McCloskey - Bug 1208257 - [webext] WebNavigation test (r=kmag)
  431. # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/256b993d4ffc - Bill McCloskey - Bug 1208257 - [webext] web_navigation.json (r=kmag)
  432. # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b0110c958530 - Bill McCloskey - Bug 1208257 - [webext] windows.json (r=kmag)
  433. # [05:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c074d2c82fd1 - Bill McCloskey - Bug 1208257 - [webext] tabs.json (r=kmag)
  434. # [05:28] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  435. # [05:29] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  436. # [05:31] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
  437. # [05:32] * Joins: bgrins (bgrins@moz-r11039.5rnr.mii9.0647.2601.IP)
  438. # [05:35] * Quits: bgrins (bgrins@moz-r11039.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
  439. # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a5ae16d95a90 - Mike Hommey - Bug 1229279 - Add a specialized HierarchicalStringList class for ContextDerivedValue types. r=gps
  440. # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/03b626d4e9a2 - Mike Hommey - Bug 1229279 - Use mozbuild.context.Path for FINAL_TARGET{_PP}_FILES. r=gps
  441. # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/249b4d65a351 - Mike Hommey - Bug 1229341 - Remove .source flag on BRANDING_FILES. r=gps
  442. # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/917c97129ea8 - Mike Hommey - Bug 1229341 - Remove HierarchicalStringListWithFlagsFactory. r=gps
  443. # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/93f0e6c2b2fd - Mike Hommey - Bug 1229613 - Properly disable sccache on PGO builds. r=mshal
  444. # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/227d365adddb - Mike Hommey - Bug 1229623 - Remove compilation/database.py from mach_bootstrap.py. r=mshal
  445. # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/192af52d4406 - Mike Hommey - Bug 1228558 - Explicitly install gdk-pixbuf2-devel for both i686 and x86_64 in centos6 docker image. r=dustin
  446. # [05:35] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/5c9fd9b2efbb - Dustin J. Mitchell - Bug 1228558: update to taskcluster-vcs@2.3.18 since it works; r=jonasfj
  447. # [05:37] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
  448. # [05:37] * glob|away is now known as glob
  449. # [05:43] <nigelb> heh, glandium's big checkins always make me nervous ^_^
  450. # [05:43] * Joins: jlongster (user@moz-fjlt9d.fios.verizon.net)
  451. # [05:45] <glandium> nigelb: come on, I only landed 61 patches in the past three days
  452. # [05:45] * Joins: gandalf (zbraniecki@moz-c4ggi7.co.comcast.net)
  453. # [05:46] <glandium> well, 59 if you don't count a mistaken backout and the following relanding
  454. # [05:46] <nigelb> lol
  455. # [05:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/65b735be598f - Phil Ringnalda - Backed out 7 changesets (bug 1209967) for making Android Talos hang
  456. # [05:47] <nigelb> I hope we didn't merge ^ around.
  457. # [05:47] * Quits: tnikkel (uid128376@moz-2ua0e7.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
  458. # [05:47] <nigelb> Oh, that's from today
  459. # [05:48] * Joins: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com)
  460. # [05:51] * bz is now known as bz_sleep
  461. # [05:52] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  462. # [05:53] * Joins: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net)
  463. # [05:58] * Joins: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com)
  464. # [05:59] * Quits: jdm (jdm@moz-3eu2pc.cpe.teksavvy.com) (Quit: )
  465. # [06:02] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  466. # [06:04] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  467. # [06:07] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  468. # [06:12] * Joins: tnikkel (uid128376@moz-2ua0e7.brockwell.irccloud.com)
  469. # [06:12] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  470. # [06:12] * Quits: gandalf (zbraniecki@moz-c4ggi7.co.comcast.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  471. # [06:14] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (A TLS packet with unexpected length was received.)
  472. # [06:19] * Joins: yshlin (elin@moz-2hf62a.HINET-IP.hinet.net)
  473. # [06:21] * Quits: elin (elin@moz-2cju8q.dynamic.hinet.net) (Ping timeout: 121 seconds)
  474. # [06:21] * yshlin is now known as elin
  475. # [06:23] * Quits: rniwa_ (rniwa@moz-gvb.oih.114.17.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
  476. # [06:24] * Joins: vicamo (vicamo@moz-8o1.p7n.41.175.IP)
  477. # [06:26] * Joins: Waldo (waldo@moz-h28sem.sntcca.sbcglobal.net)
  478. # [06:33] * Quits: jlongster (user@moz-fjlt9d.fios.verizon.net) (Ping timeout: 121 seconds)
  479. # [06:38] * Joins: roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net)
  480. # [06:38] * killer sets mode: +o roc
  481. # [06:41] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  482. # [06:41] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  483. # [06:42] <nigelb> philor: are you backing out billm?
  484. # [06:44] <philor> nigelb: can if you want, given that it's such a total shit platform I was letting the failure ripen
  485. # [06:44] <philor> interesting that crashtest isn't broken, dunno how you would do that
  486. # [06:45] * glob is now known as glob|away
  487. # [06:47] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
  488. # [06:47] * Joins: jlongster (user@moz-fjlt9d.fios.verizon.net)
  489. # [06:48] * yzen is now known as yzen_
  490. # [06:48] * Quits: DavidTJH (uid97756@moz-h50ota.ealing.irccloud.com) (Quit: Connection closed for inactivity)
  491. # [06:51] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  492. # [06:51] * Quits: jlongster (user@moz-fjlt9d.fios.verizon.net) (Ping timeout: 121 seconds)
  493. # [06:52] * Quits: yzen_ (yzen@moz-rjb4dr.cable.teksavvy.com) (Ping timeout: 121 seconds)
  494. # [06:57] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
  495. # [07:02] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  496. # [07:04] <nigelb> philor: I'm happy for it to ripen :D
  497. # [07:04] * Joins: dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com)
  498. # [07:04] * killer sets mode: +ao dbaron dbaron
  499. # [07:08] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
  500. # [07:12] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  501. # [07:17] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  502. # [07:18] * Joins: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net)
  503. # [07:18] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Ping timeout: 121 seconds)
  504. # [07:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fc87f6186253 - Phil Ringnalda - Backed out 7 changesets (bug 1208257) for b2g emulator mochitest and reftest and b2g desktop Gu startup hangs
  505. # [07:22] * Joins: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP)
  506. # [07:23] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  507. # [07:25] * Quits: francois (francois@moz-cnggv3.fmarier.org) (Quit: ZNC - http://znc.in)
  508. # [07:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/8af1d3533a71 - Sotaro Ikeda - Bug 1229262 - Fix nsScreenGonk's thread safety r=mwu
  509. # [07:30] * Quits: @njn (chatzilla@moz-idmplm.iinet.net.au) (Quit: ChatZilla 0.9.92 [Firefox 45.0a1/20151122135825])
  510. # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/dccb1af2b609 - Nicholas Nethercote - Bug 1229237 (part 1) - Make nsIWidget::{Create,CreateChildren}() take a LayoutDeviceIntRect. r=botond.
  511. # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/81cb37b5d061 - Nicholas Nethercote - Bug 1229237 (part 2) - Make nsIWidget::DrawWindowUnderlay() take a LayoutDeviceIntRect. r=botond.
  512. # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e091d14c936c - Nicholas Nethercote - Bug 1229237 (part 3) - Make nsIWidget::Invalidate() take a LayoutDeviceIntRect. r=botond.
  513. # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/de467557ee9e - Nicholas Nethercote - Bug 1229237 (part 4) - Make ThemeGeometry::mRect a LayoutDeviceIntRect. r=botond.
  514. # [07:33] * Joins: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net)
  515. # [07:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d1167d19ab51 - Nicholas Nethercote - Bug 1229237 (part 5) - Make Update{Opaque,WindowDragging}Region() take a LayoutDeviceIntRegion. r=botond.
  516. # [07:33] * Quits: pcwalton (pcwalton@moz-6kjabm.ca.comcast.net) (Client exited)
  517. # [07:34] * Joins: adalucinet (Instantbird@moz-662.esi.231.62.IP)
  518. # [07:35] * Quits: mastizada (Thunderbird@moz-mek.63k.2.46.IP) (Ping timeout: 121 seconds)
  519. # [07:35] * Quits: atsai (atsai@moz-2hf62a.HINET-IP.hinet.net) (Quit: This computer has gone to sleep)
  520. # [07:36] * glob|away is now known as glob
  521. # [07:37] * Quits: karlt (karl@moz-usst77.nn3i.kiip.e780.2400.IP) (Ping timeout: 121 seconds)
  522. # [07:39] * Joins: florent (Thunderbird@moz-99nij7.abo.wanadoo.fr)
  523. # [07:46] <philor> glandium: is that pgo failure yours?
  524. # [07:47] <philor> is that pgo failure using sccache after it was supposed to stop yours?
  525. # [07:47] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7a398dd6f5f3 - Mike Connor - bug 1229667 - ship a hidden search plugin for Yahoo Canada, r=florian
  526. # [07:47] * Joins: masayuki (Thunderbird@moz-fnk8p7.zaq.ne.jp)
  527. # [07:47] <glandium> philor: pgo-needs-clobber
  528. # [07:48] <glandium> it got sccache from config.cache, but it was (properly) not passed through configure options
  529. # [07:48] * Joins: avaida (Instantbird@moz-662.esi.231.62.IP)
  530. # [07:49] * philor looks forward to seeing how smoothly we handle the mergearound
  531. # [07:49] * Quits: masayuki (Thunderbird@moz-fnk8p7.zaq.ne.jp) (Client exited)
  532. # [07:49] * Joins: masayuki (Thunderbird@moz-fnk8p7.zaq.ne.jp)
  533. # [07:49] <philor> huh, though since we seem to have gone back to prophylactic and senseless clobbers of everything, perhaps we'll cope quite well
  534. # [07:50] <&dbaron> pgoing pgoing pgone?
  535. # [07:51] <philor> no, it'll be with us for quite a while, now, since I assume the accidental sccache was the reason the build time dropped so much
  536. # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/d3d7337cf3f0 - Botond Ballo - Bug 1069417 - Generalize Matrix4x4 into Matrix4x4Typed<SourceUnits, TargetUnits>. r=Bas
  537. # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/998b13d6e17f - Botond Ballo - Bug 1069417 - Add typedefs for commonly used typed matrices. r=kats
  538. # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a8d8fc095ebc - Botond Ballo - Bug 1069471 - Add a ViewAs() overload for matrices. r=kats
  539. # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/bad076546d10 - Botond Ballo - Bug 1069417 - Modify TransformTo() and related functions to use typed matrices. r=kats
  540. # [07:53] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1995fa8bbf43 - Botond Ballo - Bug 1069417 - Remove the explicit template argument of TransformTo() and related functions. r=kats
  541. # [07:53] * stephend|dinner is now known as stephend|out
  542. # [07:53] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  543. # [07:54] * Quits: bholley (bholley@moz-mehar5.ca.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
  544. # [07:55] * Quits: Mathnerd314 (quassel@moz-so8.r2v.53.206.IP) (Ping timeout: 121 seconds)
  545. # [07:56] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  546. # [07:56] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  547. # [07:57] * Joins: botond|home (chatzilla@moz-n917vf.cpe.pppoe.ca)
  548. # [07:58] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  549. # [08:00] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
  550. # [08:00] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  551. # [08:01] <philor> I should go to sleep before mconnor's inevitable bustage hits the fan
  552. # [08:05] <alfredo> nigelb: hi
  553. # [08:05] <glandium> philor: why inevitable bustage?
  554. # [08:05] * Joins: dragana (Instantbird@moz-4hpr60.fbx.proxad.net)
  555. # [08:06] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  556. # [08:11] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (A TLS packet with unexpected length was received.)
  557. # [08:11] <nigelb> alfredo: hi
  558. # [08:11] <nigelb> aaand there's bustage.
  559. # [08:12] <nigelb> botond|home: ping
  560. # [08:12] <nigelb> botond: ping
  561. # [08:14] <Tomcat|Afk> good morning
  562. # [08:14] * Tomcat|Afk is now known as Tomcat
  563. # [08:14] <nigelb> morning Tomcat
  564. # [08:14] * nigelb is now known as nigelb|sheriffduty
  565. # [08:14] <botond|home> oh crap what have i done
  566. # [08:14] <nigelb|sheriffduty> botond|home: bustage left, right, and center :D
  567. # [08:14] <botond|home> ah rebase error
  568. # [08:14] <botond|home> fixing
  569. # [08:15] <nigelb|sheriffduty> :)
  570. # [08:15] <nigelb|sheriffduty> botond|home: add CLOSED TREE to your commit message
  571. # [08:15] <alfredo> nigelb: I think bug 1224887 is mistaken backed out due to bug 1228339. And then Tomcat corrects that but pushed an empty patch.
  572. # [08:15] <botond|home> nigelb|sheriffduty: will do, and my apologies
  573. # [08:16] * Quits: dragana (Instantbird@moz-4hpr60.fbx.proxad.net) (Ping timeout: 121 seconds)
  574. # [08:16] <nigelb|sheriffduty> alfredo: I corrected your push
  575. # [08:16] <nigelb|sheriffduty> but it failed again.
  576. # [08:16] * Quits: micahg (micahg@moz-sq8kti.cable.rcn.com) (Ping timeout: 121 seconds)
  577. # [08:16] <nigelb|sheriffduty> I can link you to the right failure if you'd like
  578. # [08:17] <nigelb|sheriffduty> it only failed on emulator eventually.
  579. # [08:17] <alfredo> emulator ics?
  580. # [08:17] <nigelb|sheriffduty> yep
  581. # [08:17] <nigelb|sheriffduty> which did come from your push
  582. # [08:17] * Quits: lizzard (ehenry@moz-ruk7u5.ca.comcast.net) (Client exited)
  583. # [08:18] <alfredo> ok, I check that again, thanks.
  584. # [08:19] <nigelb|sheriffduty> alfredo: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&tochange=41425417fedf
  585. # [08:19] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
  586. # [08:19] <nigelb|sheriffduty> look at the commit below
  587. # [08:19] <nigelb|sheriffduty> that's when your changes were in and other bustages were out.
  588. # [08:20] <nigelb|sheriffduty> https://treeherder.mozilla.org/logviewer.html#?job_id=18136991&repo=mozilla-inbound
  589. # [08:20] <nigelb|sheriffduty> that's the failure.
  590. # [08:24] <botond|home> oh why does hg hate me\
  591. # [08:25] <botond|home> giving me "push includes unstable changeset" when i'm pushing just one head with my fix
  592. # [08:28] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  593. # [08:28] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
  594. # [08:28] * nigelb|sheriffduty is not the hg expert
  595. # [08:29] * Joins: dragana (Instantbird@moz-4hpr60.fbx.proxad.net)
  596. # [08:29] <botond|home> nigelb|sheriffduty: i have a trivial fix (https://pastebin.mozilla.org/8853694) but hg is not cooperating with me. any chance you could push it for me?
  597. # [08:30] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
  598. # [08:30] * Joins: till (till@moz-lav95v.adsl.alicedsl.de)
  599. # [08:30] <nigelb|sheriffduty> sure :)
  600. # [08:31] <botond|home> nigelb|sheriffduty: thanks!
  601. # [08:31] * botond|home , meanwhile, re-clones inbound. that tends to make these errors go away
  602. # [08:31] <nigelb|sheriffduty> argh, I hate it when you have to do it.
  603. # [08:32] <nigelb|sheriffduty> botond|home: fails to apply
  604. # [08:32] <nigelb|sheriffduty> that's probably why you couldn't push :)
  605. # [08:33] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  606. # [08:33] <botond|home> nigelb|sheriffduty: that's strange... the parent is 1995fa8bbf43, which is current head of inbound...
  607. # [08:33] <botond|home> nigelb|sheriffduty: what error do you get?
  608. # [08:34] <nigelb|sheriffduty> botond|home: https://pastebin.mozilla.org/8853695
  609. # [08:34] <nigelb|sheriffduty> that's the rej file.
  610. # [08:35] <nigelb|sheriffduty> that looks weird
  611. # [08:35] <botond|home> nigelb|sheriffduty: what does "hg summary" say in the repo you're applying it to?
  612. # [08:36] <nigelb|sheriffduty> botond|home: actually, ignore me.
  613. # [08:36] <nigelb|sheriffduty> this could just be me being an idiot
  614. # [08:36] <nigelb|sheriffduty> let me confirm that theory
  615. # [08:37] <nigelb|sheriffduty> botond|home: hg summary is not the most useful in a unified repo
  616. # [08:37] <nigelb|sheriffduty> `hg log -r .` does show your commit
  617. # [08:38] <botond|home> nigelb|sheriffduty: what i wanted to confirm was, that you were trying to apply it to the head of m-i, which is commit 1995fa8bbf43
  618. # [08:38] <nigelb|sheriffduty> yes I am.
  619. # [08:39] * Quits: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com) (Quit: Connection closed for inactivity)
  620. # [08:39] <botond|home> nigelb|sheriffduty: very strange. my clean inbound pull will finish in 2 mins, i'll re-try with that
  621. # [08:40] <nigelb|sheriffduty> botond|home: I got it.
  622. # [08:40] <nigelb|sheriffduty> It *was* me being an idiot.
  623. # [08:41] <nigelb|sheriffduty> I decided to be lazy and download the file from pastebin.
  624. # [08:41] <nigelb|sheriffduty> boom - windows line endings.
  625. # [08:41] <botond|home> nigelb|sheriffduty: ahh
  626. # [08:41] <nigelb|sheriffduty> the rej being exactly equal to the diff with only the ^M characters clued me in.
  627. # [08:41] <nigelb|sheriffduty> sorry about that.
  628. # [08:42] <botond|home> nigelb|sheriffduty: no worries. thanks for pushing it!
  629. # [08:43] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  630. # [08:44] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
  631. # [08:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/cd2a99c12ed3 - Mark Banner - Bug 1228999 - Undo css workaround in Loop's system-addon that was necessary as AUTHOR_SHEETS were previously not working correctly. r=mikedeboer
  632. # [08:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c0f3de2d37b4 - Botond Ballo - Bug 1069417 - Fix an error introduced when rebasing across bug 1021845 to reopen a CLOSED TREE. r=bustage
  633. # [08:45] <nigelb|sheriffduty> there we go
  634. # [08:46] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  635. # [08:46] <Tomcat> seth: ping
  636. # [08:47] * Joins: jhorak (jhorak@moz-16g.ma8.175.213.IP)
  637. # [08:50] * Joins: Ms2ger (Ms2ger@moz-43c5d6.access.telenet.be)
  638. # [08:51] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  639. # [08:52] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  640. # [08:52] * Joins: rego (rego@moz-rhhdf1.dynamic.reverse-mundo-r.com)
  641. # [08:53] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  642. # [08:54] * Quits: dragana (Instantbird@moz-4hpr60.fbx.proxad.net) (Ping timeout: 121 seconds)
  643. # [08:54] * Joins: Paul|2 (paul.oiegas@moz-662.esi.231.62.IP)
  644. # [08:54] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
  645. # [08:55] * Joins: karlt (karl@moz-39b.hfb.58.122.IP)
  646. # [08:55] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  647. # [08:56] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
  648. # [08:56] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
  649. # [08:58] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
  650. # [08:58] * whimboo|afk is now known as whimboo
  651. # [08:59] * Quits: LilyLappy (Cupcake@moz-h1eera.customer.tdc.net) (Ping timeout: 121 seconds)
  652. # [08:59] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  653. # [09:00] * Joins: mastizada (Thunderbird@moz-70k.svh.9.161.IP)
  654. # [09:04] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  655. # [09:05] * Joins: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com)
  656. # [09:07] * glob is now known as glob|away
  657. # [09:07] * Joins: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP)
  658. # [09:09] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  659. # [09:10] * Joins: vasilica_mihasca1 (Thunderbird@moz-662.esi.231.62.IP)
  660. # [09:10] * Quits: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP) (Client exited)
  661. # [09:10] * vasilica_mihasca1 is now known as vasilica_mihasca
  662. # [09:11] * Joins: smontagu (chatzilla@moz-f374h2.red.bezeqint.net)
  663. # [09:11] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
  664. # [09:11] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  665. # [09:13] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
  666. # [09:13] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  667. # [09:14] * Quits: justindarc (justindarc@moz-lev.v84.203.209.IP) (Quit: )
  668. # [09:14] * Joins: marcosc (marcosc@moz-29a.do1.52.113.IP)
  669. # [09:16] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  670. # [09:18] * Quits: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP) (Connection closed)
  671. # [09:18] <Ms2ger> gerv, around?
  672. # [09:18] * Quits: marcosc (marcosc@moz-29a.do1.52.113.IP) (Ping timeout: 121 seconds)
  673. # [09:19] * Joins: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP)
  674. # [09:20] * Joins: Gijs_away (chatzilla@moz-q1tdpu.cable.virginm.net)
  675. # [09:22] * Quits: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com) (Client exited)
  676. # [09:22] * Gijs_away is now known as Gijs
  677. # [09:23] * aselagea|afk is now known as aselagea|buildduty
  678. # [09:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9fb2251cbb83 - Jean-Yves Avenard - Bug 1194624: [MSE] P1. Move definition of EOS_FUZZ to be public. r=gerald
  679. # [09:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e41d7d513d94 - Jean-Yves Avenard - Bug 1194624: [MSE] P2. Enable NextFrameBufferedStatus() for MediaSourceDecoder. r=jwwang
  680. # [09:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c97bb3fecd89 - Jean-Yves Avenard - Bug 1194624: [MSE] P3. Determine when canplaythrough can be fired. r=jwwang
  681. # [09:23] * Joins: ovidiuboca (Mibbit@moz-q23.52n.2.5.IP)
  682. # [09:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/518d76ae72e6 - Jean-Yves Avenard - Bug 1194624: [MSE] P4. Add mochitest testing new behaviour. r=jwwang
  683. # [09:24] * Joins: LilyLappy (Cupcake@moz-q57.cb1.19.185.IP)
  684. # [09:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f1012f684bbc - Henrik Skupin - Bug 1228644 - Created symbols_url is broken on Windows in case an installer is used. r=ahal
  685. # [09:24] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  686. # [09:26] <Gijs> nigelb|sheriffduty: any chance of an fx-team to m-c merge "soon" so it makes nightlies?
  687. # [09:26] <Gijs> nigelb|sheriffduty: I landed 2 followups to the panorama removal that I'd really quite like to make today's nightly if at all possible
  688. # [09:26] <Gijs> (to be clear, they landed yesterday)
  689. # [09:27] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  690. # [09:28] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b6eea9eddc4a - Lars T Hansen - Bug 1225026 - Remove support for atomics on Uint8ClampedArray. r=nbp
  691. # [09:29] * Joins: Aryx (Archaeopter@moz-72fmsd.cust.telecolumbus.net)
  692. # [09:29] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  693. # [09:30] <nigelb|sheriffduty> Gijs: let me take a quick look. I know there was bustage in there that landed about 12 hours ago
  694. # [09:31] <nigelb|sheriffduty> and got only backed out about 4 hours ago, so less likely.
  695. # [09:31] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  696. # [09:31] * Joins: tzimmermann (tzimmermann@moz-3cs2k3.pools.vodafone-ip.de)
  697. # [09:31] * Joins: mastizada1 (Thunderbird@moz-npk.iin.9.161.IP)
  698. # [09:32] <nigelb|sheriffduty> Gijs: The best merge candidate still doesn't have PGO results. The rest have bustages or no PGO :(
  699. # [09:32] <nigelb|sheriffduty> Tomcat: ^ Does that sound right to you?
  700. # [09:32] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  701. # [09:32] * Quits: mastizada (Thunderbird@moz-70k.svh.9.161.IP) (Ping timeout: 121 seconds)
  702. # [09:32] * mastizada1 is now known as mastizada
  703. # [09:33] * Quits: Paul|2 (paul.oiegas@moz-662.esi.231.62.IP) (Connection closed)
  704. # [09:33] <Gijs> nigelb|sheriffduty: I'm confused - the backout seems to have worked, right?
  705. # [09:33] <Gijs> nigelb|sheriffduty: otherwise, https://treeherder.mozilla.org/#/jobs?repo=fx-team&revision=de8bc7c996fe is the landing before the one that turned android rc red
  706. # [09:33] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  707. # [09:33] <Gijs> there are otherwise-green PGO builds after that
  708. # [09:33] <Gijs> so at worst, you could merge that...
  709. # [09:34] <Gijs> nigelb|sheriffduty: would it be more sensible for me to land the same patch on central if I want it to make nightlies?
  710. # [09:34] <nigelb|sheriffduty> Tomcat: ^ what do you think?
  711. # [09:34] * Joins: pauly (silaghipaul@moz-q23.52n.2.5.IP)
  712. # [09:35] <nigelb|sheriffduty> I see what you mean.
  713. # [09:35] <nigelb|sheriffduty> And it makes sense since the commit before backout had green PGO builds anyway.
  714. # [09:35] * Joins: jviereck (Adium@moz-p6giai.ethz.ch)
  715. # [09:35] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Client exited)
  716. # [09:38] <Tomcat> looking
  717. # [09:38] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  718. # [09:38] * Joins: dzbarsky (Adium@moz-v18mcd.ca.comcast.net)
  719. # [09:38] <Tomcat> Gijs: i think 65b735be598f will land in time for the nightlys
  720. # [09:39] <Tomcat> from fx-team
  721. # [09:39] <Tomcat> will land this before 3am pacific
  722. # [09:40] * Quits: &dbaron (dbaron@moz-1ufb1d.dynamic.fusionbroadband.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  723. # [09:40] * Joins: Dexter (Alessio@moz-fudm14.retail.telecomitalia.it)
  724. # [09:41] <Gijs> Tomcat: I thought it needed finished pgo builds to be selected for use as a nightly candidate?
  725. # [09:41] <Gijs> (finished on m-c I mean)
  726. # [09:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b7dd3ffbf52b - Fernando Jimenez - Bug 1229023 - Fetch and expose Firefox Accounts profile data. r=markh
  727. # [09:42] <nigelb|sheriffduty> It's only 0041 Pacific at the moment.
  728. # [09:43] <Tomcat> Gijs: nope
  729. # [09:43] * Joins: h4writer (h4writer@moz-ekd1m9.6k93.qujl.1812.2a02.IP)
  730. # [09:43] <Tomcat> Gijs: you need finished pgo builds on the integrations trees to be mergeable
  731. # [09:43] <Tomcat> to avoid the risk of a pgo bustage on m-c
  732. # [09:43] * Joins: pauloiegas (paul.oiegas@moz-662.esi.231.62.IP)
  733. # [09:44] * Joins: dragana (Instantbird@moz-71m.3nd.202.89.IP)
  734. # [09:44] <Tomcat> but in generall all that lands before 3am (like 2:58am pacific) will be in the nightlys
  735. # [09:44] <Tomcat> all that lands on m-c of course :)
  736. # [09:44] * Joins: givanica (Thunderbird@moz-a1u.lvm.120.86.IP)
  737. # [09:44] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  738. # [09:45] <Tomcat> Gijs: i think this finished pgo build = nightly candidate was in the past
  739. # [09:45] * Quits: jviereck (Adium@moz-p6giai.ethz.ch) (Ping timeout: 121 seconds)
  740. # [09:46] * Joins: Standard8 (Standard8@moz-1hu.vrc.166.195.IP)
  741. # [09:47] <gerald> nigelb|sheriffduty: Hi! Just wondering if I need to do something special for the Pulsebot to notice my check-in and update the relevant bugz? (done about 5h ago, bug 1224363 and friends)
  742. # [09:48] <Gijs> Tomcat: ok, thanks for clarifying!
  743. # [09:48] <Gijs> nigelb|sheriffduty: sure, but pgo builds take a long time. :)
  744. # [09:48] <Standard8> gerald: its a security bug and pulsebot doesn’t have perms to those
  745. # [09:48] <Standard8> gerald: well, at least a restricted bug
  746. # [09:48] <gerald> Standard8: Oh
  747. # [09:49] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  748. # [09:49] <gerald> Standard8: Makes sense, thanks.
  749. # [09:49] <Tomcat> Gijs: yeah 4-5 hours...
  750. # [09:50] * Quits: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP) (Connection closed)
  751. # [09:50] <Tomcat> gerald: yeah i think glandium just as low permission as possible
  752. # [09:50] <Tomcat> to avoid security risk with the bot
  753. # [09:50] * Joins: nonsensickle (nonsensickl@moz-4v0.gkd.16.182.IP)
  754. # [09:51] <gerald> Tomcat: I think these bugs are not really sec risks anyway, so hopefully no harm, but I'll chat with the authorities...
  755. # [09:51] * Joins: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP)
  756. # [09:52] <Tomcat> gerald: https://github.com/glandium/pulsebot is the source :)
  757. # [09:53] <gerald> Tomcat: I'll avoid reading source for now :-P
  758. # [09:57] <Tomcat> heh
  759. # [09:57] * Quits: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP) (Ping timeout: 121 seconds)
  760. # [09:57] * Joins: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP)
  761. # [09:58] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  762. # [09:59] * Joins: LilyLappy_ (Cupcake@moz-q57.cb1.19.185.IP)
  763. # [09:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/92499b34eeff - Patrick Brosset - Bug 1225514 - Simple fix for searching with attribute selectors in the inspector; r=bgrins
  764. # [10:00] * Joins: Wolverine|2 (Paul-Mircea@moz-662.esi.231.62.IP)
  765. # [10:00] * Gijs is now known as Gijs_away
  766. # [10:00] * Quits: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP) (Quit: Leaving.)
  767. # [10:02] * Joins: micahg (micahg@moz-sq8kti.cable.rcn.com)
  768. # [10:02] * Quits: LilyLappy (Cupcake@moz-q57.cb1.19.185.IP) (Ping timeout: 121 seconds)
  769. # [10:04] * lth|away is now known as lth
  770. # [10:05] * Joins: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com)
  771. # [10:06] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  772. # [10:06] * Quits: dzbarsky (Adium@moz-v18mcd.ca.comcast.net) (Quit: Leaving.)
  773. # [10:07] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  774. # [10:08] * Quits: mastizada (Thunderbird@moz-npk.iin.9.161.IP) (Connection closed)
  775. # [10:08] * Joins: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP)
  776. # [10:08] * Joins: mastizada (Thunderbird@moz-npk.iin.9.161.IP)
  777. # [10:09] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  778. # [10:09] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  779. # [10:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9a0c1773653c - B2G Bumper Bot - Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
  780. # [10:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/e56ee83a25ac - B2G Bumper Bot - Bumping manifests a=b2g-bump
  781. # [10:12] * Quits: Waldo (waldo@moz-h28sem.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
  782. # [10:12] * Quits: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP) (Ping timeout: 121 seconds)
  783. # [10:18] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  784. # [10:20] * Joins: froglegstew (Mibbit@moz-k87.1t4.31.192.IP)
  785. # [10:21] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
  786. # [10:21] * Quits: givanica (Thunderbird@moz-a1u.lvm.120.86.IP) (Ping timeout: 121 seconds)
  787. # [10:22] * Quits: dragana (Instantbird@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
  788. # [10:22] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  789. # [10:23] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
  790. # [10:24] * Joins: dragana (Instantbird@moz-71m.3nd.202.89.IP)
  791. # [10:25] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  792. # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/df1a6fe66313 - Peter Van der Beken - Bug 1227987: Simplify CGDOMJSClass::define. r=bz.
  793. # [10:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/407dff8daf62 - Peter Van der Beken - Bug 1205163: Set readystate correctly for XSLT result with output=text. r=sicking.
  794. # [10:27] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  795. # [10:28] * Joins: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net)
  796. # [10:29] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
  797. # [10:32] * Joins: givanica (Thunderbird@moz-a1u.lvm.120.86.IP)
  798. # [10:33] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  799. # [10:34] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  800. # [10:35] * Joins: yshlin (elin@moz-2cju8q.dynamic.hinet.net)
  801. # [10:36] * Quits: elin (elin@moz-2hf62a.HINET-IP.hinet.net) (Ping timeout: 121 seconds)
  802. # [10:36] * yshlin is now known as elin
  803. # [10:37] * Quits: m_kato (m_kato@moz-9rv9tl.dh-connect.net) (Quit: Leaving...)
  804. # [10:39] * Joins: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net)
  805. # [10:42] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  806. # [10:43] * Joins: Ms2ger` (Ms2ger@moz-pioorq.access.telenet.be)
  807. # [10:43] * Quits: adalucinet (Instantbird@moz-662.esi.231.62.IP) (Quit: buh bye!)
  808. # [10:46] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  809. # [10:46] * Joins: astley (astley@moz-2hf62a.HINET-IP.hinet.net)
  810. # [10:46] * Quits: Ms2ger (Ms2ger@moz-43c5d6.access.telenet.be) (Ping timeout: 121 seconds)
  811. # [10:47] * Quits: karlt (karl@moz-39b.hfb.58.122.IP) (Ping timeout: 121 seconds)
  812. # [10:48] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  813. # [10:49] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Ping timeout: 121 seconds)
  814. # [10:49] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  815. # [10:50] * Joins: adalucinet (Mibbit@moz-662.esi.231.62.IP)
  816. # [10:53] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  817. # [10:53] * Quits: dragana (Instantbird@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
  818. # [10:53] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  819. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/097b28578f26 - Chih-Yi Leu - Bug 1227030 - Change log module to LazyLogModule with a more self-explantory name. r=seanlin
  820. # [10:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/de4aa11eebb9 - Jan Beich - Bug 1228227 - Unbreak build with libc++ and config/gcc_hidden.h after bug 1075758. r=Waldo r=glandium
  821. # [10:56] * Joins: Jackneill (Jackneill@moz-jl8.62s.108.91.IP)
  822. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7b77be698443 - Bogdan Postelnicu - Bug 1228342 - initialize mTainting by all constructors. r=bkelly
  823. # [10:57] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  824. # [10:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fed8eacf1523 - Alex Jordan - Bug 1228580 - ./mach mercurial-setup should use ~ to set up extension paths, not my literal home directory. r=gps
  825. # [10:57] * Quits: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com) (Client exited)
  826. # [10:58] * Joins: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it)
  827. # [10:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/894774339937 - Axel Hecht - Bug 1229330 - fix import, r=glandium
  828. # [10:59] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3e4476c099f9 - Jamie Nicol - Bug 1229780 - Remove TextureClientPool helper functions from ClientLayerManager, r=mwoodrow
  829. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/57d9f7884977 - Christoph Kerschbaumer - Bug 1227554 - Default to NullPrincipal if doc is not available within expatdriver. r=bz
  830. # [11:00] * Joins: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com)
  831. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/28d071e9679e - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  832. # [11:00] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/565c48fdefde - B2G Bumper Bot - Bumping manifests a=b2g-bump
  833. # [11:01] * Matti_away is now known as Matti
  834. # [11:02] * ewong is now known as ewong|away
  835. # [11:05] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e46e5a5717e8 - Till Schneidereit - Bug 1229729 - Make make-source-package.sh work on OS X. r=sfink
  836. # [11:06] <Tomcat> froydnj: ping
  837. # [11:06] <Tomcat> froydnj: is bug 893332 something for you, found this on a live website ?
  838. # [11:09] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
  839. # [11:11] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  840. # [11:11] * Joins: Paul|2 (paul.oiegas@moz-662.esi.231.62.IP)
  841. # [11:13] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  842. # [11:14] * Joins: dragana (Instantbird@moz-71m.3nd.202.89.IP)
  843. # [11:15] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  844. # [11:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/d54d4573815d - Mike de Boer - Bug 1214215: Part 1 - start sharing browser tabs when owner joins the room. r=Standard8
  845. # [11:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3278e225eb21 - Mike de Boer - Bug 1214215: Part 2 - remove screen sharing controls entirely from the conversation window. r=Standard8
  846. # [11:16] * Quits: elin (elin@moz-2cju8q.dynamic.hinet.net) (Ping timeout: 121 seconds)
  847. # [11:16] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/2a4cf5e36eaf - Mike de Boer - Bug 1214215: Part 3 - disable functional tests temporarily until bug 1229926 is resolved. r=Standard8
  848. # [11:17] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  849. # [11:17] <nigelb|sheriffduty> Tomcat: boom
  850. # [11:18] * Joins: elin (elin@moz-2cju8q.dynamic.hinet.net)
  851. # [11:18] * Quits: elin (elin@moz-2cju8q.dynamic.hinet.net) (Client exited)
  852. # [11:18] * Joins: espadrine (tyl@moz-gpr.c1p.152.213.IP)
  853. # [11:18] * Quits: astley (astley@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  854. # [11:18] <nigelb|sheriffduty> Tomcat: 7b77be698443 needs go out.
  855. # [11:18] <nigelb|sheriffduty> shall I back it out?
  856. # [11:20] <Tomcat> nigelb|sheriffduty: yeah ...:(
  857. # [11:20] <Tomcat> sigh
  858. # [11:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/2e887a5f28f6 - Nigel Babu - Backed out changeset 7b77be698443 (bug 1228342) for build bustage ON CLOSED TREE
  859. # [11:25] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
  860. # [11:26] * Joins: jacek (jacek@moz-hbt3j4.psi.wroc.pl)
  861. # [11:27] * Quits: pauloiegas (paul.oiegas@moz-662.esi.231.62.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  862. # [11:28] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
  863. # [11:28] * Quits: dragana (Instantbird@moz-71m.3nd.202.89.IP) (Ping timeout: 121 seconds)
  864. # [11:28] <nigelb|sheriffduty> Tomcat: all yours :)
  865. # [11:29] <nbp> Where should I open/fix bugs related to http://statusupdates.dev.mozaws.net/ ?
  866. # [11:29] <nbp> bsmedberg: ^ any idea?
  867. # [11:32] * Joins: dragana (Instantbird@moz-6v5.3nd.202.89.IP)
  868. # [11:34] <Aryx> nbp: https://github.com/bsmedberg/mozilla-weekly-updates ?
  869. # [11:35] <nbp> Aryx: Thanks.
  870. # [11:35] <Tomcat> nigelb|sheriffduty: ok :)
  871. # [11:35] * Tomcat is now known as Tomcat|sheriffduty
  872. # [11:35] * Quits: gwagner (sid25406@moz-krqibb.ealing.irccloud.com) (Quit: )
  873. # [11:36] * nigelb|sheriffduty is now known as nigelb
  874. # [11:36] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
  875. # [11:36] * Joins: gwagner (sid25406@moz-krqibb.ealing.irccloud.com)
  876. # [11:39] * Quits: givanica (Thunderbird@moz-a1u.lvm.120.86.IP) (Ping timeout: 121 seconds)
  877. # [11:41] * Quits: evanxd (Adium@moz-2cju8q.dynamic.hinet.net) (Quit: Leaving.)
  878. # [11:42] * Joins: marco (marco@moz-i6u.sut.111.217.IP)
  879. # [11:43] * julienw_afk is now known as julienw
  880. # [11:48] * jhlin is now known as jhlin|away
  881. # [11:50] * Joins: karlt (karl@moz-39b.hfb.58.122.IP)
  882. # [11:51] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
  883. # [11:51] * Quits: mastizada (Thunderbird@moz-npk.iin.9.161.IP) (Ping timeout: 121 seconds)
  884. # [11:52] * Ms2ger` is now known as Ms2ger
  885. # [11:55] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  886. # [11:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9628c8aaf059 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  887. # [11:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/0f880a7df5a6 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  888. # [11:57] * Quits: ovidiuboca (Mibbit@moz-q23.52n.2.5.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  889. # [11:58] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=929100ed7f3a - 20 changesets
  890. # [11:58] * Joins: givanica (Thunderbird@moz-a1u.lvm.120.86.IP)
  891. # [11:59] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=31fc97d173b3 - 54 changesets
  892. # [11:59] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  893. # [12:00] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  894. # [12:04] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=85cf2e720a84 - 164 changesets
  895. # [12:05] * Quits: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com) (Connection closed)
  896. # [12:07] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: This computer has gone to sleep)
  897. # [12:07] * Joins: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com)
  898. # [12:08] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=d37627931b2b - 80 changesets
  899. # [12:09] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/pushloghtml?changeset=68a90b9e9293 - 190 changesets
  900. # [12:10] * aselagea|buildduty is now known as aselagea|lunch
  901. # [12:10] * Joins: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp)
  902. # [12:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/pushloghtml?changeset=51fd1f4ffae1 - 224 changesets
  903. # [12:16] * Quits: Wolverine|2 (Paul-Mircea@moz-662.esi.231.62.IP) (Connection closed)
  904. # [12:17] * Joins: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP)
  905. # [12:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ac6a89c95477 - Jacek Caban - Bug 1225280 - mingw fixup. r=upstream
  906. # [12:19] * Joins: msvb-lab (mschloh@moz-lfcga5.ggde.8eh4.0470.2001.IP)
  907. # [12:20] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/29408f18b82e - Bob Owen - Bug 1229804: Use the correct string length in Windows sandbox logging. r=tabraldes
  908. # [12:21] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
  909. # [12:21] * Joins: fracting (fracting@moz-7pi.g6s.215.14.IP)
  910. # [12:21] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
  911. # [12:22] * julienw is now known as julienw_afk
  912. # [12:23] * Quits: dragana (Instantbird@moz-6v5.3nd.202.89.IP) (Ping timeout: 121 seconds)
  913. # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/26118d465715 - Heiher - Bug 1229292 - IonMonkey: MIPS64: Fix skip nops in conditional branches. r=huangwenjun06
  914. # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/857b2d9012c0 - Heiher - Bug 1229989 - IonMonkey: MIPS: Fix patchCall for mips32. r=luke
  915. # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1ac1c7f5cf9a - Heiher - Bug 1230010 - OdinMonkey: MIPS: Make immediate patching shared. r=luke
  916. # [12:23] * dminor|bbiab is now known as dminor
  917. # [12:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a356bb51323f - Heiher - Bug 1230039 - IonMonkey: MIPS: Implement cacheFlush for Loongson3. r=jandem
  918. # [12:29] * Quits: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP) (Ping timeout: 121 seconds)
  919. # [12:31] * julienw_afk is now known as julienw
  920. # [12:33] * Quits: @roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net) (Ping timeout: 121 seconds)
  921. # [12:36] * AutomatedTester|AFK is now known as AutomatedTester
  922. # [12:37] * Joins: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de)
  923. # [12:37] * Joins: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP)
  924. # [12:37] * Joins: roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net)
  925. # [12:37] * killer sets mode: +o roc
  926. # [12:38] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: This computer has gone to sleep)
  927. # [12:39] * Quits: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it) (Ping timeout: 121 seconds)
  928. # [12:40] * Quits: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com) (Ping timeout: 121 seconds)
  929. # [12:40] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  930. # [12:43] * bc is now known as bc|afk
  931. # [12:44] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  932. # [12:45] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
  933. # [12:45] * Joins: dholbert (dholbert@moz-pnm275.static.fusionbroadband.com)
  934. # [12:46] * Quits: froglegstew (Mibbit@moz-k87.1t4.31.192.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  935. # [12:47] * Quits: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP) (Connection closed)
  936. # [12:47] * Quits: allstarschh (allstars@moz-2hf62a.HINET-IP.hinet.net) (A TLS packet with unexpected length was received.)
  937. # [12:47] * Joins: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP)
  938. # [12:49] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Client exited)
  939. # [12:49] * Joins: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP)
  940. # [12:52] * Quits: jcranmer (jcranmer@moz-5ipliv.cs.illinois.edu) (Ping timeout: 121 seconds)
  941. # [12:54] * Joins: jcranmer (jcranmer@moz-5ipliv.cs.illinois.edu)
  942. # [12:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/378af567670f - Markus Stange - Bug 1229125 - Correct velocity computation for pan gesture events. r=botond
  943. # [12:56] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b51a04a3514e - Markus Stange - Bug 1229125 - Reset velocity in OnPanEnd if there's nowhere to scroll. r=botond
  944. # [12:56] * benfrancis|away is now known as benfrancis
  945. # [12:57] * Quits: kershaw (kershaw@moz-2hf62a.HINET-IP.hinet.net) (Client exited)
  946. # [12:59] * Joins: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it)
  947. # [13:00] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
  948. # [13:01] * AutomatedTester is now known as AutomatedTester|AFK
  949. # [13:03] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  950. # [13:03] * AutomatedTester|AFK is now known as AutomatedTester
  951. # [13:03] * Quits: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it) (Ping timeout: 121 seconds)
  952. # [13:04] * whimboo is now known as whimboo|afk
  953. # [13:08] * Quits: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP) (Quit: Make a new plan, Stan!)
  954. # [13:08] * Joins: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP)
  955. # [13:08] * Tomcat|sheriffduty is now known as Tomcat|lunch
  956. # [13:09] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  957. # [13:09] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  958. # [13:10] * AutomatedTester is now known as AutomatedTester|AFK
  959. # [13:11] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  960. # [13:11] * Quits: @roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net) (Connection closed)
  961. # [13:11] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  962. # [13:11] * Quits: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
  963. # [13:11] * AutomatedTester|AFK is now known as AutomatedTester
  964. # [13:12] * Joins: janjongboom (janjongboom@moz-adj.7av.169.195.IP)
  965. # [13:12] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  966. # [13:13] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  967. # [13:13] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  968. # [13:14] * Quits: vicamo (vicamo@moz-8o1.p7n.41.175.IP) (Client exited)
  969. # [13:14] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  970. # [13:15] * aselagea|lunch is now known as aselagea|buildduty
  971. # [13:15] * Quits: h4writer (h4writer@moz-ekd1m9.6k93.qujl.1812.2a02.IP) (Ping timeout: 121 seconds)
  972. # [13:15] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  973. # [13:15] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  974. # [13:16] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  975. # [13:16] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  976. # [13:17] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  977. # [13:17] * AutomatedTester is now known as AutomatedTester|AFK
  978. # [13:18] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  979. # [13:18] * AutomatedTester|AFK is now known as AutomatedTester
  980. # [13:18] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  981. # [13:18] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
  982. # [13:19] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/30e7a3738645 - Mark Banner - Bug 1230088 - Update Loop's use of eslint and eslint-plugin-react, fix warnings in latest versions and add a few more rules. r=mancus
  983. # [13:19] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  984. # [13:19] * Quits: fracting (fracting@moz-7pi.g6s.215.14.IP) (Ping timeout: 121 seconds)
  985. # [13:19] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  986. # [13:20] * Joins: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com)
  987. # [13:20] * AutomatedTester is now known as AutomatedTester|AFK
  988. # [13:22] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  989. # [13:23] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  990. # [13:23] <Dexter> Gijs_away, my issues with eslint were due to npm/nodejs paths being missing in my shell environment on Windows
  991. # [13:23] <Dexter> Gijs_away, thanks for pointing me to the right direction
  992. # [13:23] * Quits: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de) (Connection closed)
  993. # [13:24] * Joins: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de)
  994. # [13:25] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  995. # [13:25] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  996. # [13:25] * dminor is now known as dminor|bbiab
  997. # [13:25] * Joins: jviereck (Adium@moz-hg8rkj.ethz.ch)
  998. # [13:27] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  999. # [13:27] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1000. # [13:27] * Joins: h4writer (h4writer@moz-ekd1m9.6k93.qujl.1812.2a02.IP)
  1001. # [13:27] * AutomatedTester|AFK is now known as AutomatedTester
  1002. # [13:27] * Joins: dragana (Instantbird@moz-pps6a1.2500.1rfi.0450.2001.IP)
  1003. # [13:27] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Quit: Leaving...)
  1004. # [13:28] * Quits: Shrooms (Shrooms@moz-qfc1gs.ip.windstream.net) (Ping timeout: 121 seconds)
  1005. # [13:29] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1006. # [13:29] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1007. # [13:30] * Joins: roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net)
  1008. # [13:30] * killer sets mode: +o roc
  1009. # [13:30] <Gijs_away> Dexter: glad it got resolved, happy to help!
  1010. # [13:30] * Gijs_away is now known as Gijs
  1011. # [13:31] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1012. # [13:31] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1013. # [13:33] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1014. # [13:33] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1015. # [13:35] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1016. # [13:35] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1017. # [13:36] * AutomatedTester is now known as AutomatedTester|AFK
  1018. # [13:37] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1019. # [13:37] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1020. # [13:38] * Quits: chrisccoulson (chr1s@moz-oo6mn7.uno.uk.net) (Quit: OSError: [Errno 130] Owner died)
  1021. # [13:39] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1022. # [13:39] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1023. # [13:40] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1024. # [13:40] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1025. # [13:41] * Joins: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP)
  1026. # [13:41] * Joins: clokep (Instantbird@moz-r19lfq.cable.rcn.com)
  1027. # [13:42] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1028. # [13:42] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1029. # [13:43] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  1030. # [13:44] * Joins: gustavold (gustavold@moz-127.uce.17.191.IP)
  1031. # [13:45] * Quits: dragana (Instantbird@moz-pps6a1.2500.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
  1032. # [13:46] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1033. # [13:47] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1034. # [13:47] * Quits: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP) (Ping timeout: 121 seconds)
  1035. # [13:49] * Joins: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP)
  1036. # [13:50] * Joins: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP)
  1037. # [13:54] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  1038. # [13:55] * Quits: six6110 (six600110@moz-br7ucn.il.comcast.net) (Connection closed)
  1039. # [13:56] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1040. # [13:57] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  1041. # [13:58] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
  1042. # [13:58] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
  1043. # [14:00] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  1044. # [14:00] * killer sets mode: +o smaug
  1045. # [14:01] * Quits: karlt (karl@moz-39b.hfb.58.122.IP) (Ping timeout: 121 seconds)
  1046. # [14:02] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1047. # [14:03] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1048. # [14:05] * Quits: clokep (Instantbird@moz-r19lfq.cable.rcn.com) (Ping timeout: 121 seconds)
  1049. # [14:09] * julienw is now known as julienw_afk
  1050. # [14:10] * Joins: dragana (Instantbird@moz-ql935j.lmuk.1rfi.0450.2001.IP)
  1051. # [14:10] * Quits: jviereck (Adium@moz-hg8rkj.ethz.ch) (Quit: Leaving.)
  1052. # [14:10] * julienw_afk is now known as julienw
  1053. # [14:11] * Joins: ckitching_ (ckitching@moz-li71s3.cable.virginm.net)
  1054. # [14:11] * Joins: ckitching (ckitching@moz-li71s3.cable.virginm.net)
  1055. # [14:11] * Quits: ckitching_ (ckitching@moz-li71s3.cable.virginm.net) (Connection closed)
  1056. # [14:14] * Joins: jviereck (Adium@moz-g9tn3a.bmup.g469.067c.2001.IP)
  1057. # [14:14] * Quits: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP) (Connection closed)
  1058. # [14:15] <nical> anybody knows whether PR_snprintf output shows in the log on try ?
  1059. # [14:15] <nical> (on, say mac or linux)
  1060. # [14:15] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
  1061. # [14:16] * wlach|afk is now known as wlach
  1062. # [14:16] * Joins: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP)
  1063. # [14:16] * Quits: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de) (Connection closed)
  1064. # [14:16] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
  1065. # [14:17] * edwin makes sure to print to stderr, which always seems to work
  1066. # [14:17] * whimboo|afk is now known as whimboo
  1067. # [14:21] * Tomcat|lunch is now known as Tomcat|sheriffduty
  1068. # [14:22] * AutomatedTester|AFK is now known as AutomatedTester
  1069. # [14:23] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Client exited)
  1070. # [14:23] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
  1071. # [14:23] * Joins: jdm (jdm@moz-d11.9b5.84.198.IP)
  1072. # [14:24] * Joins: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it)
  1073. # [14:25] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/74166e016838 - Nathan Froyd - Bug 1229740 - add <array> to the list of wrapped system headers; r=glandium
  1074. # [14:28] * Quits: daleharvey (sid513@moz-6etmn6.ealing.irccloud.com) (Quit: )
  1075. # [14:29] * Joins: daleharvey (sid513@moz-c705f7.richmond.irccloud.com)
  1076. # [14:29] * Joins: Jerry_Mac (hshih@moz-j6p.dt3.122.23.IP)
  1077. # [14:30] * Quits: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1078. # [14:30] * Quits: Jerry_Mac (hshih@moz-j6p.dt3.122.23.IP) (Quit: Leaving)
  1079. # [14:30] * dminor|bbiab is now known as dminor
  1080. # [14:32] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
  1081. # [14:32] * Quits: adalucinet (Mibbit@moz-662.esi.231.62.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1082. # [14:34] * Quits: jviereck (Adium@moz-g9tn3a.bmup.g469.067c.2001.IP) (Quit: Leaving.)
  1083. # [14:34] * Quits: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Connection closed)
  1084. # [14:34] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1085. # [14:36] * Quits: LilyLappy_ (Cupcake@moz-q57.cb1.19.185.IP) (Ping timeout: 121 seconds)
  1086. # [14:38] * Quits: dragana (Instantbird@moz-ql935j.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
  1087. # [14:38] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1088. # [14:41] * Joins: ahal (ahal@moz-b8e0a0.cpe.pppoe.ca)
  1089. # [14:42] * Quits: vasilica_mihasca (Thunderbird@moz-662.esi.231.62.IP) (Client exited)
  1090. # [14:42] * jmaher|afk is now known as jmaher
  1091. # [14:42] * glob|away is now known as glob
  1092. # [14:43] * Joins: jviereck (Adium@moz-pv45mb.ethz.ch)
  1093. # [14:47] * Joins: jviereck1 (Adium@moz-pv45mb.ethz.ch)
  1094. # [14:47] * Quits: jviereck (Adium@moz-pv45mb.ethz.ch) (Ping timeout: 121 seconds)
  1095. # [14:48] * Quits: NeilZZZ (neil@moz-7uauc5.cable.virginm.net) (Ping timeout: 121 seconds)
  1096. # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c8382566ebac - Dan Minor - Bug 1222405 - (part 1) Store PeriodicWave components for later use r=padenot
  1097. # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7f2f19c2aca1 - Dan Minor - Bug 1222405 - (part 2) Build band limited tables after fundamental frequency is known r=padenot
  1098. # [14:48] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3785489fa210 - Dan Minor - Bug 1222405 - (part 3) Build band limited tables lazily r=padenot
  1099. # [14:49] * Joins: m_gol (m_gol@moz-vq30ve.play-internet.pl)
  1100. # [14:50] <@ted> nical: PR_snprintf goes to a string...
  1101. # [14:50] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  1102. # [14:50] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  1103. # [14:51] <nical> ted err indeed of course, I glanced a bit too quickly over some code I don't know
  1104. # [14:52] <@ted> :)
  1105. # [14:54] * Joins: skeuomorf (skeuomorf@moz-dj7.jr0.32.197.IP)
  1106. # [14:58] * Quits: marco (marco@moz-i6u.sut.111.217.IP) (Ping timeout: 121 seconds)
  1107. # [14:58] * Quits: pauly (silaghipaul@moz-q23.52n.2.5.IP) (Client exited)
  1108. # [14:59] * Joins: armenzg (armenzg@moz-jt36qr.cable.teksavvy.com)
  1109. # [15:00] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Ping timeout: 121 seconds)
  1110. # [15:00] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  1111. # [15:01] * AutomatedTester is now known as AutomatedTester|AFK
  1112. # [15:03] * Joins: marco (marco@moz-qkt.sut.111.217.IP)
  1113. # [15:04] * Joins: bwc (Adium@moz-avrtg7.rcsntx.sbcglobal.net)
  1114. # [15:04] * Joins: jorgk (chatzilla@moz-i92brp.adsl.alicedsl.de)
  1115. # [15:04] * Joins: yzen (yzen@66.207.193.21)
  1116. # [15:04] <jorgk> mgoodwin: I'm pinging you about bug 1200567. The Thunderbird crowd has a problem with a failing test test_cert_blocklist.js. You were going to take a look back in Sept. but never got to it.
  1117. # [15:05] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Quit: :tiuQ)
  1118. # [15:05] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
  1119. # [15:05] <jorgk> mgoodwin: Well, sorry, I should have said "Hi" first ;-)
  1120. # [15:07] * Joins: Pike (chatzilla@moz-l8bnpj.dyn.telefonica.de)
  1121. # [15:10] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  1122. # [15:10] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/6139297dfb98 - Nathan Froyd - Bug 1229963 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in dom/media/; r=cpearce
  1123. # [15:11] * Joins: spohl (Adium@moz-skp.olo.156.104.IP)
  1124. # [15:12] * sheppy-offline is now known as sheppy-afk
  1125. # [15:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7cca9ddc7f9a - Gian-Carlo Pascutto - Bug 1227407 - Ensure Cameras is alive before calling through it. r=jesup
  1126. # [15:12] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/cd3ee5f0e8f6 - Gian-Carlo Pascutto - Bug 1228788 - Force QT device release to happen on the main thread. r=jesup
  1127. # [15:13] * Quits: mancas (uid112837@moz-cr08jc.brockwell.irccloud.com) (Quit: Connection closed for inactivity)
  1128. # [15:13] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  1129. # [15:13] * Quits: mrchrisadams (sid1367@moz-s3h10c.charlton.irccloud.com) (Quit: )
  1130. # [15:13] * Joins: mrchrisadams (sid1367@moz-hsfl96.richmond.irccloud.com)
  1131. # [15:14] * Joins: Shrooms (Shrooms@moz-ak1k97.ip.windstream.net)
  1132. # [15:14] * bz_sleep is now known as bz
  1133. # [15:14] * Quits: marco (marco@moz-qkt.sut.111.217.IP) (A TLS packet with unexpected length was received.)
  1134. # [15:16] * Joins: marco (marco@moz-qkt.sut.111.217.IP)
  1135. # [15:16] * Joins: dragana (Instantbird@moz-do53s1.2500.1rfi.0450.2001.IP)
  1136. # [15:17] * Quits: ErikRose (erikrose@moz-vemooo.res.rr.com) (Ping timeout: 121 seconds)
  1137. # [15:20] * armenzg is now known as armenzg_brb
  1138. # [15:21] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  1139. # [15:21] * Joins: garethc (Adium@moz-for1bp.3t38.sij7.f0c8.2607.IP)
  1140. # [15:22] * Joins: mib_vduute (Mibbit@moz-i86ook.retail.telecomitalia.it)
  1141. # [15:22] <mib_vduute> Ciao a tutti. Vorrei contribuire al codice del browser Mozilla Firefox risolvendo bug, possiedo conoscenze scolastiche del linguaggio C++, ma non sono un esperto. Come potrei fare? Grazie.
  1142. # [15:24] * Quits: nattokirai (nattokirai@moz-5jjig6.asahi-net.or.jp) (Client exited)
  1143. # [15:25] <Dexter> mib_vduute, vieni in #developers-it (this channel is English speaking :) )
  1144. # [15:25] <mib_vduute> Ok, thanks :)
  1145. # [15:26] <jorgk> mib_vduute: You can start reading here: https://developer.mozilla.org/en/docs/Introduction
  1146. # [15:26] * dminor is now known as dminor|bbiab
  1147. # [15:26] * benfrancis is now known as benfrancis|away
  1148. # [15:29] * Quits: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com) (Quit: Connection closed for inactivity)
  1149. # [15:30] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
  1150. # [15:30] * Joins: mjf (anonymous@moz-r17qgu.dyn.grandenetworks.net)
  1151. # [15:30] * Joins: adusca|afk (uid71833@moz-2mjhct.tooting.irccloud.com)
  1152. # [15:31] <Ms2ger> Yay for crappy imported build systems that don't do dep builds
  1153. # [15:31] <Ms2ger> Yet another reason to use Rust
  1154. # [15:33] * Joins: abr (anonymous@moz-u3pnp5.dllstx.sbcglobal.net)
  1155. # [15:33] * Quits: shine (uid50849@moz-5q9ti4.highgate.irccloud.com) (Quit: Connection closed for inactivity)
  1156. # [15:34] * Joins: paolo (paolo@moz-8i7etk.retail.telecomitalia.it)
  1157. # [15:34] * Joins: fracting (fracting@moz-7pi.g6s.215.14.IP)
  1158. # [15:36] * Quits: dragana (Instantbird@moz-do53s1.2500.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
  1159. # [15:36] * armenzg_brb is now known as armenzg
  1160. # [15:36] * adusca|afk is now known as adusca
  1161. # [15:38] * Joins: secretrobotron (secretrobot@66.207.193.21)
  1162. # [15:38] <froydnj> Ms2ger: ?
  1163. # [15:39] * Quits: jviereck1 (Adium@moz-pv45mb.ethz.ch) (Quit: Leaving.)
  1164. # [15:41] * Joins: RyanVM (Thunderbird@moz-gb8lmh.fios.verizon.net)
  1165. # [15:42] * dminor|bbiab is now known as dminor
  1166. # [15:43] * Quits: janjongboom (janjongboom@moz-adj.7av.169.195.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1167. # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/1f527cd0e45a - Alexandre Poirot - Bug 1227474 - Promisify all client methods. r=jryans
  1168. # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/3858001d34b3 - Alexandre Poirot - Bug 1225477 - Support listening for processes creation. r=jryans
  1169. # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/310bf739e766 - Alexandre Poirot - Bug 1225473 - Support Service workers in child process. r=janx
  1170. # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/20fc590db565 - Alexandre Poirot - Bug 1225473 - Cleanup DebuggerClient on about:debugging close and fetch only the target of the currently opened tab. r=janx
  1171. # [15:43] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/91642bf07cd0 - Alexandre Poirot - Bug 1229328 - Remove preprocessing from toolbox-window.xul. r=bgrins
  1172. # [15:44] * Quits: evilpie (sid7877@moz-u7t8ie.ealing.irccloud.com) (Quit: )
  1173. # [15:44] * Joins: mgol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
  1174. # [15:44] * Quits: m_gol (m_gol@moz-vq30ve.play-internet.pl) (Connection closed)
  1175. # [15:44] * Joins: evilpie (sid7877@moz-u7t8ie.ealing.irccloud.com)
  1176. # [15:46] * Joins: m_gol (m_gol@moz-vq30ve.play-internet.pl)
  1177. # [15:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/5b3a079dedc3 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1178. # [15:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/9a81cd95aa92 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1179. # [15:47] * Quits: jorgk (chatzilla@moz-i92brp.adsl.alicedsl.de) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421])
  1180. # [15:48] * Joins: mib_b5zane (Mibbit@moz-q2d.k80.223.41.IP)
  1181. # [15:48] <mib_b5zane> hello guys
  1182. # [15:48] <mib_b5zane> My name is Dagi
  1183. # [15:48] * dminor is now known as dminor|bbiab
  1184. # [15:49] <mib_b5zane> i am new firefox development
  1185. # [15:49] <RyanVM> hi :)
  1186. # [15:49] <mib_b5zane> hi
  1187. # [15:49] * Quits: mgol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Connection closed)
  1188. # [15:49] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1189. # [15:49] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1190. # [15:49] * maja_zf|afk is now known as maja_zf
  1191. # [15:49] <mib_b5zane> can you helpme to set up a firefox development environment for fixing bugs
  1192. # [15:50] <mib_b5zane> i wanna fix firefox for android
  1193. # [15:50] <mib_b5zane> bugs
  1194. # [15:50] <arai> try following this https://wiki.mozilla.org/Mobile/Fennec/Android
  1195. # [15:50] <mib_b5zane> any help.... i am strugling to set it up
  1196. # [15:50] * Joins: AaronMT (AaronMT@moz-jm97fj.cable.rogers.com)
  1197. # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/ab26e636d6ad - Gerald Squelart - Bug 1216748 - p2. Handle failed malloc in Metadata storage - r=rillian, a=lizzard
  1198. # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/da91739d1443 - Gerald Squelart - Bug 1216748 - p3. Ensure 'covr' data size cannot create underflow - r=rillian, a=lizzard
  1199. # [15:51] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/f15dc0e76382 - Gerald Squelart - Bug 1216748 - p4. Check other Metadata::setData uses - r=rillian, a=lizzard
  1200. # [15:51] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1201. # [15:52] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1202. # [15:53] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1203. # [15:53] <mib_b5zane> okay let me check it out
  1204. # [15:53] * Quits: m_gol (m_gol@moz-vq30ve.play-internet.pl) (Ping timeout: 121 seconds)
  1205. # [15:53] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
  1206. # [15:53] * Quits: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com) (Ping timeout: 121 seconds)
  1207. # [15:54] * Quits: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP) (Connection closed)
  1208. # [15:54] * Joins: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP)
  1209. # [15:54] * Joins: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP)
  1210. # [15:55] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1211. # [15:55] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1212. # [15:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b1fcedd62b55 - Tom Tromey - Bug 1224735 - only emit one error per possible CPOW use; r=miker,Ms2ger
  1213. # [15:56] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  1214. # [15:56] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1215. # [15:56] * wlach is now known as wlach|mtg
  1216. # [15:56] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1217. # [15:57] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1218. # [15:57] <nigelb> ~>
  1219. # [15:57] * Quits: jviereck (Adium@moz-ggirh3.97ug.g469.067c.2001.IP) (Quit: Leaving.)
  1220. # [15:57] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1221. # [15:58] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1222. # [15:58] * Joins: jlongster (user@moz-fjlt9d.fios.verizon.net)
  1223. # [15:58] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1224. # [15:58] * mcote|afk is now known as mcote
  1225. # [15:58] * adusca is now known as adusca|brb
  1226. # [16:00] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  1227. # [16:00] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1228. # [16:00] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1229. # [16:00] <RyanVM> mib_b5zane: you can also try asking questions in #mobile, where the Android devs tend to be
  1230. # [16:00] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  1231. # [16:00] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1232. # [16:01] <RyanVM> mib_b5zane: though keep in mind that it may be early for some of them (7am on the US West Coast)
  1233. # [16:01] * Joins: jviereck (Adium@moz-pv45mb.ethz.ch)
  1234. # [16:02] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1235. # [16:02] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1236. # [16:03] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1237. # [16:05] * Joins: jimm (jmathies@moz-sng2os.dhcp.embarqhsd.net)
  1238. # [16:05] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1239. # [16:05] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1240. # [16:05] * Quits: jdm (jdm@moz-d11.9b5.84.198.IP) (Quit: )
  1241. # [16:05] * Quits: mib_b5zane (Mibbit@moz-q2d.k80.223.41.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1242. # [16:05] * Quits: jviereck (Adium@moz-pv45mb.ethz.ch) (Ping timeout: 121 seconds)
  1243. # [16:05] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1244. # [16:06] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1245. # [16:06] * Joins: sankha (sankha@moz-cg8.2mf.119.111.IP)
  1246. # [16:07] * Joins: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl)
  1247. # [16:07] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1248. # [16:07] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1249. # [16:08] * Quits: sankha (sankha@moz-cg8.2mf.119.111.IP) (Connection closed)
  1250. # [16:09] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1251. # [16:10] * Joins: m_gol (m_gol@moz-vq30ve.play-internet.pl)
  1252. # [16:10] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1253. # [16:11] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1254. # [16:11] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  1255. # [16:11] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1256. # [16:13] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1257. # [16:14] * Joins: evanxd (Adium@moz-e8bmn9.EMOME-IP.hinet.net)
  1258. # [16:14] * Quits: evanxd (Adium@moz-e8bmn9.EMOME-IP.hinet.net) (Connection closed)
  1259. # [16:14] * Joins: bgrins (bgrins@moz-i9bhci.5rnr.mii9.0647.2601.IP)
  1260. # [16:14] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1261. # [16:15] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1262. # [16:16] * Joins: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP)
  1263. # [16:17] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1264. # [16:17] * bc|afk is now known as bc
  1265. # [16:17] * Joins: milan (milan@moz-2ebnbh.3t38.sij7.f0c8.2607.IP)
  1266. # [16:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/104faaca8618 - B2G Bumper Bot - Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
  1267. # [16:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/6b5f8dba7afa - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1268. # [16:18] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1269. # [16:18] * adusca|brb is now known as adusca
  1270. # [16:18] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1271. # [16:19] * Quits: bc (bc@moz-l5n.tlf.131.67.IP) (Quit: Lost terminal)
  1272. # [16:19] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1273. # [16:20] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1274. # [16:22] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1275. # [16:22] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1276. # [16:23] * Parts: mib_vduute (Mibbit@moz-i86ook.retail.telecomitalia.it)
  1277. # [16:24] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1278. # [16:24] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1279. # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/e2dd0eb33623 - Mike Conley - Bug 1193838 - Make ProfileGatherer exist during the lifetime of a GeckoSampler. r=BenWa
  1280. # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/76da1f09f4ee - Mike Conley - Bug 1193838 - Expose ProfileGatherer as an nsISupports through nsIProfiler for process parent actors. r=BenWa
  1281. # [16:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/479e586e1a7f - Mike Conley - Bug 1193838 - Allow ProfileGatherer to gather profiles from exiting processes. r=BenWa
  1282. # [16:25] * Joins: sluggo (Mibbit@moz-i86ook.retail.telecomitalia.it)
  1283. # [16:25] * Quits: sluggo (Mibbit@moz-i86ook.retail.telecomitalia.it) (Quit: http://www.mibbit.com ajax IRC Client)
  1284. # [16:25] <Honza> how can I be notified that my xul:panel has been closed by clicking on the close button (red cross at the top right corner)?
  1285. # [16:26] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1286. # [16:26] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1287. # [16:26] * Quits: m_gol (m_gol@moz-vq30ve.play-internet.pl) (Ping timeout: 121 seconds)
  1288. # [16:28] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1289. # [16:29] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1290. # [16:29] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1291. # [16:29] * Joins: Michelle-SV-QA (Michelle-SV@moz-djm.57l.158.65.IP)
  1292. # [16:30] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1293. # [16:30] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1294. # [16:31] * kats|away is now known as kats
  1295. # [16:31] * Quits: MrMazda (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
  1296. # [16:32] * Quits: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com) (Ping timeout: 121 seconds)
  1297. # [16:32] * Joins: bc (bc@moz-l5n.tlf.131.67.IP)
  1298. # [16:32] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1299. # [16:32] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1300. # [16:33] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
  1301. # [16:34] * jmaher is now known as jmaher|mtg
  1302. # [16:35] * RyanVM is now known as RyanVM|bbl
  1303. # [16:35] * andym is now known as andym|brb
  1304. # [16:35] * benfrancis|away is now known as benfrancis
  1305. # [16:36] * Quits: avaida (Instantbird@moz-662.esi.231.62.IP) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1306. # [16:36] * Quits: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP) (Ping timeout: 121 seconds)
  1307. # [16:36] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/0a713afacf80 - Panos Astithas - Increase the minimum number of local matches in the awesomebar (bug 1219754); rs=mak
  1308. # [16:38] <past> Honza: use onpopuphiding?
  1309. # [16:38] <Honza> past: yep (I tried popuphidden)
  1310. # [16:38] <Honza> thanks
  1311. # [16:41] * wlach|mtg is now known as wlach
  1312. # [16:41] * Quits: Aryx (Archaeopter@moz-72fmsd.cust.telecolumbus.net) (Quit: Goodbye)
  1313. # [16:42] * sheppy-afk is now known as sheppy
  1314. # [16:42] * Joins: Aryx (Archaeopter@moz-72fmsd.cust.telecolumbus.net)
  1315. # [16:43] * Joins: ErikRose (erikrose@moz-vemooo.res.rr.com)
  1316. # [16:43] <sheppy> Web APIs documentation meeting starts in 20 minutes — please update the agenda at https://public.etherpad-mozilla.org/p/API-docs-meeting-2015-12-03 even if you don’t plan to attend, with status updates and such. Everyone’s welcome to join us — connection information in the agenda.
  1317. # [16:43] * mdoglio is now known as _mozreview-deploy-bot
  1318. # [16:43] * Quits: sewardj (sewardj@moz-k2tg06.dip0.t-ipconnect.de) (Ping timeout: 121 seconds)
  1319. # [16:43] * Joins: ejpbruel (ejpbruel@moz-85djl2.dynamic.ziggo.nl)
  1320. # [16:43] * Quits: gcp (gpascutto@moz-5cdoh6.j41b.csd9.1812.2a02.IP) (Quit: Make a new plan, Stan!)
  1321. # [16:43] * _mozreview-deploy-bot is now known as mdoglio
  1322. # [16:44] <ejpbruel> khuey: ping when available
  1323. # [16:45] * AutomatedTester|AFK is now known as AutomatedTester
  1324. # [16:46] * Joins: gcp (gcp@moz-er9dam.j41b.csd9.1812.2a02.IP)
  1325. # [16:47] * Joins: dholbert_ (dholbert@moz-pnm275.static.fusionbroadband.com)
  1326. # [16:47] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: This computer has gone to sleep)
  1327. # [16:50] * zz_miketaylr is now known as miketaylr
  1328. # [16:51] * Joins: jdm (jdm@moz-4vu.06r.98.75.IP)
  1329. # [16:52] * hwine-food is now known as hwine
  1330. # [16:53] * Joins: kershaw (kershaw@moz-edes62.dynamic.hinet.net)
  1331. # [16:53] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  1332. # [16:53] * killer sets mode: +o smaug
  1333. # [16:54] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
  1334. # [16:54] * Joins: lizzard (ehenry@moz-ruk7u5.ca.comcast.net)
  1335. # [16:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/9b6075887a72 - Bogdan Postelnicu - Bug 1228342 - initialize mTainting by all constructors. r=bkelly
  1336. # [16:55] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/35ac64d68809 - Jan Beich - Bug 1228208 - Make sure ICU flags are prepended before system flags. r=glandium
  1337. # [16:56] * Quits: garethc (Adium@moz-for1bp.3t38.sij7.f0c8.2607.IP) (Quit: Leaving.)
  1338. # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/3ce8227d087d - Jan Beich - Bug 1229395 - Part 1 - Unbreak MOZ_NATIVE_JEMALLOC after bug 1141079. r=glandium
  1339. # [16:57] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b72fa463d349 - Jan Beich - Bug 1229395 - Part 2 - Rely on MALLOC_H to provide function prototypes for MOZ_NATIVE_JEMALLOC. r=glandium
  1340. # [16:58] * lth is now known as lth|away
  1341. # [16:58] * Joins: mchang (mchang@moz-94gnti.res.rr.com)
  1342. # [16:59] * Tomcat|sheriffduty is now known as Tomcat
  1343. # [16:59] * Joins: garethc (Adium@moz-nu8p91.3t38.sij7.f0c8.2607.IP)
  1344. # [17:00] * Joins: milan_ (milan@moz-b7vudd.3t38.sij7.f0c8.2607.IP)
  1345. # [17:00] * Tomcat is now known as Tomcat|afk
  1346. # [17:00] * Joins: MrMazda (fmcz@moz-ipbm7f.cable.mindspring.com)
  1347. # [17:01] * Quits: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP) (Connection closed)
  1348. # [17:01] <pulsebot> Check-in: https://hg.mozilla.org/mozilla-central/rev/33d954cc69ff - Hal Wine - bug 1227340 - fix script to branch b2g-ota. a=sheriffduty a=NPOTB
  1349. # [17:01] * Joins: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP)
  1350. # [17:02] * Joins: ntim (uid105247@moz-trecfa.tooting.irccloud.com)
  1351. # [17:02] * Joins: MaxIvanov (MIvanov@moz-rd7.51j.125.50.IP)
  1352. # [17:02] * Joins: tromey (tromey@moz-ukt3s3.hlrn.qwest.net)
  1353. # [17:03] * Quits: spohl (Adium@moz-skp.olo.156.104.IP) (Quit: Leaving.)
  1354. # [17:03] * Quits: milan (milan@moz-2ebnbh.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
  1355. # [17:04] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
  1356. # [17:04] * Joins: spohl (Adium@moz-jo07df.res.rr.com)
  1357. # [17:04] * Quits: spohl (Adium@moz-jo07df.res.rr.com) (Quit: Leaving.)
  1358. # [17:05] * Joins: spohl (Adium@moz-3nj.olo.156.104.IP)
  1359. # [17:05] * Joins: happy-dude_ (uid62780@moz-8as1vu.ealing.irccloud.com)
  1360. # [17:07] * Joins: mhowell (Matt_Howell@moz-09a.i8g.126.207.IP)
  1361. # [17:08] * Joins: a-865 (fmcz@moz-ipbm7f.cable.mindspring.com)
  1362. # [17:08] * Joins: bogdan_maris (Instantbird@moz-662.esi.231.62.IP)
  1363. # [17:09] * Joins: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP)
  1364. # [17:10] * Joins: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com)
  1365. # [17:11] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c326c11ff8dd - Geoff Brown - Bug 1201018 - Catch exception in PersistTabsRunnable; r=rnewman
  1366. # [17:13] * gaye|dinner is now known as gaye
  1367. # [17:14] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1368. # [17:16] * Joins: sankha (sankha@moz-p75.u3k.143.114.IP)
  1369. # [17:16] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Connection closed)
  1370. # [17:17] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1371. # [17:19] * Quits: milan_ (milan@moz-b7vudd.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  1372. # [17:20] * Joins: milan (milan@moz-06f05e.3t38.sij7.f0c8.2607.IP)
  1373. # [17:21] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
  1374. # [17:21] * Joins: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP)
  1375. # [17:21] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1376. # [17:21] * Quits: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Connection closed)
  1377. # [17:22] * Quits: jib (jib@moz-j7m6lt.dyn.optonline.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1378. # [17:22] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
  1379. # [17:22] * Joins: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP)
  1380. # [17:22] * Quits: bogdan_maris (Instantbird@moz-662.esi.231.62.IP) (Connection closed)
  1381. # [17:22] * Quits: dholbert_ (dholbert@moz-pnm275.static.fusionbroadband.com) (Quit: Ex-Chat)
  1382. # [17:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/f297b2b18be7 - Olli Pettay - Bug 1229760 - CustomElement registry keeps strong reference to the unresolved elements, r=wchen
  1383. # [17:24] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  1384. # [17:24] * Quits: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Connection closed)
  1385. # [17:24] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
  1386. # [17:24] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
  1387. # [17:27] * Joins: mgol (m_gol@moz-vq30ve.play-internet.pl)
  1388. # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/bbeb9431b88d - Tom Tromey - Bug 1224121 - change getRelativeRuleLine to return 0 for line-less rules; r=heycam
  1389. # [17:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/45708ae19e28 - Tom Tromey - Bug 1224121 - fall back to non-authored editing for CSSOM-created rules; r=pbrosset
  1390. # [17:29] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  1391. # [17:30] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
  1392. # [17:30] * Joins: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net)
  1393. # [17:31] * Quits: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl) (Ping timeout: 121 seconds)
  1394. # [17:31] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
  1395. # [17:33] <Yoric> ttaubert: Usual review ping?
  1396. # [17:33] * Quits: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP) (Connection closed)
  1397. # [17:33] * Joins: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP)
  1398. # [17:33] * Quits: mgol (m_gol@moz-vq30ve.play-internet.pl) (Ping timeout: 121 seconds)
  1399. # [17:33] * Quits: sankha (sankha@moz-p75.u3k.143.114.IP) (Connection closed)
  1400. # [17:34] * Quits: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1401. # [17:34] * Joins: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl)
  1402. # [17:34] * Quits: janjongboom (janjongboom@moz-hfn3ea.speed.planet.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1403. # [17:34] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
  1404. # [17:35] * Joins: m_gol (m_gol@moz-vq30ve.play-internet.pl)
  1405. # [17:35] * Joins: aleth (instantb@moz-him.re4.105.140.IP)
  1406. # [17:36] * jmaher|mtg is now known as jmaher
  1407. # [17:37] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
  1408. # [17:38] <Gijs> gahhh. Can someone unmark bug 1230080 as security-sensitive ?
  1409. # [17:38] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1410. # [17:38] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1411. # [17:40] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1412. # [17:40] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1413. # [17:40] * Quits: tzimmermann (tzimmermann@moz-3cs2k3.pools.vodafone-ip.de) (Quit: Ex-Chat)
  1414. # [17:40] * Quits: jhorak (jhorak@moz-16g.ma8.175.213.IP) (Quit: Leaving)
  1415. # [17:40] * Joins: stransky (stransky@moz-vs8vb1.redhat.com)
  1416. # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/478290d4a81d - Mike Conley - Bug 1177310 - Add quit-application-granted to AsyncShutdown parent process phases. r=Yoric
  1417. # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/c6626646ae1c - Mike Conley - Bug 1177310 - TabStateFlusher Promises should always resolve. r=Yoric
  1418. # [17:41] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/15ded62d213c - Mike Conley - Bug 1177310 - Don't flush windows synchronously on application shutdown. r=billm,feedback=ttaubert
  1419. # [17:42] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1420. # [17:42] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1421. # [17:42] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/535bb5015ea1 - Michael Comella - Bug 1229958 - Remove android:panelBackground. r=sebastian
  1422. # [17:42] * Quits: stransky (stransky@moz-vs8vb1.redhat.com) (Quit: Connection reset by beer)
  1423. # [17:44] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1424. # [17:44] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1425. # [17:44] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/536efefba224 - Michael Comella - Bug 1217484 - Wait for animations to finish in testNewTab. r=sebastian
  1426. # [17:48] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  1427. # [17:49] * Joins: branor (Thunderbird@moz-tv8.87l.28.195.IP)
  1428. # [17:49] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Ping timeout: 121 seconds)
  1429. # [17:49] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1430. # [17:50] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1431. # [17:50] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1432. # [17:51] * Quits: fhd (sid2508@moz-2k96qa.brockwell.irccloud.com) (Quit: )
  1433. # [17:51] * Joins: fhd (sid2508@moz-nfj4cq.richmond.irccloud.com)
  1434. # [17:52] * stephend|out is now known as stephend
  1435. # [17:53] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1436. # [17:53] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1437. # [17:53] * dminor|bbiab is now known as dminor
  1438. # [17:54] * Quits: branor (Thunderbird@moz-tv8.87l.28.195.IP) (Client exited)
  1439. # [17:54] * aselagea|buildduty is now known as aselagea|afk
  1440. # [17:55] * Quits: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
  1441. # [17:55] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1442. # [17:56] * Joins: sfink (chatzilla@moz-vi8qu5.sntcca.sbcglobal.net)
  1443. # [17:56] * andym|brb is now known as andym
  1444. # [17:56] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1445. # [17:56] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  1446. # [17:57] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1447. # [17:57] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1448. # [17:57] * Joins: francois (francois@moz-cnggv3.fmarier.org)
  1449. # [17:58] * Quits: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP) (Connection closed)
  1450. # [17:58] * Joins: shine (uid50849@moz-5q9ti4.highgate.irccloud.com)
  1451. # [17:58] * Quits: Enn (enn@moz-pe6f5p.cable.rogers.com) (Ping timeout: 121 seconds)
  1452. # [17:58] * Joins: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP)
  1453. # [17:58] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
  1454. # [17:59] * Joins: mayhemer (Miranda@moz-44g0db.joqu.pdma.1028.2a00.IP)
  1455. # [17:59] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1456. # [17:59] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1457. # [17:59] * armenzg is now known as armenzg_mtg
  1458. # [18:01] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1459. # [18:01] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1460. # [18:02] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
  1461. # [18:03] * wlach is now known as wlach|brantina
  1462. # [18:03] * Quits: ckitching (ckitching@moz-li71s3.cable.virginm.net) (Ping timeout: 121 seconds)
  1463. # [18:03] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1464. # [18:03] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1465. # [18:03] * killer sets mode: +o bz
  1466. # [18:03] * RyanVM|bbl is now known as RyanVM
  1467. # [18:04] * Quits: Ms2ger (Ms2ger@moz-pioorq.access.telenet.be) (Quit: nn)
  1468. # [18:04] <RyanVM> Gijs: done
  1469. # [18:04] * Joins: justindarc (justindarc@moz-lev.v84.203.209.IP)
  1470. # [18:05] * stephend is now known as stephend|mtg
  1471. # [18:05] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
  1472. # [18:05] * Joins: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP)
  1473. # [18:05] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1474. # [18:05] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1475. # [18:05] * Quits: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP) (Connection closed)
  1476. # [18:05] <Gijs> many thanks
  1477. # [18:06] * Joins: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP)
  1478. # [18:07] * Quits: yzen (yzen@66.207.193.21) (Ping timeout: 121 seconds)
  1479. # [18:07] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1480. # [18:07] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1481. # [18:07] * Quits: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP) (Connection closed)
  1482. # [18:08] * Joins: ckitching (ckitching@moz-li71s3.cable.virginm.net)
  1483. # [18:08] * jlund|away is now known as jlund
  1484. # [18:08] * miketaylr is now known as zz_miketaylr
  1485. # [18:09] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1486. # [18:09] * AutomatedTester is now known as AutomatedTester|AFK
  1487. # [18:09] * Joins: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP)
  1488. # [18:10] * Quits: h4writer (h4writer@moz-ekd1m9.6k93.qujl.1812.2a02.IP) (Ping timeout: 121 seconds)
  1489. # [18:12] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Ping timeout: 121 seconds)
  1490. # [18:12] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1491. # [18:12] * whimboo is now known as whimboo|afk
  1492. # [18:12] * Joins: VladimirBelonenko (oliverthor@moz-rd7.51j.125.50.IP)
  1493. # [18:13] <fitzgen> are the platform lightening talks happening at the platform all hands?
  1494. # [18:14] * Quits: kershaw (kershaw@moz-edes62.dynamic.hinet.net) (Client exited)
  1495. # [18:14] <padenot> I think it's a separate slot ?
  1496. # [18:14] * Quits: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP) (Ping timeout: 121 seconds)
  1497. # [18:14] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/92aebcffdfa9 - Fabrice Desré - Bug 1229620 - Replace #ifdefs in b2g/ code by AppConstants r=timdream
  1498. # [18:14] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1499. # [18:15] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1500. # [18:15] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1501. # [18:15] * Joins: bdahl (bdahl@moz-mror7m.2rkg.9kg1.0101.2620.IP)
  1502. # [18:16] * Joins: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP)
  1503. # [18:17] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1504. # [18:17] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1505. # [18:17] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/6e27e28a8dfa - Nick Fitzgerald - Bug 1229960 - Add support for computing and traversing dominator trees to HeapAnalysisWorker; r=jsantell
  1506. # [18:19] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1507. # [18:19] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1508. # [18:19] * maja_zf is now known as maja_zf|lunch
  1509. # [18:19] * Joins: Mnyromyr (Mnyromyr@moz-l4ivj4.gnf7.tkmq.0908.2a02.IP)
  1510. # [18:19] * glob is now known as glob|away
  1511. # [18:20] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
  1512. # [18:20] * Joins: BenWa (bgirard@moz-2as2d7.cable.teksavvy.com)
  1513. # [18:21] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1514. # [18:21] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1515. # [18:21] * Quits: mayhemer (Miranda@moz-44g0db.joqu.pdma.1028.2a00.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1516. # [18:22] * ahal is now known as ahal|afk
  1517. # [18:22] * Quits: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP) (Ping timeout: 121 seconds)
  1518. # [18:22] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/7464aa372d19 - Maja Frydrychowicz - Bug 1230079 - Update media-test revisions to use latest Marionette; r=me
  1519. # [18:23] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1520. # [18:23] * Quits: rego (rego@moz-rhhdf1.dynamic.reverse-mundo-r.com) (Quit: Leaving)
  1521. # [18:23] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1522. # [18:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/8815619f5425 - Gregor Wagner - Bug 1215494 - Don't set b2g.safe_mode pref in child process. r=fabrice
  1523. # [18:24] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/4c9ca7614d70 - Patrick Brosset - Bug 1230093 - Make the import-headjs-globals rule store variables correctly; r=Mossop
  1524. # [18:24] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
  1525. # [18:24] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1526. # [18:24] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1527. # [18:25] * Joins: myk1 (myk@moz-pkvath.dynamic.fusionbroadband.com)
  1528. # [18:25] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1529. # [18:27] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1530. # [18:27] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1531. # [18:27] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  1532. # [18:28] * Joins: daoshengmu (uid99282@moz-51cel1.richmond.irccloud.com)
  1533. # [18:28] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1534. # [18:28] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1535. # [18:28] * Joins: janv__ (varga@moz-f0tub0.dynamic.orange.sk)
  1536. # [18:28] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Ping timeout: 121 seconds)
  1537. # [18:28] * myk1 is now known as myk
  1538. # [18:29] * Joins: eyome (eyome@moz-gfketo.fbx.proxad.net)
  1539. # [18:29] * Quits: @roc (chatzilla@moz-t8ufvo.static-ip.telepacific.net) (Ping timeout: 121 seconds)
  1540. # [18:29] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1541. # [18:29] * Quits: janv__ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1542. # [18:31] * Quits: gsvelto (gsvelto@moz-k8t3lc.clienti.tiscali.it) (Ping timeout: 121 seconds)
  1543. # [18:31] * Quits: jdm (jdm@moz-4vu.06r.98.75.IP) (Quit: )
  1544. # [18:33] * Joins: mwobensmith (mwobensmith@moz-1pilji.2rkg.9kg1.0101.2620.IP)
  1545. # [18:33] * stephend|mtg is now known as stephend
  1546. # [18:33] * Joins: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP)
  1547. # [18:36] * Joins: mixedpuppy (mixedpuppy@moz-b09.788.143.72.IP)
  1548. # [18:37] * Joins: ProgramFOX (ProgramFOX@moz-106.n7u.132.109.IP)
  1549. # [18:39] * Joins: JMercado (JaymeMercad@moz-rd7.51j.125.50.IP)
  1550. # [18:40] * Quits: armenzg_mtg (armenzg@moz-jt36qr.cable.teksavvy.com) (Connection closed)
  1551. # [18:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/34d744f375b0 - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1552. # [18:40] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/91fb11ea00f0 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1553. # [18:40] * Joins: armenzg (armenzg@moz-jt36qr.cable.teksavvy.com)
  1554. # [18:41] * armenzg is now known as armenzg_mtg
  1555. # [18:41] <RyanVM> mstange: OOC, is there a rough ETA on bug 1122916?
  1556. # [18:42] * Quits: azakai|2 (alon@moz-l3ofdg.sntcca.sbcglobal.net) (Quit: Ex-Chat)
  1557. # [18:42] * Quits: m_gol (m_gol@moz-vq30ve.play-internet.pl) (Connection closed)
  1558. # [18:42] <mstange> RyanVM: I was hoping this week, it only needs tn's review in bug 1147673 now
  1559. # [18:42] <RyanVM> nice :)
  1560. # [18:45] * Joins: jdm (jdm@moz-in2.fev.52.157.IP)
  1561. # [18:45] * hwine is now known as hwine-coffee
  1562. # [18:45] * Quits: jacek (jacek@moz-hbt3j4.psi.wroc.pl) (Quit: Konversation terminated!)
  1563. # [18:46] * Joins: mccr8 (mccr8@moz-cfhap5.mtv2.mozilla.com)
  1564. # [18:46] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1565. # [18:48] * Joins: bholley (bholley@moz-mehar5.ca.comcast.net)
  1566. # [18:48] * Quits: aleth (instantb@moz-him.re4.105.140.IP) (Ping timeout: 121 seconds)
  1567. # [18:50] * Joins: ehsan (ehsan@moz-muh53k.fibre.fibrestream.ca)
  1568. # [18:50] * killer sets mode: +o ehsan
  1569. # [18:52] * Joins: Sxean (Sxean@moz-rd7.51j.125.50.IP)
  1570. # [18:52] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1571. # [18:53] * Quits: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net) (Client exited)
  1572. # [18:53] * Joins: rkent (Thunderbird@moz-a4bmrv.wa.comcast.net)
  1573. # [18:53] * Quits: bgrins (bgrins@moz-i9bhci.5rnr.mii9.0647.2601.IP) (Quit: Leaving.)
  1574. # [18:53] * Joins: jib (jib@moz-j7m6lt.dyn.optonline.net)
  1575. # [18:55] * zz_miketaylr is now known as miketaylr
  1576. # [18:56] * Quits: jrmuizel (jrmuizel@moz-dqfd70.3t38.sij7.f0c8.2607.IP) (Connection closed)
  1577. # [18:56] * Joins: tzimmermann (tzimmermann@moz-3cs2k3.pools.vodafone-ip.de)
  1578. # [18:58] * Joins: milan_ (milan@66.207.193.21)
  1579. # [18:58] * mhowell is now known as mhowell|away
  1580. # [18:58] * Quits: ckitching (ckitching@moz-li71s3.cable.virginm.net) (A TLS packet with unexpected length was received.)
  1581. # [18:58] * Quits: flo-retina (Instantbird@moz-frdf7e.ip-37-59-48.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1582. # [18:59] * Joins: jrmuizel (jrmuizel@66.207.193.21)
  1583. # [19:01] * Quits: jrmuizel (jrmuizel@66.207.193.21) (Connection closed)
  1584. # [19:01] * Quits: milan (milan@moz-06f05e.3t38.sij7.f0c8.2607.IP) (Ping timeout: 121 seconds)
  1585. # [19:01] * Joins: jrmuizel (jrmuizel@moz-h0m464.3t38.sij7.f0c8.2607.IP)
  1586. # [19:01] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/f416176fa169 - Mark Banner - Bug 1230147 - Loop is attempting to load OpenTok SDK's configs from the wrong places. r=mikedeboer
  1587. # [19:01] * Quits: tzimmermann (tzimmermann@moz-3cs2k3.pools.vodafone-ip.de) (Quit: Ex-Chat)
  1588. # [19:02] * armenzg_mtg is now known as armenzg_lunch
  1589. # [19:02] * Quits: armenzg_lunch (armenzg@moz-jt36qr.cable.teksavvy.com) (Quit: Leaving)
  1590. # [19:03] * Quits: florent (Thunderbird@moz-99nij7.abo.wanadoo.fr) (Client exited)
  1591. # [19:03] * Joins: armenzg (armenzg@moz-jt36qr.cable.teksavvy.com)
  1592. # [19:03] * armenzg is now known as armenzg_lunch
  1593. # [19:03] * armenzg_lunch is now known as armenzg
  1594. # [19:04] * Quits: SirCmpwn (SirCmpwn@moz-8arpks.members.linode.com) (Ping timeout: 121 seconds)
  1595. # [19:04] * mrrrgn is now known as mrrrgn_brb
  1596. # [19:06] * ahal|afk is now known as ahal
  1597. # [19:07] * wlach|brantina is now known as wlach
  1598. # [19:07] <@smaug> ritu: do you have crash ids for bug 584447?
  1599. # [19:07] * Quits: gcp (gcp@moz-er9dam.j41b.csd9.1812.2a02.IP) (Quit: Leaving)
  1600. # [19:07] <@smaug> and filing a new bug would make probably more sense than re-opening old ones
  1601. # [19:08] <ritu> smaug: https://crash-stats.mozilla.com/report/list?product=Firefox&range_value=7&range_unit=days&date=2015-12-03&signature=nsGlobalWindow%3A%3ASetDocShell&version=Firefox%3A44.0a2
  1602. # [19:08] * Joins: bgrins (bgrins@moz-22ldjv.ujol.1ibb.0101.2620.IP)
  1603. # [19:08] * Quits: espadrine (tyl@moz-gpr.c1p.152.213.IP) (Ping timeout: 121 seconds)
  1604. # [19:09] <@smaug> hmm, startup crashes
  1605. # [19:09] <ritu> also, if you go to crash-stats and look at 44.0a2 top crashers, it's ranked #3
  1606. # [19:09] <ritu> smaug: sure lemme file a new bug.
  1607. # [19:09] <@smaug> ritu: stack traces look different
  1608. # [19:09] <@smaug> 44 issues look like some addon bug
  1609. # [19:10] <@smaug> ritu: like https://crash-stats.mozilla.com/report/index/faa9ba47-2288-40db-9756-70f152151202
  1610. # [19:10] <ritu> oh interesting.
  1611. # [19:10] <@smaug> is that {4e451314-26a2-43c7-8626-865bab309c86}.xpi@0x2a93 in the stack trace some new feature of crash-stat?
  1612. # [19:11] * Quits: dragana (Instantbird@moz-scvj2u.lmuk.1rfi.0450.2001.IP) (Ping timeout: 121 seconds)
  1613. # [19:11] * mjf is now known as mjf|
  1614. # [19:11] * mjf| is now known as mjf|away
  1615. # [19:11] <ritu> smaug: I would not know that. Should we ask folks in #crashkill channel?
  1616. # [19:11] * jlund is now known as jlund|mtg
  1617. # [19:12] * Joins: azakai (alon@moz-6r9bde.ujol.1ibb.0101.2620.IP)
  1618. # [19:13] * jimm is now known as jimm-lunch
  1619. # [19:13] * wilsonpage is now known as wilsonpage-away
  1620. # [19:13] <@smaug> hmm, 972ce4c6-7e08-4474-a285-3208198ce6fd is uuid for some theme? https://mxr.mozilla.org/addons/search?string=972ce4c6-7e08-4474-a285-3208198ce6fd&find=&findi=&;filter=^[^\0]*%24&hitlimit=&tree=addons
  1621. # [19:14] * Quits: wilsonpage-away (wilsonpage@moz-i6u.sut.111.217.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1622. # [19:14] * Quits: ejpbruel (ejpbruel@moz-85djl2.dynamic.ziggo.nl) (Ping timeout: 121 seconds)
  1623. # [19:14] * Quits: jrmuizel (jrmuizel@moz-h0m464.3t38.sij7.f0c8.2607.IP) (Connection closed)
  1624. # [19:14] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1625. # [19:15] * Joins: jrmuizel (jrmuizel@66.207.193.21)
  1626. # [19:15] * Quits: tH (Rob@cpc3-lee211-2-0-cust663.7-1.cable.virginm.net) (Ping timeout: 121 seconds)
  1627. # [19:17] * Quits: slim (chatzilla@moz-iqqito.range109-146.btcentralplus.com) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421])
  1628. # [19:18] <Mossop> smaug: That's the default theme
  1629. # [19:19] * Quits: Paul|2 (paul.oiegas@moz-662.esi.231.62.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  1630. # [19:20] * hwine-coffee is now known as hwine
  1631. # [19:21] * KWierso|afk is now known as KWierso
  1632. # [19:22] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1633. # [19:23] * Gijs is now known as Gijs_away
  1634. # [19:24] * Joins: jviereck (Adium@moz-2cu8mm.dclient.hispeed.ch)
  1635. # [19:25] * Quits: paolo (paolo@moz-8i7etk.retail.telecomitalia.it) (Quit: )
  1636. # [19:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/fd69513f86b7 - Chris Pearce - Bug 1230026 - Support 'webm' initDataType format for MP4 ClearKey initData. r=gerald
  1637. # [19:27] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/a8b4b4cdab7b - Chris Pearce - Bug 1230026 - Add test for 'webm' initDataType for ClearKey initData. r=gerald
  1638. # [19:28] * mhowell|away is now known as mhowell
  1639. # [19:29] * Joins: SirCmpwn (SirCmpwn@moz-7q12mj.sircmpwn.com)
  1640. # [19:30] * Joins: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP)
  1641. # [19:30] * Joins: MMurrell (MaxMurrell@moz-rd7.51j.125.50.IP)
  1642. # [19:30] * Quits: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP) (Client exited)
  1643. # [19:31] * Joins: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP)
  1644. # [19:31] <KWierso> ato: ping
  1645. # [19:32] <ato> KWierso: Yes?
  1646. # [19:33] * Joins: aleth (instantb@moz-enf.f6q.51.151.IP)
  1647. # [19:33] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/65b8c89ff1b7 - Mark Capella - Bug 1215959 - (GeckoCarets2) - Flip on by default in nightly, r=snorp
  1648. # [19:33] * jlund|mtg is now known as jlund
  1649. # [19:33] * Joins: tH (Rob@cpc3-lee211-2-0-cust663.7-1.cable.virginm.net)
  1650. # [19:35] <KWierso> ato: just filed bug 1230242
  1651. # [19:36] * Quits: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1652. # [19:36] <KWierso> the failing tests are tier-2, so you don't have to be backed out for it
  1653. # [19:36] <KWierso> just fyi
  1654. # [19:36] <ato> KWierso: That was fixed by bug 1230079 earlier today.
  1655. # [19:37] <ato> KWierso: As far as I can tell the fix landed on inbound under an hour ago, so it might not be visibly fixed yet.
  1656. # [19:37] <KWierso> ato: oh. yeah, new tests haven't been triggered on that push yet
  1657. # [19:37] <KWierso> ato: I'll close things once those come back green
  1658. # [19:37] <KWierso> thanks :)
  1659. # [19:37] <ato> KWierso: Yep, nigelb helped me triage it this morning.
  1660. # [19:37] <ato> KWierso: (-:
  1661. # [19:37] * Joins: dragana (Instantbird@moz-4hpr60.fbx.proxad.net)
  1662. # [19:38] * Quits: Wolverine (Paul-Mircea@moz-662.esi.231.62.IP) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  1663. # [19:39] * mwargers is now known as mwargers_away
  1664. # [19:39] * Joins: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP)
  1665. # [19:39] * Joins: gcp (gpascutto@moz-hp0b8l.j41b.csd9.1812.2a02.IP)
  1666. # [19:42] * sheppy is now known as sheppy-offline
  1667. # [19:42] * sheppy-offline is now known as sheppy-appt
  1668. # [19:43] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1669. # [19:43] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1670. # [19:44] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1671. # [19:45] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1672. # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/db85489f0d41 - Michael Comella - Bug 1229892 - Move SetHomepagePreference config to xml from code. r=ahunt
  1673. # [19:46] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/bf8e89308c04 - Brian Grinstead - Bug 1220011 - Yield on 'console close' command in test (fixes permaorange for beta 43);r=jwalker, a=testonly
  1674. # [19:47] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1675. # [19:49] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  1676. # [19:51] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  1677. # [19:51] * Quits: milan_ (milan@66.207.193.21) (A TLS packet with unexpected length was received.)
  1678. # [19:51] * Joins: milan (milan@moz-3c9mqj.3t38.sij7.f0c8.2607.IP)
  1679. # [19:52] * kats is now known as kats|away
  1680. # [19:52] * Joins: m_gol (m_gol@moz-qug51h.internetdsl.tpnet.pl)
  1681. # [19:53] * Joins: Jayflux (Jayflux@moz-qkqnjr.as43234.net)
  1682. # [19:53] * kats|away is now known as kats
  1683. # [19:53] * Quits: Bas (chatzilla@moz-ubr8j5.dsl.cambrium.nl) (Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421])
  1684. # [19:54] * Quits: dragana (Instantbird@moz-4hpr60.fbx.proxad.net) (Ping timeout: 121 seconds)
  1685. # [19:56] * Joins: Enn (enn@moz-pe6f5p.cable.rogers.com)
  1686. # [19:59] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1687. # [19:59] <ritu> smaug: just fyi, filed bug 1230253 for that 44.0a2 top crash
  1688. # [20:00] * Joins: karlt (karl@moz-39b.hfb.58.122.IP)
  1689. # [20:00] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1690. # [20:01] * jlund is now known as jlund|mtg
  1691. # [20:02] * jimm-lunch is now known as jimm
  1692. # [20:04] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  1693. # [20:04] * hwine is now known as hwine|afk
  1694. # [20:04] * mrrrgn_brb is now known as mrrrgn
  1695. # [20:06] * Joins: Bas (chatzilla@moz-ubr8j5.dsl.cambrium.nl)
  1696. # [20:07] * Joins: till_ (till@moz-0nqi1t.dyn.telefonica.de)
  1697. # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/7f25e05e5809 - Jan Beich - Bug 1218027 - "--with-system-icu fails: js/src/jsapi.cpp:69: error: visibility does not match previous declaration". r=mh+mozilla a=lizzard
  1698. # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/4509e30ac56b - Jan Beich - Bug 1228230 - Rely more on top-level configure auto-detection. r=qdot a=lizzard
  1699. # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/dfee45543a95 - Bobby Holley - Bug 1228950 - Disallow scheme sets on nsHostObjectURI. r=bz a=lizzard
  1700. # [20:07] * Quits: till (till@moz-lav95v.adsl.alicedsl.de) (Ping timeout: 121 seconds)
  1701. # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/1d0c7cabdeb8 - Matthew Noorenberghe - Bug 1229168 - UITour: Use the correct window in initForBrowser to handle windows with no tabs. r=Dexter a=lizzard
  1702. # [20:07] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-aurora/rev/51ee6ccf889d - Mike Connor - bug 1229667 - ship a hidden search plugin for Yahoo Canada, r=florian a=lizzard
  1703. # [20:09] * Quits: wilsonpage (wilsonpage@moz-i6u.sut.111.217.IP) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1704. # [20:09] * AutomatedTester|AFK is now known as AutomatedTester
  1705. # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/70cd8ea76dbe - Jan Beich - Bug 1218027 - "--with-system-icu fails: js/src/jsapi.cpp:69: error: visibility does not match previous declaration". r=mh+mozilla a=lizzard
  1706. # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/9aaa59338c8e - Jan Beich - Bug 1228230 - Rely more on top-level configure auto-detection. r=qdot a=lizzard
  1707. # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/03351f48deff - Matthew Noorenberghe - Bug 1229168 - UITour: Use the correct window in initForBrowser to handle windows with no tabs. r=Dexter a=lizzard
  1708. # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/1b4379347d1c - Mike Connor - bug 1229667 - ship a hidden search plugin for Yahoo Canada, r=florian a=lizzard
  1709. # [20:12] <pulsebot> Check-in: https://hg.mozilla.org/releases/mozilla-beta/rev/cf98f0335f05 - Bobby Holley - Bug 1228950 - Disallow scheme sets on nsHostObjectURI. r=bz a=lizzard
  1710. # [20:13] * kats is now known as kats|away
  1711. # [20:14] <froydnj> KWierso: looked at bug 893332, tried to ask somebody who knows something :)
  1712. # [20:14] * Joins: catalinb2 (catalin@moz-vv2.ij3.115.79.IP)
  1713. # [20:17] * miketaylr is now known as zz_miketaylr
  1714. # [20:17] * julienw is now known as julienw_afk
  1715. # [20:17] * Quits: marco (marco@moz-qkt.sut.111.217.IP) (A TLS packet with unexpected length was received.)
  1716. # [20:18] * Quits: mwobensmith (mwobensmith@moz-1pilji.2rkg.9kg1.0101.2620.IP) (Quit: Leaving.)
  1717. # [20:19] * AutomatedTester is now known as AutomatedTester|AFK
  1718. # [20:19] * kats|away is now known as kats
  1719. # [20:20] * Joins: mwobensmith (mwobensmith@moz-u3dg2t.sfo1.mozilla.com)
  1720. # [20:21] * Quits: drno (nohlmeier@moz-vp31sp.ca.comcast.net) (Client exited)
  1721. # [20:21] <KWierso> ato: yay, they're green!
  1722. # [20:23] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/e09649f19381 - Brian Grinstead - Bug 1220011 - Yield on 'console close' command in test (fixes permafail with bug 1224294 applied); r=jwalker
  1723. # [20:23] * mcote is now known as mcote|biab
  1724. # [20:24] <ato> KWierso: Wonderful news!
  1725. # [20:26] * Joins: roxlu (roxlu@moz-dqem8f.dynamic.ziggo.nl)
  1726. # [20:27] * Quits: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp) (Ping timeout: 121 seconds)
  1727. # [20:28] * Joins: yzen (yzen@moz-rjb4dr.cable.teksavvy.com)
  1728. # [20:29] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  1729. # [20:29] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  1730. # [20:29] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  1731. # [20:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ca6c81a2c6c2 - Markus Stange - Bug 1200611 - Size ImageLayers correctly for <img>s using object-fit. r=dholbert
  1732. # [20:30] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/0495c1a481af - Robert O'Callahan - Bug 927228 - Allow ImageLayerization for images using 'contain' and 'cover'. r=mstange
  1733. # [20:32] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/b8249000cec9 - Sebastian Kaspari - Bug 1197720 - Introduce background service for downloadable content. r=rnewman
  1734. # [20:32] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  1735. # [20:33] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
  1736. # [20:34] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
  1737. # [20:34] * Quits: jduell (jduell@moz-4e7l50.tukw.qwest.net) (Client exited)
  1738. # [20:35] * hwine|afk is now known as hwine-ooo
  1739. # [20:35] * Joins: Belxjander (Belxjander@moz-o6knnu.koalanet.ne.jp)
  1740. # [20:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/fx-team/rev/ca30d9070e53 - Brian Grinstead - Bug 1207868 - Fix lexical scope autocomplete for global 'let' and 'const';r=past
  1741. # [20:37] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/ebadedcd4010 - Jeff Muizelaar - Bug 1207288. Ask ANGLE for the correct output version. r=jgilbert
  1742. # [20:38] * Joins: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com)
  1743. # [20:39] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  1744. # [20:39] * Joins: mayhemer (Miranda@moz-9mslpd.broadband6.iol.cz)
  1745. # [20:40] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  1746. # [20:40] * Quits: roguishmountain (Thunderbird@moz-pb2.adn.21.129.IP) (Ping timeout: 121 seconds)
  1747. # [20:42] * Quits: Dexter (Alessio@moz-fudm14.retail.telecomitalia.it) (Quit: Leaving)
  1748. # [20:44] * mhowell is now known as mhowell|away
  1749. # [20:45] * Joins: billm (billm@moz-bk0ie4.ujol.1ibb.0101.2620.IP)
  1750. # [20:45] * adusca is now known as adusca|afk
  1751. # [20:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/1b964e554709 - Benjamin Bouvier - Bug 1229396: Propagate OOM when pushing elements to the uses array; r=jandem
  1752. # [20:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/b7a7fcf24c49 - Benjamin Bouvier - Bug 1229396: Templatize get{Float,Double,SimdData}; r=jandem
  1753. # [20:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/54c0681d35b0 - Benjamin Bouvier - Bug 1229396: Templatize Float/Double/SimdData in MacroAssembler-x86-shared.h; r=jandem
  1754. # [20:45] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/904fe1ab68b9 - Benjamin Bouvier - Bug 1229396: Templatize constants merging in the shared x86 masm; r=jandem
  1755. # [20:46] * Quits: ericjung_ (ericjung@moz-h2a.9hc.161.107.IP) (Ping timeout: 121 seconds)
  1756. # [20:47] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: This computer has gone to sleep)
  1757. # [20:50] * till_ is now known as till
  1758. # [20:50] * maja_zf|lunch is now known as maja_zf
  1759. # [20:50] * till is now known as Guest65468
  1760. # [20:51] * Guest65468 is now known as till_
  1761. # [20:53] * Joins: sankha (sankha@moz-g7l.b0d.106.27.IP)
  1762. # [20:56] * Quits: ProgramFOX (ProgramFOX@moz-106.n7u.132.109.IP) (Quit: ChatZilla 0.9.92-rdmsoft [XULRunner 35.0.1/20150122214805])
  1763. # [20:59] * till_ is now known as till
  1764. # [20:59] * Quits: pcwalton (pcwalton@moz-nh2.o1i.216.216.IP) (Client exited)
  1765. # [21:00] * Joins: Snuffleupagus (chatzilla@moz-mo4opk.bredband.comhem.se)
  1766. # [21:00] * zz_miketaylr is now known as miketaylr
  1767. # [21:01] * Joins: mastizada (Thunderbird@moz-mek.63k.2.46.IP)
  1768. # [21:02] * Joins: jwq (jwq@moz-jhhaak.uhd1.6vir.2000.2404.IP)
  1769. # [21:02] * khuey|away is now known as khuey
  1770. # [21:04] * adusca|afk is now known as adusca
  1771. # [21:04] * Quits: drno (nohlmeier@moz-cfhap5.mtv2.mozilla.com) (Client exited)
  1772. # [21:06] * Joins: mwu (mwu@moz-hsamco.oi2i.p882.0085.2601.IP)
  1773. # [21:07] * Quits: mayhemer (Miranda@moz-9mslpd.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1774. # [21:08] * jlund|mtg is now known as jlund
  1775. # [21:08] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  1776. # [21:08] * mcote|biab is now known as mcote
  1777. # [21:10] * stephend is now known as stephend|food
  1778. # [21:12] * Joins: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net)
  1779. # [21:12] * Joins: ericjung (ericjung@moz-l1hot8.co.comcast.net)
  1780. # [21:13] * armenzg is now known as armenzg_brb
  1781. # [21:13] * Quits: myk (myk@moz-pkvath.dynamic.fusionbroadband.com) (Connection closed)
  1782. # [21:14] * Joins: myk (myk@moz-pkvath.dynamic.fusionbroadband.com)
  1783. # [21:15] * mhowell|away is now known as mhowell
  1784. # [21:16] * Joins: dbaron (dbaron@moz-shmbur.2rkg.9kg1.0101.2620.IP)
  1785. # [21:16] * killer sets mode: +ao dbaron dbaron
  1786. # [21:17] * whimboo|afk is now known as whimboo
  1787. # [21:17] * nthomas|away is now known as nthomas
  1788. # [21:17] * armenzg_brb is now known as armenzg
  1789. # [21:18] * whimboo is now known as whimboo|afk
  1790. # [21:21] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/56507104b00b - Ralph Giles - Bug 1228721 - Conditionalize other webvtt navigator access. r=kinetik
  1791. # [21:21] * Quits: Boriss (Boriss@moz-dkeprl.PUBLIC.monkeybrains.net) (Client exited)
  1792. # [21:24] * Joins: jduell (jduell@moz-4e7l50.tukw.qwest.net)
  1793. # [21:24] * Quits: ericjung (ericjung@moz-l1hot8.co.comcast.net) (Ping timeout: 121 seconds)
  1794. # [21:24] * Quits: jwq (jwq@moz-jhhaak.uhd1.6vir.2000.2404.IP) (Quit: ChatZilla 0.9.91 [SeaMonkey 2.33.1/20150321205436])
  1795. # [21:25] * Joins: ericjung (ericjung@moz-h2a.9hc.161.107.IP)
  1796. # [21:25] * Joins: mkmelin (mkmelin@moz-nr1fdj.elisa-laajakaista.fi)
  1797. # [21:26] <pulsebot> Check-in: https://hg.mozilla.org/integration/mozilla-inbound/rev/786516f51bc3 - Morgan Phillips - Bug 1197095 - ensure that ForOfIterator does not pass arguments to next calls; r=evilpie
  1798. # [21:27] * sheppy-appt is now known as sheppy-lunch
  1799. # [21:27] * KWierso is now known as KWierso|lunch
  1800. # [21:28] * Quits: bgrins (bgrins@moz-22ldjv.ujol.1ibb.0101.2620.IP) (Quit: Leaving.)
  1801. # [21:28] * mjf|away is now known as mjf
  1802. # [21:30] * Quits: janv (varga@moz-f0tub0.dynamic.orange.sk) (Connection closed)
  1803. # [21:34] * Joins: espadrine (tyl@moz-l019mn.fbx.proxad.net)
  1804. # [21:35] * Joins: janv (varga@moz-f0tub0.dynamic.orange.sk)
  1805. # [21:36] <gcp> woo, seperate synced tabs button in the menu
  1806. # [21:36] <gcp> mE LIKE
  1807. # [21:36] * Quits: wolfiR (wolfiR@moz-nvo46s.u9sp.0au3.4dd0.2001.IP) (Ping timeout: 121 seconds)
  1808. # [21:39] * jdm is now known as jdm|away
  1809. # [21:42] * Quits: @smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi) (Quit: ChatZilla 0.9.92 [Firefox 45.0a1/20151108030417])
  1810. # [21:43] * Joins: Neil (neil@moz-7uauc5.cable.virginm.net)
  1811. # [21:43] * Neil is now known as NeilZZZ
  1812. # [21:43] * Joins: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com)
  1813. # [21:43] * Joins: Waldo (waldo@moz-e9af6p.ujol.1ibb.0101.2620.IP)
  1814. # [21:43] * Joins: smaug (chatzilla@moz-6kbmhh.rev.dnainternet.fi)
  1815. # [21:43] * killer sets mode: +o smaug
  1816. # [21:44] * Quits: pcwalton (pcwalton@moz-l8ebtf.sfo1.mozilla.com) (Client exited)
  1817. # [21:46] * Quits: Shrooms (Shrooms@moz-ak1k97.ip.windstream.net) (Quit: For bacon!)
  1818. # [21:47] * Joins: Boriss (Boriss@moz-aq4.h2b.247.173.IP)
  1819. # [21:47] * Joins: bgrins (bgrins@moz-cfhap5.mtv2.mozilla.com)
  1820. # [21:48] * Joins: drno (nohlmeier@moz-vp31sp.ca.comcast.net)
  1821. # [21:48] * Quits: ferjm (textual@moz-v3p1m3.dynamicIP.rima-tde.net) (Quit: Textual IRC Client: www.textualapp.com)
  1822. # [21:50] * Matti is now known as Matti_away
  1823. # [21:51] * Quits: Towkir (Thunderbird@moz-cpl.4aq.48.182.IP) (Client exited)
  1824. # [21:52] * Quits: sankha (sankha@moz-g7l.b0d.106.27.IP) (Connection closed)
  1825. # [21:52] * benfrancis is now known as benfrancis|away
  1826. # [21:53] * Quits: justin_SV_QA (justin_SV_Q@moz-djm.57l.158.65.IP) (Ping timeout: 121 seconds)
  1827. # Session Close: Thu Dec 03 21:56:19 2015
  1828. #
  1829. # Session Start: Thu Dec 03 21:56:19 2015
  1830. # Session Ident: #developers
  1831. # [21:56] * Disconnected
  1832. # [23:17] * Attempting to rejoin channel #developers
  1833. # [23:17] * Rejoined channel #developers
  1834. # [23:17] * Topic is 'Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
  1835. # [23:17] * Set by smaug!chatzilla@moz-omj15l.elisa-laajakaista.fi on Sun Jul 05 00:43:19
  1836. # [23:19] * Joins: ejpbruel (ejpbruel@moz-85djl2.dynamic.ziggo.nl)
  1837. # [23:19] * Quits: tromey (tromey@moz-ukt3s3.hlrn.qwest.net) (Quit: ERC (IRC client for Emacs 25.1.50.2))
  1838. # [23:20] * Joins: janv_ (varga@moz-f0tub0.dynamic.orange.sk)
  1839. # [23:22] * armenzg is now known as armenzg_afk
  1840. # [23:22] * Quits: armenzg_afk (armenzg@moz-jt36qr.cable.teksavvy.com) (Quit: Leaving)
  1841. # [23:23] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1842. # [23:23] * Quits: surkov (surkov@moz-an5vm5.cable.teksavvy.com) (Client exited)
  1843. # [23:23] * kats is now known as kats|away
  1844. # [23:25] * Quits: wilsonpage (wilsonpage@moz-4glc6r.cable.virginm.net) (Quit: My Mac has gone to sleep. ZZZzzz…)
  1845. # [23:25] * Joins: surkov (surkov@moz-an5vm5.cable.teksavvy.com)
  1846. # [23:25] * mattwoodrow is now known as mattwoodrow|away
  1847. # [23:25] * Quits: garethc (Adium@moz-nu8p91.3t38.sij7.f0c8.2607.IP) (Quit: Leaving.)
  1848. # [23:27] * vladan is now known as vladan|pto
  1849. # [23:27] * mattwoodrow|away is now known as mattwoodrow
  1850. # [23:27] <KWierso> MattN: ping
  1851. # [23:28] <MattN> KWierso: pong
  1852. # [23:28] <KWierso> MattN: I uplifted bug 1229168 to aurora and beta, and browser_SelfSupportBackend.js is timing out on both
  1853. # [23:29] <MattN> hmm… let me look at the log
  1854. # [23:29] <KWierso> https://treeherder.mozilla.org/logviewer.html#?job_id=1571932&repo=mozilla-aurora
  1855. # [23:30] <MattN> [JavaScript Error: "ReferenceError: is is not defined"
  1856. # [23:30] <MattN> this is easy to fix
  1857. # [23:30] <MattN> it relies on newer BrowserTestUtils behaviour
  1858. # [23:30] * Joins: mayhemer (Miranda@moz-9mslpd.broadband6.iol.cz)
  1859. # [23:31] <MattN> KWierso: I can land a simple fix to both branches
  1860. # [23:31] <KWierso> MattN: thanks
  1861. # [23:31] * Quits: till (till@moz-0nqi1t.dyn.telefonica.de) (A TLS packet with unexpected length was received.)
  1862. # [23:32] <MattN> I guess I should check it locally before pushing…
  1863. # [23:32] * Joins: jfkthame (jfkthame@moz-vil.0bb.29.2.IP)
  1864. # [23:32] * Quits: jfkthame (jfkthame@moz-vil.0bb.29.2.IP) (Quit: Leaving)
  1865. # [23:33] * Matti is now known as Matti_away
  1866. # [23:33] * Quits: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
  1867. # [23:34] * mcote is now known as mcote|afk
  1868. # [23:34] * jlund is now known as jlund|lunch
  1869. # [23:34] * hwine-ooo is now known as hwine
  1870. # [23:35] <erahm> mchang: any idea why bug 1227216 is marked memshrink?
  1871. # [23:35] <mchang> erahm: no idea lol
  1872. # [23:36] * Joins: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl)
  1873. # [23:36] <erahm> mchang: hah, ok. I'm going to clear it then :)
  1874. # [23:36] <mccr8> probably just autocomplete gone awry
  1875. # [23:38] * Quits: catalinb2 (catalin@moz-vv2.ij3.115.79.IP) (Quit: Leaving)
  1876. # [23:39] * Joins: catalinb2 (catalin@moz-vv2.ij3.115.79.IP)
  1877. # [23:39] * Joins: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com)
  1878. # [23:40] * Quits: m_gol (m_gol@moz-6k4scn.dynamic.chello.pl) (Ping timeout: 121 seconds)
  1879. # [23:42] * shorlander is now known as shorlander-away
  1880. # [23:43] * Quits: janv_ (varga@moz-f0tub0.dynamic.orange.sk) (Quit: This computer has gone to sleep)
  1881. # [23:44] * Quits: milan (milan@moz-3c9mqj.3t38.sij7.f0c8.2607.IP) (A TLS packet with unexpected length was received.)
  1882. # [23:44] * Joins: mgol (m_gol@moz-6k4scn.dynamic.chello.pl)
  1883. # [23:45] <@njn> erahm, mccr8: we need a website whose acronym is AWRY
  1884. # [23:45] <@njn> "are we ready yet?"
  1885. # [23:46] <erahm> njn: I approve the generic nature of this
  1886. # [23:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/76a25ee0f06b - B2G Bumper Bot - Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
  1887. # [23:46] <pulsebot> Check-in: https://hg.mozilla.org/integration/b2g-inbound/rev/84127f4ae4e5 - B2G Bumper Bot - Bumping manifests a=b2g-bump
  1888. # [23:49] <mccr8> njn: and it could just say "No."
  1889. # [23:49] <@njn> mccr8: now you're talking
  1890. # [23:50] * jmaher is now known as jmaher|afk
  1891. # [23:50] <Michelle-SV-QA> Hi all - I am having a hard time deciding where to move a bug that involves page content spamming endless download requests, can some one assist - thanks
  1892. # [23:50] * Quits: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com) (Connection closed)
  1893. # [23:50] * Joins: mrgiggles (mrgiggles@moz-cfhap5.mtv2.mozilla.com)
  1894. # [23:51] * Quits: eyome (eyome@moz-gfketo.fbx.proxad.net) (Client exited)
  1895. # [23:52] * lmandel_afk is now known as lmandel
  1896. # [23:54] <KWierso> MattN: how are we looking?
  1897. # [23:54] <MattN> KWierso: my local build is still going. 21 minutes already
  1898. # [23:54] <KWierso> whee
  1899. # [23:54] <MattN> I'm 90% sure it will fix it
  1900. # [23:54] <MattN> the problem is the lack of bug 1219504 on those branches
  1901. # [23:56] * Quits: gustavold (gustavold@moz-127.uce.17.191.IP) (Ping timeout: 121 seconds)
  1902. # [23:57] * Quits: mayhemer (Miranda@moz-9mslpd.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1903. # [23:59] <KWierso> gerald: ping?
  1904. # [23:59] <gerald> KWierso: pong!
  1905. # Session Close: Fri Dec 04 00:00:00 2015

Previous day, Next day

Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn