Граф коммитов

451 Коммитов

Автор SHA1 Сообщение Дата
Patrick McManus 5b9ce7432a bug 770331 - always try and negotiate HTTP Keep-Alive r=biesi
--HG--
extra : rebase_source : d348e3ec56faa48fbed5c4f0f697dee6658e21b2
2012-07-20 08:40:13 -04:00
Chris Jones fc6d547510 Bug 750977: Implement glue code for asynchronous panning/zooming. r=jlebar,roc,vingtetun
This is a rollup of three separate patches
 - Add nsIDocShell.asyncPanZoomEnabled. r=jlebar
 - Have BrowserElementChild service repaint requests and handle fallback synchronous scrolling (for now). r=jlebar,vingtetun
 - Glue async pan/zoom logic up between compositing, event dispatch, and repaint requests. r=roc

--HG--
rename : b2g/chrome/content/webapi.js => dom/browser-element/BrowserElementScrolling.js
2012-07-19 23:48:27 -07:00
David Clarke 3817442ad3 Bug 775051 - Make sure there is a valid url before attempting to add perms for it, r=philikon 2012-07-18 15:38:00 -07:00
Chris Jones 161b9050f9 Bug 745148, part 9: Hook up the pieces and enable direct compositor. r=roc 2012-07-17 16:59:45 -07:00
Lukas Blakk 8c55cde959 Merging in version bump NO BUG 2012-07-16 10:08:20 -07:00
Vivien Nicolas 8e3d55262b Bug 774000 - Volume is always set to 0 on the device. r=cjones 2012-07-15 12:38:24 +02:00
Chris Jones eac660d607 Bug 774026: Enable async video for b2g. r=gal 2012-07-14 20:29:17 -07:00
Gregor Wagner 11837ea2dc Bug 768445 - Add GC and CC log to logcat. r=cjones 2012-07-13 14:40:46 -07:00
Chris Pearce 7968b1c438 Bug 772743 - Add pref to not make the widget fullscreen when entering fullscreen. Set it to true for b2g desktop client. r=mounir 2012-07-13 22:21:23 +12:00
Alive Kuo d002220b2b Bug 767311 - Migrate volume change to mozSettings. r=vingtetun 2012-07-13 12:17:37 +02:00
Vivien Nicolas 9516da73ae Bug 770869 - Ignore input type='image' in the IME API. r=fabrice 2012-07-13 04:28:19 +02:00
Vivien Nicolas dea6d59805 Bug 771518 - ContentPermissionPrompt.js is broken since Bug 757137 landed. r=fabrice 2012-07-13 04:28:19 +02:00
John Ford 40e29f4118 bug 771095 - include gkmedias.dll on Windows B2G desktop builds r=cjones 2012-07-11 10:26:50 -07:00
Fabrice Desré 3fe7c66a25 Bug 769350 - Implement trusted/certified app scheme support [r=vingtetun] 2012-07-11 08:38:36 -07:00
Justin Lebar 047c8eaab5 Bug 770239 - Make X-Frame-Options work correctly with <iframe mozbrowser>, and remove the disable X-Frame-Options pref (added in bug 707893). r=bz
--HG--
extra : rebase_source : 6dbcc596dac24dbc2b19b7292f6e5b924bd2908d
2012-07-09 16:42:17 -04:00
Gene Lian 0cb695cdae Bug 749551 - Alarm API (AlarmsManager and AlarmService). r=vivien 2012-06-22 15:39:07 +08:00
Gene Lian 2500ccecd6 Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas 2012-06-22 15:37:49 +08:00
Philipp von Weitershausen 4402fb0a60 Bug 768690 - Fix B2G debugger server script. r=vingtetun 2012-07-05 17:50:23 -07:00
Gregor Wagner e295cdd67f Bug 758357 - Remove indexedDB permission for B2G. r=fabrice 2012-07-05 14:12:02 -07:00
Phil Ringnalda 4e1178db04 Bug 766560 - Remove --with-endian from in-tree mozconfigs, r=glandium 2012-07-05 00:07:15 -07:00
Hernan Rodriguez Colmeiro 672834da9f Bug 770628 - Add mozglue to b2g packaging. r=mwu 2012-07-03 22:11:04 -04:00
Ehsan Akhgari d9074fdd20 Merge mozilla-central into moizilla-inbound 2012-07-03 11:14:18 -04:00
Ben Hearsum 9073dc1408 bug 744008: Produce B2G builds for desktop operating systems - rename mozconfigs; adjust compiler. r=gal
--HG--
rename : b2g/config/mozconfigs/desktop/linux32/nightly => b2g/config/mozconfigs/linux32_gecko/nightly
rename : b2g/config/mozconfigs/desktop/linux64/nightly => b2g/config/mozconfigs/linux64_gecko/nightly
rename : b2g/config/mozconfigs/desktop/macosx64/nightly => b2g/config/mozconfigs/macosx64_gecko/nightly
rename : b2g/config/mozconfigs/desktop/win32/nightly => b2g/config/mozconfigs/win32_gecko/nightly
2012-07-03 09:32:35 -04:00
Honza Bombas f74afd1fab bug 760138: need to build redit.exe as part of a b2g windows desktop. r=jones.chris.g 2012-07-03 08:11:29 -04:00
Fabrice Desré 4aa73a62d5 Bug 755245 - Implement System Message Handler : Part 4, B2G glue [r=vingtetun] 2012-07-02 17:16:55 -07:00
Ed Morley e73ef45549 Backout 1dba66cfad9a, ed768b821da1, 23fd9a8d0c9a, 1e90805d96aa, 07425f0e921e (bug 749551) for M3 failures 2012-07-03 11:23:54 +01:00
Panos Astithas 0713a4dd32 Bug 769574 - Update the settings file with the new debugger preferences; r=vingtetun 2012-07-03 12:32:36 +03:00
Gene Lian b322680600 Bug 749551 - Alarm API (AlarmsManager and AlarmService). r=vivien 2012-06-22 15:39:07 +08:00
Gene Lian 3efb0e6aa2 Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas 2012-07-03 11:26:12 +02:00
Tim Chien 85dc074de3 Bug 738530 - Move PowerManager from shell.js to gaia. r=vingtetun 2012-06-30 21:42:10 -04:00
Felipe Gomes b55cac9fd8 Bug 768276. Part 4 - Set allAppsLaunchable = true for b2g. r=fabrice 2012-06-29 13:46:21 -07:00
Phil Ringnalda 794274aa42 Back out 6a386d638a1a (bug 746277) for packaged build bustage 2012-06-27 08:31:38 -07:00
Edwin Flores 0985f4e3ba Bug 755609 - Set B2G media cache size to 4MB r=cpearce 2012-06-27 17:25:30 +02:00
David Flanagan 4d5ee1b52d Bug 768701 - take screenshot in chrome but don't save it from chrome. r=vingtetun 2012-06-27 16:47:30 +02:00
Joey Armstrong 40e722a2da bug 746277: replace hg shell pipelines with make logic 2012-05-16 15:09:00 -04:00
Justin Lebar db2e8870e6 Bug 767978 - Create an shistory object for top-level b2g mozbrowser. r=bz
--HG--
extra : rebase_source : 55b956588fe6e2fb8dc7aa71b48c88c522ec1cbc
2012-06-26 17:18:10 +02:00
Vivien Nicolas 1844dbb174 Bug 766878 - IME prototype doesn't work with <iframe mozbrowser remote>. r=cjones 2012-06-26 16:01:53 +02:00
David Flanagan 05dcd33e4c Bug 768057 - b2g desktop client default size not exposed by CSS media queries. r=vingtetun 2012-06-25 11:14:15 -07:00
Etienne Segonzac e8ee7d74a7 Bug 768238 - Fixing the mozContentEvent listening in B2G. r=vingtetun 2012-06-26 08:42:45 +02:00
Vivien Nicolas f407683635 Bug 766549 - Keyboard appear when pressing buttons. r=fabrice 2012-06-26 08:42:45 +02:00
Gregor Wagner bd2298240c Bug 766375 - Move idb databases to /data/local. r=fabrice 2012-06-21 14:17:11 -07:00
Ben Hearsum 33fbad52b5 bug 758425: Build B2G in debug mode as well - add opt and debug mozconfigs using new platform names. r=mwu 2012-06-21 10:00:13 -04:00
Ed Morley 648eed5d6e Merge mozilla-central to mozilla-inbound 2012-06-21 08:38:39 +01:00
Chris Double 2f9a0f1a4d Bug 766407 - Fix HTML media control bindings on B2G - r=gavin 2012-06-21 11:29:39 +12:00
Chris Jones 0f95512e29 Bug 757137, part 5: Update b2g "chrome" to use html:iframe mozbrowser, and set a manifest for the system app. r=fabrice,vingtetun 2012-06-20 12:25:23 -07:00
Chris Jones 891557d4f6 Bug 765470: Map "magical" debugging settings to prefs. r=gal 2012-06-18 10:41:09 -07:00
Ryan VanderMeulen a1cab9283c Merge inbound to m-c. 2012-06-16 09:38:43 -04:00
Tim Taubert cd123e7b32 merge m-c to fx-team 2012-06-16 12:36:20 +02:00
Fabrice Desré 5634536dc6 Bug 760732 - Remove all gaiamobile.org prefs from b2g.js [r=vingtetun,cjone] 2012-06-15 23:16:15 -07:00
David Flanagan cda25a51d0 Bug 764614 - add b2g shell.js code to take and save system screenshots. r=vingtetun 2012-06-15 09:20:44 +02:00
Panos Astithas 6db13b4627 Bug 764324 - Fix breakpoint handling for Fennec and B2G browser actors; r=mfinkle,vingtetun 2012-06-15 11:54:45 +03:00
Chris Jones 646327546d Backed out changeset beba1a053f5e 2012-06-12 21:40:40 -07:00
Cody Brocious b43bbe5424 Bug 745137: Direct texturing for Gonk through gralloc, pref'd off. r=cjones 2012-06-12 21:20:27 -07:00
Cody Brocious dca7b78de1 Bug 745137: Direct texturing for Gonk through gralloc, pref'd off. r=cjones 2012-06-12 21:20:27 -07:00
Fabrice Desré 0cc2f5f1f8 Bug 774580 - Send the Geolocation status to web content [r=vingtetun] 2012-07-25 10:00:18 -07:00
Justin Lebar 8d7f4a897e Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones
--HG--
extra : rebase_source : 4c16c86c5be230af22eea89dfb5f893b7c6091dd
2012-06-12 18:01:25 -04:00
Vivien Nicolas 4c8475d8fd Bug 763590 - B2G desktop build resolution should be HVGA by default. r=cjones 2012-06-11 20:33:50 +02:00
Tim Chien 6eb4ecadb3 Bug 755648 - Fix the key event dance between system app and apps. r=vingtetun 2012-06-07 10:18:29 +08:00
Tim Taubert 1b4959b372 merge m-c to fx-team 2012-06-09 17:34:20 +02:00
Panos Astithas 8c9721ec94 Bug 761153 - Use the same preferences for enabling and configuring the remote debugging server across products (Part 3: B2G); r=vingtetun 2012-06-08 10:00:46 +03:00
Ed Morley 9be1268e1c Merge mozilla-central to mozilla-inbound 2012-06-07 15:56:37 +01:00
Justin Lebar 5fb435f5c4 Bug 741587 - Part 1: Make alert/prompt/confirm work with <iframe mozbrowser>. r=smaug
--HG--
extra : rebase_source : f418da542453f8b0f5853a8da48bea1c8c95969e
2012-06-07 10:43:23 -04:00
Chris Jones d686b0a97b Bug 762240: Install a console.* shim for all browser frames, and ensure we load webapi.js properly. r=vingtetun 2012-06-07 04:17:59 -07:00
Ed Morley d1b860bd10 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-07 10:32:36 +01:00
John Ford 7f3ef01dfa bug 760138 - build redit.exe for b2g rs=cjones 2012-06-06 09:50:06 -07:00
Chris Jones 36bbba9769 Bug 761939: Don't force-disable content processes for windows, they work now. r=vingtetun 2012-06-06 12:21:17 -07:00
Vivien Nicolas 95aa4693fb Bug 754083 - Implement mozKeyboard.onfocuschange. r=fabrice
--HG--
extra : rebase_source : 7ea816e0c26597dde61b166e5ecf5ce2232aac2e
2012-06-06 14:19:33 +02:00
Vivien Nicolas 6d765a18aa Bug 758672 - Support mozKeyboard.setValue. r=fabrice
--HG--
extra : rebase_source : ab1014d247556d65dceb8c9da45a894ee5266ed4
2012-06-06 14:19:33 +02:00
Vivien Nicolas a52844af7a Bug 757496 - Support mozKeyboard.setSelectedOption[s]. r=fabrice
--HG--
extra : rebase_source : 4f62f03c060524aa62eb388554b1c94d674505b6
2012-06-06 14:19:33 +02:00
Vivien Nicolas 955543dd18 Bug 760402 - Map debugger preference to mozSettings. r=fabrice
--HG--
extra : rebase_source : 61783ea299853396eea461b79dd5766da5e39217
2012-06-06 14:19:33 +02:00
Geoff Lankow 5cefea8480 Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
Phil Ringnalda 141da7cd35 Merge mozilla-central to mozilla-inbound 2012-06-04 19:09:19 -07:00
Lukas Blakk 7fa7186c92 Merging in version bump NO BUG 2012-06-04 12:36:59 -07:00
John Ford ed787a036c bug 744008 - add desktop B2G mozconfigs to tree r=cjones DONTBUILD because NPOTB 2012-06-04 10:36:07 -07:00
Christoph Kerschbaumer b06853949d Bug 753862 - Settings API: electrolysis support. r=fabrice 2012-06-04 16:12:24 -07:00
Vicamo Yang 276439d7f2 Bug 749856 - Part 3: handle WAP Push notification, r=philikon 2012-06-04 13:04:49 +08:00
Phil Ringnalda d203ecbd62 Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-06-03 12:04:40 -07:00
Jan Varga 513c660911 Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
Ehsan Akhgari b05cd8343d Merge the last green changeset of mozilla-inbound to mozilla-central 2012-06-02 14:39:47 -04:00
Dave Camp 0a580edfa9 Merge fx-team to m-c. 2012-06-01 21:40:26 -07:00
Panos Astithas 41d3dc1684 Bug 758696 - Add a dialog to the debugger to deny or allow incoming server connections (Part 3: B2G); r=vingtetun 2012-06-01 18:28:13 +03:00
Marco Bonardo 450654bc1d Backout 795990989746, ab1f122c4b1a, 429f20288742, 472671930994, 90465173c7e3, 743ebe50e914, b7c14c8eec98, 1deabba3bef5 (bug 749856), a704675ff365, 3dbfcccc583c (bug 744360) for xpcshell failure 2012-06-01 11:57:37 +02:00
Vicamo Yang 3144699fbf Bug 749856 - Part 3: handle WAP Push notification, r=philikon 2012-06-01 16:48:47 +08:00
Tim Chien 5494e9727b Bug 759238 - Prevent Virtual Keyboard from covering the textboxes; r=vingtetun 2012-06-01 11:33:21 +08:00
Andreas Gal 3c320eb743 Bug 714408 Part 2 - Media plugin support for libstagefright - r=doublec
--HG--
extra : rebase_source : 308d1aab3cfffbb7ddeb0602a3991565603e6212
2012-06-01 12:54:23 +12:00
David Flanagan b9808d66b3 Bug 758129: add --screen command line option to b2g desktop client [r=fabrice] 2012-05-30 15:06:25 -07:00
Anant Narayanan 025e433abb Bug 752353: DOM bindings for getUserMedia; r=jst
--HG--
rename : content/media/nsIDOMMediaStream.idl => dom/media/nsIDOMMediaStream.idl
2012-06-03 00:35:15 -07:00
Gervase Markham 68d38d677f Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Chris Double e788e38d05 Bug 759234 - Make video/audio controls work on B2G - r=gal 2012-05-29 16:34:17 +12:00
Ed Morley 4a43704eee Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-05-25 14:25:53 +01:00
Jim Mathies 81bcae808c Bug 750911 - Add a third 'flags' parameter to XRE_main and add support for WindowsEnvironmentType. r=bsmedberg 2012-05-25 05:01:29 -05:00
John Ford adaee28c0a bug 758425 -- add nightly mozconfig for non-debug builds r=mwu DONTBUILD
--HG--
rename : b2g/config/mozconfigs/linux32/debug => b2g/config/mozconfigs/linux32/nightly
2012-05-24 17:32:03 -07:00
Dave Hylands af81426650 Bug 737153 - Enable mounting storage through USB from a host machine - Pull in the toolchain with the system/vold headers, r=qDot 2012-05-24 21:00:17 -07:00
Doug Turner 236a04a91a Bug 717103 - Implement Device Storage. r=sicking 2012-05-21 09:18:30 -07:00
Fabrice Desré 655d60c2c1 Bug 756691 - Use a non-linear volume change scale [r=djf] 2012-05-21 14:02:00 -07:00
Ed Morley 273380866f Backout 027ed1748c81 (bug 740485) for M3 orange 2012-05-21 19:36:43 +01:00
Doug Turner f8a704e7d4 Bug 740485 - Implement Device Storage. r=sicking 2012-05-21 09:18:30 -07:00
Justin Lebar ee5d15c2ac Bug 757040 - (b2g) Disable OOP browser frames on Windows. r=smaug 2012-05-21 10:59:14 -04:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Fabrice Desré 47603f418b Bug 756700 - Use the power.screen.timeout pref value as a default for the power.screen.timeout setting, patch by an anonymous silicon vendor contributor [r=fabrice] 2012-05-18 17:08:50 -07:00
Mounir Lamouri 1e18e3284d Bug 754141 (4/4) - Add AppsService.js and AppsService.manifest to package-manifest.in's. r=vingtetun 2012-05-16 12:41:35 +02:00
Justin Lebar fca632eb0a Bug 755001 - Allow <iframe mozbrowser> to be explicitly in- or out-of-process. r=smaug 2012-05-16 01:28:56 -04:00
Ed Morley 6fd4153fd7 Backout f177646e2aa2 (bug 755320), 1bae327de007 (bug 755001) for test_browserFrame7.html M3 failures 2012-05-15 18:38:50 +01:00
Justin Lebar ca35bc7228 Bug 755001 - Allow <iframe mozbrowser> to be explicitly in- or out-of-process. r=smaug 2012-05-15 12:36:33 -04:00
Panos Astithas 43d88cd828 Use a preference setting to decide whether to bind to the loopback interface only, or all interfaces (Bug 764679); r=dcamp,mfinkle,jgriffin,vingtetun 2012-06-20 16:31:50 +03:00
Jose Antonio Olivera Ortega 8b134e5df2 Bug 753520 - B2G 3G: Fix typo in settings API hookup. r=philikon 2012-05-11 13:07:36 -07:00
David Flanagan 8a51dbe8d3 Bug 753393 - Add device-storage permission for Gaia apps and enable device storage preference for b2g. r=vingtetun 2012-05-09 16:18:47 -07:00
Ryan VanderMeulen f0ae8a3bd4 Merge m-c to inbound 2012-05-08 21:14:42 -04:00
Jonathan Griffin 153a665369 Bug 753142 - Add jsdebugger to b2g installer, r=philikon, a=b2g-only 2012-05-08 17:08:29 -07:00
Justin Lebar b54abd8d84 Bug 749018 - Make OOP <iframe mozbrowser> pass current browser frame tests. r=smaug,cjones
--HG--
extra : rebase_source : f15018bf2c9427a0d6e8d44da348d8d7d1693219
2012-05-08 09:20:35 -07:00
Vivien Nicolas 9a55fe1f2c Bug 751147 - Remove touch.js from b2g/. r=gal 2012-05-04 20:02:05 +02:00
Vivien Nicolas a426d94ec8 Bug 751146 - Fire a contextmenu event on a long-press. r=cjones 2012-05-04 20:02:05 +02:00
Vivien Nicolas 0cb8602721 Bug 751145 - Silent extensions update mechanism. r=cjones 2012-05-04 20:02:05 +02:00
Vivien Nicolas bc2da29d07 Bug 748858 - Use the startPoint argument of mozIDOMApplication.launch. r=fabrice 2012-05-04 20:02:05 +02:00
Vivien Nicolas a1a3d162e6 Bug 748886 - Map the language setting to intl.accept_languages to reflect the choice of mozSettings. r=cjones 2012-05-04 20:02:05 +02:00
Vivien Nicolas 03a4a67dea Bug 748077 - Remove some leaks in b2g/. r=fabrice 2012-05-04 20:02:05 +02:00
Philipp von Weitershausen bab14518ab Bug 750589 - Update default MobileConnection permissions after Gaia refactoring (#1277). r=fabrice a=b2g-only 2012-05-02 16:33:15 -07:00
Robert O'Callahan 500533126c Bug 664918. Part 4: Create nsDOMMediaStream, a DOM object wrapping an underlying MediaStream. r=smaug,jesup 2012-04-30 15:11:34 +12:00
Gregor Wagner bc17675f66 Bug 743336 - Settings API: Add service. r=fabrice 2012-04-27 16:21:31 -07:00
Kyle Machulis afc0464479 Bug 748448: Need sources/android/cpufeatures from the NDK; r=qdot 2012-04-25 21:04:39 -07:00
Justin Lebar a6a97184a8 Bug 714861 - Run <iframe mozbrowser> in a separate process (disabled by default). r=cjones,bz,tn,smaug 2012-04-25 12:35:58 -04:00
Ed Morley 8fa462d93e Backout 949cb1977ef9 (bug 714861) for build bustage 2012-04-25 16:51:31 +01:00
Justin Lebar bdcf3134ed Bug 714861 - Run <iframe mozbrowser> in a separate process (disabled by default). r=cjones,bz,tn,smaug 2012-04-25 11:29:28 -04:00
Ehsan Akhgari 166aca09f9 Merge mozilla-central into mozilla-inbound 2012-04-24 21:29:44 -04:00
Ehsan Akhgari 68072a3c1d Merge the last green PGO changeset from birch to mozilla-central 2012-04-24 20:54:12 -04:00
Lukas Blakk b8be00698a Merging in version bump NO BUG a=relman 2012-04-24 12:54:16 -04:00
Mark Banner 5d0b50426b Bug 723135 - Language packs should work for all releases of a branch, maxVersion should use * for compatibility ranges. r=ted 2012-04-23 14:09:41 +01:00
Gian-Carlo Pascutto ce6640ac34 Backout 1a6d008acb4f (Bug 729928). rs=dcamp a=mfinkle 2012-04-20 07:46:45 +02:00
Philipp von Weitershausen 0cd60dcb68 Bug 717122 - Network Manager implementation. r=gal 2012-02-14 12:12:11 -08:00
Philipp von Weitershausen 339c01479b Bug 729173 - Part 6: Permission whitelist for B2G. r=mounir 2012-04-19 18:33:25 -03:00
Philipp von Weitershausen c8d9e73f40 Bug 729173 - Part 5 - Expose the RIL state to content. r=fabrice,qDot 2012-04-19 18:33:25 -03:00
Etienne Segonzac dc2493ecb9 Bug 746121 - Updating the DirectoryProvider to look for user.js on the sdcard. r=vingtetun a=b2g-only 2012-04-18 12:47:05 +02:00
Michael Wu ef33417f22 Bug 746429 - Make failure to set master volume non-fatal to startup, r=cjones a=b2g-only 2012-04-18 13:42:20 -04:00
Kan-Ru Chen c3b3e39fdb Bug 739913 - Add cpuSleepAllowed attribute to mozPower. r=cjones 2012-04-16 18:35:33 -04:00
Panos Astithas f5eaca43bc Bug 728244 - Enable the Script Debugger to debug B2G/Gaia; r=dcamp,vingtetun 2012-03-16 18:50:45 +02:00
Vivien Nicolas 8ddb5aa790 Bug 742092 - Bridge the permission prompt to the content using the homescreen messaging API. r=fabrice 2012-04-11 10:05:35 -07:00
Vivien Nicolas 28b43989eb Bug 743229 - Return 'number' instead of 'text' for input type='number' element in the showime event. r=cjones 2012-04-11 10:05:35 -07:00
Vivien Nicolas 92028985d5 Bug 742761 - Remove some warnings in b2g/. r=fabrice 2012-04-11 10:05:35 -07:00
Landry Breuil ddc6d75a0f Bug 743428 - package profiler.xpt only if MOZ_ENABLE_PROFILER_SPS is set. r=glandium 2012-04-09 09:32:57 +02:00
Chris Jones 300ad5576c Bug 743617: Temporarily pref off omtc pending regression fixes. r=mwu (npotb) DONTBUILD 2012-04-09 15:09:04 +08:00
Ms2ger 67cc85db28 Backout bug 742805, 742778, 742775, 740974, 742765, 742761, 742092, 722197 for leaks. 2012-04-06 13:10:30 +02:00
Vivien Nicolas 30dbe64f2e Bug 742092 - Bridge the permission prompt to the content using the homescreen messaging API. r=fabrice 2012-04-06 03:12:18 -07:00
Vivien Nicolas 88ce490e48 Bug 742761 - Remove some warnings in b2g/. r=fabrice 2012-04-06 03:12:18 -07:00
Ehsan Akhgari 2a534262e3 Merge mozilla-inbound and mozilla-central 2012-04-05 13:41:51 -04:00
Ehsan Akhgari 7430c20bc8 Merge the last green PGO changeset from mozilla-inbound to mozilla-central 2012-04-05 13:40:53 -04:00
Cody Brocious 80f0b96a3a Bug 741837 - Hook up OMTC for Gonk [r=gal] 2012-04-05 09:15:19 -07:00
Kan-Ru Chen 6c1b8cdec2 Bug 707589 - [Gonk] When screen is enabled/disabled, send visibility change events to windows [r=mwu] 2012-04-04 23:03:00 -07:00
Chris Cooper ef548df90a Merge build-system to mozilla-central 2012-04-04 14:02:07 -04:00
Joey Armstrong 15ddc7aed7 Bug 738404 - Makefile.in edits to use threadsafe mkdir (bug 680246) - r=ted 2012-04-03 16:08:16 -04:00
Fabrice Desré 8c21e4bf89 Bug 741560 - Pin apps in b2g [r=mayhemer] 2012-04-04 17:55:08 -07:00
Kan-Ru Chen 748ee12512 Bug 739500 - Use settings API to get screen timeout. [r=cjones] 2012-03-31 19:24:31 -07:00
Mike Hommey ac35d4b651 Bug 736519 - Add jssubloader to removed-files. r=khuey 2012-03-31 09:33:29 +02:00
Justin Lebar a3a4cffe1f Bug 736688 - Part 6: Add BrowserElementAPI.js, implementing loadstart, loadend, locationchange, and the window.{top,parent,frameElement} override for <iframe mozbrowser>. r=smaug
--HG--
extra : rebase_source : 7ed3e56bbf06d97a9b0127eecf87128c5389a1b1
2012-03-28 11:36:50 -07:00
Kan-Ru Chen 8bb62e5b2e Bug 710135 - Move screen.enabled/brightness to mozPower. r=jlebar,mounir sr=cjones,sicking 2012-04-03 01:51:00 -04:00
Jose Antonio Olivera Ortega 07ee280452 Bug 741862 - B2G 3G: Settings API hookup. r=philikon a=b2g-only 2012-04-24 17:46:42 -03:00
Malini Das 266b7139f6 Bug 737930 - Enable marionette in confvars.sh instead of mozconfig, r=jgriffin 2012-03-27 11:24:49 -07:00
Marco Bonardo 59330158ea Merge last green PGO from inbound to central 2012-03-27 13:56:40 +02:00
Andreas Gal 3787f56f2f mozSettings is missing a few files in the b2g package manifest (bug 739536, r=cjones). 2012-03-27 02:34:40 -07:00
Chris Jones d893bf4a4e Bug 739392: Update built-in mozconfig with new gonk build option. r=mwu (npotb) DONTBUILD 2012-03-26 14:08:22 -07:00
Chris Jones b911986f79 Bug 739145: Enable b2g updates. pending-r=gal (npotb) 2012-03-26 00:46:21 -07:00
Chris Jones d3ef250e1c Bug 739137: Try harder to ensure that b2g shuts down when we ask it to. r=fabrice 2012-03-26 00:46:21 -07:00
Gregor Wagner ec045e370f Bug 678695 - Settings API. r=sicking, fabrice, smaug 2012-03-26 14:49:38 -07:00
Matt Brubeck 626f101539 Merge mozilla-central and mozilla-inbound 2012-03-24 09:05:27 -07:00
Vivien Nicolas 1e7597190e Bug 736193 - Use the offline cache to load applications [r=fabrice] DONTBUILD because NPOTB 2012-03-23 16:39:15 -07:00
Joel Maher 710c159137 Bug 712643 - land Marionette on m-c. r=mossop,robcee 2012-03-22 11:19:57 -04:00
Doug Turner ea1e813977 Bug 738020 - add geolocation to the list of permissions that we autogrant. r=fabrice 2012-03-21 22:26:01 -07:00
Matt Brubeck 304bd6c03e Back out c61855cb4558 (bug 734302) because of build failure on Android
--HG--
rename : mobile/android/base/resources/menu-v11/gecko_menu.xml.in => mobile/android/base/resources/menu-v11/gecko_menu.xml
rename : mobile/android/base/resources/menu/gecko_menu.xml.in => mobile/android/base/resources/menu/gecko_menu.xml
2012-03-21 16:26:38 -07:00
Chris Jones 8cf9e78d46 Bug 737368, part 4: Enable updater in b2g prefs. r=fabrice 2012-03-21 15:50:53 -07:00
Chris Jones 78326f4cd3 Bug 737368, part 3: Implement an update prompter (v0) that simply restarts Gecko when an update is downloaded. Not what we want in the log term. r=fabrice
--HG--
rename : mobile/android/components/UpdatePrompt.js => b2g/components/UpdatePrompt.js
2012-03-21 15:50:53 -07:00
Ehsan Akhgari 29d313feed Bug 734302 - Part 3: Add a menu item for toggling the profiler on mobile; r=BenWa,dougt
--HG--
rename : mobile/android/base/resources/menu-v11/gecko_menu.xml => mobile/android/base/resources/menu-v11/gecko_menu.xml.in
rename : mobile/android/base/resources/menu/gecko_menu.xml => mobile/android/base/resources/menu/gecko_menu.xml.in
extra : rebase_source : 9a4499ff99d661924e1eb09280925ad123ecd948
2012-03-16 14:08:03 -04:00
Mounir Lamouri e541c5972c Merging mozilla-inbound into mozilla-central. 2012-03-21 11:29:28 +01:00
Kan-Ru Chen 6b43eaeb60 Bug 737308 - Add Gaia localhost to dom.power.whitelist [r=cjones] DONTBUILD because NPOTB 2012-03-20 19:28:56 -07:00
Fabrice Desré 4fbdbd66c9 Bug 737616 - add support for mozApps.install() to b2g [r=cjones] 2012-03-20 14:25:37 -07:00
Ehsan Akhgari ce74f02c9f Bug 734302 - Part 3: Add a menu item for toggling the profiler on mobile; r=BenWa,dougt
--HG--
rename : mobile/android/base/resources/menu-v11/gecko_menu.xml => mobile/android/base/resources/menu-v11/gecko_menu.xml.in
rename : mobile/android/base/resources/menu/gecko_menu.xml => mobile/android/base/resources/menu/gecko_menu.xml.in
2012-03-16 14:08:03 -04:00
Kan-Ru Chen 078715dcff Bug 738529 - Check "screen" wake lock before turning off screen. r=cjones 2012-03-23 21:50:29 +01:00
Ehsan Akhgari 196b2bd064 Backout changeset 11b6f37603ce (bug 734302) for Android bustage 2012-03-23 15:01:14 -04:00
Ehsan Akhgari a2a9c23ea0 Bug 734302 - Part 3: Add a menu item for toggling the profiler on mobile; r=BenWa,dougt
--HG--
rename : mobile/android/base/resources/menu-v11/gecko_menu.xml => mobile/android/base/resources/menu-v11/gecko_menu.xml.in
rename : mobile/android/base/resources/menu/gecko_menu.xml => mobile/android/base/resources/menu/gecko_menu.xml.in
2012-03-16 14:08:03 -04:00
Matt Brubeck 561bc88e91 Merge mozilla-central and mozilla-inbound 2012-03-19 16:47:00 -07:00
Blake Kaplan fa9f7aeced Bug 736087 - Remove the ns prefix from the WifiWorker component. r=philikon DONTBUILD
--HG--
rename : dom/wifi/nsWifiWorker.h => dom/wifi/WifiWorker.h
rename : dom/wifi/nsWifiWorker.js => dom/wifi/WifiWorker.js
rename : dom/wifi/nsWifiWorker.manifest => dom/wifi/WifiWorker.manifest
2012-03-16 18:05:28 +01:00
Blake Kaplan 9e37bedad3 Bug 736087 - Rename nsDOMWifiManager to DOMWifiManager. r=philikon
--HG--
rename : dom/wifi/nsDOMWifiManager.js => dom/wifi/DOMWifiManager.js
rename : dom/wifi/nsDOMWifiManager.manifest => dom/wifi/DOMWifiManager.manifest
2012-03-16 17:51:05 +01:00
Ehsan Akhgari 9b15a69d3e Merge from mozilla-central 2012-03-17 12:32:28 -04:00
John Ford 249630e90b bug 719491 - make flags changes r=cjones DONTBUILD 2012-03-16 10:58:19 -07:00
Marco Bonardo cb781bfe97 Merge inbound and central 2012-03-16 13:42:16 +01:00
John Ford 05444a185f bug 719491 - add a toolchain manifest file to b2g configs r=mwu DONTBUILD 2012-03-15 15:05:48 -07:00
John Ford b1b4ad7987 bug 733099 - in tree mozconfigs for b2g CI builds r=fabrice DONTBUILD 2012-03-15 10:14:32 -07:00
Ed Morley 9424dfaf15 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-03-15 12:42:01 +00:00
Kyle Machulis 5a8150c5e0 Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon
--HG--
rename : dom/system/b2g/AudioManager.cpp => dom/system/gonk/AudioManager.cpp
rename : dom/system/b2g/AudioManager.h => dom/system/gonk/AudioManager.h
rename : dom/system/b2g/GonkGPSGeolocationProvider.cpp => dom/system/gonk/GonkGPSGeolocationProvider.cpp
rename : dom/system/b2g/GonkGPSGeolocationProvider.h => dom/system/gonk/GonkGPSGeolocationProvider.h
rename : dom/system/b2g/Makefile.in => dom/system/gonk/Makefile.in
rename : dom/system/b2g/RadioInterfaceLayer.js => dom/system/gonk/RadioInterfaceLayer.js
rename : dom/system/b2g/RadioInterfaceLayer.manifest => dom/system/gonk/RadioInterfaceLayer.manifest
rename : dom/system/b2g/SystemWorkerManager.cpp => dom/system/gonk/SystemWorkerManager.cpp
rename : dom/system/b2g/SystemWorkerManager.h => dom/system/gonk/SystemWorkerManager.h
rename : dom/system/b2g/net_worker.js => dom/system/gonk/net_worker.js
rename : dom/system/b2g/nsIAudioManager.idl => dom/system/gonk/nsIAudioManager.idl
rename : dom/system/b2g/nsIRadioInterfaceLayer.idl => dom/system/gonk/nsIRadioInterfaceLayer.idl
rename : dom/system/b2g/nsIWorkerHolder.idl => dom/system/gonk/nsIWorkerHolder.idl
rename : dom/system/b2g/nsRadioInterfaceLayer.h => dom/system/gonk/nsRadioInterfaceLayer.h
rename : dom/system/b2g/ril_consts.js => dom/system/gonk/ril_consts.js
rename : dom/system/b2g/ril_worker.js => dom/system/gonk/ril_worker.js
rename : dom/system/b2g/systemlibs.js => dom/system/gonk/systemlibs.js
rename : dom/system/b2g/tests/header_helpers.js => dom/system/gonk/tests/header_helpers.js
rename : dom/system/b2g/tests/test_ril_worker_buf.js => dom/system/gonk/tests/test_ril_worker_buf.js
rename : dom/system/b2g/tests/test_ril_worker_sms.js => dom/system/gonk/tests/test_ril_worker_sms.js
rename : dom/system/b2g/tests/xpcshell.ini => dom/system/gonk/tests/xpcshell.ini
2012-03-14 15:42:31 -07:00
Blake Kaplan 8ce35f8916 Bug 732982 - Expose a wifi API to the DOM. The API is very much a work in progress and will change soon. r=cjones/fabrice/vigntetun DONTBUILD
--HG--
extra : rebase_source : c44979e32dfffc46502f21c59c691a13e0319cad
2012-03-14 21:39:15 +01:00
Philipp von Weitershausen e68fecda7f Bug 734299 - Part 3: Set up a datacall when registering with the network. r=qDot DONTBUILD because NPOTB 2012-03-12 16:46:08 -07:00
Etienne Segonzac 1c7faaf055 Bug 734951 - Fix the dom.telephony.app.phone.url pref. r=philikon 2012-03-12 16:45:57 -07:00
Fabrice Desré d2f974204b No bug - Bump b2g version number to 14.0a1 [r=me] DONTBUILD because NPOTB 2012-03-14 09:33:12 -07:00
Etienne Segonzac 00aaba70c0 Bug 730323 - Adding missing white listed application for mozTelephony r=vingtetun 2012-03-09 13:10:16 +01:00
Fabrice Desré 36e2d15f53 Bug 736628 - Move mozKeyboard to a distinct xpcom component [r=cjones] 2012-03-19 10:30:51 -07:00
Sid Stamm 12edf9445d bug 633773 - Use Google's HTTPS search by default; r=gavin 2012-01-06 11:35:02 -08:00
Fabrice Desré 1b2195ed7a Bug 736312 - navigator.mozApps support on b2g [r=vingtetun] 2012-03-16 15:23:28 -07:00
Fabrice Desré ed3de8e8fc Bug 736113 - Can't get camera stream when camera app served from subdomain [r=vingtetun] 2012-03-16 15:23:28 -07:00
Fabrice Desré a1d19c1db5 Bug 735947 - support the desktop notifications API in b2g [r=vingtetun] 2012-03-16 15:23:28 -07:00
Vivien Nicolas a5572f877d Bug 732774 - [b2g] Cancel the click event when a panning action is running only if the touch happens on the panned area r=fabrice 2012-03-05 09:55:51 +01:00
Vivien Nicolas c81834d3d0 Bug 732770 - [b2g] Cancel the active state on the current target when a pan action has started r=fabrice 2012-03-05 09:55:51 +01:00
Vivien Nicolas 221b9313a7 Bug 732350 - [b2g] Cancel the click event sooner when panning has started to prevent unexpected clicks r=fabrice 2012-03-05 09:55:51 +01:00