Commit Graph

4042 Commits

Author SHA1 Message Date
Masatoshi Kimura
ebf15cb668 Bug 926580 - Kill unused layout.enable_japanese_specific_transform pref. r=roc 2013-10-15 19:48:48 +09:00
Chris Peterson
bef0b990ad Bug 926583 - Fix -Wbitwise-op-parentheses warning in nsZipHeader.cpp. r=dtownsend 2013-10-11 17:49:51 -07:00
Shian-Yow Wu
51a96191ff Bug 881935 - Part 2: Device configuration for max-fs and max-fr. r=derf 2013-10-13 09:44:50 +08:00
Mina Almasry
eaf7fb5d88 Bug 698437 - Allow spatial navigation with directional controller. r=kats 2013-10-12 13:59:50 -04:00
Dave Townsend
05388ef2c6 Bug 921227: Expose the zip entry permissions in nsIZipEntry. r=taras 2013-10-11 09:47:15 -07:00
Benjamin Smedberg
aa390431d6 Bug 753687 - nsCategoryCache implementation doesn't free old category entries if their contract mapping is removed using .unregisterFactory. Store the factory objects directly in the map, instead of keeping both a map and a separate list. r=froydnj 2013-10-10 08:48:03 -04:00
Justin Dolske
68b3e080f4 Bug 717490 - Remove support for importing logins from legacy signons.txt format, as well as base64 conversion. r=mattn 2013-10-09 17:48:40 -07:00
Cameron McCormack
4073e963e5 Bug 842329 - Part 0: Add "layout.css.all-shorthand.enabled" pref. r=bzbarsky 2013-10-04 04:49:19 +10:00
Cameron McCormack
b568c3b72c Bug 921731 - Part 0: Add "layout.css.unset-value.enabled" pref. r=bzbarsky 2013-10-04 04:48:41 +10:00
Phil Ringnalda
65b2533e57 Merge m-i to m-c 2013-10-03 07:58:59 -07:00
Matt Brubeck
d1214e1cc6 Merge fx-team to mozilla-central 2013-10-03 07:38:41 -07:00
Ms2ger
bc14e4aa9c Merge m-c to inbound. 2013-10-03 11:09:17 +02:00
Ms2ger
7ffcd856c2 Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps 2013-10-03 09:11:13 +02:00
Ms2ger
105ce73cfa Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Matt Brubeck
1732fd8ecf Bug 892684 - Implement axis locking in AsyncPanZoomController [r=kats,botond] 2013-10-02 18:03:04 -07:00
Matt Woodrow
b89e63278c Bug 916034 - Enable azure content for gtk2. r=jrmuizel 2013-10-02 22:12:36 +13:00
Matt Woodrow
8042689d73 Bug 922007 - Use the new texture clients and hosts on fennec. r=mattwoodrow 2013-10-01 14:41:07 +13:00
Wes Kocher
ba76e4ae29 Backed out changeset 0b568f6afca0 (bug 922007) 2013-09-30 18:26:50 -07:00
Nicolas Silva
0aaaa190f2 Bug 922007 - Enable new textures on fennec. r=mattwoodrow 2013-10-01 01:22:26 +02:00
Ryan VanderMeulen
4dd576fb2f Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
Ryan VanderMeulen
40233fbb80 Merge fx-team to m-c.
--HG--
rename : mobile/android/base/UpdateServiceHelper.java => mobile/android/base/updater/UpdateServiceHelper.java
2013-09-30 16:18:53 -04:00
Ed Morley
5f372d43ac Merge mozilla-central and inbound 2013-09-30 17:26:43 +01:00
Ed Morley
e3d3eefc2b Merge mozilla-central and fx-team 2013-09-30 17:21:02 +01:00
Vicamo Yang
dcaf2bced0 Bug 919982: B2G RIL - read Gonk property "ro.moz.ril.numclients" instead. r=hsinyi 2013-09-30 17:24:54 +08:00
Gregory Szorc
cc1da2c22a Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Wes Kocher
3039134040 Merge b2g-inbound to m-c 2013-09-27 19:35:44 -07:00
David Rajchenbach-Teller
e3ecce0148 Bug 917764 - If clients fail to resolve AsyncShutdown blockers, crash the process. r=froydnj, r=ted
--HG--
rename : toolkit/modules/tests/xpcshell/test_phase.js => toolkit/modules/tests/xpcshell/test_AsyncShutdown.js
2013-09-30 10:59:40 -04:00
Gregory Szorc
e53ac5e38d Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
Patrick McManus
496d8c380f bug 912550 - remove spdy/2 r=hurley 2013-09-27 13:55:24 -04:00
Ed Morley
d84dee3273 Backed out changeset 77bff106b704 (bug 920223) 2013-09-30 12:50:12 +01:00
Ed Morley
038cae0901 Backed out changeset 68b6b152f51a (bug 920223) 2013-09-30 12:50:09 +01:00
Gregory Szorc
483a776413 Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:01 +02:00
Gregory Szorc
cabc6369a6 Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
Timothy Nikkel
1c9208618a Bug 918220. Part 2. Remove image.mem.allow_locking_in_content_processes pref from fennec pref file, it doesn't apply to fennec because it doesn't have content processes and could be confusing. Also, give the pref a default value in all.js. r=jmuizelaar 2013-09-30 12:53:46 -05:00
Jan Jongboom
ae3f4e9201 Bug 906096 - Move InputMethod API behind a pref instead of build option. r=kanru, r=sicking
--HG--
rename : b2g/components/Keyboard.jsm => dom/inputmethod/Keyboard.jsm
rename : b2g/components/MozKeyboard.js => dom/inputmethod/MozKeyboard.js
2013-09-26 03:38:41 +08:00
Monica Chew
c1b4886200 Bug 842828: Clean up urlclassifier.gethashtables preferences (r=gcp)
* * *
Bug 842828: Mark attributes of nsIApplicationReputationQuery as readonly, remove unused field (r=mossop)
* * *
Bug 842828: Check local list to suppress remote lookups (r=paolo)
2013-09-26 06:51:59 -07:00
EKR
402b3b77b0 Bug 842549 - Part 3: PC.js changes for trickle r=abr 2013-09-16 17:42:39 -07:00
Patrick McManus
193cb6ff7e bug 912549 - spdy/3.1 r=hurley
--HG--
rename : netwerk/protocol/http/PSpdyPush3.h => netwerk/protocol/http/PSpdyPush.h
2013-07-26 17:22:46 -04:00
Ryan VanderMeulen
e724d8a766 Backed out changesets af0dda676cb7, 550e2f5b4224, and bb76828c5f22 (bug 842828) for B2G bustage and xpcshell failures.
CLOSED TREE
2013-09-25 11:50:51 -04:00
Monica Chew
e974c59872 Bug 842828: Clean up urlclassifier.gethashtables preferences (r=gcp) 2013-09-25 07:03:45 -07:00
Wes Kocher
8136df6573 Merge inbound to m-c 2013-09-24 19:41:44 -07:00
Gregory Szorc
ed68c2482b Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Fabrice Desré
9f28a6631f Bug 918090 - Let NeckoParent get the app:// uri when remoting file opening. r=jduell 2013-09-18 16:55:56 -07:00
Ehsan Akhgari
671bbdc894 Bug 919505 - Minimize the #includes in dom/ipc; r=jst 2013-09-23 17:30:40 -04:00
Martin Stransky
3a0ac880b9 Bug 914607 - Remove MOZ_WIDGET_GTK2. r=karlt 2013-09-23 09:21:35 -04:00
Matt Woodrow
824a1ab93e Bug 750434 - Enable azure content on android. r=nrc 2013-09-23 14:39:05 +12:00
Joey Armstrong
976ee51cf2 bug 870406: move CSRCS to mozbuild - patch #4. r=mshal 2013-09-20 16:46:57 -04:00
Ed Morley
19e398d030 Merge mozilla-central and inbound 2013-09-20 10:55:03 +01:00
Ed Morley
f0e58d0012 Merge latest green inbound changeset and mozilla-central 2013-09-20 10:18:21 +01:00
Phil Ringnalda
6fc2c86185 Backed out 4 changesets (bug 842549) for assertions
CLOSED TREE

Backed out changeset 9f2d0e38fdf8 (bug 842549)
Backed out changeset f6941e490ba2 (bug 842549)
Backed out changeset c3444536fd8e (bug 842549)
Backed out changeset 2af2bfe5e66a (bug 842549)
2013-09-19 19:53:33 -07:00