Commit Graph

374086 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
93574c6c52 Merge mozilla-central to mozilla-inbound 2014-07-30 14:10:53 +02:00
Ted Mielczarek
3d7e8f6610 bug 1045662 - add an extra normcase to symbolstore.py path handling to fix Windows. r=gps 2014-07-30 08:00:59 -04:00
Carsten "Tomcat" Book
4e808ef3a7 merge mozilla-inbound to mozilla-central a=merge 2014-07-30 13:56:19 +02:00
Carsten "Tomcat" Book
e945476d43 merge fx-team to mozilla-central a=merge 2014-07-30 13:50:05 +02:00
Andrea Marchesini
1054e1f42a Bug 1036431 - Setting AudioContext.mozAudioChannelType should set the audiochannel in mStream as well, r=ehsan 2014-07-30 12:26:12 +01:00
B2G Bumper Bot
b8c43792d6 Bumping manifests a=b2g-bump 2014-07-30 01:06:22 -07:00
B2G Bumper Bot
e787a4ce97 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/549d40d59aed
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1045590- EventDispatcher.offAll can remove all handlers at once r=azasypkin
2014-07-30 01:00:34 -07:00
B2G Bumper Bot
a92e269b92 Bumping manifests a=b2g-bump 2014-07-30 00:21:36 -07:00
B2G Bumper Bot
23b42b565e Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2e0b3dca4137
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #22280 from eliperelman/bug-1037500-add-helper-for-clock-tests

Bug 1037500 - Adding perf helper to clock app to fix performance tests. r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/8eb75d9ff0c8
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1037500 - Adding perf helper to clock app to fix performance tests

========

https://hg.mozilla.org/integration/gaia-central/rev/e20d71ce260a
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #22232 from TheoChevalier/whatsnew-l10n

Bug 1045345 - What's new screen is not localized. r=fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/59eda1900579
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 1045345 - What's new screen is not localized

========

https://hg.mozilla.org/integration/gaia-central/rev/36f633988e48
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #22177 from steveck-chung/message-safe-lazyloader

Bug 1041967 - [Messages] do some safe lazy load to improve launch latency. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/7a13ce91ddff
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1041967 - [Messages] do some safe lazy load to improve launch latency. r=julienw
2014-07-30 00:15:36 -07:00
B2G Bumper Bot
862661f769 Bumping manifests a=b2g-bump 2014-07-30 00:08:32 -07:00
B2G Bumper Bot
869edaf684 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bdda2c66cc23
Author: Rudy Lu <me@rudy.lu>
Desc: Revert "Merge pull request #22204 from RudyLu/keyboard/Bug1020779-bottom_keys_alignment"

This reverts commit 1dd9769ebfc90ce02dca843dedd3e8a173a0454c, reversing
changes made to cc5af5e8130ad81fda59b49d8213fbd67e1a0ddd.
2014-07-30 00:08:20 -07:00
Karl Tomlinson
78909dbd39 crashtest for bug 990794
--HG--
extra : rebase_source : 8d6ff4e6fdfe51e32cca22ecaeb84b59c18ad4ae
2014-07-30 17:45:12 +12:00
Karl Tomlinson
574d7298b5 crashtest for bug 966636
derived from testcase by Atte Kettunen <attekett@gmail.com>

--HG--
extra : rebase_source : 8ec0f239e118d92e04b368490c49dd045bfc5ca5
2014-07-30 12:55:05 +12:00
Karl Tomlinson
3ddd5f9050 crashtest for bug 944851
based on testcase by Jesse Ruderman <jruderman@gmail.com>

--HG--
extra : rebase_source : f9bbe6e23afac15180a91e7c6d276483e4320d3a
2014-07-30 13:33:32 +12:00
Nathan Froyd
909d33279c Bug 1044162 - part 2 - remove JS_MODULES_PATH from the build system; r=mshal 2014-07-25 14:37:22 -04:00
Nathan Froyd
542214c4df Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Nathan Froyd
1e6f286857 Bug 1044162 - part 0c - add a way to recurse over the 'directory' elements of a hierarchy; r=mshal
We're going to build on top of INSTALL_TARGETS for the next patch, and
it's easiest to do so if we can look at the 'directories' in the
hierarchy, rather than the individual strings.
2014-07-25 14:35:02 -04:00
Nathan Froyd
c9f1e89c3d Bug 1044162 - part 0b - add __{get,set}item__ to HierarchicalStringList; r=mshal
I am slightly surprised that we haven't needed this before, but the
motivating idea behind this is wanting to do:

VARIABLE.with.some["non-pythonic-identifier"] += ...

