Commit Graph

357048 Commits

Author SHA1 Message Date
Alex Deaconu
6e7e82ed9b Bug 959185 - Changed access modifiers of methods and variables unused outside toolbar package from 'public' to 'default' or 'private'. r=vp 2014-04-19 15:17:17 +03:00
Ryan VanderMeulen
94707f27ce Bug 999616 - Update pdf.js to version 1.0.68. r=Mossop, r=yury 2014-04-22 13:25:20 -07:00
Ryan VanderMeulen
f45316fa1d Merge m-c to fx-team. 2014-04-22 13:07:47 -07:00
Paolo Amadini
5824bdf058 Bug 995184 - Copy the legacy "promise.js" implementation from the Add-on SDK to devtools. r=past 2014-04-22 20:55:01 +01:00
Jared Wein
16813bb9e1 Bug 997684 - Tooltips in the panel menu shouldn't end with an ellipsis and shouldn't use title capitalization. r=dao 2014-04-22 15:47:37 -04:00
Mihai Sucan
e11ac134bf Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
Star Cheng
17f2e922e9 Bug 984498: add new a parameter(audiochannel type) to AudioContext API. r=roc 2014-04-18 14:06:23 +08:00
Wes Kocher
ad334fd83f Merge m-c to b2g-inbound 2014-04-22 19:59:02 -07:00
B2G Bumper Bot
186025c9b0 Bumping manifests a=b2g-bump 2014-04-22 19:52:03 -07:00
B2G Bumper Bot
5c6b20a68c Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b925a8a20bfd
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Merge pull request #18485 from allstarschh/Bug998884

Bug 998884 - NFC: fix jshint error for NFC files. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/3fc6b683b3ca
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 998884 - NFC: fix jshint error for NFC files. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/a680fbdea5c7
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Merge pull request #18480 from allstarschh/Bug997075

Bug 997075 - NFC: a is undefined in nfc_util.js line 208. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/740d577b9e61
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 997075 - NFC: a is undefined in nfc_util.js line 208. r=alive
2014-04-22 19:45:40 -07:00
B2G Bumper Bot
993189102f Bumping manifests a=b2g-bump 2014-04-22 19:40:17 -07:00
B2G Bumper Bot
fc46e6bd03 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 999537 - [Music2] Icon paths are wrong

========

https://hg.mozilla.org/integration/gaia-central/rev/04ab1e5cc07f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 999537 - [Music2] Icon paths are wrong r=me
2014-04-22 18:55:18 -07:00
Dave Hylands
41d9ebbbf3 Bug 998097 - Make DeviceStorageUsedSpaceCache use a thread-safe ref count. r=ehsan
DeviceStorageUsedSpaceCache uses the LazyIdleThread, and the underlying OS
thread can change from time to time, which in turn triggers a not thread safe
assert in the reference counting code.
2014-04-22 18:31:04 -07:00
Fabrice Desré
186297c02a Backout 1ff975b6a290 for errors showing up in logcat. 2014-04-22 17:59:21 -07:00
B2G Bumper Bot
0d88b1e25e Bumping manifests a=b2g-bump 2014-04-22 15:21:18 -07:00
B2G Bumper Bot
bf452d44a4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/861186d59a0e
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #18215 from jmcanterafonseca/fix_utils_config

Bug 994690 - Refactor config loader to use promises and add unit tests t...

========

https://hg.mozilla.org/integration/gaia-central/rev/b64cde639b22
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 994690 - Refactor config loader to use promises and add unit tests to it
2014-04-22 15:15:49 -07:00
B2G Bumper Bot
525f9d7fa1 Bumping manifests a=b2g-bump 2014-04-22 15:11:46 -07:00
B2G Bumper Bot
b6de74b96e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c0f71a53255
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #18541 from dmarcos/bug996594

Bug 996594 - [Camera][Madai] Settings font size - The setting text is bi...

========

https://hg.mozilla.org/integration/gaia-central/rev/44a65b9d002e
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 996594 - [Camera][Madai] Settings font size - The setting text is bigger than the list of values
2014-04-22 15:00:39 -07:00
Byron Campen [:bwc]
6f58a1c0ad Bug 970734 - Part 1: When ICE fails, log a pointer to about:webrtc in the JS console. r=jib 2014-04-10 10:33:08 -07:00
Bobby Holley
3ef3111967 Bug 999213 - Remove now-unnecessary cleanup logic in ~TabChild. r=smaug 2014-04-22 14:26:45 -07:00
Bobby Holley
d9d1ffd373 Bug 999213 - Make TabChildGlobal::mTabChild a strong reference and cycle-collect it. r=smaug 2014-04-22 14:26:45 -07:00
Bobby Holley
ef61921fa4 Bug 999213 - Make TabChildBase implement nsISupports and cycle-collect it. r=smaug 2014-04-22 14:26:45 -07:00
Trevor Saunders
7f0112dc09 bug 998959 - remove xpt headers from system headers list r=bsmedberg
These headers were added with the initial support for hidden visibility
in bug 273336.  At that time this code probably lived in libxpcom and needed to
be callable outside of that, but that's not true anymore.  At this point not
linking this code into libxul seems like madness, so we
might as well stop calling them system headers so we stop exporting them
from libxul.
2014-04-21 10:48:45 -04:00
Bobby Holley
bef3900938 Bug 990353 - Make discardSource a Sandbox option and use it (even in Desktop) for the precompilation scope. r=luke 2014-04-22 14:08:29 -07:00
Bobby Holley
8c7cf2c1e6 Bug 990353 - Flip off source discarding for XPCShell. r=fabrice 2014-04-22 14:08:29 -07:00
Bobby Holley
60ea4d2766 Bug 990353 - Flip on source discarding for b2g. r=bent 2014-04-22 14:08:28 -07:00
Bobby Holley
8ae876fba5 Bug 990353 - Tests. r=bent 2014-04-22 14:08:28 -07:00
Bobby Holley
58c382e9e3 Bug 990353 - Give tests/chrome its own moz.build file, like tests/mochitest. r=mshal
We also add a mochitest.ini file, which will eventually be used for http-served
files that are associated with chrome mochitests.
2014-04-22 14:08:28 -07:00
Bobby Holley
e1d5378ac6 Bug 990353 - Flag for discarding where appropriate. r=bent 2014-04-22 14:08:28 -07:00
Bobby Holley
2a54864f28 Bug 990353 - Add a pref for system source discarding. r=bent 2014-04-22 14:08:28 -07:00
Bobby Holley
9766fa5987 Bug 990353 - Make the decision to discard source entirely per-global, rather than per-script. r=luke
This is effectively a policy decision based on the kind of code we expect to be
running somewhere. This is in contrast to lazy source, which is often a practical
per-script consideration of whether or not we can retrieve the source if requested.

