Граф коммитов

428986 Коммитов

Автор SHA1 Сообщение Дата
Lee Salzman 6c9c53455b Bug 1180246 - Part 2 - kill gfxD2DSurface with fire. r=bas
--HG--
extra : rebase_source : ab3f73a4fbfb18e6c5ff0997efea473db0dae025
2015-07-02 08:02:59 -04:00
Lee Salzman 97d3a0fc71 Bug 1180246 - Part 1 - remove dependencies on gfxD2DSurface. r=bas
--HG--
extra : rebase_source : 199520a80f8d904f2034fa39d9640d271078a6ac
2015-07-02 08:02:51 -04:00
Cameron McCormack f0182854d3 Bug 1179675 - Make FontFaceSet.cpp compile as part of UNIFIED_SOURCES. r=jdaggett
--HG--
extra : rebase_source : acd9fa6faefc58b30ce8f9393451620b5e09f427
2015-07-02 00:45:00 +02:00
Andrew McCreight 51bce14312 Bug 1177627 - Back out most of 7fcf6bf43eda for causing Gaia unit test crashes. r=smaug
--HG--
extra : rebase_source : 7cf9446e56ad6869b769fe170e0261d4f39a8172
2015-07-02 12:34:00 +02:00
Jonathan Watt c2b0b02204 Bug 1127380 - Tests for Animation.playbackRate. r=hiro
--HG--
extra : rebase_source : d7f039a8a7166fabe9da87beb35b07cfb0fc7d4c
2015-07-06 00:22:00 +02:00
Gerald Squelart 50505a3655 Bug 1175765 - Start async-shutdown timer in GMPParent::CloseActive(). r=cpearce
--HG--
extra : rebase_source : d9d323544d36abf202a6a27fccf8a45fbe68e6f9
2015-07-03 19:37:00 +02:00
Fernando Jimenez 07ac96a114 Bug 1179896 - Add a switch to enable/disable dom.serviceWorkers.interception.enabled and dom.serviceWorkers.testing prefs. r=fabrice 2015-07-06 10:16:24 +02:00
Tim Chien 59f6a80b1e Bug 1175399 - Move readonly detection into isFocusableElement. r=janjongboom 2015-07-03 01:42:00 +02:00
Tim Chien 10d4b076f0 Bug 1175024 - Don't destroy and recreate DOMRequestIpcHelper instance for every InputContext. r=fabrice 2015-07-02 23:47:00 +02:00
Michael Layzell 907a69d0ad Bug 1168161 - Mark nsPIDOMWindow::mDocShell as MOZ_NON_OWNING_REF. r=ehsan 2015-05-25 10:57:00 +02:00
Michael Layzell 9cea8f483b Bug 1167597 - Mark PromiseReportRejectFeature::mPromise as MOZ_NON_OWNING_REF. r=ehsan 2015-05-22 07:17:00 +02:00
Michael Layzell 461e033c3c Bug 1167395 - Mark CharacterDataChangeInfo::Details as MOZ_STACK_CLASS, and mark mNextSibling as MOZ_NON_OWNING_REF. r=smaug 2015-07-03 15:55:00 +02:00
Michael Layzell 69d3c2310d Bug 1167390 - Mark nsNodeWeakReference::mNode as MOZ_NON_OWNING_REF. r=smaug 2015-05-21 14:24:00 +02:00
Michael Layzell deeedd6290 Bug 1167384 - Remove unused SelfRef class. r=ehsan 2015-05-21 14:16:00 +02:00
JW Wang 47ae1e0f35 Bug 1179665. Part 4 - remove MDSM::RecreateDecodedStream() which runs on the main thread and doesn't fit into the thread model of MDSM. r=roc. 2015-07-06 11:36:26 +08:00
JW Wang 96f57cac6e Bug 1179665. Part 3 - move code about sending stream data into DecodedStream. r=roc. 2015-07-06 11:36:15 +08:00
JW Wang 6f682ecb0d Bug 1179665. Part 2 - clean up mStreamStartTime since start time of MDSM is now always 0. r=roc. 2015-07-06 11:34:59 +08:00
JW Wang 20891df12c Bug 1179665. Part 1 - move code that remove finished streams into DecodedStream so we don't need to expose GetReentrantMonitor() to the public and it is easier to remove it in the future. r=roc. 2015-07-06 11:34:47 +08:00
Karl Tomlinson 0cf3dc36ec bug 1180012 remove unused GetPrefFonts() r=jdaggett
--HG--
extra : rebase_source : 67f5d30d568d9a5f91a11230c6d51c0a72736bc4
2015-05-19 19:39:51 +12:00
Karl Tomlinson 31cb4902f1 bug 1180010 make some methods protected and non-virtual r=jdaggett
--HG--
extra : rebase_source : 6fa2c2e7b13d516f629c833608dcdfce4eb6ce77
2015-03-13 16:00:10 +13:00
Karl Tomlinson 41e62ce1ec bug 1180008 don't measure size of decorations for override-redirect windows r=acomminos
--HG--
extra : rebase_source : fee0440498753be5b2c011d7915eb044cff90963
2015-04-21 19:52:00 +12:00
Karl Tomlinson 578ad122af bug 1180008 use mGdkWindow instead of finding it from gtk_widget_get_window(mShell) r=acomminos
Since https://hg.mozilla.org/mozilla-central/rev/9541dbf6e020#l2.184
there is only one GdkWindow per nsWindow.

