Commit Graph

177 Commits

Author SHA1 Message Date
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
Alexandre Poirot
3bc889a627 Bug 820443 - Disable slow script modal in b2g. r=vingtetun 2012-12-16 19:20:02 -05:00
Gregor Wagner
4578a6366d Bug 819560 - RIL: remember the last mcc code. r=sicking 2012-12-12 16:57:11 -08: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
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
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
Alexandre Poirot
ca8c43d39d Bug 797657 - Change default CSP to desired policy for certified apps. r=sicking 2012-11-29 17:52:02 -05: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
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
Fabrice Desré
abfe3cb3ef bug 815145 - Remove the JS REPL from shell.js [r=vingtetun] 2012-11-27 08:40:18 -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
Chris Jones
cb0602ab68 Bug 798694, part 3: Remove UA overrides from b2g product proper. r=fabrice 2012-11-18 18:57:41 -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
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
Ryan VanderMeulen
dcd42d4fb0 Merge the last PGO-green inbound changeset to m-c. 2012-11-03 09:23:43 -04:00
Philipp von Weitershausen
3c53360275 Bug 807478 - B2G: turn on jsloader.reuseGlobal. r=cjones 2012-11-02 18:03:13 -07:00
Gian-Carlo Pascutto
35f34e9781 Bug 782106 - Disable the per-client randomization in the url-classifier. r=dcamp 2012-11-03 01:53:10 +01:00
Josh Matthews
052c3977c9 Bug 807760 - Comment followup. DONTBUILD 2012-11-02 11:24:47 -04:00
Josh Matthews
1907a7a7ec Bug 807760 - Disable OMTC in b2g builds on Windows. r=cjones 2012-11-02 11:15:10 -04:00
Margaret Leibovic
fb425d792d 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
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
Vicamo Yang
e6e6deb486 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
7457de64ad 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
a7bb0ec116 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a 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
Margaret Leibovic
add61bfe8d Bug 801925 - Let Gaia handle crash reporter dialog/banner logic. r=fabrice 2012-10-29 17:27:09 -07:00
Margaret Leibovic
781742fcca Bug 801809 - Add hooks for b2g crash reporter UI. r=fabrice 2012-10-29 11:18:50 -07:00
Gregor Wagner
34c8cc722a Bug 800063 - Make GC_ALLOCATION_THRESHOLD dynamic. r=billm 2012-10-26 16:06:19 -07:00
Dave Hylands
b22ca08da0 Bug 805531 - Turn off javascript.options.mem.log for b2g 2012-10-25 12:01:59 -07:00
Jim Mathies
cc10f75d87 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
Justin Lebar
07101c8c9d Bug 802777 - Decrease image.mem.max_decoded_image_kb on B2G. r=joedrew 2012-10-17 16:18:33 -04:00
Marshall Culpepper
5c91ac1cf1 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
Gregor Wagner
f940760b9c 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
Jared Wein
c486eacad9 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
Fabrice Desré
d0a9ab3a5f Bug 798028 - NetworkStatsService.jsm is not available in non-RIL builds [r=marshall] 2012-10-04 14:19:05 -07:00
Albert Crespell
ea28b1fdaa Bug 746069: Part 3: IDL implementation for NetworkStats. r=philikon sr=jst 2012-10-04 18:42:41 +02:00
Fabrice Desré
05903cc830 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
715fe60d10 Bug 790192 - Part 1/2: support strict GSM SMS 7-Bit encoding, r=marshall_law 2012-10-03 16:37:19 +08:00
Dave Hylands
c3c631380b Bug 797174 - dom.ipc.processPrelauch is misspelled
Corrected spelling to be dom.ipc.processPrelaunch
2012-10-02 17:13:40 -07:00
Marshall Culpepper
bae89cde8e 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
86b407c027 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
Ms2ger
372fb21863 Bug 795862 - Back out bug 486918 for build bustage in unreviewed code. 2012-10-01 14:16:03 +02:00
Joe Drew
3a386776a9 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
Chris Jones
6a8e01a300 Followup to bug 789358: Make hit-target fluff margins match fennec's. DONTBUILD 2012-09-29 01:29:19 -07:00