Commit Graph

186276 Commits

Author SHA1 Message Date
Ryan VanderMeulen
bbe0519957 Merge fx-team to m-c. 2014-05-30 16:04:16 -04:00
Ryan VanderMeulen
341b17e756 Backed out 2 changesets (bug 1016738, bug 1017150) for spikes in GC-related crashes.
Backed out changeset 93c5b9181c84 (bug 1016738)
Backed out changeset c3ce56241969 (bug 1017150)
2014-05-30 15:23:02 -04:00
Mike Shal
c76261e09a Bug 1018365 - Remove useless $(shell); r=glandium 2014-05-30 15:19:25 -04:00
Andrea Marchesini
83ca441afb Bug 957086 - patch 4 - Correct permissions for apps, r=ehsan
--HG--
rename : dom/datastore/tests/test_basic.html => dom/datastore/tests/test_bug957086.html
2014-06-03 15:36:46 +01:00
Andrea Marchesini
25525c33ed Bug 957086 - patch 3 - DataStoreService in C++ OOP, r=janv 2014-06-03 15:36:46 +01:00
Andrea Marchesini
5cd12928e4 Bug 957086 - patch 2 - DataStoreService in C++, r=ehsan, r=bz, r=janv 2014-06-03 15:36:46 +01:00
Andrea Marchesini
1900e87270 Bug 957086 - patch 1 - nsIDataStore instead DataStore.jsm, r=ehsan
--HG--
rename : dom/datastore/DataStoreImpl.jsm => dom/datastore/DataStoreImpl.js
2014-06-03 15:36:46 +01:00
Geoff Brown
a75e202c68 Bug 986172 - Enable robocop testDoorHanger on Android 2.3; r=me 2014-06-03 08:19:38 -06:00
Geoff Brown
9f04be3a68 Bug 1019604 - Avoid mochitest cleanup failure following error; r=jmaher 2014-06-03 08:19:37 -06:00
Mats Palmgren
2d2ff74e34 Bug 1015844 - part 2, Add a call to ReflowOverflowContainerChildren() to reflow abs.pos. overflow containers. r=roc
nsColumnSetFrame puts true overflow containers on the principal child list
(which may then get pushed to the overflow list), but overflow containers
for abs.pos. children still go on the kOverflowContainersList and
kExcessOverflowContainersList lists as usual.
2014-06-03 14:17:14 +00:00
Mats Palmgren
cb0c5f1260 Bug 1015844 - part 1, Only force the search to normal flow child lists for true overflow containers. r=roc 2014-06-03 14:17:14 +00:00
Amol Mundayoor
a3f62dd69c Bug 1012632 - IonMonkey: Recover Mod instructions. r=nbp 2014-06-03 07:10:26 -07:00
Markus Stange
4afbfc077b Bug 1018461 - Allow active scrolling inside SVG. Should give a big tscrollx win. r=roc 2014-06-03 15:55:58 +02:00
Brian R. Bondy
5ba2295fc8 Bug 1018598 - Shutdown jump list thread correctly to avoid debug assertions. r=jimm 2014-06-03 09:26:14 -04:00
Brian R. Bondy
e479623228 Bug 724423 - Fix jump list favicon cleanup. r=jimm 2014-06-03 09:26:11 -04:00
Markus Stange
508c4ef238 Bug 1018464 - Make ContainerState::FindOpaqueBackgroundColorFor look through holes in display items. r=roc
--HG--
extra : rebase_source : 69d82381327e1114a6264d5ed360dd16aca39166
2014-06-03 14:50:42 +02:00
Markus Stange
598c605e7d Bug 1018464 - Add nsDisplayItem::IsInvisibleInRect API to expose holes in display items. r=roc
--HG--
extra : rebase_source : 9f362283113c0ce925ca81c3613ac8c6d19dfebe
2014-06-03 14:48:16 +02:00
Markus Stange
bb6c92d212 Bug 1018309 - Make the forced scrollbar layerization from bug 1016535 really only kick in for actual overlay scrollbars. r=roc
--HG--
extra : rebase_source : 525c4e242f28af85ad7c0f6cae8f2f4083b01d7d
2014-06-03 14:47:27 +02:00
Carsten "Tomcat" Book
6aabba35de Merge mozilla-central to mozilla-inbound 2014-06-03 14:52:51 +02:00
Honza Bambas
a339540b41 Bug 961024 - Move HTTP cache on Android to application's cache/profile leaf name, r=michal 2014-06-03 14:35:17 +02:00
Honza Bambas
b724e6bbff Bug 1017546 - Move CacheStorageService::CleaupCacheDirectories job to background, r=michal 2014-06-03 14:35:17 +02:00
Jonathan Watt
adc393ae91 Bug 1019018 - Get rid of the Thebes backed gfxContext in AndroidBridge, and the Thebes version of gfxUtils::ConvertBGRAtoRGBA. r=kats 2014-06-03 12:31:42 +01:00
Jacek Caban
c5a7d6cfe3 Bug 1019001 - Resotre HOST_CXXFLAGS before running subdir configure. r=glandium
--HG--
extra : rebase_source : b631581d08830ebb0d5f276da6c4b5825d22bf8b
2014-06-03 13:26:27 +02:00
Jacek Caban
716717fb10 Bug 1018905 - Fix media/libstagefright compilation on mingw. r=ajones
--HG--
extra : rebase_source : 9f89d48a4985bda9611ff39b90955d026e173808
2014-06-03 13:26:07 +02:00
Jacek Caban
9c103c9ac0 Bug 1018884 - Fix char16_t/wchar_t mismatch in xulrunner/.
--HG--
extra : rebase_source : d2608fc83d7d5563cee035e2343aff48e88ae1e9
2014-06-03 13:25:37 +02:00
Jacek Caban
c5a5468649 Bug 1005619 - Fixed parse error on GCC.
--HG--
extra : rebase_source : b8b2b6bd4c4425b423a04b28b509857b899b4703
2014-06-03 13:25:21 +02:00
Jan de Mooij
d915593570 Bug 1018311 part 3 - Add tests. r=luke 2014-06-03 13:15:26 +02:00
Jan de Mooij
b510492589 Bug 1018311 part 2 - Support creating dependent latin1 strings. r=luke 2014-06-03 13:13:56 +02:00
Jan de Mooij
b49b53885f Bug 1018311 part 1 - Refactor JSDependentString a bit. r=luke 2014-06-03 13:12:46 +02:00
Jon Coppeard
ee0e24b008 Bug 1014092 - Disable incemental marking validation on B2G r=terrence
--HG--
extra : rebase_source : 424dd5fe000800e0386242a44c0a57181a9f2131
2014-06-03 10:06:20 +01:00
Ryan VanderMeulen
cf035aed8c No bug - Drop expected number of asserts in test_bug437844.xul.
CLOSED TREE
2014-05-30 15:01:52 -04:00
Ryan VanderMeulen
912ff41ae1 Backed out changeset 0521f4f30285 (bug 988480) for mochitest-bc failures. 2014-05-30 15:00:14 -04:00
Asaf Romano
42b1197ae5 Bug 988480 - Implement OS X styling of Translation Infobar. r=mak 2014-05-30 20:57:50 +03:00
Asaf Romano
f508b380c8 Bug 1013904 - Text not selectable in in-content prefs. r=jaws. 2014-05-30 20:32:29 +03:00
Wes Johnston
688738424b Bug 985867 - Fix touch/click ordering on about:addons page. r=mfinkle 2014-05-30 09:55:52 -07:00
Michael Comella
460d0c30e7 Bug 1017276 - Do not close editing mode during animation. r=lucasr 2014-05-30 09:43:48 -07:00
Jonathan Griffin
e13c39d71d Bug 994759 - Pass --total-chunks and --this-chunk to b2gdesktop reftests, r=ahal 2014-05-30 09:43:18 -07:00
Michael Comella
eb3ef3776d Bug 1015450 - Prevent toolbar from going into an inconsistent state when tapped when entering editing mode. r=lucasr 2014-05-30 09:42:41 -07:00
B2G Bumper Bot
4f61184372 Bumping manifests a=b2g-bump 2014-05-30 09:31:23 -07:00
B2G Bumper Bot
07eacc26ee Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/46fb0be83526
Author: Albert <acperez@tid.es>
Desc: Merge pull request #19533 from acperez/bug-1014421

