User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
cbook@mozilla.com Wed Aug 09 09:37:21 2017 +0000 | 4c5fbf49376351679dcc49f4cff26c3c2e055ccc | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge ← 42 merge changesets [Collapse] |
9031387c7ef1fe1db4b68495d1527b56e464c817 | Nicholas Nethercote — Bug 1386103 (part 2, attempt 2) - Convert nsFixed[C]String uses to nsAuto[C]String. r=erahm. | |
07241c0f20c10733574d4b71b67d2aa2d643d581 | Nicholas Nethercote — Bug 1386103 (part 1, attempt 2) - Specify nsAuto[C]String storage size via template parameter. r=dbaron. | |
1f3ae725ac9d7044612941b0e469c2b4fe548ad5 | sotaro — Bug 1380979 - Enable DXGITextureHostD3D11 usage with WebRender r=nical | |
81fbe7dc05a694e4e531d163b925e2830dd143d1 | Phil Ringnalda — Backed out 2 changesets (bug 1386103) for Android x86 build bustage | |
eec506d87d03103778da654b7755b93a8fad7ae9 | Nicholas Nethercote — Bug 1386103 (part 2) - Convert nsFixed[C]String uses to nsAuto[C]String. r=erahm. | |
3f9ec011c9bd5da36b51cb09a81151db70135068 | Nicholas Nethercote — Bug 1386103 (part 1) - Specify nsAuto[C]String storage size via template parameter. r=dbaron. | |
4d34f7534fd6ddbd0da2c919f1430d82e8f33b16 | Nicholas Nethercote — Bug 1388253 - Remove nsTextFormatter:[v]smprintf(). r=erahm. | |
abf8efa68e8428cc366c04782c92f8c351ce9083 | Nicholas Nethercote — Bug 1388253 - Convert nsTextFormatter:[v]smprintf() use to [v]ssprintf(). r=erahm. | |
a2b2a11109ef95df144af662b39e9638431f1da7 | sotaro — Bug 1388254 - Fix borrowed DrawTarget's transform of DXGITextureData r=nical | |
f39222925a5f76e3b5661e227ce7f36aa50bee1d | Yoshi Huang — Bug 1366151 - rewrite dom/html/test/test_fullscreen-api-race.html. r=smaug | |
c6ca0e3b1c53fc67de6de78432731a9119f93ba1 | Ehsan Akhgari — Bug 1379344 - Avoid traversing the display list twice inside nsDisplayList::UpdateBounds(); r=mstange | |
fe97dc518033d4fec46f2feb60236e5997b8212d | Ehsan Akhgari — Bug 1386960 - Call nsTextInputListener's callback manually after using the non-transaction based editor code path for setting values of input controls; r=bzbarsky | |
ccc4663a6c255cd70bace1e4680fee660505f316 | Dustin J. Mitchell — Bug 1382729: allow uploading docs at all levels; r=gps | |
babbce26f79b577209f11e953e1332baff93dea3 | Jed Davis — Bug 1388545 - Fix PulseAudio breakage caused by read restrictions. r=gcp | |
7a8936f1a4f42133145336d19d768f01c54ea477 | Wes Kocher — Merge m-c to inbound, a=merge | |
46c587c3e5de4f816c33f87c43f4cda92038805a | Mason Chang — Bug 1386080 - Make DrawTarget thread safe refcountable. r=bas | |
2691dd1e7db452ee037d3256a6eb7439714ffbf4 | Matthew Noorenberghe — Bug 1373563 - Skip the ControlCenter localFile mozscreenshots configuration due to changing paths. r=me | |
c80bcb046052ce8b25cbacb18d8f7ccfad206a94 | Eric Rahm — Bug 1386825 - Part 6: Remove FxAccountsManager now that MOZ_B2G is removed. r=markh | |
d86804ebc81d75d3cdb9983a29dddcbeae6a2d3f | Eric Rahm — Bug 1386825 - Part 5: Remove MOZ_B2G from configure. r=glandium | |
789551f8cfcf39b07a158ac027179b151d6d8a9b | Eric Rahm — Bug 1386825 - Part 4: Remove remaining instances of MOZ_B2G. r=froydnj | |
2d59ecb2c335032e52afefe2d9ff1f4885710043 | Eric Rahm — Bug 1386825 - Part 3: Remove MOZ_B2G from libpref. r=froydnj | |
b5a05897e1aabaeb436648da86b04e884a48f619 | Eric Rahm — Bug 1386825 - Part 2: Remove MOZ_B2G from toolkit. r=froydnj | |
b81d58941a44e3ddff4dfd1ef2de1dc3d9b4cabb | Eric Rahm — Bug 1386825 - Part 1: Remove MOZ_B2G from dom. r=bkelly | |
042120b49ceb92f23d2534bcdd5fcf66f499aa33 | Jan Varga — Bug 1350637 - Part 11: Fix a race between parent/child process; r=asuth | |
64f5a7a51c2147679851e8990185a30c751f63c2 | Andrew Sutherland — Bug 1350637 - Part 10: Update LocalStorage e10s tests for change to PBackground. r=janv | |
bbc3dc385fac9b8c629400a3fba14ab159cf0c97 | Jan Varga — Bug 1350637 - Part 9: Move Local Storage event broadcasting from PContent to PBackground; r=asuth | |
ddbbf8aa33dca6011c81dde0ecf4002bbfb4eb4f | Jan Varga — Bug 1350637 - Part 8: Implement BackgroundParent::GetLiveActorArray; r=billm | |
28506433e4f03f5c1d2f42fc59c4f86af6da3181 | Jan Varga — Bug 1350637 - Part 7: Convert asynchronous StorageDBParent initialization to be synchronous and fix low disk space checking; r=asuth | |
371e75eb2b60281508ef8f7535bdda3964975921 | Jan Varga — Bug 1350637 - Part 6: Fix a deadlock when main process storage child actor triggers storage thread initialization; r=asuth | |
a781f14e975bb4e58c38dc5e86a216647f3a61d7 | Jan Varga — Bug 1350637 - Part 5: Factor out the parent actor observer sink to work on the PBackground thread, fix the rest of observer handling to use IPC; r=asuth | |
e3e1b4922005e00d6067c2b6920d3bc70a801c14 | Jan Varga — Bug 1350637 - Part 4: Implement serialization for mozilla::OriginAttributesPattern, so we can use it on the receiver side of IPC without bouncing to the main thread; r=asuth | |
d91109b3ea0819029981440207f7d409516d4658 | Jan Varga — Bug 1350637 - Part 3: Move mozilla::dom::Optional serialization helper to ipc/glue/IPCMessageUtils.h to make it available to other consumers; r=billm | |
d5f2490d5138dcbfce93b1ccc112ea6afc278ad8 | Jan Varga — Bug 1350637 - Part 2: Core changes for LocalStorage on PBackground; r=asuth | |
f8241dee5ef33eb3c03c9a6b2e8b0830db84aae0 | Jan Varga — Bug 1350637 - Part 1: Move PStorage stubs from PContent to PBackground; r=asuth r=billm | |
1a4526257e09123c93cd6c1ba453778d9c2c8c38 | Jason Laster — Bug 1383576 - Extend timeout browser_dbg-breakpoints-reloading. r=jmaher | |
76d94f0737c3c522614b0a72fcc131ea5de72fb7 | Christoph Kerschbaumer — Bug 1387811 - Follow up for Test within Bug 1381761: CSP JSON is never null, hence it's better to check actual contents of JSON for testing. r=dveditz | |
92318a417ec18e031710826e0d532555ae8a7e6c | Eric Rahm — Bug 1380154 - Part 3: Cache most recently used eTLD entries. r=njn, r=jduell | |
276db25c9e92c04073c7fc97e0029ded2e0885d2 | Eric Rahm — Bug 1380154 - Part 2: Generate a DAFSA and use it for eTLDs. r=jduell | |
809aee6a234efaff8b46c7b3e93e645d8b31167c | Eric Rahm — Bug 1380154 - Part 1: Add the Chromium DAFSA generator. r=njn | |
5218fdb57fa7c2866bc32d44556e318fcec7887b | Joel Maher — Bug 1388356 - add pref apz.test.fails_with_native_injection for windows to allow touch based events to work in windows 10 tests. r=kats | |
9a678b3efcd23bbe3a62b76c8113384ec7714cec | Aaron Klotz — Bug 1386798: Add profiler markers for a11y events; r=surkov |