Commit Graph

149782 Commits

Author SHA1 Message Date
Gaia Pushbot
fd6fc0705b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/38aeb2b8ee6e
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #12315 from mcjimenez/bug893807

Bug 893807 - [User Story] Home screen adapted to operator apps in case o

========

https://hg.mozilla.org/integration/gaia-central/rev/34ac87bd95d9
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 918432 - Operator apps are installed at a fixed position even when the SIM wasn't present at first boot
2013-09-30 00:45:24 -07:00
Gaia Pushbot
d20abf8560 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a49cc4c96039
Author: Yuren Ju <yurenju@gmail.com>
Desc: Revert "Bug 904105- part 2: create firefox extension"

This reverts commit 618299d02e6d8c613ca0f6f8efe9a1be69d76c9b.
2013-09-30 00:25:22 -07:00
Gaia Pushbot
7597bfe357 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f979ee591cf
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Merge pull request #11916 from reubenmorais/contacts-webidl"

This reverts commit 3286df632d9a1c47b667e888be2a98838d972c17, reversing
changes made to fb758390a5e926b8582816a6cce80804dd802b66.

This is breaking two Gaia-UI-tests:
https://travis-ci.org/mozilla-b2g/gaia/jobs/11945544
2013-09-30 00:10:23 -07:00
Gaia Pushbot
fdbfc6d36d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/479f26654c31
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #12486 from ian-liu/bluetooth/Bug895480_Bluetooth_app_tries_to_handle_Share_URL_activity_and_fails

Bug 895480 - Bluetooth app tries to handle Share URL activity and fails, r=@djf, gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/0a70431f376b
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 895480 - Bluetooth app tries to handle Share URL activity and fails
2013-09-29 23:15:23 -07:00
Reuben Morais
551b5f8e6c Backed out 8 changesets (bug 916267, bug 850430) for mochitest failures 2013-09-30 01:44:06 -03:00
Jim Blandy
5e75884e6a Bug 921582: Avoid a 'may be used uninitialized' warning. r=waldo
Specifically:

In file included from ./../../dist/include/js/CallArgs.h:39:0,
                 from ./../../dist/include/js/CallNonGenericMethod.h:12,
                 from /home/jimb/moz/dbg/js/src/NamespaceImports.h:15,
                 from /home/jimb/moz/dbg/js/src/builtin/Intl.h:10,
                 from /home/jimb/moz/dbg/js/src/builtin/Intl.cpp:12:
./../../dist/include/js/Value.h: In function ‘bool js::intl_CompareStrings(JSContext*, unsigned int, JS::Value*)’:
./../../dist/include/js/Value.h:653:58: warning: ‘res’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     JS_RETURN_LAYOUT_FROM_BITS(((uint64_t)(uint32_t)i32) | JSVAL_SHIFTED_TAG_INT32);
                                                          ^
/home/jimb/moz/dbg/js/src/builtin/Intl.cpp:968:13: note: ‘res’ was declared here
     int32_t res;
             ^
2013-09-29 21:18:26 -07:00
Jim Blandy
0a4f6d7144 Bug 919337: Use static_assert in double_conversion::BitCast. r=waldo 2013-09-29 21:18:26 -07:00
Kyle Huey
d82944e686 Bug 919457: Allow bindings specific to workers without the old-style worker ownership model. r=bz 2013-09-30 12:15:37 +08:00
Matt Woodrow
44a31062a6 Bug 920571 - Followup to copy all the pixel on the last line. r=bustage 2013-09-30 17:14:30 +13:00
Gaia Pushbot
ed5d036224 Bumping gaia.json for 7 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d84bb2c56059
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #12416 from yurenju/xpcshell3

Bug 904105- part 2: create firefox extension r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/06beaade26b0
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 904105- part 2: create firefox extension

create a firefox extension for building gaia. you can follow instructions to use this extension:

1. cd <GAIA_DIR>/tools/extensions/gaia-build@gaiamobile.org
2. FIREFOX="<FIREFOX_BIN_PATH>" make run
3. go to tools -> addons and enable gaia-build extension (default is disable)
4. go to url: about:gaia
5. select your gaia dir and click launch gaia

