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

372065 Коммитов

Автор SHA1 Сообщение Дата
B2G Bumper Bot f91d43a64d Bumping manifests a=b2g-bump 2014-07-16 19:56:13 -07:00
B2G Bumper Bot c3309b5924 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ebf31798917
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #21737 from RudyLu/keyboard/Bug998917-rtl_support_2

Bug 998917 - Keyboard keys are reversed in RTL locales.
r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/69dad501d0a8
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 998917 - Keyboard keys are reversed in RTL locales.
 - add dir="ltr" to body
2014-07-16 19:50:28 -07:00
B2G Bumper Bot 55b4a1d16a Bumping manifests a=b2g-bump 2014-07-16 19:16:16 -07:00
B2G Bumper Bot 4df2053ed6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9b3047f19157
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #21746 from crh0716/1033207

Bug 1033207 - Do not override the custom apn settings r=jaoo

========

https://hg.mozilla.org/integration/gaia-central/rev/3247e09e79b1
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1033207 - Do not overwrite the custom apn settings
2014-07-16 19:10:28 -07:00
B2G Bumper Bot cf068be9f5 Bumping manifests a=b2g-bump 2014-07-16 18:46:16 -07:00
B2G Bumper Bot 70c859e364 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2e3b257acf16
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #21842 from dmarcos/bug1037638

Bug 1037638 - Restrict to 3MP images (CONFIG_MAX_IMAGE_PIXEL_SIZE) only ...

========

https://hg.mozilla.org/integration/gaia-central/rev/f653ce6f6195
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 1037638 - Restrict to 3MP images (CONFIG_MAX_IMAGE_PIXEL_SIZE) only for low-memory devices
2014-07-16 18:40:29 -07:00
Wes Kocher 8715ca584e Merge b2g-inbound to m-c a=merge 2014-07-16 17:22:55 -07:00
Wes Kocher b32d84dcad Merge inbound to m-c a=merge 2014-07-16 17:08:26 -07:00
Eric Edens 04e086773c Bug 1038793 - Minimize unused space in WebView of search activity. r=margaret 2014-07-16 17:08:22 -07:00
Wes Johnston 300e4ef498 backout 91e7ba697b14 (Bug 1001309) for test failures. r=backout 2014-07-17 09:10:43 -07:00
Botond Ballo 9fdb71dad6 Bug 1039623 - Set scroll parent id correctly for nsSubDOcumentFrame. r=tn 2014-07-16 19:08:28 -04:00
Botond Ballo dcc1836e1c Bug 1039822 - Make sure FrameMetrics::mContentDescription is null-terminated after being read from IPC. r=kats 2014-07-16 19:10:56 -04:00
Jan Varga 75d95947f6 Bug 1029209 - Additional patch to fix a rooting hazard; r=bent 2014-07-17 12:41:08 -04:00
Jan Varga 8f28eb1deb Bug 1029209 - Extract IndexedDB FileHandle from core FileHandle implementation (WebIDL changes: merge MutableFile into IDBMutableFile, rename FileHandle to IDBFileHandle, DOMFileMetadataParameters to IDBFileMetadataParameters and FileRequest to IDBFileRequest); r=bent
--HG--
rename : dom/filehandle/File.cpp => dom/indexedDB/FileSnapshot.cpp
rename : dom/filehandle/File.h => dom/indexedDB/FileSnapshot.h
rename : dom/filehandle/test/dummy_worker.js => dom/indexedDB/test/dummy_worker.js
rename : dom/filehandle/test/test_append_read_data.html => dom/indexedDB/test/test_filehandle_append_read_data.html
rename : dom/filehandle/test/test_compat.html => dom/indexedDB/test/test_filehandle_compat.html
rename : dom/filehandle/test/test_getFile.html => dom/indexedDB/test/test_filehandle_getFile.html
rename : dom/filehandle/test/test_filehandle_lifetimes.html => dom/indexedDB/test/test_filehandle_lifetimes.html
rename : dom/filehandle/test/test_filehandle_lifetimes_nested.html => dom/indexedDB/test/test_filehandle_lifetimes_nested.html
rename : dom/filehandle/test/test_location.html => dom/indexedDB/test/test_filehandle_location.html
rename : dom/filehandle/test/test_filehandle_ordering.html => dom/indexedDB/test/test_filehandle_ordering.html
rename : dom/filehandle/test/test_overlapping_filehandles.html => dom/indexedDB/test/test_filehandle_overlapping.html
rename : dom/filehandle/test/test_progress_events.html => dom/indexedDB/test/test_filehandle_progress_events.html
rename : dom/filehandle/test/test_readonly_filehandles.html => dom/indexedDB/test/test_filehandle_readonly_exceptions.html
rename : dom/filehandle/test/test_request_readyState.html => dom/indexedDB/test/test_filehandle_request_readyState.html
rename : dom/filehandle/test/test_stream_tracking.html => dom/indexedDB/test/test_filehandle_stream_tracking.html
rename : dom/filehandle/test/test_success_events_after_abort.html => dom/indexedDB/test/test_filehandle_success_events_after_abort.html
rename : dom/filehandle/test/test_truncate.html => dom/indexedDB/test/test_filehandle_truncate.html
rename : dom/filehandle/test/test_workers.html => dom/indexedDB/test/test_filehandle_workers.html
rename : dom/filehandle/test/test_write_read_data.html => dom/indexedDB/test/test_filehandle_write_read_data.html
rename : dom/filehandle/test/test_getFileId.html => dom/indexedDB/test/test_getFileId.html
rename : dom/webidl/FileHandle.webidl => dom/webidl/IDBFileHandle.webidl
rename : dom/webidl/FileRequest.webidl => dom/webidl/IDBFileRequest.webidl
2014-07-17 12:40:54 -04:00
Brian Hackett 54f17f2e41 Bug 1028990 - Never eliminate GetPropertyPolymorphic instructions, r=jandem. 2014-07-17 08:36:33 -08:00
J. Ryan Stinnett 91ca6d9dd0 Bug 1038254 - Disable memory-mapped array buffers on Windows. r=fabrice 2014-07-16 19:02:00 -04:00
B2G Bumper Bot e0ccbfb794 Bumping manifests a=b2g-bump 2014-07-16 15:26:13 -07:00
B2G Bumper Bot 92c5b5e962 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6739781fb8d0
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #21716 from gaye/store-promises