More importantly, tracking this information on the global is much easier to
get right than tracking it on the script.
2014-04-22 14:08:27 -07:00
Shu-yu Guo
e7a69983be Bug 906525 - Re-enable PJS timeout tests. (r=nmatsakis) 2014-04-22 14:13:15 -07:00
Shu-yu Guo
37a4de0a84 Bug 998997 - Use PROT_NONE on POSIX and PAGE_NOACCESS on Windows when protecting JIT code. (r=luke) 2014-04-22 14:13:14 -07:00
Martin Stransky
00f0b8ed2f Bug 984078 - Use the same border style for all menu items. r=karlt 2014-04-22 13:59:39 -07:00
Maksim Lebedev
d25fe4c190 Bug 970220 - Set relatedTarget property of all pointer events to null after invoking the setPointerCapture method on an element. r=smaug 2014-04-22 13:59:39 -07:00
Jefry Lagrange
3b76d91c36 Bug 939323 - Warn about XMLHttpRequest sendAsBinary usage. r=smaug 2014-04-22 13:59:39 -07:00
Benjamin Smedberg
26aa525998 Bug 992995 - Implement the plugin whitelist for the following plugins/bugs. r=gfritzsche
* bug 979849 - Unity
* bug 980133 - Cisco Jabber SDK
* bug 980772 - McAfee Security Scanner
* bug 981403 - Cisco VGConnect for directv.com
* bug 981905 - Cisco Jabber Guest
* bug 982045 - Estonian ID card
* bug 984441 - coupons.com
* bug 987056 - Nexus Personal BankID
* bug 988119 - gradecam
* bug 988781 - Smart Card Plugin
* bug 989096 - Cisco WebEx
* bug 990067 - Skype
* bug 990068 - Facebook video calling
* bug 990069 - MS Office Lync plugin
* bug 990286 - VidyoWeb plugin
2014-04-07 14:07:12 -04:00
Lucas Rocha
b56e88ab13 Bug 994195 - Add tests for RawResource (r=margaret) 2014-04-22 14:53:59 +01:00
Eugen Sawin
8c4799afd5 Bug 611556 - Add persistent zoom history sessions. r=roc, r=snorp 2014-04-07 13:43:58 +02:00
Girish Sharma
38bf8096d0 Bug 988569 - Some fine tuning to suggestions showing logic. r=harth 2014-04-19 18:15:51 +05:30
vivek
058e3a8dc1 Bug 997996 - Make ToolbarComponent.dismissEditingMode use the cancel editing mode button. r=mcomella 2014-04-21 13:27:00 +02:00
Heather Arthur
7a88b6f747 Bug 993162 - Make default indent size 2 spaces. r=jwalker 2014-04-20 22:28:00 +02:00
Carsten "Tomcat" Book
9c58c649d9 Merge m-c to fx-team 2014-04-22 12:34:37 +02:00
Carsten "Tomcat" Book
3ccf8c1370 merge b2g-inbound to mozilla-central 2014-04-22 12:29:34 +02:00
Carsten "Tomcat" Book
1da21ee2ce merge fx-team to mozilla-central 2014-04-22 12:27:12 +02:00
Carsten "Tomcat" Book
d446a5de59 merge mozilla-inbound to mozilla-central 2014-04-22 12:25:22 +02:00
Dão Gottwald
3fcc3b9819 Backed out changeset 1adbd1657ba1 2014-04-22 12:17:46 +02:00
Carsten "Tomcat" Book
a24ff80a87 Backed out changeset a6a7df40f00a (bug 997239) for causing regresssions per #devtools 2014-04-22 12:08:10 +02:00
Phil Ringnalda
dbe8565e0e Back out 3df94ef87444 (bug 999266) for build bustage
CLOSED TREE
2014-04-21 21:57:06 -07:00
B2G Bumper Bot
4b2610a783 Bumping manifests a=b2g-bump 2014-04-21 19:48:21 -07:00