It seems unfortunate that the behavior is completely overridden by
subclasses, but I don't see a good way around that.
2014-07-25 14:29:57 -04:00
Nathan Froyd
d6ed55758e Bug 1044162 - part 0a - make additions to EXTRA_JS_MODULES use += instead of =; r=mshal
Straight assignments to HierarchicalStringList, which we'll change
EXTRA_JS_MODULES to in a later patch, don't work.  This change, in
addition to making things work as expected later on, also is more
consistent with existing practice.
2014-07-25 13:50:55 -04:00
Jonathan Kew
2f49b70d25 bug 1028136 - Remove dangerous public destructor of FontFamilyList. r=jdaggett 2014-07-30 09:15:00 +01:00
Amogh Pradeep
4ad0834c67 Bug 1029548 - Add a toast notification for adding search engines from long tap. r=rnewman 2014-07-18 03:13:00 +02:00
Ashish Madeti
2eae6b08ca Bug 1012720 - Fix deleting in prototype getters in Fennec code. r=jchen 2014-07-29 09:27:00 +02:00
Brian Grinstead
e92298ac3f Bug 1045333 - Refactor toolbox.toggleSplitConsole. r=jwalker 2014-07-29 11:50:00 +02:00
Jordan Santell
58bae0c20a Bug 1034295 - Add e10s support to shader editor. r=vp, r=jryans 2014-07-29 13:57:00 +02:00
Simonas Kazlauskas
2c50b6a7dc Bug 1018595 – Remove context menu padding in linux. r=dao 2014-07-18 17:23:38 +03:00
Sami Jaktholm
22284ce286 Bug 978688 - Style Editor: Don't bypass cache when loading content of .css files. r=harth 2014-07-28 23:49:00 +02:00
Michael Pruett
e5f127d890 Bug 570175 - Add tests for cookie exception permissions. Original patch by Mehdi Mulani. r=unfocused 2014-07-27 23:16:10 -05:00
Wes Kocher
b1f20f9c54 Merge m-c to fx-team 2014-07-29 17:21:24 -07:00
Erik Vold
15ea581c66 Bug 1045115 - Uplift Add-on SDK to Firefox r=me 2014-07-29 17:14:18 -07:00
Wes Kocher
10853dd305 Merge inbound to m-c a=merge 2014-07-29 17:01:18 -07:00
Wes Kocher
c3fdde7659 Merge b2g-inbound to m-c a=merge 2014-07-29 16:42:15 -07:00
B2G Bumper Bot
9029cc988a Bumping manifests a=b2g-bump 2014-07-29 13:51:56 -07:00
B2G Bumper Bot
f26f1135cf Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4024e28dbc44
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Merge pull request #22001 from mikehenrty/bug-1038988-wallpaper-flatten"

This reverts commit 8abddb42a444dd165332e6642133932a04020b50, reversing
changes made to 90bb50d59cffda27e1bf035c9590a5f3062e4832.
2014-07-29 13:50:33 -07:00
B2G Bumper Bot
60409fe727 Bumping manifests a=b2g-bump 2014-07-29 12:17:10 -07:00
B2G Bumper Bot
4e1ee11dba Bumping manifests a=b2g-bump 2014-07-29 11:37:17 -07:00
B2G Bumper Bot
3d0bc27517 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3ebe8f47e643
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #22238 from cctuan/1044265

Bug 1044265 - [B2G][Contacts] When adding a phone number the subtext letters on the keypad dissapear when long pressed

========

https://hg.mozilla.org/integration/gaia-central/rev/e5111edbdbd5
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1044265 - [B2G][Contacts] When adding a phone number the subtext letters on the keypad dissapear when long pressed
2014-07-29 11:30:34 -07:00
Gregory Szorc
3fc79058a2 Bug 1014524 - Add HotfixProvider to XPCOM manifest; r=rnewman
--HG--
extra : rebase_source : 09108f61288d86f2739945ffa9efc79b9587c72a
2014-07-29 11:11:51 -07:00
Margaret Leibovic
2212f0e06e Bug 1042189 - Animation for selecting a suggestion/history item. r=eedens 2014-07-29 14:56:09 -07:00
Margaret Leibovic
c3aa3b0627 Bug 1045819 - Specify gravity on fragments for margin to take effect on gingerbread. r=eedens 2014-07-29 14:56:06 -07:00
Eric Edens
a73c0edcd4 Bug 1045648 - Sometimes header is not removed from results page. r=margaret 2014-07-29 12:56:29 -07:00
B2G Bumper Bot
b89e1ff39e Bumping manifests a=b2g-bump 2014-07-29 11:01:57 -07:00
B2G Bumper Bot
dc56c4824d Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/645812b1c111
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1045729 - Disable failing test, Edges gesture > "before each" hook
2014-07-29 11:00:34 -07:00
Terrence Cole
0b05d24c84 Backed out changeset eefad3e4e594 for valgrind failures on a CLOSED TREE.
--HG--
extra : rebase_source : b5b018f5a5f23fe12600e64508ef075794d707fe
2014-07-29 10:47:32 -07:00
Oleg Romashin
a52ac8a09b Bug 966814 - Build with disabled X11 on linux failing to compile. r=ted 2014-07-29 19:21:08 +02:00
Brian Hackett
450a348f37 Bug 1028580 - Fold and/or and condition tests before critical edge splitting, r=sunfish. 2014-07-29 09:18:14 -08:00
Max Vujovic
26438b6e9c Bug 948265 - Keep track of the filter region for each FilterPrimitiveDescription. r=mstange 2014-07-29 09:48:16 -07:00
Paul Adenot
f7f24c3721 Bug 1045018 - Make webrtc.org code use mozilla_set_coreaudio_notification_runloop. r=gcp 2014-07-29 18:45:06 +02:00
Paul Adenot
559f8bc457 Bug 1045018 - Make cubeb_audiounit.c use the new cubeb_set_coreaudio_notification_runloop function. r=kinetik 2014-07-29 18:45:06 +02:00
Paul Adenot
83a41ca38f Bug 1045018 - Implement a thread safe singleton to allow setting kAudioHardwarePropertyRunLoop property to NULL only once. r=gcp 2014-07-29 18:45:05 +02:00
Paul Adenot
2e14d9f533 Bug 1027713 - Disable test_stress on windows 8 as well. 2014-07-29 18:45:05 +02:00