Bug 1027725 - Make calendar app async operations use promises

========

https://hg.mozilla.org/integration/gaia-central/rev/e3bf4910ad88
Author: gaye <gaye@mozilla.com>
Desc: Bug 1027725 - Make calendar app async operations use promises
2014-07-16 15:20:28 -07:00
B2G Bumper Bot 67c5c5b4be Bumping manifests a=b2g-bump 2014-07-16 14:56:16 -07:00
B2G Bumper Bot 9b44f3fcae Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/04a3b84edc94
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Merge pull request #21672 from KevinGrandon/bug_1038040_gaiafox_startup_error

Bug 1038040 - Gaia does not run on DEBUG=1 mode

========

https://hg.mozilla.org/integration/gaia-central/rev/515792dd6fa8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1038040 - Gaia does not run on DEBUG=1 mode
2014-07-16 14:50:29 -07:00
B2G Bumper Bot ab8edc3971 Bumping manifests a=b2g-bump 2014-07-16 14:21:50 -07:00
B2G Bumper Bot 2f4f8aa5ec Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5eef71954cf7
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #21838 from mozilla-b2g/revert-21782-bug1024384

Revert "bug 1024384 - Listen to default storage location change, update ...

========

https://hg.mozilla.org/integration/gaia-central/rev/611274179614
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Revert "bug 1024384 - Listen to default storage location change, update our devi..."
2014-07-16 14:20:29 -07:00
B2G Bumper Bot 7ca04abdac Bumping manifests a=b2g-bump 2014-07-16 13:31:13 -07:00
B2G Bumper Bot 5ad14e8b0c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/76fbccde3b03
Author: Dave Hylands <dhylands@gmail.com>
Desc: Merge pull request #21835 from dhylands/bug-1039734-ds-test

Bug 1039734 - Fix ds-test to report default storage changes. r=wilsonpage

========

https://hg.mozilla.org/integration/gaia-central/rev/83e4431dd8f0
Author: Dave Hylands <dhylands@gmail.com>
Desc: Bug 1039734 - Fix ds-test to report default storage changes
2014-07-16 13:25:29 -07:00
B2G Bumper Bot 693e0abae3 Bumping manifests a=b2g-bump 2014-07-16 12:36:14 -07:00
B2G Bumper Bot 4af8dd36aa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/37f366b4615c
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #21657 from pivanov/bug-1035710

Bug 1035710 - [Calendar] - remove unused images

========

https://hg.mozilla.org/integration/gaia-central/rev/dfe009a839ed
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1035710 - [Calendar] - remove unused images
2014-07-16 12:30:29 -07:00
B2G Bumper Bot 5ff9049b3a Bumping manifests a=b2g-bump 2014-07-16 12:06:13 -07:00
B2G Bumper Bot 21d5f3865d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/45e7fde93d39
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #21830 from Rik/facebook-callscreen-1032725

Bug 1032725 - Facebook contact infos are not reflected in call screen

========

