Dave Hylands
788529fa6f
Bug 825598 - Add a watchdog timer on downloads and automatically restart if timer expires. r=marshall_law
2013-01-15 00:10:19 +01:00
Ryan VanderMeulen
7ef0f0c5d9
Merge m-c to inbound.
2013-01-14 20:14:58 -05:00
Chris AtLee
248e1d2124
Bug 830371: Put the kernel in the right place. r=nthomas DONTBUILD
2013-01-14 15:59:09 -05:00
Andrea Marchesini
45b85ca21d
Bug 829030 - Accessing the desktop notification API in the browser and approving permission errors out - API does not work, r=sicking
2013-01-14 11:08:55 +01:00
Justin Lebar
d8be45a06e
Bug 809949 - Dump memory reports when 'memory report' is written to a special fifo on disk. r=glandium,njn
2013-01-14 01:43:25 -05:00
Jonathan Griffin
37d9068264
Bug 828670 - Add emulator.manifest to specify emulator to use in b2g unit tests, r=aki, DONTBUILD (NPOTB)
2013-01-10 15:50:54 -08:00
Panos Astithas
a6a17298f5
Bug 829633 - dbg-webapps-actors.js redeclares Cu and friends; r=fabrice
2013-01-11 19:04:23 +02:00
Fabrice Desré
e099e975b1
Bug 828944 - downloadavailable flag is removed if you reboot after stopping the download r=ferjm
2013-01-11 07:32:06 -08:00
Hubert Figuière
2e6f2fe91c
Bug 829121 - Follow-up: remove excessive dump() to not confuse developers. r=fabrice
...
--HG--
extra : rebase_source : 118069b887b95bc6a19110a3848ba47dfa4c5104
2013-01-11 14:18:34 +01:00
Hubert Figuière
9e3d9f14ba
Bug 829477 - Don't notify the UI if we didn't have crash ID. r=fabrice
...
Thanks margaret!
--HG--
extra : rebase_source : cde55fa2e2ed892f1f2dd3943122d55dae688e43
2013-01-11 13:53:45 +01:00
Ed Morley
f8a27b54bc
Backout 8461f75fd62b (bug 809949) for breaking the build on a CLOSED TREE
2013-01-11 11:52:35 +00:00
Justin Lebar
d58b014e58
Bug 809949 - Dump memory reports when 'memory report' is written to a special fifo on disk. r=glandium,njn
...
--HG--
extra : rebase_source : edb54edca665486d9efe073be088fee80ebfebdd
2013-01-11 12:26:52 +01:00
Hubert Figuière
c3940e41da
Bug 829121 - Annotate B2G_OS_Version for the crash reporter. r=fabrice
...
--HG--
extra : rebase_source : 30d533413d9fa022bb30c504632a0fed340b9322
2013-01-11 00:47:32 +01:00
Gregor Wagner
21fd44e6bb
Bug 828887 - "unused-arenas" is not freed unless worker is idle for 5 seconds. r=bent
2013-01-10 23:50:40 +01:00
Mark Banner
97bf467204
Bug 827303 - Firefox core and crypto services components assume services/sync is built. Move registrations out of services/sync. r=gps
...
--HG--
rename : services/sync/SyncComponents.manifest => services/common/servicesComponents.manifest
rename : services/sync/SyncComponents.manifest => services/crypto/cryptoComponents.manifest
2013-01-10 22:02:38 +00:00
Jonathan Griffin
9f1e4b1f13
Bug 830252 - Update the emulator used in b2g tests, r=aki
2013-01-14 13:11:20 -08:00
Marshall Culpepper
84fb5c3fc7
Bug 816306: Part 2 - Report update HTTP errors to Gaia, and accompanying tests. r=fabrice
2013-01-10 18:13:39 +01:00
Benoit Girard
ca61b7dd2b
Bug 761135 - Remove XPCOMGlueShutdown. r=benjamin
2013-01-07 16:19:39 -05:00
Panos Astithas
5d60ba306b
Bug 784824 - support for remote debugging of b2g desktop builds; r=fabrice
2013-01-10 13:00:32 +02:00
Fabrice Desré
2cfcf77809
Bug 828863 - followup, forgotten typo r=past
2013-01-10 07:57:10 -08:00
Fabrice Desré
d48003dbd4
Bug 828863 - Add a remote debugger actor to install apps r=past
2013-01-10 07:38:51 -08:00
Margaret Leibovic
b737d582ea
Bug 824148 - [KEYBOARD] Input type=range should bring up the number keyboard. r=ttaubert
2013-01-10 13:25:30 +01:00
Andrea Marchesini
83130a8b37
Bug 823974 - Permission requests from browser elements should be denied if unknown/denied for the container app, r=sicking, a=bb+
2013-01-10 14:56:45 +01:00
Dave Hylands
e703d645fc
Bug 785124 - Pt 6 - Fix JS code that was failing xpcshell tests. r=marshall_law
2013-01-10 14:46:39 +01:00
Dave Hylands
ffb1a18ac0
Bug 785124 - Pt 2 - JS changes to updater to allow storing update.mar to sdcard. r=marshall_law
...
From 93958fee051e9355930edba538eabeb91f4b442d Mon Sep 17 00:00:00 2001
sdcard and lock sdcard while in use
---
b2g/components/DirectoryProvider.js | 154 ++++++++++++++++++++++++++---
b2g/components/UpdatePrompt.js | 16 ++-
toolkit/mozapps/update/nsUpdateService.js | 124 ++++++++++++++++++++++-
3 files changed, 276 insertions(+), 18 deletions(-)
* * *
Fix log stmt
2012-12-14 16:05:39 -08:00
Jed Parsons
9d830a2534
Bug 823751 - When persona login in the Trusty UI is canceled, fire the RP's oncancel() callback; r=benadida, a=bb+
2013-01-10 09:56:10 +01:00
Alexandre Poirot
950d98bb70
Bug 813797 - Completely remove apps developer mode (dom.mozApps.dev_mode) in release builds. r=fabrice
2013-01-09 17:34:13 -05:00
Ben Turner
286a561ac8
Bug 827740 - Deny requests for more indexedDB quota from content. r=fabrice
2013-01-09 08:24:56 -08:00
Mounir Lamouri
af0ede0616
Bug 777283 - Adds <input type='time'> behind "dom.experimental_forms" pref. r=smaug
2013-01-08 17:10:00 +00:00
Fabrice Desré
f43e3df0ea
Bug 799151 - Display a prompt to allow remote debugging connections in Firefox OS r=vingtetun
2013-01-08 09:08:00 +02:00
Gregor Wagner
efb91953a1
Bug 828209 - Remember my choice default for certified apps for PROMPT_ACTION WebAPIs is incorrect. r=mounir
2013-01-09 13:43:15 +01:00
Andrea Marchesini
0da6592811
Bug 825674 - Installed apps do not get affected by the hardware volume control, r=sicking
2013-01-09 08:18:16 +01:00
David Flanagan
7a2f43adf8
Bug 825698 - Move YouTube query code from chrome to content. r=jdm
...
DONTBUILD
2013-01-07 12:55:31 -08:00
Ryan VanderMeulen
20c04e95d7
Backed out changeset d30114b63097 (bug 825698) for landing with the wrong bug number.
2013-01-08 19:47:31 -05:00
David Flanagan
62171adb2f
Bug 625698 - Move YouTube query code from chrome to content. r=jdm
2013-01-07 12:55:31 -08:00
Marshall Culpepper
2b4fe2d2fb
Bug 817821: Part 1 - Communicate update download events better to Gaia. r=fabrice
2013-01-08 17:13:32 +01:00
Gregor Wagner
e537f0c3ee
Bug 824421 - Cannot request access to the desktop notification webapi in the browser - no permission prompt is seen, webapi can't be used. r=sicking
2013-01-08 16:47:16 +01:00
Gian-Carlo Pascutto
7fac2e3be7
Bug 825891 - Remove the code for per-client randomization in the url-classifier. r=dcamp
2013-01-08 16:43:33 +01:00
Phil Ringnalda
a3a5c77746
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
2013-01-07 22:59:32 -08:00
Ehsan Akhgari
b96082ac88
Merge mozilla-central into mozilla-inbound
2013-01-07 18:23:31 -05:00
Alex Keybl
606aa67899
Merging in version bump NO BUG
2013-01-07 12:31:33 -08:00
Josh Matthews
79e6cb3e64
Bug 822551 - Initialize the user agent overrides in content process frames. r=dao,vingtetun
2013-01-07 17:47:01 +01:00
Ed Morley
1ecbe572b9
Merge mozilla-central to mozilla-inbound
2013-01-07 12:04:57 +00:00
Gregory Szorc
190f856ba0
Merge mozilla-central into services-central
...
--HG--
rename : browser/themes/gnomestripe/downloads/download-notification.png => browser/themes/gnomestripe/downloads/download-notification-start.png
rename : browser/themes/pinstripe/downloads/download-notification.png => browser/themes/pinstripe/downloads/download-notification-start.png
rename : browser/themes/winstripe/downloads/download-notification.png => browser/themes/winstripe/downloads/download-notification-start.png
2013-01-07 00:21:41 -08:00
Gregory Szorc
916cfe55d3
Bug 813287 - Move healthreport prefs into greprefs.js; r=rnewman
2013-01-06 16:15:51 -08:00
Phil Ringnalda
3e79c4bdc0
Merge the last PGO-green inbound changeset to m-c
2013-01-05 15:57:15 -08:00
Chris Peterson ext:(%2C%20Shih-Chiang%20Chien%20%3Cschien%40mozilla.com%3E%20and%20Chris%20Jones%20%3Cjones.chris.g%40gmail.com%3E)
4189d101cf
Gecko work for bug 823619: Dispatch spec-compliant mouse events when touch events are available. r=cjones,jlebar,schien,vingtetun a=blocking-basecamp
...
This is a rollowup of the following patches
Bug 823619, part 1: Make TabChild dispatch spec-compliant compat mouse events. r=mwu
Bug 823619, part 2: Use touch event for scrolling if available. r=cjones,schien,vingtetun a=blocking-basecamp
2013-01-05 15:53:16 +01:00
Armen Zambrano Gasparnian
8cf94aadce
Bug 826675 - Update B2G panda snapshot to include mozbase in gaia-tests.zip (bug 826372). DONTBUILD. r=jgriffin
2013-01-04 13:37:05 -05:00
Tim Taubert
c5228df849
Bug 820057 - Hide the keyboard on pagehide and submit events r=margaret a=blocking-basecamp
2013-01-07 12:09:50 +01:00
Kan-Ru Chen (陳侃如)
87e76c076e
Bug 793105 - Add a "backgroundPerceivable" class for audio-channel-content. r=jlebar,roc
2013-01-05 13:03:51 +08:00
Gregor Wagner
4b41858270
Bug 825840 - [build] Mac Gecko build an flash are broken. r=philikon
2013-01-04 14:30:28 -08:00
Mike Hommey
f88193ca6f
Bug 824330 - Build services/ during the platform tier and enable services in xulrunner. r=blassey,r=bsmedberg,r=gps
2013-01-04 15:56:20 +01:00
Ed Morley
3ab4786c07
Bug 811528 - Fix comment typo & whitespace; r=me DONTBUILD
2013-01-07 10:03:12 +00:00
Mike Hommey
a7c8ac7075
Backout changeset 6656cdc8b20d (bug 824330) because of android and b2g bustage on clobber builds
2013-01-04 17:14:33 +01:00
James Lal
5f774dbd91
Bug 819598 - When opening keyboard, don't scrollIntoView() input elements that are already in view r=djf a=blocking-basecamp
2013-01-04 16:00:21 +01:00
Tim Taubert
f63558e9f9
Bug 823645 - [B2G][Keyboard] Keyboard does not show for advanced HTML editors r=vingtetun a=blocking-basecamp
2013-01-04 16:00:21 +01:00
Mike Hommey
5a817fd43d
Bug 824330 - Build services/ during the platform tier and enable services in xulrunner. r=blassey,r=bsmedberg,r=gps
2013-01-04 15:56:20 +01:00
Andrea Marchesini
1a0052f653
Bug 811026 - [Permissions] Grant a prompted permission for the duration of the session, r=sicking
2013-01-05 14:02:29 -08:00
Ehsan Akhgari
b7608f387d
Merge mozilla-central into mozilla-inbound
2013-01-05 16:00:35 -05:00
Chris Jones
b90b649e31
Bug 823610: Make discarding GL contexts of foreground pages on memory pressure pref-able, and pref off for b2g. r=jgilbert,jlebar
2013-01-03 15:39:25 -08:00
Chris Jones
845d160351
Bug 808862: Lower context-menu hold delay to 750ms. r=vingtetun
2013-01-03 14:33:25 -08:00
Jed Parsons
59e931ba5a
Bug 811528 - Native identity needs to be preffed on in b2g. r=ferjm
2013-01-06 22:24:14 -05:00
Armen Zambrano Gasparnian
fc521912b6
Bug 825259 - No working SUT agent on the b2g panda images - Add Negatus back to the nightly branch and update negatus snapshot used for panda builds. DONTBUILD. r=jgriffin
2013-01-03 13:20:25 -05:00
Marshall Culpepper
6bd48a10f8
Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy
2013-01-02 12:41:40 -06:00
David Flanagan
87835a7e4e
Bug 821514 - fix YoutubeProtocolHandler.js to report errors, and also parse titles properly. r=dale a=blocking-basecamp+
2012-12-29 20:51:43 -08:00
Philipp von Weitershausen
607943a62b
Bug 820617 - Add a hook to make NetworkManager not manage offline status and use it in Marionette for B2G CI. r=jgriffin
2012-12-29 10:11:04 -08:00
Vivien Nicolas
8cca0153fb
Bug 823004 - B2G STK: STK Set-Up idle mode doesn't work properly. r=etienne
2012-12-28 19:43:49 +01:00
Ryan VanderMeulen
af7ac0adf4
Merge m-c to inbound.
2012-12-28 12:57:30 -05:00
Raphael Catolino
5c4e542449
Bug 769385 - Add type attribute date for <input> behind "dom.experimental_forms" pref. r=mounir
2012-12-27 16:06:53 +00:00
Marshall Culpepper
44803927cc
Bug 821741: Load update prefs more dynamically to support automation in B2G. r=fabrice
...
--HG--
extra : rebase_source : ca7f9ef99fe96051d915ec5b8a87fb22a00d3d6d
2012-12-26 11:28:42 -06:00
Rafael Ávila de Espíndola
d934dabd7d
Bug 823906 - Last clang update on the 3.2 branch. r=rail.
...
Update the manifests.
2012-12-24 09:54:37 -05:00
Jed Parsons (:jparsons)
fc8f03f01d
Bug 823736 - include.js must stringify objects going to userland js. r=benadida
2012-12-23 10:59:43 -05:00
David Rajchenbach-Teller
977bda5973
Bug 803165 - Add dom_system.xpt to Gonk installer. r=ted
2012-12-23 10:43:23 -05:00
Chris Jones
0653ba44d0
Bug 824172: Re-enable strict file:// security, because yes we have wifi and installed apps now. r=sicking
2012-12-27 15:04:29 -08:00
Michael Wu
e2b2ebd483
Bug 824090 - Fix gl config selection in boot animation, r=cjones
2012-12-22 13:01:07 -05:00
Gian-Carlo Pascutto
1ff3880760
Bug 823665 - Rename urlclassifier.confirm-age to max-complete-age. r=gcp
2012-12-21 08:48:30 +01:00
L. David Baron
4a7dd45bb0
Merge mozilla-inbound and mozilla-central.
2012-12-22 00:05:00 -05:00
Chris Jones
cc72ba6116
Backed out changeset 5aa4d9daa13c because it's about to fail some tests
...
--HG--
extra : rebase_source : c613246a6b37584df0174229e53849987847a159
2012-12-21 17:57:14 -08:00
Chris Jones
01dda6f940
Bug 823962: Pref sending CSP reports off for b2g until bug 824170 is resolved. r=fabrice a=blocking-basecamp
2012-12-21 17:42:28 -08:00
Chris Peterson
09033c1166
Backout 69b6541efafc, 8351e1baffcb, and ae4a7e6f0e0b (bug 766066) for regressions like bug 823832. r=regressions
2012-12-21 11:08:56 -08:00
Ed Morley
664839a742
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-20 21:05:33 +00:00
Armen Zambrano Gasparnian
61261fd2d1
Bug 822444: Update the B2G panda snapshot to include marionette on gaia-tests.zip. DONTBUILD. r=aki
2012-12-20 15:34:24 -05:00
Armen Zambrano Gasparnian
172993140e
Bug 821398 - create new b2g snapshot for pandas to improve reliability. DONTBUILD. r=mdas
2012-12-20 11:24:23 -05:00
Ed Morley
3fd9fcf372
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-19 19:30:22 +00:00
Panos Astithas
2b2b42f6ae
Merge m-c to fx-team
2012-12-19 10:03:48 +02:00
Justin Lebar
97829d731f
Bug 821440 - Allow the B2G homescreen to run in the background with a decreased oom_score_adj compared to vanilla background apps. r=cjones
2012-12-18 21:37:35 -05:00
Mihai Sucan
f20fed946a
Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past
2012-12-17 22:06:13 +02:00
Antonio M. Amaya
f38079a311
Bug 812289 - PermissionSettings doesn't enforce any restriction on permissions operations [r=sicking]
2012-12-15 02:32:30 +01:00
Gregor Wagner
1895ae62e9
Bug 823258 - Asking for a PROMPT_ACTION for a privileged API in a privileged packaged app - remember my choice default is incorrect. r=fabrice
2012-12-21 15:04:31 -08:00
Rafael Ávila de Espíndola
5b30d8ea38
Bug 822464 - Upgrade clang to 170377 in the 3.2 branch. r=rail.
...
Update the manifests.
--HG--
extra : rebase_source : 8d2c5cda95e14ecf71ddd15d2f1b030e1eb50932
2012-12-18 16:23:48 -05:00
Chris Peterson
1bdf039536
Bug 766066 - Part 3: Open keyboard when user taps input element, not when panning. r=djf
...
--HG--
extra : rebase_source : 69db692037f659f47c5560b7d1f9c36179e1aa69
2012-12-19 11:49:25 -08:00
Chris Peterson
9ec19c1ccc
Bug 766066 - Part 2: Handle element focus and IME state separately. r=djf
...
--HG--
extra : rebase_source : 337546eaa5a10386bd05cc52e3af65ccdaf422fa
2012-12-19 11:49:23 -08:00
Chris Peterson
b47acf80c2
Bug 766066 - Part 1: Remove "ime-enabled-state-changed" observer. r=djf
...
--HG--
extra : rebase_source : df8e30552aa17078141b878482702577fb15d70d
2012-12-19 11:49:18 -08:00
Chris Peterson
bc7d83366d
Bug 766066 - Part 0: Rename some B2G keyboard functions. r=djf
...
--HG--
extra : rebase_source : ab47fe3a390709b89c9bd15c6c273fbbcf4b9b8b
2012-12-18 15:10:18 -08:00
Richard Newman
6a73f98f85
Bug 788894 - Pref off FHR for B2G. r=gps
2012-12-19 15:37:51 -08:00
Marshall Culpepper
60dfe11a10
Bug 812584: Part 2 - Tweaks to update download retry prefs for B2G. r=fabrice
2012-12-17 17:23:14 -06:00
Ed Morley
4e8673eac0
Backout c56a4fcc3acc (bug 812289) for failures in test_permission_basics.html
2012-12-17 13:17:20 +00:00
Antonio M. Amaya
3a402290c2
Bug 812289 - PermissionSettings doesn't enforce any restriction on permissions operations (edit); r=sicking
2012-12-15 02:32:30 +01:00
Alexandre Poirot
3bc889a627
Bug 820443 - Disable slow script modal in b2g. r=vingtetun
2012-12-16 19:20:02 -05:00
Fabrice Desré
41cc562d1d
Bug 820196 - CSP slows down app startup by ~12% [r=geekboy]
2012-12-14 14:53:29 -08:00
Ed Morley
e37969e6b1
Merge mozilla-central to mozilla-inbound
2012-12-21 11:41:08 +00:00
Chiajung Hung
34d6df648e
Bug 805939: Wait for shadow trees to update orientation before recompositing. r=cjones
2012-11-22 10:40:57 +08:00
Mark Hammond
a2e03cff14
Backout cf585138ff25 (bug 805939) for Windows build bustage on a CLOSED TREE
2012-12-21 15:30:02 +11:00
Chiajung Hung
9c8179f70a
Bug 805939: Wait for shadow trees to update orientation before recompositing. r=cjones
2012-11-22 10:40:57 +08:00
Gregor Wagner
bc2712da19
Bug 814157 - Need additional security checks for the "desktop-notification" permission. r=fabrice
2012-12-20 11:06:42 -08:00
Hubert Figuière
08885e2881
Bug 821498 - Make sure to always send the queued reports too. r=fabrice,margaret
...
--HG--
extra : rebase_source : 59a5f2fe7e0086131538cb66cb0d04e50dc32f5e
2012-12-25 15:06:13 -08:00
Brian Smith
7bf7022fd9
Bug 772365, Part 3: Add B2G-specific customizations to NSS certificate trust database with tests, r=rrelyea r=honzab
...
--HG--
rename : dom/tests/browser/browser_ConsoleStoragePBTest_perwindowpb.js => dom/tests/browser/browser_ConsoleStoragePBTest.js
rename : dom/tests/mochitest/localstorage/test_localStorageBasePrivateBrowsing_perwindowpb.html => dom/tests/mochitest/localstorage/test_localStorageBasePrivateBrowsing.html
rename : security/manager/ssl/tests/mochitest/browser/browser_bug627234_perwindowpb.js => security/manager/ssl/tests/unit/test_bug627234.js
extra : rebase_source : 2792b75d7ccccf80e9a23feed70c134dfcdfe00f
2012-12-10 07:17:29 -08:00
Chris AtLee
eaf5acb067
Bug 821131: Update unagi kernel. r=mwu DONTBUILD because NPOTB (nightlies only)
2012-12-13 20:04:14 -05:00
Ed Morley
f4fdd9141e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-13 15:55:31 +00:00
Ed Morley
8a0306784b
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-12 18:56:05 +00:00
Ben Hearsum
b059512927
bug 812833: Set up nightly multilocale B2G unagi builds for dev testing - set gecko l10n root in gecko configs. r=catlee. NPOTB so DONTBUILD
2012-12-12 10:21:41 -05:00
Gregor Wagner
4578a6366d
Bug 819560 - RIL: remember the last mcc code. r=sicking
2012-12-12 16:57:11 -08:00
Rafael Ávila de Espíndola
9ead7bd2bb
Bug 820256 - Upgrade clang to 169730 in the 3.2 branch. r=rail.
...
Update the manifests.
2012-12-11 21:45:21 -05:00
Nick Thomas
96625f9309
Bug 819543, stop uploading some b2g files, r=aki DONTBUILD
2012-12-12 14:19:32 +13:00
Nicholas Cameron
3575f84d30
Bug 780692; throttle OMTA (rollup patch). r=dbaron,bz
...
--HG--
extra : rebase_source : 1207275df5c509ac1974e2b9333c738b995f9d5e
2012-12-12 10:12:43 +13:00
Chris Jones
411aabd960
Bug 819714: Take away the nice things from desktop b2g builds. r=vingtetun
2012-12-11 11:24:25 -08:00
Ed Morley
1d3c111253
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-11 15:49:20 +00:00
Ben Hearsum
e833d95ee5
bug 819979: update gonk snapshot used by panda/otoro/unagi builds to include bug 818560. r=catlee
2012-12-11 10:32:24 -05:00
Randy Lin
a452340473
Bug 815452 - Don't unmute FM audio if the user increases the volume when FM audio is muted for channel policy reasons. r=sicking
2012-12-11 18:26:01 +08:00
Nicholas Nethercote
bc6e504af4
Bug 717853 - Add a native version of DMD. r=jlebar,glandium.
...
--HG--
extra : rebase_source : 9b824556591abd63b42aa7ff823e9cd25976c162
2012-12-10 16:05:07 -08:00
Armen Zambrano Gasparnian
32a3f4ac48
Bug 819342. Start generating gaia-tests.zip. DONTBUILD. r=aki
2012-12-10 14:19:46 -05:00
Armen Zambrano Gasparnian
0d482d901a
Bug 819342 - Update b2g snapshot (gonk-misc) to capture test packaging changes. r=aki
2012-12-10 13:21:32 -05:00
Andrew Halberstadt
74f9206b2f
Bug 817651 - Add --enable-updater to ics_armv7a_gecko config, r=catlee
2012-12-10 12:24:31 -05:00
Benoit Jacob
f1bb3904e5
Bug 818766 - forgot to actually flip the pref to false everywhere - r=jgilbert
2012-12-07 21:37:09 -05:00
Benoit Jacob
cef3d6361a
Bug 818766 - disable by default losing WebGL contexts on heap-minimize, add a pref for it - r=jgilbert
2012-12-07 21:00:42 -05:00
Hubert Figuière
05d82fcac4
Bug 814078 - Submit all the pending crash dumps. r=fabrice,bsmerdberg
...
--HG--
rename : toolkit/components/places/tests/browser/favicon-normal16.png => toolkit/components/places/tests/favicons/favicon-normal16.png
rename : toolkit/components/places/tests/browser/browser_favicon_setAndFetchFaviconForPage_failures.js => toolkit/components/places/tests/favicons/test_setAndFetchFaviconForPage_failures.js
extra : rebase_source : 401e9fc46d7f3244fb1e9c0e54383521bbf5ead4
2012-12-06 16:27:49 -05:00
Axel Hecht
d701c9f538
bug 817197, add multiple locales to packaging, like android, r=glandium
...
--HG--
rename : browser/base/content/test/browser_tabMatchesInAwesomebar_perwindowpb.js => browser/base/content/test/browser_tabMatchesInAwesomebar.js
rename : browser/components/tabview/test/browser_tabview_bug624727_perwindowpb.js => browser/components/tabview/test/browser_tabview_bug624727.js
rename : browser/components/tabview/test/browser_tabview_bug650280_perwindowpb.js => browser/components/tabview/test/browser_tabview_bug650280.js
rename : python/mozbuild/mozbuild/mozconfig.py => python/mozbuild/mozbuild/base.py
rename : toolkit/components/downloads/test/unit/test_private_resume_global.js => toolkit/components/downloads/test/unit/test_private_resume.js
rename : toolkit/components/downloads/test/unit/test_privatebrowsing_global.js => toolkit/components/downloads/test/unit/test_privatebrowsing.js
rename : toolkit/components/downloads/test/unit/test_privatebrowsing_cancel_global.js => toolkit/components/downloads/test/unit/test_privatebrowsing_cancel.js
rename : widget/tests/test_bug462106_perwindow.xul => widget/tests/test_bug462106.xul
extra : rebase_source : 7dadc8fbcfb7d31d75617e63726e052b6f28658a
2012-12-06 15:07:23 +01:00
Ed Morley
fd590b910b
Merge mozilla-central to mozilla-inbound
2012-12-06 11:02:50 +00:00
Ed Morley
4c22376d16
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-06 10:02:57 +00:00
Andrea Marchesini
37e6687270
Bug 811222 - Enable system app to get currently used audio channel. r=sicking a=blocking-basecamp
2012-12-05 17:20:59 -08:00
Chris AtLee
e20cfdcb2a
Bug 815781: Upload .zip for unagi/otoro builds. r=rail
...
Also includes boot.img
--HG--
rename : browser/base/content/test/browser_tabMatchesInAwesomebar_perwindowpb.js => browser/base/content/test/browser_tabMatchesInAwesomebar.js
rename : browser/components/tabview/test/browser_tabview_bug624727_perwindowpb.js => browser/components/tabview/test/browser_tabview_bug624727.js
rename : browser/components/tabview/test/browser_tabview_bug650280_perwindowpb.js => browser/components/tabview/test/browser_tabview_bug650280.js
extra : rebase_source : e072d14a43354981b046410594be4435f2294642
2012-12-03 14:43:07 -05:00
Ben Hearsum
11f76d6bab
bug 817811: panda builds against gaia-central - add panda-gaia-central configs. r=ted/catlee. not used yet so DONTBUILD
2012-12-05 12:16:20 -05:00
Mike Hommey
0acad29085
Bug 817955 - Only install identity modules in modules/identity. r=benadida,r=jparsons
...
--HG--
extra : rebase_source : 027b0cae0a29d00c34424e542fe4d57192aab5b1
2012-12-05 09:25:21 +01:00
Shelly Lin
113abc7b48
Bug 816899 - Add keys of firmware revision and software info. r=cjones
2012-12-04 10:30:26 +08:00
Randy Lin
821762d017
Bug 814326 - Volume steps on the UI is 10 steps which cannot be mapped correctly to the underlying streams. r=sicking, r=fabrice
2012-12-04 18:21:43 +08:00
Rafael Ávila de Espíndola
3807610110
Bug 817710 - Upgrade clang to 169139 in the 3.2 branch. r=rail.
...
Update the manifests.
2012-12-04 13:39:45 -05:00
Vicamo Yang
8583a4b741
Bug 778093 - Part 2/9: add navigator.mozCellBroadcast, r=mounir
2012-12-04 10:38:25 +08:00
Fernando Jiménez
da970e35bc
Bug 815148 - r=fabrice
2012-12-03 21:44:58 +01:00
Vivien Nicolas
a198aaaf85
Bug 814074 - Send a system message to the application when the application is not running anymore but waits for a notification. r=fabrice. a=blocking-basecamp.
2012-12-03 15:42:36 +01:00
Gene Lian
601315801b
Bug 777251 - B2G MMS: Configure MMS proxy settings through SettingsService. r=vicamo
2012-11-30 18:09:37 +08:00
Doug Turner
4c665dc868
Bug 816335 - Remove Network Geolocation Provider from B2G. r=cjones, a=blocking-basecamp
2012-12-01 21:22:30 -05:00
Tim Taubert
ccea449d4b
Bug 811953 - [keyboard] Submitting a form from a text field with the keyboard up persists the keyboard. r=vingtetun
2012-11-30 12:56:53 +01:00
Vivien Nicolas
ee9eaaab82
Bug 818148 - Use a system message when the application is closed. r=fabrice. a=blocking-basecamp
2012-12-06 09:22:53 +01:00
Chris Jones
a1d4468d98
Bug 818730: Set sys.boot_completed to enable the ondemand CPU governor. r=fabrice
2012-12-05 23:02:05 -08:00
Ehsan Akhgari
b3efcff124
Merge mozilla-central into mozilla-inbound
2012-12-06 01:08:07 -05:00
Hubert Figuière
6865de0843
Bug 814086 - Limit the size of the pending queue of crash reports to 10. r=bsmedberg
...
--HG--
extra : rebase_source : d4cb9a6f65d0838609b2f723f527ae90ba966459
2012-12-11 17:06:48 -05:00
Jim Mathies
b1a8bc33ae
Bug 817076 - Update package manifests to new service locations and key PREF_DIR location off DIST_SUBDIR. r=glandium
2012-12-05 16:36:15 -06:00
Ed Morley
d7fa9b9da5
Merge mozilla-central to mozilla-inbound
2012-12-05 22:12:31 +00:00
Nick Thomas
f35a5c8102
bug 818264 - update b2g panda snapshot. r=aki
2012-12-05 13:42:56 -08:00
Fabrice Desré
fb9a8d6175
Fix bustage of b2g desktop builds, no bug r=me
2012-11-30 17:41:15 -08:00
Fabrice Desré
c4f2a727fb
Bug 808326 - [Browser] Offline page mentions “B2G” [r=pike]
2012-11-30 16:12:52 -08:00
Michael Wu
a9da3c7070
Bug 809665 - Boot animation support for B2G, r=cjones,joe
2012-11-28 13:43:19 -05:00
Marshall Culpepper
d42964acc0
Bug 804571: Implement download cancel (pause) for B2G. r=fabrice
...
--HG--
extra : rebase_source : f6fe2a4416913f55dab81cd0c8801563a4e409f1
2012-11-30 13:35:54 -06:00
Axel Hecht
926103e534
bug 796051, add chrome-% target to package b2g localized files, r=fabrice
...
--HG--
extra : rebase_source : e07b9c96d598f9665e2b7392df40032ac503a06a
2012-11-30 09:22:48 -07:00
Gregor Wagner
9ea1d5b059
Bug 815974 - [System] Remember geolocation permission for an app is broken. r=sicking
2012-11-30 09:32:05 -08:00
Paul Adenot
09253a29d5
Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium
2012-11-30 14:17:54 +01:00
Ed Morley
8220f134fc
Backout 76c4e4fbd8bd (bug 816576) for startup crashes
2012-11-30 10:44:42 +00:00
Paul Adenot
9b71b76d2b
Bug 816576 - Link libsoundtouch statically instead of dynamically. r=glandium
2012-11-30 10:56:28 +01:00
Randy Lin
c116df088f
Bug 812434 - Support FM volume control for implement AudioChannel API. r=mwu
2012-11-29 10:14:11 +08:00
Philipp von Weitershausen
e52ab5f036
Bug 815872 - Fix memory leak in install confirm/deny notification code. r=fabrice
2012-11-29 20:18:28 -05:00
Alexandre Poirot
6a7b7bc4e9
Bug 797657 - Change default CSP to desired policy for certified apps. r=sicking
2012-11-29 17:52:02 -05:00
Ryan VanderMeulen
88d86dfb97
Backed out changeset b65787162e89 (bug 797657) for suspected m-oth failures.
2012-11-29 19:01:50 -05:00
Steven Lee
3a819d953f
Bug 809106 - [music] Unplugging headphones while playing music should pause it. Part2-AudioChannelManager implemenentation. r=jlebar, r=sicking
2012-11-29 17:52:03 -05:00
Alexandre Poirot
ca8c43d39d
Bug 797657 - Change default CSP to desired policy for certified apps. r=sicking
2012-11-29 17:52:02 -05:00
Ed Morley
be04a5d34f
Merge mozilla-central to mozilla-inbound
2012-11-29 15:09:27 +00:00
Rafael Ávila de Espíndola
36486c1a62
Bug 815216 - Upgrade clang to 168596 in the 3.2 branch. r=rail.
...
Update the tooltool manifests.
--HG--
extra : rebase_source : 96b8406a18941b058e660c5c0c4f1391a78b02f3
2012-11-29 09:50:35 -05:00
Ben Hearsum
e93cc5a8fa
bug 815189: b2g builds should clone http://hg.mozilla.org/integration/gaia-nightly . r=catlee
2012-11-29 09:40:52 -05:00
Fabrice Desré
a259dfa983
Bug 778668 - Bubble the application name/origin/manifest in the desktop-notification mozChromeEvent [r=wchen]
2012-11-28 22:36:15 -08:00
Randy Lin
be476cbbc6
Bug 814349 - [gonk] Remove default value of master volume setting. r=vingtetun
2012-11-26 11:03:18 +08:00
Vicamo Yang
f869b81fa4
Bug 804754 - Add UAProfile url into HTTP request header. r=vyang
2012-11-29 11:39:58 +08:00
Chris Jones
cb38f07a3e
Bug 814778: Disable font inflation for the b2g master process. r=dbaron
2012-11-28 12:16:01 -08:00
Justin Lebar
664dca8c89
Bug 815898 - Fix sed error when building B2G on Mac. r=mwu
...
--HG--
extra : rebase_source : 33a6f29812fda858ed30f55767838a34bdfdb9ef
2012-11-28 12:58:40 -05:00
Fabrice Desré
39b0b38128
Bug 815522 - Start and stop the remote debugger without restarting b2g itself [r=past]
2012-11-28 02:48:10 -08:00
Gregor Wagner
a643e4b55d
Bug 814294 - Don't prompt for missing permissions (UNKNOWN_ACTION). r=sicking
2012-11-27 17:31:45 -08:00
Gregory Szorc
79779d041c
Bug 815219 - Part 2: Remove MOZ_MAKE_FLAGS from most in-tree mozconfigs; r=ted
...
It was only used to define -jN to control build parallelism. This is
now set automatically as of part 1 of this patch series and therefore
isn't needed.
2012-11-27 14:01:24 -08:00
Chris Jones
2114064656
Bug 811315: Use process-per-mozbrowser by default and make scrolling behavior selectable by content. r=jlebar sr=roc
...
This is a rollup of the following patches
Bug 811315, part 0.9: Fix pre-existing race condition that allows dying ContentParents to accidentally try to load new TabParents. r=jlebar
Bug 811315, part 0.91: Fix another pre-existing race condition where FirstIdle might run after ContentChild::ActorDestroy(). r=jlebar
Bug 811315, part 1: Make "browser" process limit infinite and unload the processes when all tabs are closed. Firefox with process-per-tab! r=jlebar
Bug 811315, part 2: Pass scrolling-behavior hint down into TabParent instead of inferring it from app/browser. r=jlebar
Bug 811315, part 3: Add a mozasyncpanzoom attribute for iframes and honor it when constructing a remote frame. r=jlebar sr=roc
2012-11-27 12:43:52 -08:00
Ed Morley
6aa8ba56de
Merge mozilla-central to mozilla-inbound
2012-11-27 19:39:16 +00:00
Vivien Nicolas
6cce40c8e5
Bug 811162 - After switching the language in the settings app, the entire gaia window is half as tall. r=kaze
2012-11-27 11:28:56 -08:00
Marshall Culpepper
de9c777dc4
Bug 809974: Set the last update installed time for B2G. r=fabrice
2012-11-27 11:53:17 -06:00
Fabrice Desré
abfe3cb3ef
bug 815145 - Remove the JS REPL from shell.js [r=vingtetun]
2012-11-27 08:40:18 -08:00
Chris AtLee
295ac340de
Bug 813826: gecko configs for otoro builds. r=nthomas DONTBUILD
...
--HG--
extra : rebase_source : 2af6efb4c7851f338f4594ca3757dc4a2ac1762d
2012-11-27 06:21:07 -08:00
Hubert Figuière
2d0ee6ee13
Bug 811778 - Only send crash reports on wifi. r=fabrice
2012-11-26 18:29:20 -05:00
Ben Hearsum
7ad19254df
bug 812836: Set up nightly multilocale B2G desktop builds for l10n testing - add gaia l10n info to gecko config for unagi. r=aki
2012-11-23 13:00:54 -05:00
Nick Thomas
f3f47c24e8
Bug 810994, update gonk-misc in snapshots for panda & unagi to get symbols (and no random-red), r=aki
2012-11-23 12:09:11 +13:00
Paul Adenot
3c2724d53c
Bug 779997 - Backout e35029dcac2d to enable libsoundtouch again.
2012-11-22 11:38:28 +01:00
Chris Jones
730858a70c
Bug 813451: Update-available notifications don't get lost anymore, so the code from bug 801987 is no longer needed. r=marshall_law
2012-11-20 18:08:32 -08:00
Jed Parsons
6066ca1434
Bug 790141 - Native implementation of browserid get() and getVerifiedEmail(). r=benadida
2012-11-20 20:28:34 -05:00
Ryan VanderMeulen
1a5d143f73
Backed out changeset 442028081ef4 (bug 810994) for b2g panda bustage.
2012-11-20 19:57:54 -05:00
Aki Sasaki
1f204fff91
bug 810994 - Update gonk-misc in B2G snapshot to pick up /494f34f5dc052335b75114ae87264a3072143315. r=nthomas
2012-11-20 15:39:30 -08:00
Gregory Szorc
ed77007664
Bug 808219 - Firefox Health Reporter service; r=rnewman
2012-11-13 20:22:09 -08:00
Gregory Szorc
9d46d35ef0
Bug 718067 - Part 1: Create skeletons for services/{metrics,healthreport}; r=rnewman
...
services/metrics will hold generic metrics code. services/healthreport
report will build on top of that to provide the Firefox Health Report
feature. All functionality will land in subsequent patches.
2012-11-05 12:49:58 -08:00
Chris Jones
6f5326630f
Bug 803908: Enable font inflation for async pan/zoomed browsers. r=dbaron
2012-11-20 11:55:14 -08:00
Rafael Ávila de Espíndola
9259ff5876
Bug 813076 - Upgrade clang to 168304 in the 3.2 branch. r=rail.
...
Update the manifests.
2012-11-20 10:50:50 -05:00
Chris Jones
676ebf7c6e
Bug 799768: Only bother computing an invalid rect if it affects composition and enable omtc for X11 b2g builds. r=mattwoodrow
2012-10-11 16:55:42 -07:00
Michael Wu
bbaf569302
Backed out changeset d12d63253125 (bug 809665) for red
2012-11-19 19:54:33 -06:00
Michael Wu
cbb2656375
Bug 809665 - Boot animation support for B2G, r=cjones
2012-11-09 12:08:36 -08:00
Ehsan Akhgari
f111e7c0fb
Merge mozilla-central into mozilla-inbound
2012-11-19 17:07:53 -05:00
Alex Keybl
649cc92616
Merging in version bump NO BUG
2012-11-19 12:03:27 -08:00
Chris Jones
cb0602ab68
Bug 798694, part 3: Remove UA overrides from b2g product proper. r=fabrice
2012-11-18 18:57:41 -08:00
Jed Parsons
ea3e8171fd
Bug 811014 - Ensure forceIssuer parameter is passed through. r=benadida
2012-11-18 00:02:13 -05:00
Jed Parsons
81fbf53a81
Bug 811012 - Allow forceAuthentication parameter to request for whitelisted Marketplace. r=benadida
2012-11-17 08:19:38 -05:00
Jed Parsons
ac891e49f3
Bug 804932 - Pass arbitrary options from RPs to BrowserID internal api methods. r=benadida
2012-11-16 18:34:32 -05:00
Gregor Wagner
bc6679d80b
Bug 812034 - Permissions: Connect access field for permission checks. r=ddahl
2012-11-19 12:31:25 -08:00
Hubert Figuière
79416f46c6
Bug 811341 - Make sure we submit if we are already online. r=fabrice
...
--HG--
extra : rebase_source : 6b22139e0b267f413cdd385092f12dfedf2419f4
2012-11-15 11:42:00 -05:00
Paul Adenot
51fb108db6
Bug 779997 - Disable build and linking of libsoundtouch as it is not used for now. r=glandium
2012-11-19 16:36:06 +00:00
Ryan VanderMeulen
904b2ad6b8
Merge m-c to inbound.
2012-11-15 20:34:51 -05:00
Ryan VanderMeulen
791db753f5
Merge the last PGO-green inbound changeset to m-c.
2012-11-15 20:21:35 -05:00
Myk Melez
6c5fecc57a
bug 811944 - package MSVC dlls with B2G on Windows; r=glandium
2012-11-15 10:16:08 -08:00
Olli Pettay
f3ed372614
Bug 749448 - Remove XTF, r=bz
2012-11-15 14:27:13 +02:00
Nick Thomas
14845a0d9d
Bug 810994, Update gonk-misc in B2G snapshot (for symbols and to fix panda builds), r=catlee
2012-11-15 18:00:50 +13:00
Mounir Lamouri
8a4f1a2acd
Bug 796544 - Use x-inputmode instead of inputmode in B2G/Gaia. r=djf
2012-11-15 14:38:47 +00:00
Fabrice Desré
78d69b3ad7
Bug 802228 - Check for app updates when we check for system update [r=marshall]
2012-11-15 12:52:19 -08:00
Chris Pearce
216fe28466
Bug 811381 - Remove ns prefix from media code. r=roc
...
--HG--
rename : content/media/nsAudioAvailableEventManager.cpp => content/media/AudioAvailableEventManager.cpp
rename : content/media/nsAudioAvailableEventManager.h => content/media/AudioAvailableEventManager.h
rename : content/media/nsAudioStream.cpp => content/media/AudioStream.cpp
rename : content/media/nsAudioStream.h => content/media/AudioStream.h
rename : content/media/nsMediaCache.cpp => content/media/MediaCache.cpp
rename : content/media/nsMediaCache.h => content/media/MediaCache.h
rename : content/media/nsBuiltinDecoder.cpp => content/media/MediaDecoder.cpp
rename : content/media/nsBuiltinDecoder.h => content/media/MediaDecoder.h
rename : content/media/nsBuiltinDecoderReader.cpp => content/media/MediaDecoderReader.cpp
rename : content/media/nsBuiltinDecoderReader.h => content/media/MediaDecoderReader.h
rename : content/media/nsBuiltinDecoderStateMachine.cpp => content/media/MediaDecoderStateMachine.cpp
rename : content/media/nsBuiltinDecoderStateMachine.h => content/media/MediaDecoderStateMachine.h
rename : content/media/dash/nsDASHDecoder.cpp => content/media/dash/DASHDecoder.cpp
rename : content/media/dash/nsDASHDecoder.h => content/media/dash/DASHDecoder.h
rename : content/media/dash/nsDASHReader.cpp => content/media/dash/DASHReader.cpp
rename : content/media/dash/nsDASHReader.h => content/media/dash/DASHReader.h
rename : content/media/dash/nsDASHRepDecoder.cpp => content/media/dash/DASHRepDecoder.cpp
rename : content/media/dash/nsDASHRepDecoder.h => content/media/dash/DASHRepDecoder.h
rename : content/media/gstreamer/nsGStreamerDecoder.cpp => content/media/gstreamer/GStreamerDecoder.cpp
rename : content/media/gstreamer/nsGStreamerDecoder.h => content/media/gstreamer/GStreamerDecoder.h
rename : content/media/gstreamer/nsGStreamerReader.cpp => content/media/gstreamer/GStreamerReader.cpp
rename : content/media/gstreamer/nsGStreamerReader.h => content/media/gstreamer/GStreamerReader.h
rename : content/media/ogg/nsOggCodecState.cpp => content/media/ogg/OggCodecState.cpp
rename : content/media/ogg/nsOggCodecState.h => content/media/ogg/OggCodecState.h
rename : content/media/ogg/nsOggDecoder.cpp => content/media/ogg/OggDecoder.cpp
rename : content/media/ogg/nsOggDecoder.h => content/media/ogg/OggDecoder.h
rename : content/media/ogg/nsOggReader.cpp => content/media/ogg/OggReader.cpp
rename : content/media/ogg/nsOggReader.h => content/media/ogg/OggReader.h
rename : content/media/omx/nsMediaOmxDecoder.cpp => content/media/omx/MediaOmxDecoder.cpp
rename : content/media/omx/nsMediaOmxDecoder.h => content/media/omx/MediaOmxDecoder.h
rename : content/media/omx/nsMediaOmxReader.cpp => content/media/omx/MediaOmxReader.cpp
rename : content/media/omx/nsMediaOmxReader.h => content/media/omx/MediaOmxReader.h
rename : content/media/plugins/nsMediaPluginDecoder.cpp => content/media/plugins/MediaPluginDecoder.cpp
rename : content/media/plugins/nsMediaPluginDecoder.h => content/media/plugins/MediaPluginDecoder.h
rename : content/media/plugins/nsMediaPluginHost.cpp => content/media/plugins/MediaPluginHost.cpp
rename : content/media/plugins/nsMediaPluginHost.h => content/media/plugins/MediaPluginHost.h
rename : content/media/plugins/nsMediaPluginReader.cpp => content/media/plugins/MediaPluginReader.cpp
rename : content/media/plugins/nsMediaPluginReader.h => content/media/plugins/MediaPluginReader.h
rename : content/media/raw/nsRawDecoder.cpp => content/media/raw/RawDecoder.cpp
rename : content/media/raw/nsRawDecoder.h => content/media/raw/RawDecoder.h
rename : content/media/raw/nsRawReader.cpp => content/media/raw/RawReader.cpp
rename : content/media/raw/nsRawReader.h => content/media/raw/RawReader.h
rename : content/media/raw/nsRawStructs.h => content/media/raw/RawStructs.h
rename : content/media/wave/nsWaveDecoder.cpp => content/media/wave/WaveDecoder.cpp
rename : content/media/wave/nsWaveDecoder.h => content/media/wave/WaveDecoder.h
rename : content/media/wave/nsWaveReader.cpp => content/media/wave/WaveReader.cpp
rename : content/media/wave/nsWaveReader.h => content/media/wave/WaveReader.h
rename : content/media/webm/nsWebMBufferedParser.cpp => content/media/webm/WebMBufferedParser.cpp
rename : content/media/webm/nsWebMBufferedParser.h => content/media/webm/WebMBufferedParser.h
rename : content/media/webm/nsWebMDecoder.cpp => content/media/webm/WebMDecoder.cpp
rename : content/media/webm/nsWebMDecoder.h => content/media/webm/WebMDecoder.h
rename : content/media/webm/nsWebMReader.cpp => content/media/webm/WebMReader.cpp
rename : content/media/webm/nsWebMReader.h => content/media/webm/WebMReader.h
2012-11-14 11:46:40 -08:00
Justin Lebar
b973c61a2c
Bug 807143 - Enable image locking on B2G. r=joe
2012-11-14 11:42:24 -05:00
Yuan Xulei
38c8781292
Bug 796365 - Treat contenteditable as a special text field to bring up the keyboard. r=vingtetun a=blocking-basecamp
2012-11-12 16:52:24 +08:00
Gabriele Svelto
3dbabca27a
Bug 805855 - Free dirty pages in response to all memory-pressure messages. r=jlebar
2012-11-12 17:41:23 +01:00
Fabrice Desré
695acc8cc4
Bug 810209 - Initialize cookie service at startup [r=mconnor]
2012-11-13 09:40:00 -08:00
Rafael Ávila de Espíndola
b9584240ad
Bug 811081 - Switch the clang packages to the 3.2 release branch. r=rail.
...
update the manifests.
2012-11-13 09:39:28 -05:00
Mike Hommey
8bb9300037
Bug 809798 - Don't use BOTH_MANIFESTS. r=pike
2012-11-13 08:17:14 +01:00
Jed Parsons
9d5c7396bb
Bug 811095 - (Re)enable identity modules. r=benadida
2012-11-12 19:46:35 -05:00
Chris Peterson
2676c4f144
Bug 785663 - Wait for keyboard to stop resizing before scrolling text input into view. r=djf a=blocking-basecamp+
2012-11-09 09:39:23 -08:00
Rudy Lu
5bd6201d72
Bug 810769 - [Browser] No keyboard available f=ttaubert r=kaze a=blocking-basecamp
2012-11-12 15:10:32 +01:00
Andrea Marchesini
116d87168d
Bug 804311 - Remove nsFilePicker from b2g package-manifest.in. r=fabrice
2012-11-09 16:00:26 -05:00
Mounir Lamouri
48da08cd0c
Bug 556145 - Use opacity instead of GrayText for ::-moz-placeholder UA's style. r=bz,davidb
2012-11-09 10:30:54 +00:00
Mounir Lamouri
e021a7f583
Bug 737786 - 2/5 - Use a pseudo-element instead of a pseudo-class for placeholder styling. r=bz
2012-11-09 10:24:23 +00:00
Marco Bonardo
6873d60214
Bug 799609 - Disable Places in B2G - Part 5 - Build B2G without Places
...
r=jlebar
2012-11-09 10:56:01 +01:00
Randy Lin
35ce1cd27e
Bug 805744 - Add Support for media control on Wired Headset Button. r=fabrice
2012-11-07 09:45:54 +08:00
Jed Parsons
8a1dc751ec
Bug 809265 - Update Identity js and jsm modules to use new global object. r=benadida
...
--HG--
extra : rebase_source : e28a25b4a6556157532bcd082878ae36f6741607
2012-11-08 20:54:13 -05:00
Fabrice Desré
73afc3d337
Bug 809325 - change version number to reflect not production-ready state [r=vingtetun]
2012-11-08 16:53:31 -08:00
Philipp von Weitershausen
2263a90134
Bug 809972 - settings.js: gracefully handle missing nsIAudioManager on desktop builds. r=fabrice
2012-11-08 18:15:38 -05:00
Jed Parsons
a2f670acca
Bug 809577 - ifdef around gonk-only audiomanager code. r=benadida
2012-11-08 14:35:03 -05:00
Dave Hylands
6019a8993f
Bug 794599 - Add a preference to disable logging. r=bzbarsky
2012-11-06 22:34:33 -08:00
Marshall Culpepper
e691e2ba6c
Bug 805844: Support update interval configuration via settings in B2G. r=fabrice
...
--HG--
extra : rebase_source : a235fab66edcbf656212a3010af970989b4fc286
2012-11-07 16:05:55 -08:00
Ehsan Akhgari
b2e16c1b41
Merge mozilla-central into mozilla-inbound
2012-11-07 17:24:27 -05:00
Ed Morley
4aa0f4198c
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-07 12:52:55 +00:00
Panos Astithas
b5e423cb18
Merge m-c to fx-team
2012-11-07 11:14:37 +02:00
Ed Morley
2817eb293a
Merge mozilla-central to fx-team
...
--HG--
rename : browser/devtools/debugger/VariablesView.jsm => browser/devtools/shared/VariablesView.jsm
2012-11-06 14:16:07 +00:00
Panos Astithas
e16f1cd441
Bug 808498 - Chrome debugging broke B2G debugging; r=vporof,vingtetun
2012-11-06 09:14:07 +02:00
Chris AtLee
4ea28836c7
Bug 800364: Install gaia deps into mock environment. r=rail
...
--HG--
extra : rebase_source : e852a1cf067cecd87dbdcfb582be9e6b002f440e
2012-11-03 11:48:05 -04:00
Ed Morley
aaa0204c8a
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-01 13:42:02 +00:00
Panos Astithas
930327df6f
Merge m-c to fx-team
2012-11-01 09:30:11 +02:00
Panos Astithas
112b81111e
Bug 799153 - Add UI for toggling the debugger server in Firefox OS; r=vingtetun
2012-10-31 18:21:54 +02:00
Panos Astithas
8a8fe5e60d
Backed out changeset 871dee07999f on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 17:39:00 +02:00
Marco Chen
02daf36312
Bug 791642 - nsIAudioManager: support voice volume. r=philikon
...
1. Provide api for adjusting volume based on each stream.
2. Modify settings.js for listening the changing for stream volume.
2012-11-02 17:36:46 +08:00
Boris Zbarsky
2ca9d2fdf3
Bug 807222 part 2. Condition MozTimeManager classinfo so we don't stick it on the global in builds that don't ship the xpt for it. r=jlebar
2012-11-05 10:20:03 -05:00
Justin Lebar
8a80bd0a22
Bug 771195 - Fire memory pressure events on Gonk. r=dhylands
2012-10-31 13:29:14 -04:00
Kyle Huey
45adfbf2c8
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vivien Nicolas
24319a7d4f
Bug 802071 - [l10n] Sometimes, l10n.js does not get loaded properly. r=kaze
2012-10-31 14:17:43 +01:00
Vicamo Yang
e6e6deb486
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Justin Lebar
77f0ca6ea2
Backed out changeset 86d8067fa9e5 (bug 802366) on a CLOSED TREE
2012-10-30 21:36:32 -04:00