The mGdkWindow pointer is cleared in OnContainerUnrealize() before the shell
widget destruction completes:
https://hg.mozilla.org/mozilla-central/annotate/50b95032152c/widget/gtk/nsWindow.cpp#l2480

--HG--
extra : rebase_source : fe6da6f16514bbb18f3ab65da3b21a2816bc23a0
2015-04-21 19:06:41 +12:00
Karl Tomlinson ff72a52865 bug 1180008 provide gtk_window_get_window_type for old GTK versions r=glandium
--HG--
extra : rebase_source : c1d1f1778f27152ce2e6470b44d77939f97cb777
2015-04-21 18:17:24 +12:00
Ehsan Akhgari 57a5698c57 Bug 1178745 follow-up: Mark overridden ComputeScrollClip() methods as override 2015-07-05 21:26:51 -04:00
John Daggett 0c8123a2d7 Bug 1171357 - log font matching for textruns. r=m_kato 2015-07-06 10:11:19 +09:00
Nicholas Nethercote 27c52263bb Bug 1180123 (part 2) - Minor nursery report fixes. r=terrence. 2015-07-03 00:49:40 -07:00
Nicholas Nethercote 39b01180b6 Bug 1180123 (part 1) - Report the size of the saved stacks sets. r=fitzgen.
--HG--
extra : rebase_source : e2a4247778e093ac37934878865e134ecc9aa062
2015-07-03 00:33:41 -07:00
Jonathan Kew e93a33b701 Bug 1180166 - Ensure all elements of tableBorderReset[] are properly initialized. r=dholbert 2015-07-05 20:27:53 +01:00
Sotaro Ikeda 813272f335 Bug 1112219 - Implement platform independent MediaResourceManager r=cpearce,bwu,nical 2015-07-05 11:56:04 -07:00
Sotaro Ikeda 05e6073126 Bug 1171257 - Add force decode ahead to MediaFormatReader r=jya,bholley 2015-07-05 09:39:30 -07:00
Ehsan Akhgari 67cd5d7755 Bug 1180350 - Use UseAudioChannelService more; r=baku 2015-07-05 11:02:33 -04:00
Kartikaya Gupta 247e9293b8 Bug 1145295 - Add some debug logging to try and trace an intermittent assertion. r=nical 2015-03-31 08:50:14 -04:00
Phil Ringnalda 8af7315e02 Merge m-c to m-i 2015-07-04 11:14:45 -07:00
Phil Ringnalda 4d5dc30f0f Merge b-i to m-c, a=merge 2015-07-04 11:12:20 -07:00
Phil Ringnalda 2af297c249 Merge m-i to m-c, a=merge 2015-07-04 11:07:23 -07:00
Ehsan Akhgari 70caaac6af Bug 1180355 - Initialize the AudioChannelAgent after AudioContext has gained a stable refcount; r=baku 2015-07-04 11:17:51 -04:00
ffxbld 3987b526e5 No bug, Automated blocklist update from host bld-linux64-spot-384 - a=blocklist-update 2015-07-04 03:30:42 -07:00
ffxbld 0c3c374174 No bug, Automated HPKP preload list update from host bld-linux64-spot-384 - a=hpkp-update 2015-07-04 03:30:40 -07:00
ffxbld 857d30b804 No bug, Automated HSTS preload list update from host bld-linux64-spot-384 - a=hsts-update 2015-07-04 03:30:37 -07:00
Xidorn Quan 1bff6caf2d Bug 1179123 followup - Skip fullscreen-api-race test on OS X. 2015-07-04 18:53:34 +10:00
Xidorn Quan 44c6576571 Bug 1179123 - Avoid crash when calling ExitFullscreenInDocTree with a detached fullscreen document with its root exited fullscreen state. r=smaug
--HG--
extra : source : 07fe72c5bc3c6f5a27fe4c8af09284f8123fd5b8
2015-07-04 15:12:13 +10:00
Xidorn Quan 593467d5da Bug 1179123 - Add mochitest for some race condition test for fullscreen api. rs=smaug
--HG--
extra : source : 172e341ce677b9112938950a09b0f983197c24d7
2015-07-04 15:12:13 +10:00
Phil Ringnalda e1b3bafbc3 Back out 0642a5722c59 (bug 1178382) for OS X reftest failures in 825999.html 2015-07-03 19:44:39 -07:00
Phil Ringnalda 193ea76e76 Merge m-c to b-i 2015-07-03 19:17:50 -07:00
Phil Ringnalda 900c693e30 Merge m-c to m-i 2015-07-03 19:15:06 -07:00
Phil Ringnalda b20f0f1c2a Merge b-i to m-c, a=merge 2015-07-03 19:12:38 -07:00
Phil Ringnalda 8c831d6371 Merge f-t to m-c, a=merge 2015-07-03 18:55:10 -07:00
B2G Bumper Bot 4870aae0d6 Bumping manifests a=b2g-bump 2015-07-03 18:52:35 -07:00
B2G Bumper Bot b009c91eff Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eed37c94d1a7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30825 from KevinGrandon/bug_1180340_autoland_readme

Bug 1180340 - Adjust readme for new autolander workflow

========

https://hg.mozilla.org/integration/gaia-central/rev/f79d8a33cbcc
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1180340 - Adjust readme for new autolander workflow
2015-07-03 18:50:36 -07:00
Juan Gomez 258ad59e3f Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj 2015-07-03 18:29:00 -07:00