https://hg.mozilla.org/integration/gaia-central/rev/7f16dfde8b17
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 1032725 - Facebook contact infos are not reflected in call screen
2014-07-16 12:00:28 -07:00
Monica Chew 1ad5f28e43 Bug 1038465: Fix bad merge to get rid of aSuggestedFilename (r=me) 2014-07-16 10:21:35 -07:00
Ehsan Akhgari f2af4be62d Bug 1039459 - Pass -mssse3 to clang-cl when building SkBitmapProcState_opts_SSSE3.cpp; r=jrmuizel 2014-07-16 13:21:56 -04:00
Ehsan Akhgari 4dcd331d33 Bug 1038411 - Give myDownloadObserver a private destructor; r=mak 2014-07-16 13:21:23 -04:00
Matthew A. Miller 79276a0113 Bug 983504 - Fix Android emulator build errors. r=jesup 2014-07-16 19:16:38 +02:00
Gian-Carlo Pascutto e0160eacdc Bug 1038799 - Properly wrap Xfixes.h header. r=glandium 2014-07-16 19:16:38 +02:00
Gian-Carlo Pascutto 4070c32981 Bug 983504 - Screensharing fix: B2G doesn't use X11. r=ted 2014-07-16 19:16:38 +02:00
Gian-Carlo Pascutto c818c48e44 Bug 983504 - Enable SS2 flags for desktop capture during Mozilla build. r=ted 2014-07-16 19:16:38 +02:00
Matthew A. Miller 634daa255a Bug 983504 - Buildsystem changes for multimonitor support. r=ted 2014-07-16 19:16:38 +02:00
B2G Bumper Bot a1378f2fa0 Bumping manifests a=b2g-bump 2014-07-16 10:11:21 -07:00
B2G Bumper Bot 8e8d24d51a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c23ae06a91db
Author: punamdahiya <punamdahiya@yahoo.com>
Desc: Merge pull request #21580 from punamdahiya/Bug1028359

Bug1028359-[Gallery]-Fix of flickering edit effects image buttons for high resolution images r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/cf6a7400dca4
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug1028359-[Gallery]-Fix of flickering edit effects image buttons for high resolution images r=djf
2014-07-16 10:06:05 -07:00
B2G Bumper Bot dcffe92dfb Bumping manifests a=b2g-bump 2014-07-16 09:56:30 -07:00
B2G Bumper Bot edd872783d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/08d282a04fe6
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #21818 from crdlc/bug-1037556

Bug 1037556 - [B2G][OTA] Smart collections are not displayed after OTA 1...

========

https://hg.mozilla.org/integration/gaia-central/rev/9e3db9613cdf
Author: crdlc <crdlc@tid.es>
Desc: Bug 1037556 - [B2G][OTA] Smart collections are not displayed after OTA 1.3 to 2.0
2014-07-16 09:50:46 -07:00
B2G Bumper Bot 76e5772cad Bumping manifests a=b2g-bump 2014-07-16 09:33:13 -07:00
B2G Bumper Bot 9aa0130309 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4da0704e5177
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #21778 from DouglasSherk/1035183-dialer-matched-numbers

Bug 1035183 - [Dialer] Make matched suggestions not appear when there are more than 50, remove + indicator. r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/268ca25b95af
Author: DouglasSherk <github@sherk.me>
Desc: Bug 1035183 - [Dialer] Make matched suggestions not appear when there are more than 50, remove + indicator. r=Rik
2014-07-16 09:33:02 -07:00
Emanuel Hoogeveen b88d3ca556 Bug 1017165 - Part 2: Let ArenaLists track swept arenas between slices and extend ArenaIter to walk incrementally swept arenas as well. r=billm 2014-07-16 17:10:00 +02:00
Emanuel Hoogeveen a136c8a465 Bug 1017165 - Part 1: Sort arenas in order of increasing free space during finalization. r=billm 2014-07-16 17:06:00 +02:00
Shih-Chiang Chien f4946dd110 Bug 1019572 - disable test_permission_gum_remember.html on b2g-emulator debug build. r=RyanVM. 2014-07-16 18:33:00 +02:00
tssurya f64a2ba0e0 Bug 440150 - Library window divider between content list and bookmarks too thin. r=mak 2014-07-16 06:25:00 -04:00
Ryan VanderMeulen f13e743f71 Backed out changeset 46acc7f0704b (bug 1009909) for xpcshell failures. 2014-07-16 11:34:20 -04:00
Dão Gottwald b52014e7ff fix line endings, no bug, DONTBUILD 2014-07-16 17:07:15 +02:00
Carsten "Tomcat" Book f12994cfa8 Merge mozilla-central to fx-team 2014-07-16 16:01:26 +02:00
Carsten "Tomcat" Book ce78cf5680 merge fx-team to mozilla-central a=merge 2014-07-16 15:53:51 +02:00