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

356902 Коммитов

Автор SHA1 Сообщение Дата
Wes Kocher b0494d18ea Backed out changeset 039b15c9b84e (bug 979345) for build bustage on a CLOSED TREE 2014-04-22 15:29:11 -07:00
Maksim Lebedev a579feb770 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 02188c0e1a 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] 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
Martin Thomson 00ed9d62ef Bug 907770 - Part 2: Test changes for https support on b2g/android. r=jmaher 2014-03-14 11:25:48 -07:00
Martin Thomson 2739930979 Bug 907770 - Part 1: Making ssltunnel run for android and b2g mochitests. r=jmaher 2014-03-14 11:25:41 -07:00
Monica Chew d1212d39f6 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 e2cbddca2e Merge m-c to inbound. 2014-04-22 13:07:17 -07:00
Ryan VanderMeulen d27929529c Merge fx-team to m-c. 2014-04-22 13:05:09 -07:00
Tom Schuster 05d9a550f4 Bug 992415 - Fix null checks in FilePickerParent::Done. r=jdm 2014-04-22 22:00:03 +02:00
Ryan VanderMeulen e4daf0a0d5 Merge b2g-inbound to m-c. 2014-04-22 12:50:29 -07:00
Anuj Agarwal 15252448a5 Bug 984125 - Convert nsStringBundleService::mBundleMap to nsDataHashtable. r=ehsan 2014-04-22 12:48:46 -07:00
Andrew McCreight 32ca80d9ce Bug 998779 - Remove unused include of nsHashtable.h in nsMenuGroupOwnerX.mm. r=froydnj 2014-04-22 12:48:45 -07:00
Randell Jesup 3745474f9b 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 a39021aa83 Bug 996487: don't null out mThread while committing thread suicide r=bsmedberg 2014-04-22 15:32:13 -04:00
Marty Rosenberg 8772be6b45 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 0783da2ec6 Backed out changeset 1c88a6ab7034 (bug 999281) DONTBUILD 2014-04-22 10:35:35 -07:00
B2G Bumper Bot 6f65169861 Bumping manifests a=b2g-bump 2014-04-22 10:31:22 -07:00
B2G Bumper Bot 29a4ee2bc4 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 b5c43d58dd Bumping manifests a=b2g-bump 2014-04-22 10:16:24 -07:00
B2G Bumper Bot 640a3d113e 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 693d678bd8 Bumping manifests a=b2g-bump 2014-04-22 09:51:24 -07:00
Jeff Beatty 57be3642cc 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 017479f393 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 7417d5e925 Bug 999398 - Rename RawResource.get() to RawResource.getAsString() (r=nalexander) 2014-04-22 17:45:51 +01:00
B2G Bumper Bot 25d30ee15d Bumping manifests a=b2g-bump 2014-04-22 09:36:22 -07:00
B2G Bumper Bot 049505b1df 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 8131c3a010 Bumping manifests a=b2g-bump 2014-04-22 09:21:26 -07:00
B2G Bumper Bot 910a6e148b 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 b6bdfebcc7 Bumping manifests a=b2g-bump 2014-04-22 08:38:02 -07:00
Ed Morley 92378320da Backed out changeset 96e274a243ff (bug 998396) for build failures; CLOSED TREE 2014-04-22 16:36:39 +01:00
B2G Bumper Bot e5b232f348 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
B2G Bumper Bot 6992e6d8a7 Bumping manifests a=b2g-bump 2014-04-22 08:31:22 -07:00