Ehsan Akhgari
|
afc5d542fa
|
Merge mozilla-central into mozilla-inbound
|
2012-11-19 17:07:53 -05:00 |
|
Alex Keybl
|
98c4160eda
|
Merging in version bump NO BUG
|
2012-11-19 12:03:27 -08:00 |
|
Chris Jones
|
9375f9ff7c
|
Bug 798694, part 3: Remove UA overrides from b2g product proper. r=fabrice
|
2012-11-18 18:57:41 -08:00 |
|
Jed Parsons
|
2bb3eca524
|
Bug 811014 - Ensure forceIssuer parameter is passed through. r=benadida
|
2012-11-18 00:02:13 -05:00 |
|
Jed Parsons
|
af0c792537
|
Bug 811012 - Allow forceAuthentication parameter to request for whitelisted Marketplace. r=benadida
|
2012-11-17 08:19:38 -05:00 |
|
Jed Parsons
|
c22756ca57
|
Bug 804932 - Pass arbitrary options from RPs to BrowserID internal api methods. r=benadida
|
2012-11-16 18:34:32 -05:00 |
|
Gregor Wagner
|
4040b132f1
|
Bug 812034 - Permissions: Connect access field for permission checks. r=ddahl
|
2012-11-19 12:31:25 -08:00 |
|
Hubert Figuière
|
4d27deb9e2
|
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
|
5123e13926
|
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
|
db7f695a13
|
Merge m-c to inbound.
|
2012-11-15 20:34:51 -05:00 |
|
Ryan VanderMeulen
|
a863a6177e
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-11-15 20:21:35 -05:00 |
|
Myk Melez
|
68e759bfe6
|
bug 811944 - package MSVC dlls with B2G on Windows; r=glandium
|
2012-11-15 10:16:08 -08:00 |
|
Olli Pettay
|
660783c739
|
Bug 749448 - Remove XTF, r=bz
|
2012-11-15 14:27:13 +02:00 |
|
Nick Thomas
|
3e7a1a4b28
|
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
|
76c164a59d
|
Bug 796544 - Use x-inputmode instead of inputmode in B2G/Gaia. r=djf
|
2012-11-15 14:38:47 +00:00 |
|
Fabrice Desré
|
615ecd5214
|
Bug 802228 - Check for app updates when we check for system update [r=marshall]
|
2012-11-15 12:52:19 -08:00 |
|
Chris Pearce
|
9abb830db0
|
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
|
e37876d508
|
Bug 807143 - Enable image locking on B2G. r=joe
|
2012-11-14 11:42:24 -05:00 |
|
Yuan Xulei
|
ab3a475e75
|
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
|
ffd5580b48
|
Bug 805855 - Free dirty pages in response to all memory-pressure messages. r=jlebar
|
2012-11-12 17:41:23 +01:00 |
|
Fabrice Desré
|
6fc8b2ef5c
|
Bug 810209 - Initialize cookie service at startup [r=mconnor]
|
2012-11-13 09:40:00 -08:00 |
|
Rafael Ávila de Espíndola
|
907cc9c98c
|
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
|
457d6f2ff5
|
Bug 809798 - Don't use BOTH_MANIFESTS. r=pike
|
2012-11-13 08:17:14 +01:00 |
|
Jed Parsons
|
b2b955ffef
|
Bug 811095 - (Re)enable identity modules. r=benadida
|
2012-11-12 19:46:35 -05:00 |
|
Chris Peterson
|
8d47158999
|
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
|
c7ac7dbee2
|
Bug 810769 - [Browser] No keyboard available f=ttaubert r=kaze a=blocking-basecamp
|
2012-11-12 15:10:32 +01:00 |
|
Andrea Marchesini
|
2fbd20e9b1
|
Bug 804311 - Remove nsFilePicker from b2g package-manifest.in. r=fabrice
|
2012-11-09 16:00:26 -05:00 |
|
Mounir Lamouri
|
33e851046c
|
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
|
58aa0a96d8
|
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
|
34b33a923f
|
Bug 799609 - Disable Places in B2G - Part 5 - Build B2G without Places
r=jlebar
|
2012-11-09 10:56:01 +01:00 |
|
Randy Lin
|
7613a95aa7
|
Bug 805744 - Add Support for media control on Wired Headset Button. r=fabrice
|
2012-11-07 09:45:54 +08:00 |
|
Jed Parsons
|
4db96ce158
|
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é
|
835c97ef49
|
Bug 809325 - change version number to reflect not production-ready state [r=vingtetun]
|
2012-11-08 16:53:31 -08:00 |
|
Philipp von Weitershausen
|
8a80357c7d
|
Bug 809972 - settings.js: gracefully handle missing nsIAudioManager on desktop builds. r=fabrice
|
2012-11-08 18:15:38 -05:00 |
|
Jed Parsons
|
1a9ce84b35
|
Bug 809577 - ifdef around gonk-only audiomanager code. r=benadida
|
2012-11-08 14:35:03 -05:00 |
|
Dave Hylands
|
46fc8b6a6e
|
Bug 794599 - Add a preference to disable logging. r=bzbarsky
|
2012-11-06 22:34:33 -08:00 |
|
Marshall Culpepper
|
a9a53de08d
|
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
|
7155c4fc5f
|
Merge mozilla-central into mozilla-inbound
|
2012-11-07 17:24:27 -05:00 |
|
Ed Morley
|
3c0fa4c28c
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-11-07 12:52:55 +00:00 |
|
Panos Astithas
|
24d9d0ae1d
|
Merge m-c to fx-team
|
2012-11-07 11:14:37 +02:00 |
|
Ed Morley
|
092f2cf1f0
|
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
|
f8ce74e74e
|
Bug 808498 - Chrome debugging broke B2G debugging; r=vporof,vingtetun
|
2012-11-06 09:14:07 +02:00 |
|
Chris AtLee
|
66866d4d7f
|
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
|
3df60ccac7
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-11-01 13:42:02 +00:00 |
|
Panos Astithas
|
9bc475fdc6
|
Merge m-c to fx-team
|
2012-11-01 09:30:11 +02:00 |
|
Panos Astithas
|
fb8052ce15
|
Bug 799153 - Add UI for toggling the debugger server in Firefox OS; r=vingtetun
|
2012-10-31 18:21:54 +02:00 |
|
Panos Astithas
|
0dec7996a0
|
Backed out changeset 871dee07999f on suspicion of causing mochitest-1 and 3 permaorange
|
2012-10-31 17:39:00 +02:00 |
|
Marco Chen
|
b8d56a5ab9
|
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
|
8fa9f91ba7
|
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
|
e5ca33789e
|
Bug 771195 - Fire memory pressure events on Gonk. r=dhylands
|
2012-10-31 13:29:14 -04:00 |
|
Kyle Huey
|
1482122303
|
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
|
25fd07a6af
|
Bug 802071 - [l10n] Sometimes, l10n.js does not get loaded properly. r=kaze
|
2012-10-31 14:17:43 +01:00 |
|
Vicamo Yang
|
8297cdabd6
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Justin Lebar
|
6f958d371d
|
Backed out changeset 86d8067fa9e5 (bug 802366) on a CLOSED TREE
|
2012-10-30 21:36:32 -04:00 |
|
Margaret Leibovic
|
e5851ddcb8
|
Bug 803756 - Override appstrings.properties for B2G. r=philikon
|
2012-10-29 15:17:32 -07:00 |
|
Justin Lebar
|
4c333b07a9
|
Bug 802366 - Prelude, part 1: Rename in-process-browser-frame-shown to in-process-browser-or-app-frame-shown. r=bz
--HG--
extra : rebase_source : 683e1facc5a6356a4cce0546fd2593a701fe69c0
|
2012-10-30 15:55:05 -04:00 |
|
Kyle Huey
|
bdf47895bb
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
777eed8444
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
aa1997a51a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Ed Morley
|
8965c8f18e
|
Merge mozilla-central to mozilla-inbound
|
2012-10-30 10:50:27 +00:00 |
|
Nick Thomas
|
b4e2c4abcf
|
Bug 800364, unagi dep build support, r=catlee,mwu
|
2012-10-30 15:55:51 +13:00 |
|
John Ford
|
dda5d81959
|
bug 806548 - sync 32bit and 64bit linux desktop b2g mozconfigs rs=cjones DONTBUILD because NPOTB
|
2012-10-29 14:01:18 -07:00 |
|
Margaret Leibovic
|
c9e76160aa
|
Bug 801925 - Let Gaia handle crash reporter dialog/banner logic. r=fabrice
|
2012-10-29 17:27:09 -07:00 |
|
Margaret Leibovic
|
44c49815be
|
Bug 801809 - Add hooks for b2g crash reporter UI. r=fabrice
|
2012-10-29 11:18:50 -07:00 |
|
Chris Pearce
|
818603ae1d
|
Bug 805301 - Rename iframe.mozallowfullscreen to allowfullscreen. r=jlebar
|
2012-10-30 11:02:24 +13:00 |
|
Ryan VanderMeulen
|
b0a7dbc965
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-11-03 09:23:43 -04:00 |
|
Philipp von Weitershausen
|
7f4fe49513
|
Bug 807478 - B2G: turn on jsloader.reuseGlobal. r=cjones
|
2012-11-02 18:03:13 -07:00 |
|
Gian-Carlo Pascutto
|
c38ef41d04
|
Bug 782106 - Disable the per-client randomization in the url-classifier. r=dcamp
|
2012-11-03 01:53:10 +01:00 |
|
Zach Carter
|
39d5a7ad62
|
Bug 804143 - [Identity] Make id flow OOP. r=benadida
|
2012-11-02 19:48:57 -04:00 |
|
Jed Parsons
|
29b7063e03
|
Bug 807078 - Clean up message listeners before closing window. r=benadida
|
2012-11-02 16:11:51 -04:00 |
|
Josh Matthews
|
18801758a7
|
Bug 807760 - Comment followup. DONTBUILD
|
2012-11-02 11:24:47 -04:00 |
|
Josh Matthews
|
5d4ac1abee
|
Bug 807760 - Disable OMTC in b2g builds on Windows. r=cjones
|
2012-11-02 11:15:10 -04:00 |
|
Margaret Leibovic
|
955b44f338
|
Bug 807805 - Remove app.reportCrashes from b2g.js now that we have crash reporter settings in the UI. r=fabrice
|
2012-11-01 14:08:16 -07:00 |
|
Jed Parsons
|
4886a2138b
|
Bug 806605 - Replace loggedInEmail parameter with loggedInUser. r=benadida
|
2012-11-01 19:23:14 -04:00 |
|
Gina Yeh
|
a2d719de86
|
Bug 808879 - Patch 1: Expose connection status for system app, r=qdot, sr=mrbkap
|
2012-11-07 10:12:41 -08:00 |
|
Mounir Lamouri
|
7805230a8b
|
Bug 795715 - Remove B2G-specific stuff from nsIDOMWindow. r=khuey,fabrice sr=smaug
|
2012-11-07 18:10:40 +00:00 |
|
Jose Antonio Olivera Ortega
|
0111ef2759
|
Bug 808994 - B2G SMS: Expose the strict7BitEncoding setting through the setting API. r=vicamo
|
2012-11-07 18:51:40 +01:00 |
|
Tim Taubert
|
baf27e7b33
|
Bug 802073 - Follow-up: check IME mode for text inputs only r=yxl a=blocking-basecamp
|
2012-11-07 17:32:09 +01:00 |
|
Tim Taubert
|
962591ca72
|
Bug 802073 - Receive input event twice from input tag type:time and type:date r=vingtetun a=blocking-basecamp
|
2012-11-07 12:53:24 +01:00 |
|
Panos Astithas
|
8db80dbe75
|
Bug 799153 - Add UI for toggling the debugger server in Firefox OS; r=vingtetun
|
2012-10-31 09:03:01 +02:00 |
|
Jed Parsons
|
e4891fd894
|
Bug 794680 - Connect gecko to gaia identity ui. r=benadida, r=cjones
|
2012-10-26 07:39:38 -04:00 |
|
Andrea Marchesini
|
962b45ec37
|
Bug 805282 - Add MailtoProtocolHandler.js, SmsProtocolHandler.js and TelProtocolHandler.js to package-manifest.in r=fabrice
|
2012-10-25 18:50:03 -07:00 |
|
Ryan VanderMeulen
|
130a50c2ca
|
Merge m-c to inbound.
|
2012-10-25 17:43:19 -04:00 |
|
Tim Taubert
|
101d75524c
|
merge m-c to fx-team
|
2012-10-25 21:23:58 +02:00 |
|
Dave Hylands
|
2ecf80a7a3
|
Bug 805531 - Turn off javascript.options.mem.log for b2g
|
2012-10-25 12:01:59 -07:00 |
|
Jim Mathies
|
ae9b1663ef
|
Bug 798821 - On Windows, restrict enabling of W3C touch interfaces to devices that support touch input. Also convert touch pref to 3-state value. r=bsmedberg
|
2012-10-25 09:57:51 -05:00 |
|
Vivien Nicolas
|
47512bbf05
|
Bug 796079 - language.current should map to general.useragent.locale instead of intl.accept_languages. r=pike
|
2012-10-25 15:02:15 +02:00 |
|
Vivien Nicolas
|
70554260ab
|
Bug 759911 - include human readable build ID, version, and channel in device info. r=lsblakk
|
2012-10-25 15:02:15 +02:00 |
|
Gina Yeh
|
2fac9fd273
|
Bug 804460 - Patch 2: Failed to set audio stream volume to correct value by bluetooth headset, r=djf
|
2012-10-25 18:50:46 +08:00 |
|
David Dahl
|
3f82bb0aab
|
Bug 773114 - Permission UI events for apps r=sicking r=anygregor
|
2012-10-24 15:19:01 -05:00 |
|
Tim Taubert
|
96627e84b6
|
Bug 804827 - bustage fix for Cu.isDeadWrapper(null) r=djf a=sicking
|
2012-10-25 01:30:14 +02:00 |
|
Tim Taubert
|
1a4f1036c6
|
Bug 804827 - can't access dead object in forms.js line 49 r=djf a=sicking
|
2012-10-24 20:09:12 +02:00 |
|
Phil Ringnalda
|
a1120dfca2
|
Merge mozilla-central to fx-team
|
2012-10-19 22:13:58 -07:00 |
|
Fabrice Desré
|
46279b1aad
|
Bug 801355 - Race condition setting up permissions at startup [r=gwagner]
|
2012-10-23 13:11:02 -07:00 |
|
Edwin Flores
|
745fdb0a19
|
Bug 802465 - Limit resolution of youtube streams in YoutubeProtocolHandler r=fabrice
|
2012-10-19 14:11:36 +13:00 |
|
Marshall Culpepper
|
3ae1d5349b
|
Bug 804226: Move B2G nsIUpdateCheckListener impl into it's own type to avoid method name collision. r=fabrice
|
2012-10-23 13:51:16 -05:00 |
|
Andrea Marchesini
|
6f9f95a78f
|
Bug 803452 - Remember my choice for geolocation doesn't work. r=vingtetun
|
2012-10-22 22:22:27 -04:00 |
|
Shih-Chiang Chien
|
3a4a9e32aa
|
Bug 790393 - Add MozPower.factoryReset() for factory reset. r=cjones, r=vingtetun, sr=sicking
|
2012-10-04 17:28:34 +08:00 |
|
Rafael Ávila de Espíndola
|
e04e9b69fd
|
Bug 799572 - clang update broke NSS. r=rail.
|
2012-10-22 09:10:20 -04:00 |
|
Mihai Sucan
|
776d41b784
|
Bug 795691 - b2g fixes for the web console actors; r=past,vingtetun,ttaubert
|
2012-10-11 21:24:57 +03:00 |
|
Marshall Culpepper
|
beb12efde5
|
Bug 798948: Allow force checking of updates in B2G. r=fabrice
|
2012-10-13 13:11:09 -05:00 |
|
Marshall Culpepper
|
4e8dca8fac
|
Bug 794211: Check for updates after coming online when a check fails because the network is offline. r=bbondy r=rstrong
|
2012-10-13 13:06:58 -05:00 |
|
Paul Adenot
|
061130052b
|
Bug 779997 - Import SoundTouch Library in the tree. r=khuey,rstrong
|
2012-08-26 22:36:44 -07:00 |
|
Paul Adenot
|
63623db352
|
Backed out changeset 98f9d1044e54 because r= bit is missing in commit message.
|
2012-11-07 10:30:49 +01:00 |
|
Paul Adenot
|
4107bd8751
|
Bug 779997 - Import SoundTouch Library in the tree. r=
|
2012-08-26 22:36:44 -07:00 |
|
Dave Hylands
|
4c5557e3c7
|
Bug 794599 - Backout 847cedab81ae due to debug orange
|
2012-11-07 01:03:52 -08:00 |
|
Dave Hylands
|
cd617502a6
|
Bug 794599 - Add a preference to disable logging. r=bzbarsky
|
2012-11-06 22:34:33 -08:00 |
|
Gregor Wagner
|
94f2e887b4
|
Bug 800063 - Make GC_ALLOCATION_THRESHOLD dynamic. r=billm
|
2012-10-26 16:06:19 -07:00 |
|
David Flanagan
|
52751dfc4c
|
Bug 796544 - Pass the inputmode attribute value to mozKeyboard. r=cpeterson
|
2012-10-12 14:51:13 -07:00 |
|
Dão Gottwald
|
fb68ca7461
|
Bug 800157 - Make User Agent overrides affect navigator.userAgent in addition to the HTTP header. r=bz
--HG--
extra : rebase_source : dd856c03a45e9d95866fb5a95e568ae3cce67521
|
2012-10-12 00:56:13 +02:00 |
|
Gregory Szorc
|
66db4323b0
|
Bug 800154 - Refactor how services/ integrates with build system; r=glandium
We now have MOZ_SERVICES_COMMON and MOZ_SERVICES_CRYPTO to control
inclusion of services/common and services/crypto, respectively.
|
2012-10-11 10:34:09 -07:00 |
|
Hubert Figuière
|
8632db0ac8
|
Bug 777185 - Hookup content process crash reporting. r=fabrice
--HG--
extra : rebase_source : fa1f24733b506994624ece032921125a2e2b1434
|
2012-10-11 16:18:00 +02:00 |
|
Gregor Wagner
|
8e68f01b2e
|
Bug 799656 - Decrease b2g's javascript.options.mem.high_water_mark from 32mb to 6mb. r=billm
|
2012-10-10 17:26:19 -07:00 |
|
Ryan VanderMeulen
|
1596711b0d
|
Merge m-c to inbound.
|
2012-10-10 06:32:24 -04:00 |
|
Tim Taubert
|
56a91bbd83
|
merge m-c to fx-team
|
2012-10-10 09:32:35 +02:00 |
|
Tim Taubert
|
0780e393ae
|
Bug 796269 - [settings] set time manually once, cannot do again r=vingtetun
|
2012-10-09 17:29:32 +02:00 |
|
Rafael Ávila de Espíndola
|
f6c02450ac
|
Bug 793109 - Stacks truncated near nsDocLoader::DoFireOnStateChange. r=rail.
Update the manifests.
--HG--
extra : rebase_source : 9f878c77d21853d7fedc4dcb48d1d63fe7b88696
|
2012-10-09 21:59:51 -04:00 |
|
Justin Lebar
|
ad5e3e78b9
|
Bug 799536 - Disable sync on B2G. r=fabrice
|
2012-10-09 12:49:15 -04:00 |
|
Jared Wein
|
ed313e1aa9
|
Bug 798217 - Remove unused nsIAlertService preferences in b2g/android-mobile/xul-mobile/. r=mfinkle r=cjones
--HG--
extra : rebase_source : 2739bfd70b4e37c5273b887b8142d2c96d32e6c8
|
2012-10-08 18:38:57 -07:00 |
|
David Flanagan
|
186f123585
|
Bug 796080 - Pass inputmode, selectionStart, and selectionEnd to mozKeyboard. r=vingtetun
|
2012-10-04 23:21:10 -07:00 |
|
Alex Keybl
|
35ba52d414
|
Merging in version bump NO BUG
|
2012-10-08 11:01:15 -07:00 |
|
Ryan VanderMeulen
|
b546f1790f
|
Merge fx-team to m-c.
|
2012-10-20 17:15:57 -04:00 |
|
Shih-Chiang Chien
|
edbd5bf309
|
Bug 793108 - Add removeFocus() for MozKeyboard. r=sicking
|
2012-10-17 19:18:14 +08:00 |
|
Anant Narayanan
|
40abedcbfe
|
Bug 801801: Fix runapp argument for B2G Desktop; r=fabrice
|
2012-10-17 15:16:03 -07:00 |
|
Justin Lebar
|
7c419ef0f7
|
Bug 802777 - Decrease image.mem.max_decoded_image_kb on B2G. r=joedrew
|
2012-10-17 16:18:33 -04:00 |
|
Dale Harvey
|
6fdf4db101
|
Bug 802466 - Add signature to stream url. r=fabrice
|
2012-10-17 15:33:58 -04:00 |
|
Gene Lian
|
229fcffda5
|
Bug 801573 - [Web Activities] Need to notify SystemMessageInternal when the app's registration restarts to avoid sending system messages to deprecated pages. r=fabrice
|
2012-10-17 12:30:43 +08:00 |
|
Fabrice Desré
|
4c76e85e43
|
Bug 801987 - [OTA update] system notification never reappears after dismissing "Later" and then force updating [r=marshall]
|
2012-10-16 22:07:59 -07:00 |
|
Phil Ringnalda
|
abfd8dde73
|
Back out 4f8830d30f62 (bug 794680) for bustage on a CLOSED TREE
|
2012-10-16 19:58:32 -07:00 |
|
Jed Parsons
|
f46a0d35ef
|
Bug 794680 - Connect gecko to b2g identity ui. r=benadida
|
2012-10-16 21:34:02 -04:00 |
|
Marshall Culpepper
|
d0eedcaf89
|
Bug 801742: Pass updater errors and status to Gaia in B2G. r=fabrice
--HG--
extra : rebase_source : 1cb52325daa904a8b0fad9f1bb57bdc058188e1c
|
2012-10-16 14:15:37 -05:00 |
|
Fernando Jiménez
|
655270c2cd
|
Bug 793329 - If the trusted UI is closed on device, fire an onerror callback in mozPay indicating as such; r=fabrice
|
2012-10-16 11:28:30 +02:00 |
|
Ed Morley
|
5abdf356a2
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-10-06 20:30:35 +01:00 |
|
Rafael Ávila de Espíndola
|
bed6bcc8b3
|
Bug 797525 - Upgrade clang to version >= r163716 to fix ASan issue 109. r=rail.
update the tooltool manifests.
|
2012-10-06 08:30:21 -04:00 |
|
Marshall Culpepper
|
f99018e846
|
Bug 798132: Followup fix: Move the crash reporter query into the try/catch to fix builds where it is disabled. r=fabrice
|
2012-10-05 15:11:37 -05:00 |
|
John Ford
|
d629464fd9
|
bug 776783 enable packaging gaia on win32 B2G desktop builds rs=cjones DONTBUILD because NPOTB
|
2012-10-05 11:19:16 -07:00 |
|
Marshall Culpepper
|
c5475e1be4
|
Bug 798132: Followup fix: Move the crash reporter query into the try/catch to fix builds where it is disabled. r=fabrice
--HG--
extra : rebase_source : 518e13b4a29c76a87552a920cb5571256bfe3f3d
|
2012-10-05 14:16:13 -05:00 |
|
Fabrice Desré
|
eb2fef8199
|
Bug 798132 - Builds without the crash reporter don't start anymore. [r=hub]
|
2012-10-04 21:10:45 -07:00 |
|
Rafael Ávila de Espíndola
|
bff890ad76
|
Bug 784691 - Upgrade clang to r162360.
Update the tooltool manifests. r=rail.
|
2012-10-04 22:22:27 -04:00 |
|
Ryan VanderMeulen
|
18275db301
|
Merge m-c to inbound.
|
2012-10-04 17:54:34 -04:00 |
|
Fabrice Desré
|
fbe636a395
|
Bug 798028 - NetworkStatsService.jsm is not available in non-RIL builds [r=marshall]
|
2012-10-04 14:19:05 -07:00 |
|
John Ford
|
3bf795dca4
|
bug 797438 - stop setting GAIA_DOMAIN for desktop b2g builds r=cjones
|
2012-10-04 10:30:07 -07:00 |
|
Hubert Figuière
|
860acfb300
|
Bug 777187 - Annotate crash with Android hardware info. r=fabrice f=kairo
--HG--
extra : rebase_source : 2ec27088996e4aa8c385475498ae42bfd4b1e6ec
|
2012-10-04 10:29:43 -07:00 |
|
Albert Crespell
|
6e86939ad1
|
Bug 746069: Part 3: IDL implementation for NetworkStats. r=philikon sr=jst
|
2012-10-04 18:42:41 +02:00 |
|
Mike Hommey
|
b8a07be187
|
Bug 794393 - Remove package-xulrunner rules. r=blassey,r=romaxa,r=mwu
|
2012-10-04 08:20:09 +02:00 |
|
Fabrice Desré
|
1484bd73f4
|
Bug 787054 - Make the UA string OS agnostic again, use UserAgentOverrides.jsm to white-list sites that need "Android" [r=dao,gerv]
|
2012-10-03 13:27:46 -07:00 |
|
Vicamo Yang
|
7e078e6674
|
Bug 790192 - Part 1/2: support strict GSM SMS 7-Bit encoding, r=marshall_law
|
2012-10-03 16:37:19 +08:00 |
|
Fabrice Desré
|
576ec27252
|
Bug 796217 - Refactor Webapps.jsm and related files - Part 1: move DOMApplicationManifest outside of Webapps.jsm [r=gwagner]
|
2012-10-02 22:38:03 -07:00 |
|
Rafael Ávila de Espíndola
|
3b7c8e5c4f
|
Bug 796937 - Deploy new clang package with output order fixes. r=rail.
--HG--
extra : rebase_source : 7f339cf7b9b8bee34967c69203179e944e713536
|
2012-10-02 18:50:03 -04:00 |
|
Gene Lian
|
597e68014f
|
Bug 793970 - Reuse nsAppStartup's watchdog to compulsively power-off/reboot/quit Gecko if profile synchronizing hangs. r=cjones
|
2012-10-02 15:26:32 +08:00 |
|
Dave Hylands
|
07e7ab4c35
|
Bug 797174 - dom.ipc.processPrelauch is misspelled
Corrected spelling to be dom.ipc.processPrelaunch
|
2012-10-02 17:13:40 -07:00 |
|
Marshall Culpepper
|
6f6917ba73
|
Bug 740722: Wait until the user is idle before prompting to apply an update in B2G. r=fabrice
|
2012-10-02 13:33:49 -05:00 |
|
Joe Drew
|
85c156d2ef
|
Bug 486918 - Create and obey a high-quality downscaling pref, and turn it off on OS X and mobile. r=jlebar
|
2012-09-27 14:12:56 -04:00 |
|
Andrea Marchesini
|
418f096481
|
Bug 793310 - Support sms:, tel: and mailto: URI schemes, r=philipp
|
2012-10-01 11:28:01 -07:00 |
|
Ms2ger
|
1bd0a8f6e7
|
Merge backout.
|
2012-10-01 14:16:20 +02:00 |
|
Ms2ger
|
a72f8370a2
|
Bug 795862 - Back out bug 486918 for build bustage in unreviewed code.
|
2012-10-01 14:16:03 +02:00 |
|
Joe Drew
|
4b9e01692f
|
Bug 486918 - Create and obey a high-quality downscaling pref, and turn it off on OS X and mobile. r=jlebar
|
2012-09-27 14:12:56 -04:00 |
|
Marshall Culpepper
|
e5a8a843cd
|
Bug 778349: Initial support for OS ("FOTA") updates in Gonk. r=rstrong r=bbondy r=fabrice
|
2012-09-30 21:55:51 -05:00 |
|
Timothy Guan-tin Chien
|
6668a40f2f
|
Bug 793082 - Allow sendChromeEvent to queue the events until window.onload fires, r=fabrice
|
2012-09-29 10:57:18 -07:00 |
|
Phil Ringnalda
|
eee9bbbf40
|
Back out eae519534b01 (bug 772364), 4935822abf87 (bug 795164) and ddee22deae16 (bug 793082) for orange on a CLOSED TREE
|
2012-09-29 13:20:09 -07:00 |
|
Timothy Guan-tin Chien
|
cb45c28675
|
Bug 793082 - Allow sendChromeEvent to queue the events until window.onload fires, r=fabrice
|
2012-09-29 10:57:18 -07:00 |
|
Rudy Lu
|
f34256abc2
|
Bug 794878 - Keyboard API should pass initial values for input[type="date|time"] and others. r=vingtetun
|
2012-09-29 12:32:57 -04:00 |
|
Chris Jones
|
092da57fd8
|
Followup to bug 789358: Make hit-target fluff margins match fennec's. DONTBUILD
|
2012-09-29 01:29:19 -07:00 |
|
John Ford
|
64f022c70e
|
bug 776783 - build win32 wrapper program r=cjones
|
2012-09-28 16:25:20 -07:00 |
|
Dave Hylands
|
2278c8ea85
|
Bug 795480 - Make b2g app ensure that it's the process group controller. r=cjones
|
2012-09-28 16:11:03 -07:00 |
|
Michal Novotny
|
1c59db4611
|
Bug 777445 - Network activity indicator for B2G, r=jduell
|
2012-09-29 00:39:20 +02:00 |
|
Marshall Culpepper
|
c7cdf01a02
|
Bug 794092 - Initial implementation of Gonk RecoveryService. r=vingtetun r=cjones
Adopted from Shih-Chiang Chien's original code.
|
2012-09-28 17:32:56 -05:00 |
|
Marshall Culpepper
|
57d89189b8
|
Bug 795479: Add the update channel pref to b2g.js, and use it in the update URL. r=cjones
--HG--
extra : rebase_source : 713928705bcd3601fe75960173582bf6875c14b3
|
2012-09-28 17:03:05 -05:00 |
|
Ed Morley
|
722b933229
|
Backout 92530b29ac24, 42e659956dc6 & 38277196c099 (bug 486918), d3b69fe15ac3 & b2dba2108722 (bug 786444), e7381ac9e30a (bug 786449) on suspicion of causing Android reftest failures on a CLOSED TREE
|
2012-09-28 23:00:28 +01:00 |
|
Nicolas Silva
|
28c9201dcc
|
Bug 794747 - Set B2G's default video queue size to 3 instead of 10. r=kinetik
|
2012-09-28 14:43:57 -04:00 |
|
Joe Drew
|
db8e984995
|
Bug 486918 - Create and obey a high-quality downscaling pref, and turn it off on OS X and mobile. r=jlebar
--HG--
extra : rebase_source : 386bee19522e3cb8bca16ec40e3c092a52ae18d2
|
2012-09-27 14:12:56 -04:00 |
|
Ed Morley
|
ea34844908
|
Backout 927bda3a4947 (bug 777445) for failing to build on a CLOSED TREE
|
2012-09-28 13:14:26 +01:00 |
|
Michal Novotny
|
c526be2178
|
Bug 777445 - Network activity indicator for B2G, r=jduell
|
2012-09-28 13:53:52 +02:00 |
|
Josh Matthews
|
1ce2adcc13
|
Bug 770778 - Make TCPSocket e10s-friendly. r=bent
|
2012-09-24 14:53:49 -04:00 |
|
Patrick McManus
|
b0eb649bd8
|
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
|
2012-09-14 16:27:46 -04:00 |
|
Edwin Flores
|
fd1d3575e3
|
Bug 759506 - Build changes for B2G zero-copy OMX hardware decoding r=cjones
|
2012-09-27 16:33:42 +12:00 |
|
Eric Chou
|
5e04074c7f
|
Bug 792002 - patch 2: adjust volume after receiving AT+VGS, r=qdot, r=fabrice
|
2012-09-27 10:24:39 +08:00 |
|
Ryan VanderMeulen
|
d204c36ff3
|
Merge m-c to inbound.
|
2012-09-26 21:37:18 -04:00 |
|
John Ford
|
7c19735f67
|
bug 794412 - update gonk-toolchain to support building OMX-in-gecko rs=cjones
|
2012-09-26 17:05:41 -07:00 |
|
Chris Jones
|
9ef5517d28
|
Bug 789358: Enable hit-target fluffing for b2g. r=doublec
|
2012-09-13 15:43:16 -07:00 |
|
Vivien Nicolas
|
bba028c12d
|
Bug 793553 - [b2g] oninput is not fired when the content of an input field is changed. r=mounir
|
2012-09-26 13:08:50 +02:00 |
|
Sid Stamm
|
59b413b8c8
|
Bug 768029 - Apply CSP Policy to trusted and certified apps. Temporarily using a overly permissive policy for certified apps until Gaia is updated to handle the desired policy. r=sicking Parts by sicking, r=mounir
|
2012-09-25 16:28:17 -07:00 |
|
Fabrice Desré
|
43f63c647e
|
Backout Bug 768029 because that breaks Gaia (see https://github.com/mozilla-b2g/gaia/issues/5177)
|
2012-09-25 15:32:20 -07:00 |
|
Sid Stamm
|
e00d2f38e0
|
bug 768029 - Apply CSP Policy to trusted and certified apps. r=sicking. Parts by sicking, r=mounir.
|
2012-08-02 12:13:53 -07:00 |
|
Chris AtLee
|
f7b36d69fc
|
Bug 777530: remove Android.mk files from breakpad; add perl-Digest-SHA to panda build requirements. r=ted DONTBUILD
--HG--
extra : rebase_source : b5c9cdf1c3ab712ad60f7114c0734d67fa5fb633
|
2012-09-24 20:41:58 -04:00 |
|
Fabrice Desré
|
f5d39cb42f
|
Bug 793349 - Youtube activity should include video title [r=dougt]
|
2012-09-24 22:31:14 -07:00 |
|
Chris Double
|
8a2bc1a463
|
Bug 790125 - Throbber not working in browser video controls on B2G - r=cjones
|
2012-09-25 16:45:30 +12:00 |
|
Cervantes Yu
|
b833151d11
|
Bug 791036 - Fix MozKeyboard for value selector only working on the last opened app. r=vingtetun
|
2012-09-24 21:50:20 -04:00 |
|
Ryan VanderMeulen
|
84dd5fbb59
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-09-24 20:47:13 -04:00 |
|
John Ford
|
c5eb8f618c
|
bug 776783 - enable gaia packaging on Linux rs=cjones DONTBUILD
|
2012-09-24 13:38:15 -07:00 |
|
John Ford
|
a0648b9ee4
|
bug 776783 - enable gaia packaging on Mac OS X rs=cjones DONTBUILD
|
2012-09-24 12:50:53 -07:00 |
|
Jonathan Griffin
|
713f7d8442
|
Bug 793240 - Disable profiling for b2g's gecko opt build, r=cjones
|
2012-09-24 09:35:55 -07:00 |
|
Fabrice Desré
|
2e5dd334e7
|
backout bug 793082 because it breaks gaia homescreen
|
2012-09-22 10:05:26 -07:00 |
|
Timothy Guan-tin Chien
|
b33d2b5198
|
Bug 793082 - Allow sendChromeEvent to queue the events until window.onload fires, r=fabrice
|
2012-09-21 22:16:35 -07:00 |
|
Ray Cheung
|
800d34a6c9
|
Bug 779500 - WebFM, r=jlebar,glandium sr=jonas
|
2012-09-19 11:23:33 -04:00 |
|
Shelly Lin
|
1bfb2a18f1
|
Bug 790158 - Add os version and hardware info to mozSettings. r=cjones
|
2012-09-19 18:06:40 +08:00 |
|
Ms2ger
|
1e7015f897
|
Merge PGO-green changeset from m-i to m-c.
|
2012-09-20 11:51:47 +02:00 |
|
Tim Taubert
|
577772a8e3
|
merge m-c to fx-team
|
2012-09-20 11:36:34 +02:00 |
|
Panos Astithas
|
c7397616ed
|
Bug 789114 - Make B2G and Fennec browser actors inherit the extensibility API changes. f=glandium r=msucan,mfinkle,vingtetun
|
2012-09-20 09:38:11 +03:00 |
|
Fabrice Desré
|
f03ea7bcc0
|
Bug 777633 - Cannot view a video on mobile youtube on Firefox OS - vnd.youtube is not a registered protocol [r=dougt]
|
2012-09-17 14:55:48 -07:00 |
|