Commit Graph

210047 Commits

Author SHA1 Message Date
Kyle Huey
86759d5aa1 Bug 979835: Stub out dead parts of quickstubs. r=bz 2014-10-14 13:15:15 -07:00
Olli Pettay
c75b15bcb8 Bug 874050, Make Nofification's click event cancelable, r=wchen
--HG--
extra : rebase_source : c78a2bb9943c67e9baa7cf9a2af6bbe8188f0040
2014-10-14 22:53:58 +03:00
Jonathan Kew
2ba2c95409 Bug 1082083 - Apply division to the y-coordinate only, not to the point as a whole. r=jdaggett 2014-10-14 20:56:08 +01:00
Jonathan Kew
d4851151e9 Bug 984087 - Remove inappropriate font.minimum-size.th setting for Android/B2G platforms. r=patryk 2014-10-14 20:56:06 +01:00
Terrence Cole
79e2a22a3a Bug 1082299 - Remove ConservativeGCData, it really is totally unused now; r=sfink
--HG--
extra : rebase_source : aaf21cc425118c446a2a35f3d0d9716efdd5e434
2014-10-13 19:19:07 -07:00
Ryan VanderMeulen
e04b1adfbc Backed out changeset 8754d79ca14c (bug 1008091) for B2G cpptest permafail.
CLOSED TREE
2014-10-14 13:43:55 -04:00
Dave Hunt
1d80622176 Bug 1078274 - [mozdevice] Add memtotal to getInfo with implementation in DeviceManagerADB. r=wlach 2014-10-14 13:43:22 -04:00
Ryan VanderMeulen
54efb8f769 Backed out changeset f156971f0f4d (bug 1074832) for Android crashes.
CLOSED TREE
2014-10-14 12:41:43 -04:00
Ryan VanderMeulen
a7bf27744e Backed out changeset 16706b686cec (bug 1078274) for B2G cpptest permafail.
CLOSED TREE
2014-10-14 12:36:15 -04:00
Brian Marshall
22e9394cb8 Bug 1079311 - Unlock mutex before logging error in RegisterContractIDLocked. r=bsmedberg 2014-10-08 16:08:28 -07:00
Masayuki Nakano
0dce5a393a Bug 1081992 Needs null check at notifying TextComposition of composition event being discarded r=smaug 2014-10-15 00:40:06 +09:00
Ehsan Akhgari
1d962eb79e Bug 839838 - Implement DOMRequest.then; r=sicking,bzbarsky
This is implemented by creating a Promise object internally and
forwarding the .then() call to it. Any further callbacks passed to
future .then() calls will be added as callbacks on the same internal
promise object. We also take care of resolving or rejecting the promise
if the success/error event of the DOMRequest object has been fired
before .then() is called.
2014-10-11 09:46:01 -04:00
Georg Fritzsche
6c2570bcd8 Bug 1079312 - Fix invalid log.warning() to log.warn(). r=irving 2014-10-09 18:02:25 +02:00
Ms2ger
aa2acf8255 Bug 932350 - Re-enable dom-level0 tests.
They were disabled because the folder name is similar to the unrelated
dom-level1-core, dom-level2-core and dom-level2-html folders.
2014-10-14 16:55:13 +02:00
Michal Novotny
4aecc38cad Bug 1074832 - CacheIndex merges journal with pending updates incorrectly, r=honzab 2014-10-14 16:33:06 +02:00
Andreas Tolfsen
5c2a5dfc29 Bug 1081139 - Document Marionette's wait and expected modules. r=ahal 2014-10-10 09:11:00 -04:00
Felipe César
48f098d039 Bug 1080017 - Don't send Geolocation messages during shutdown. r=jdm 2014-10-13 17:28:00 -04:00
Dave Hunt
e14e645bb8 Bug 1078274 - [mozdevice] Add memtotal to getInfo with implementation in DeviceManagerADB. r=wlach 2014-10-13 03:10:00 -04:00
Ethan Tseng
e563e6650a Bug 1072050 - Add pref for setting device identifier in UA string. r=khuey, sr=sicking 2014-10-02 11:44:29 +08:00
Julien Pagès
ca7af2b043 Bug 1064731 - [mozversion] Add unit test to cover the case when binary is a symlink. r=dhunt 2014-10-14 04:00:00 -04:00
Daniel Stenberg
7b66a73c83 Bug 1008091 - Send network change events on FxOS and Linux. r=sworkman 2014-10-14 04:44:00 -04:00
Ryan VanderMeulen
0b5623dde3 Bug 932350 - Re-enable the dom-level* mochitests on desktop platforms. 2014-10-14 10:31:15 -04:00
Gabor Krizsanits
82bc04722e Bug 1081677 - Fixing multiple DOMContentLoaded issue for imports. r=smaug 2014-10-14 14:02:15 +02:00
Carsten "Tomcat" Book
4eee2c1db0 Merge m-c to mozilla-inbound 2014-10-14 15:50:03 +02:00
Carsten "Tomcat" Book
44aec2320c merge mozilla-inbound to mozilla-central a=merge 2014-10-14 15:41:43 +02:00
Carsten "Tomcat" Book
89f74431d5 merge fx-team to mozilla-central a=merge 2014-10-14 15:35:51 +02:00
Benoit Jacob
d98ef5d0e7 Bug 1082277 - WebGL2: Catch GL errors such as OUT_OF_MEMORY in texStorage entry points - r=jgilbert 2014-10-14 08:55:08 -04:00
Benoit Jacob
5301476dad Bug 1082248 - Skip redundant deferred texture image initialization when doing full-image updates - r=jgilbert 2014-10-14 08:54:52 -04:00
Michal Novotny
67ca32932b Bug 1066915 - Assertion failure: aEntry->IsDirty(), in mozilla::net::CacheIndex::UpdateEntryInIndex, r=honzab 2014-10-14 15:12:42 +02:00
Gian-Carlo Pascutto
8049ee3516 Bug 1050108 - Remove superfluous member variables in PrefixSet. r=mmc 2014-10-14 13:16:11 +02:00
Gian-Carlo Pascutto
9176ca811b Bug 1050108 - Avoid race condition during memory report collection. r=njn 2014-10-14 13:15:50 +02:00
Carsten "Tomcat" Book
06d5d829cd Backed out changeset 3193763d0a3b (bug 1069222) for M1 test failures 2014-10-14 12:39:08 +02:00
Alex Bardas
3e93f8e3f7 Bug 1082130 - Test if window closed before signing in the user in fxAccounts. r=markh 2014-10-13 22:53:37 -07:00
Matthew Noorenberghe
04a1f030be Bug 1079656 - Make the Loop Account menu item work after a restart. r=jaws
--HG--
extra : rebase_source : 2eaec891d86c1920fd25eac99c6126f9308f8d2a
2014-10-13 22:47:47 -07:00
Mark Hammond
14683bb09e Bug 1058442 - sanitize.js now passes the date range being cleared to the permission manager and content pref service. r=MattN 2014-10-14 16:03:31 +11:00
Ethan Tseng
95ee7b6d17 Bug 1014579 - [RTSP][V2.0] Full screen mode message shows null host when open in a new tab. r=sworkman 2014-10-14 11:47:03 +08:00
B2G Bumper Bot
f988df08ea Bumping manifests a=b2g-bump 2014-10-14 01:01:53 -07:00
B2G Bumper Bot
3e6f5ef8e2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3e3eb020773e
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #25087 from zbraniecki/941969-optimize-js-for-system-app