another firefox window will be opened and running gaia.

========

https://hg.mozilla.org/integration/gaia-central/rev/ef27b43db7f2
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11981 from rexboy7/fix-bug903278

Bug 903278 - [Dialer] Hide navbar when user enters contact detail. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/84566424f570
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 903728 - [Dialer] Hide navbar when user enters contact detail (P-4)

========

https://hg.mozilla.org/integration/gaia-central/rev/2ecaa9c9f666
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 903728 - [Dialer] Hide navbar when user enters contact detail (P-3)

========

https://hg.mozilla.org/integration/gaia-central/rev/2a64a1a755d2
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 903278 - [Dialer] Hide navbar when user enters contact detail (P-2)

========

https://hg.mozilla.org/integration/gaia-central/rev/15639f3465b5
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 903278 - [Dialer] Hide navbar when user enters contact detail
2013-09-29 20:30:25 -07:00
Cameron McCormack
55bb09ead5 Bug 921797 - Make nsCSSProps::BuildShorthandsContainingTable support -moz-appearance being a shorthand subproperty. r=bzbarsky 2013-09-30 13:23:43 +10:00
Kyle Huey
067126c359 Back out bug 919457 for build bustage. r=me 2013-09-30 10:41:23 +08:00
Kyle Huey
60f7948e75 Backed out changeset db16370f7cce 2013-09-30 10:39:33 +08:00
Kyle Huey
7df433eefc Bug 919457: Followup to fix bustage. r=me 2013-09-30 10:11:20 +08:00
Reuben Morais
a881a1fb9b Bug 916267 - Follow up, CLOBBER needed on Windows. 2013-09-29 22:45:23 -03:00
Matt Woodrow
d03a83ccb9 Bug 920571 - Don't read from the trailing stride on the last row of pixels when copying image data in SourceSurfaceCG. r=jrmuizel 2013-09-30 14:42:45 +13:00
Kyle Huey
b9565ad1bf Bug 919457: Allow bindings specific to workers without the old-style worker ownership model. r=bz 2013-09-30 09:37:26 +08:00
Matt Woodrow
c0acca2662 Bug 886999 - Backout c3a044164b5f for causing deadlocks (Bug 920979) 2013-09-30 14:31:50 +13:00
Reuben Morais
bd883159cf Bug 850430 - Treat key as an array on the Android contacts backend. r=me 2013-09-29 22:28:28 -03:00
Reuben Morais
b0224bc97c Bug 916267 - Remove XPIDL for MozContactChangeEvent. r=smaug 2013-09-29 22:22:43 -03:00
Reuben Morais
203aa552e6 Bug 850430 - Handle new defaults correctly in the Android contacts backend. r=cpeterson 2013-09-29 22:22:35 -03:00
Reuben Morais
303f9e42ea Bug 850430 - Handle 'pref' property correctly in the Android contacts backend. r=cpeterson 2013-09-29 22:22:35 -03:00
Reuben Morais
72b3ab2739 Bug 850430 - Handle Date properties consistently across the Contacts code. r=gwagner 2013-09-29 22:22:34 -03:00
Gijs Kruitbosch
2ee145a16d Merge mozilla-central and ux 2013-09-29 11:56:48 +02:00
Carsten "Tomcat" Book
5e0c15e8db merge mozilla--inbound to mc 2013-09-29 11:36:17 +02:00
Carsten "Tomcat" Book
4b47afca06 merge b2g-inbound to mc 2013-09-29 11:34:53 +02:00
Gregory Szorc
6f9c45b204 NO BUG - Document common build system targets, add requirements.txt
DONTBUILD (NPOTB)
2013-09-29 10:43:49 +02:00
Cameron McCormack
610115dec5 Bug 921795 - Make inDOMUtils::GetCSSValuesForProperty report "initial" not "-moz-initial". r=mina 2013-09-29 14:41:30 +10:00
Cameron McCormack
fbff651ff7 No bug - Comment typo fixes in nsCSSProps.h. (DONTBUILD) 2013-09-29 11:40:07 +10:00
Steve Workman
640ab78917 Backout 6a84bba784c9 and df399d443e57 (Bug 853423) for xpcshell failures 2013-09-28 16:20:59 -07:00
Ehsan Akhgari
dd0ebfdbf1 Forward declare gfxMatrix as a struct, no bug 2013-09-28 18:20:45 -04:00
Steve Workman
13684f2c06 Bug 853423 - Tests to verify speculative connection are blocked for local IP addresses r=mcmanus 2013-09-28 15:00:20 -07:00
Steve Workman
68ae0b0e0a Bug 853423 - Block speculative connections for local IP addresses r=mcmanus 2013-09-28 14:59:56 -07:00
Ehsan Akhgari
419addc4d6 Fix a broken #include guard, no bug 2013-09-28 17:17:44 -04:00
Ehsan Akhgari
95088a8476 Bug 919572 follow-up: remove two unused variables 2013-09-28 17:08:30 -04:00
Steve Workman
2d38e5e0e4 Backout 736a590cb652 and 0c409a9f58c9 (Bug 853423) due to xpcshell failures 2013-09-28 12:37:30 -07:00
Andrew Quartey
09470bc226 Bug 896273 - Make HTMLSelectElement::SetOptionsSelectedByIndex take a flag argument. r=Ms2ger 2013-09-28 15:04:20 -04:00
Andrew Quartey
823d74374e Bug 884935 - Align navigator.vibrate to spec. r=smaug 2013-09-28 14:58:38 -04:00
Steve Workman
38b912cd11 Bug 867755 - Add strong refcnting for derived classes of mozilla::image::Image r=seth 2013-09-28 11:28:44 -07:00
Steve Workman
71940cda4d Bug 867755 - Return already_AddRefed from GetStatusTracker instead of C++ ref r=seth 2013-09-28 11:28:44 -07:00
Steve Workman
c80463c39a Bug 867755 - Detect if DiscardTracker has shutdown r=seth 2013-09-28 11:28:44 -07:00
Steve Workman
3763714e33 Bug 867755 - Dispatch imgRequestProxy notifications r=seth 2013-09-28 11:28:43 -07:00
Steve Workman
afcf612b35 Bug 867755 - Make DiscardTracker thread-safe r=seth 2013-09-28 11:28:43 -07:00
Steve Workman
036d4ca49a Bug 867755 - Support OnDataAvailable and OnStopRequest off main thread for image loading r=seth 2013-09-28 11:28:42 -07:00
Steve Workman
a81ba47685 Bug 853423 - Tests to verify speculative connections are blocked for local IP addresses r=mcmanus 2013-09-28 11:08:18 -07:00
Steve Workman
f115cde0b6 Bug 853423 - Block speculative connections for local IP addresses r=mcmanus 2013-09-28 11:08:17 -07:00
Tim Taubert
d12a711890 Bug 586153 - Avoid tab panel ID collisions by using a monotonic counter; r=dolske 2013-09-28 20:07:07 +02:00
Tim Taubert
1b11e04c10 Bug 906462 - Remove noise backgrounds for about:newtab and about:home; r=dao
--HG--
rename : browser/themes/linux/newtab/noise.png => browser/themes/linux/devtools/noise.png
rename : browser/themes/osx/newtab/noise.png => browser/themes/osx/devtools/noise.png
rename : browser/themes/windows/newtab/noise.png => browser/themes/windows/devtools/noise.png
2013-09-28 18:38:47 +02:00
Tim Taubert
afa576f0c6 merge m-c to fx-team 2013-09-28 16:06:43 +02:00
Gaia Pushbot
479bcb9e98 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a313d5e13d4f
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12479 from alivedise/bugzilla/920944/two-homescreen-instance-in-b2gperf

Bug 920944 - Fix b2gperf, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/fc8a0445f77b
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 920944 - Fix b2gperf
2013-09-28 06:20:26 -07:00