Commit Graph

179377 Commits

Author SHA1 Message Date
Jeff Gilbert
11c989b444 Bug 999713 - Kill WS in files we want to touch. - r=kamidphish 2014-04-22 16:23:18 -07:00
Wes Kocher
5abf643c50 Backed out changeset 039b15c9b84e (bug 979345) for build bustage on a CLOSED TREE 2014-04-22 15:29:11 -07:00
Maksim Lebedev
b2db0d721f Bug 987078 - If pointerType is "mouse" and buttons > 0, then pressure must be 0.5. r=smaug 2014-04-22 14:27:02 -07:00
Maksim Lebedev
7906420c60 Bug 979345 - Implement "touch-action: manipulation" CSS value for Pointer Events. r=kats, r=botond, r=dbaron, r=mbrubeck 2014-04-22 14:27:02 -07:00
Byron Campen [:bwc]
f77a20158f 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
6111dfc390 Bug 999213 - Remove now-unnecessary cleanup logic in ~TabChild. r=smaug 2014-04-22 14:26:45 -07:00
Bobby Holley
d9a150c304 Bug 999213 - Make TabChildGlobal::mTabChild a strong reference and cycle-collect it. r=smaug 2014-04-22 14:26:45 -07:00
Bobby Holley
568bd8f32d Bug 999213 - Make TabChildBase implement nsISupports and cycle-collect it. r=smaug 2014-04-22 14:26:45 -07:00
Trevor Saunders
ddf9480cc5 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
415f46fd09 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
ca3c38f39b Bug 990353 - Flip off source discarding for XPCShell. r=fabrice 2014-04-22 14:08:29 -07:00
Bobby Holley
0e6f9b3a66 Bug 990353 - Flip on source discarding for b2g. r=bent 2014-04-22 14:08:28 -07:00
Bobby Holley
b04a43d9d7 Bug 990353 - Tests. r=bent 2014-04-22 14:08:28 -07:00
Bobby Holley
ce783bfe79 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
0e90eb6de0 Bug 990353 - Flag for discarding where appropriate. r=bent 2014-04-22 14:08:28 -07:00
Bobby Holley
821af78f26 Bug 990353 - Add a pref for system source discarding. r=bent 2014-04-22 14:08:28 -07:00
Bobby Holley
91dd463b40 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
abb4c327ea Bug 906525 - Re-enable PJS timeout tests. (r=nmatsakis) 2014-04-22 14:13:15 -07:00
Shu-yu Guo
39e83ad042 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
0b062501c2 Bug 984078 - Use the same border style for all menu items. r=karlt 2014-04-22 13:59:39 -07:00
Maksim Lebedev
1a180b86fc 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
50a37c8c05 Bug 939323 - Warn about XMLHttpRequest sendAsBinary usage. r=smaug 2014-04-22 13:59:39 -07:00
Martin Thomson
9ade181aa5 Bug 907770 - Part 2: Test changes for https support on b2g/android. r=jmaher 2014-03-14 11:25:48 -07:00
Martin Thomson
1239022073 Bug 907770 - Part 1: Making ssltunnel run for android and b2g mochitests. r=jmaher 2014-03-14 11:25:41 -07:00
Monica Chew
9598fb93b3 Bug 998396: Fix gethash completions, urlclassifier.malware_table and urlclassifier.phish_table may be comma-separated lists (r=gcp) 2014-04-22 09:46:46 -07:00
Ryan VanderMeulen
411bd2fa0e Merge m-c to inbound. 2014-04-22 13:07:17 -07:00
Ryan VanderMeulen
59b9ab5fc0 Merge fx-team to m-c. 2014-04-22 13:05:09 -07:00
Tom Schuster
fa1e0e25e8 Bug 992415 - Fix null checks in FilePickerParent::Done. r=jdm 2014-04-22 22:00:03 +02:00
Ryan VanderMeulen
2144e66473 Merge b2g-inbound to m-c. 2014-04-22 12:50:29 -07:00
Anuj Agarwal
50852028c6 Bug 984125 - Convert nsStringBundleService::mBundleMap to nsDataHashtable. r=ehsan 2014-04-22 12:48:46 -07:00
Andrew McCreight
368e957d20 Bug 998779 - Remove unused include of nsHashtable.h in nsMenuGroupOwnerX.mm. r=froydnj 2014-04-22 12:48:45 -07:00
Randell Jesup
04488d3bb4 Bug 998880: don't busy-wait in nsThread waiting for shutdown or DISPATCH_SYNC r=bsmedberg 2014-04-22 15:34:24 -04:00
Randell Jesup
1f9314c7a8 Bug 996487: don't null out mThread while committing thread suicide r=bsmedberg 2014-04-22 15:32:13 -04:00
Marty Rosenberg
a6efed9fd1 Bug 995542: Add extra consumers of the congruence-head when we split it from the class. (r=sstangl) 2014-04-22 15:11:36 -04:00
Richard Newman
8d51d82e0c Backed out changeset 1c88a6ab7034 (bug 999281) DONTBUILD 2014-04-22 10:35:35 -07:00
B2G Bumper Bot
1c5f62b1c1 Bumping manifests a=b2g-bump 2014-04-22 10:31:22 -07:00
B2G Bumper Bot
5ccaa8ad85 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b209dbf62fac
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #18527 from fcampo/split-fte-comms-import-999436