Bug 1014421 - Add DUN APN for Movistar. r=jaoo

========

https://hg.mozilla.org/integration/gaia-central/rev/fb7365ba040b
Author: Albert <acperez@tid.es>
Desc: Bug 1014421 - Add DUN APN for Movistar
2014-05-30 09:25:58 -07:00
Ryan VanderMeulen
9e69993290 Bug 918507 - Re-enable browser_dbg_chrome-create.js on all platforms. r=past
--HG--
extra : rebase_source : 44c91142f9806589b012e750111d9703104f08b6
2014-05-30 19:18:16 +03:00
David Rajchenbach-Teller
76baae5b1b Bug 1018895 - Make AsyncShutdown output easier to parse by TBPL. r=froydnj, r=edmorley 2014-06-03 01:14:00 -04:00
rsx11m
7b62a000ae Bug 1018666 - Capitalize accesskeys correctly in colors preferences. r=dao 2014-06-01 10:48:37 -05:00
Shashank Sabniveesu
5f52a8f7d9 Bug 1018089 - Close the SQLiteBridge Cursor in getVersion(). r=gcp 2014-06-03 03:01:00 -04:00
Ed Morley
414cf13040 Backed out changeset 9b01df568861 (bug 8430335) for assertions & incorrect bug number; CLOSED TREE 2014-05-30 17:15:40 +01:00
Ed Morley
801266221a Backed out changeset 8bf85356ef86 (bug 8430335) 2014-05-30 17:15:09 +01:00
James Graham
741802dee7 Bug 1015287 - Add complete example to mozlog.structured documentation, r=wlach 2014-05-30 17:10:26 +01:00
B2G Bumper Bot
aa65053c52 Bumping manifests a=b2g-bump 2014-05-30 08:26:24 -07:00
B2G Bumper Bot
7658588bd2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e8149d923d9c
Author: crdlc <crdlc@tid.es>
Desc: Bug 1016822 - [Vertical Homescreen] Implement the RocketBar & status bar visuals properly

Includes follow-up fix in bug 1018147.

========

https://hg.mozilla.org/integration/gaia-central/rev/c75408ac99ed
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1016822 - [Vertical Homescreen] Implement the RocketBar & status bar visuals properly"

This reverts commit fc0e994c2be749e6b279a90c9ac178db82c37a9b.
2014-05-30 08:16:31 -07:00
Jeff Muizelaar
58a0bf276c Bug 8430335. Fix NS_ABORT_IF_FALSE breakage.
CLOSED TREE
2014-05-30 11:11:35 -04:00