B2G Bumper Bot
0d2cdd0931
Bumping manifests a=b2g-bump
2014-11-12 01:07:18 -08:00
B2G Bumper Bot
08a138e619
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f010e18ee509
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1095466 - Make marketplace api url overrideable. r=kgrandon
2014-11-12 01:00:53 -08:00
B2G Bumper Bot
d48c890278
Bumping manifests a=b2g-bump
2014-11-12 00:22:57 -08:00
B2G Bumper Bot
1afeead89d
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/654ac59305ed
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #25976 from BorisChiou/layerscope
Bug 1040651 - Map a preference to a Gaia setting to enable Layerscope r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/10d644edd7ed
Author: Boris Chiou <boris.chiou@gmail.com>
Desc: Bug 1040651 - Map a preference to a Gaia setting to enable Layerscope
Add a new option, "LayerScope", in "Settings -> Developer", so we can
enable this perference dynamically, instead of enabling it manually by
edit-prefs.sh.
========
https://hg.mozilla.org/integration/gaia-central/rev/79def8e50b5c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #25867 from gasolin/issue-10938071
Bug 1093807 - [Settings][Application Storage]show 2 digits storage size, r=arthur
========
https://hg.mozilla.org/integration/gaia-central/rev/4a8538b2b7c2
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1093807 - [Settings][Application Storage]show 2 digits storage size
2014-11-12 00:20:57 -08:00
Carsten "Tomcat" Book
cca56853a8
Backed out changeset e81aa95ac8d3 (bug 1044736) to fix bustage on a CLOSED TREE
2014-11-12 08:40:14 +01:00
Carsten "Tomcat" Book
a3f54a888a
Backed out changeset 8505276285fa (bug 1044736)
2014-11-12 08:39:41 +01:00
Carsten "Tomcat" Book
b2fad0e589
Backed out changeset f55ff90f2b6f (bug 1044736)
2014-11-12 08:39:40 +01:00
Carsten "Tomcat" Book
00d6e9f501
Backed out changeset 1b55f80e1ca6 (bug 1044736)
2014-11-12 08:39:38 +01:00
Carsten "Tomcat" Book
96443dc4ea
Backed out changeset 7037d2b40d39 (bug 1044736)
...
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-12 08:39:37 +01:00
Carsten "Tomcat" Book
7b535765b0
Backed out changeset fb6a60700803 (bug 1044736)
2014-11-12 08:39:35 +01:00
Carsten "Tomcat" Book
28e9ba1364
Backed out changeset a3604ab2b3ca (bug 1044736)
2014-11-12 08:39:33 +01:00
Carsten "Tomcat" Book
8999b3c663
Backed out changeset 920775ddfb85 (bug 1044736)
2014-11-12 08:39:32 +01:00
Carsten "Tomcat" Book
050c622f95
Backed out changeset 6ccbc46c33db (bug 1044736)
...
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-12 08:39:28 +01:00
Chris Fitzer
cd0a513b2a
Bug 1094090 - Explicitly declare trusted app doesn't have homescreen-webapps-manage permission in PermissionsTable.jsm r=fabrice
2014-11-11 23:22:22 -08:00
Kan-Ru Chen (陳侃如)
4167226bc1
Backed out 8 changesets (bug 1044736) r=bustage
...
Backed out changeset 920775ddfb85 (bug 1044736)
Backed out changeset a3604ab2b3ca (bug 1044736)
Backed out changeset fb6a60700803 (bug 1044736)
Backed out changeset 7037d2b40d39 (bug 1044736)
Backed out changeset 1b55f80e1ca6 (bug 1044736)
Backed out changeset f55ff90f2b6f (bug 1044736)
Backed out changeset 8505276285fa (bug 1044736)
Backed out changeset e81aa95ac8d3 (bug 1044736)
--HG--
rename : dom/browser-element/BrowserElementParent.js => dom/browser-element/BrowserElementParent.jsm
2014-11-12 15:10:27 +08:00
Kan-Ru Chen (陳侃如)
53bbc67989
Bug 1044736 - Part 6. Widget should only require embed-widgets permission. r=fabrice
...
As discussed on dev-webapi[1] the app that wants to use widgets only
need the "embed-widgets" permission to use <iframe mozbrowser mozwidget>
If the app also wants to implement a browser, it could request the
"browser" separately. A <iframe mozbrowser mozwidget> will have
restricted mozbrowser API defined on the prototype if the embedder has
the "brower" permission; they will always throw when used.
[1]: https://groups.google.com/d/msg/mozilla.dev.webapi/uQweGWtVKRA/Bj1jZq3LN-0J
--HG--
rename : dom/apps/tests/test_widget.html => dom/apps/tests/test_widget_browser.html
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
731f79ef14
Bug 1044736 - Part 5. Extract tests functions to file_test_widget.js. r=fabrice
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
eb2d3f30c5
Bug 1044736 - Part 4.3. Export BrowserElementParent component from BrowserElementParent.js. r=bz,fabrice
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
6e5dc3e0c1
Bug 1044736 - Part 4.2. Rename BrowserElementParent.jsm to BrowserElementParent.js. r=bz,fabrice
...
--HG--
rename : dom/browser-element/BrowserElementParent.jsm => dom/browser-element/BrowserElementParent.js
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
fa5632621e
Bug 1044736 - Part 4.1. Delete old BrowserElementParent.js. r=bz,fabrice
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
1af185a5c3
Bug 1044736 - Part 3. Make BrowserElementParent implement nsIBrowserElementAPI and use it. r=bz,fabrice
2014-11-12 14:20:19 +08:00
Kan-Ru Chen (陳侃如)
ef7ff3f544
Bug 1044736 - Part 2. Add nsIBrowserElementAPI.idl and implement nsBrowserElement. r=bz
2014-11-12 14:20:18 +08:00
Kan-Ru Chen (陳侃如)
db2eae553e
Bug 1044736 - Part 1. Add BrowserElement.webidl and stub implementation. r=bz
2014-11-12 14:20:18 +08:00
B2G Bumper Bot
907d41ac42
Bumping manifests a=b2g-bump
2014-11-11 21:37:20 -08:00
B2G Bumper Bot
a1a8813f6d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5d60b07fe90d
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #26010 from jrburke/bug1096572-building-blocks-rtl-style
Bug 1096572 - [Building Blocks] Update some RTL styles to match latest RTL spec r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/22ce8e6d96f5
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1096572 - [Building Blocks] Update some RTL styles to match latest RTL spec
2014-11-11 21:30:55 -08:00
B2G Bumper Bot
8e2d61fdd2
Bumping manifests a=b2g-bump
2014-11-11 18:47:24 -08:00
B2G Bumper Bot
8255fa7468
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/975ad3e4cb19
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #25974 from cctuan/1095320
Bug 1095320 - [Text Selection] Copy/Paste bubble is behind the rocketbar backdrop if we select word in rocketbar.
========
https://hg.mozilla.org/integration/gaia-central/rev/0bc7349ec935
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1095320 - [Text Selection] Copy/Paste bubble is behind the rocketbar backdrop if we select word in rocketbar
========
https://hg.mozilla.org/integration/gaia-central/rev/13627c629dd0
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #26037 from millermedeiros/1095738-rename-months-day
Bug 1095738 - [Calendar] rename the MonthsDay view r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/9ef2d24dcee9
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1095738 - [Calendar] rename the MonthsDay view
2014-11-11 18:40:53 -08:00
B2G Bumper Bot
94dbfc94ec
Bumping manifests a=b2g-bump
2014-11-11 18:12:59 -08:00
B2G Bumper Bot
915929f138
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/292963d7793d
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #26021 from EragonJ/bug-1087813
Bug 1087813 - Fix the unable to entry Settings app menus on Flatfish
========
https://hg.mozilla.org/integration/gaia-central/rev/e6dcfd5a6461
Author: YFdyh000 <yfdyh000@gmail.com>
Desc: Bug 1087813 - Fix the unable to entry Settings app menus on Flatfish
2014-11-11 18:11:03 -08:00
Wes Kocher
f8ad1d8e83
Merge b2g-inbound to m-c a=merge
2014-11-11 18:03:56 -08:00
B2G Bumper Bot
6c493f54ec
Bumping manifests a=b2g-bump
2014-11-11 15:32:46 -08:00
Lucas Rocha
3e1ceac0db
Bug 1093621 - Enable new tablet UI by default in Nightly (r=mcomella)
2014-11-11 23:12:56 +00:00
Lucas Rocha
f74ce33684
Bug 1097316 - Make tab strip smaller to workaround talos issues (r=mcomella)
2014-11-11 23:12:55 +00:00
Tim Nguyen
cdd775c661
Bug 1097236 - Make -moz-image-region override for .searchbar-dropmarker-image.patch specific to dark theme. r=bgrins
2014-11-11 15:09:24 -08:00
Brian Grinstead
6087f1d137
Bug 1096542 - Fix tab bar jitters in devedition caused by small tabCurve values;r=MattN
2014-11-11 14:37:22 -08:00
Dave Townsend
3d044d83dc
Backing out bug 1060138 due to leaks.
2014-11-11 14:27:17 -08:00
Mark Banner
ce7e3147b5
Bug 1074696 - Allow the user to copy and email Loop room urls from the room preview. r=nperriault
2014-11-11 22:15:44 +00:00
Ryan VanderMeulen
40ef701a45
Merge m-c to fx-team. a=merge
2014-11-11 16:53:12 -05:00
Steven Michaud
9556bac074
Bug 1092855 - Work around bad interaction between jemalloc and Apple uninitialized memory bug. r=spohl
2014-11-11 15:28:18 -06:00
Matthew Noorenberghe
12b79ce664
Bug 1085246 - Make browser_fxa_login.js ignore the load for the placeholder tab in openFxASettings. r=gavin, r=Mossop, a=me
...
--HG--
extra : amend_source : abbb3dcb181d3cd2aa34ef5c8edbd90997c8330b
extra : transplant_source : y%CFj%AA%B4%C3%E06%BC%EA%90jEK%E0%BFRX%25_
2014-11-11 21:05:44 +01:00
Ryan VanderMeulen
50905e0270
Merge fx-team to m-c. a=merge
2014-11-11 16:43:46 -05:00
Ryan VanderMeulen
b621e08282
Merge inbound to m-c. a=merge
2014-11-11 16:29:57 -05:00
Ryan VanderMeulen
dfa6d6b02a
Backed out 7 changesets (bug 1086693) for Android bustage on a CLOSED TREE. DONTBUILD
...
Backed out changeset 6eed18d830d2 (bug 1086693)
Backed out changeset b67a2e48f281 (bug 1086693)
Backed out changeset 2b4b439e7e6c (bug 1086693)
Backed out changeset 3adfd767a92f (bug 1086693)
Backed out changeset 6ea8b9247915 (bug 1086693)
Backed out changeset 408af1e3b457 (bug 1086693)
Backed out changeset 4c759b83892a (bug 1086693)
2014-11-11 16:13:15 -05:00
James Willcox
ac342c12fa
Bug 1086693 - Add a Makefile target for updating GeneratedJNIWrappers r=nalexander a=ryanvm CLOSED TREE
...
--HG--
extra : histedit_source : c8b445f2b9cf7fc9ac946c8b38070bded68fdecf
2014-11-11 14:46:09 -06:00
James Willcox
92de0e9c7a
Bug 1086693 - Part 6: Use generated bindings for AndroidMediaCodec and AndroidSurfaceTexture r=blassey,gcp
2014-11-11 14:46:09 -06:00
James Willcox
a232b16042
Bug 1086693 - Part 5: Add a 'catchException' mode to JNI generator r=ckitching
2014-11-11 14:46:08 -06:00
James Willcox
c94a9e76f7
Bug 1086693 - Part 4: Add a lazy initialization mode to CodeGenerator, and use it for SDK bindings r=ckitching
2014-11-11 14:46:07 -06:00
James Willcox
d8a8a83fae
Bug 1086693 - Part 3: Don't generate members that are above a given API version r=ckitching
2014-11-11 14:46:07 -06:00
Nick Alexander
ecf0908ac2
Bug 1086693 - Part 2: Generate and build Android SDK JNI wrappers. r=gps
2014-11-11 14:46:07 -06:00
James Willcox
6dac404582
Bug 1086693 - Part 1: Add SDKProcessor r=ckitching
2014-11-11 14:46:06 -06:00