Bug 941969 - Optimize JS for system app. r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/7f62aef20e94
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 941969 - Optimize JS for system app
2014-10-14 00:55:45 -07:00
B2G Bumper Bot
8c401b2c50 Bumping manifests a=b2g-bump 2014-10-14 00:31:52 -07:00
B2G Bumper Bot
47c552811e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c61922d00c89
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #23897 from gasolin/issue-973445-4

Bug 973445 - [settings] refactor Sound panel with AMD pattern, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/d67b5277ca4e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 973445 - [settings] refactor Sound panel with AMD pattern

- use promise
- modulize slider_handler

========

https://hg.mozilla.org/integration/gaia-central/rev/fd69f23be436
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #25007 from eliperelman/bug-1070615-manual

Bug 1070615 - Manual performance test for start of system app. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/859ba606b626
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1070615 - Manual performance test for start of system app
2014-10-14 00:25:43 -07:00
B2G Bumper Bot
e184ac8cc7 Bumping manifests a=b2g-bump 2014-10-14 00:18:56 -07:00
B2G Bumper Bot
62fc9dbcf6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3e009407dbed
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #25039 from etiennesegonzac/bug-1080513

Bug 1080513 - Cover the permission prompts + attention screens behavior with an integration test r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/ab58292d73b1
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1080513 - Cover the permission prompts + attention screens behavior with an integration test
2014-10-14 00:18:42 -07:00
David Major
632bb69f95 Bug 1061335 - Part 3: Switch Win32 builders to VS2013. r=glandium sr=bsmedberg 2014-10-14 15:31:23 +13:00
Randell Jesup
1c4c354396 Backed out changesets ef6465b02d0d f749e3f70ffc ecd54a3fbfdd 8f472a850073 (bug 879717) 2014-10-13 22:18:22 -04:00
Wes Kocher
f5aa6677ce Merge m-c to inbound a=merge 2014-10-13 19:02:56 -07:00
Wes Kocher
cd9f702b23 Merge inbound to m-c a=merge 2014-10-13 18:50:20 -07:00
Jed Davis
1f08c3f878 Bug 1080077 - For sandbox failures with no crash reporter, log the C stack. r=kang
This is mostly for ASAN builds, which --disable-crash-reporter, but also
fixes a related papercut: debug builds don't use the crash reporter
unless overridden with an environment variable.

Note: this is Linux-only, so NS_StackWalk is always part of the build;
see also bug 1063455.
2014-10-13 18:48:17 -07:00
L. David Baron
e7b6979803 Bug 1082265 followup - Remove obsolete comment. DONTBUILD 2014-10-13 18:33:52 -07:00
L. David Baron
6ce054de5e Bug 1082265 - Rewrite split-profile.pl in python.
This adds arguments for the paths to jprof, the program being profiled,
and the jprof profile itself, so I don't need to modify my local copy of
split-profile.pl to fix those.

DONTBUILD

--HG--
extra : transplant_source : %97%D5%A6%1C%A86%5E%AC%F7%FB%A7%8D%B0L%1D%17%FDK%EA%9F
2014-10-13 18:20:21 -07:00
Wes Kocher
5ab77fbf37 Merge fx-team to m-c a=merge 2014-10-13 18:15:04 -07:00