Bug 999436 - Move import-services dependencies

========

https://hg.mozilla.org/integration/gaia-central/rev/3e334c91c370
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 999436 - Import services dependencies - part1 - locales

========

https://hg.mozilla.org/integration/gaia-central/rev/a973059187f6
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #18342 from mcav/kill-ampm

Bug 978547 - [Clock] JavaScript functions should not rely on presence... r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/5caa89fc304a
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 978547 - [Clock] JavaScript functions should not rely on presence and position of localizable elements. r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/38a2f3b87e61
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #18130 from arcturus/885545-photo-blob

Bug 885545 - Create Blobs for Contact photos in the VCF importer

========

https://hg.mozilla.org/integration/gaia-central/rev/489ce1301792
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 885545 - Create Blobs for Contact photos in the VCF importer
2014-04-22 10:25:58 -07:00
B2G Bumper Bot
f9a484fb92 Bumping manifests a=b2g-bump 2014-04-22 10:16:24 -07:00
B2G Bumper Bot
ead98f76b3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4c54d883e936
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #17956 from DouglasSherk/965854-voicemail-sim-indicator

Bug 965854 - [DSDS][System] Display SIM indication in voicemail notification. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/0c000e9e4fce
Author: DouglasSherk <github@sherk.me>
Desc: Bug 965854 - [DSDS][System] Display SIM indication in voicemail notification. r=etienne
2014-04-22 10:10:58 -07:00
B2G Bumper Bot
dd4d145321 Bumping manifests a=b2g-bump 2014-04-22 09:51:24 -07:00
Jeff Beatty
c1d7860e74 Bug 999281 - Adds be, es-MX, id, and ms to mobile/android/locales/maemo-locales. r=mfinkle 2014-04-22 09:46:43 -07:00
B2G Bumper Bot
70014f49cf Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0927ccf3a87e
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 924833 - Re-enable test_receive_call.py" for requiring plivo, which isn't on the mirror

This reverts commit e582fc3be7030e0ce58e385b8951491f64913254.
2014-04-22 09:45:54 -07:00
Lucas Rocha
a7c2b0f762 Bug 999398 - Rename RawResource.get() to RawResource.getAsString() (r=nalexander) 2014-04-22 17:45:51 +01:00
B2G Bumper Bot
8fec72f3c8 Bumping manifests a=b2g-bump 2014-04-22 09:36:22 -07:00
B2G Bumper Bot
101dc0da7b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb2336812834
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #18476 from jrburke/bug998799-normalize-alameda-defines

Bug 998799 - alameda.js depends toString()-ing functions

========

https://hg.mozilla.org/integration/gaia-central/rev/933150b50980
Author: jrburke <jrburke@gmail.com>
Desc: Bug 998799 - alameda.js depends toString()-ing functions
2014-04-22 09:30:55 -07:00
B2G Bumper Bot
6ab5498380 Bumping manifests a=b2g-bump 2014-04-22 09:21:26 -07:00
B2G Bumper Bot
6d5bf355d6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7a950ba56959
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #18520 from zacc/bug_999355

Bug 999355 - Wait for 'render' class on appWindow to denote Gaia startup...

========

https://hg.mozilla.org/integration/gaia-central/rev/afd1dfb39c31
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 999355 - Wait for 'render' class on appWindow to denote Gaia startup r=bebe
2014-04-22 09:16:01 -07:00
B2G Bumper Bot
4b16b84512 Bumping manifests a=b2g-bump 2014-04-22 08:38:02 -07:00
Ed Morley
d853249331 Backed out changeset 96e274a243ff (bug 998396) for build failures; CLOSED TREE 2014-04-22 16:36:39 +01:00
B2G Bumper Bot
8765c72bee Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f4370aed91df
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #17593 from bobsilverberg/plivo_call

Bug 924833 - Re-enable test_receive_call.py

========

https://hg.mozilla.org/integration/gaia-central/rev/8732231c56a3
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 924833 - Re-enable test_receive_call.py

Add a step to check that there are credits available for making a call
Add test to manifest

Address code review comments:
- Fail when Plivo balance is insufficient
- Break out arguments to PlivoUtil __init__
- Use marionette.Wait for waiting
- Add a custom PlivoError exception
- General code cleanup

Address pull request comments:
- move check for balance into make_call in the utility class
- address syntax nits
- add custom message to custom exception
- change syntax for custom exceptions
2014-04-22 08:35:59 -07:00