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

357180 Коммитов

Автор SHA1 Сообщение Дата
Brian Hackett 86b4104297 Bug 1000145 - Tweak type set OOM handling while sweeping, r=jandem. 2014-04-24 09:04:00 -06:00
Brian Hackett b6fda9e15d Bug 995336 - Use IonBuilder for arguments usage analysis, r=jandem. 2014-04-24 08:57:26 -06:00
Ed Morley d986e0aa3e Backed out changeset b589de6c1084 (bug 889744) for failures in test_marketplace_pkg_install.html 2014-04-24 15:29:20 +01:00
Masayuki Nakano 91429a979f Bug 704423 mousemove event should be cancelable r=smaug 2014-04-24 23:19:54 +09:00
Frédéric Wang 061d40b53c Bug 1000745 - Part 2: Remove font.mathfont-glyph-tables. r=karlt 2014-04-24 02:41:00 -04:00
Frédéric Wang db47d2fc12 Bug 1000745 - Part 1: Remove obsolete font.mathfont-family* preferences. r=karlt 2014-04-24 02:33:00 -04:00
Jerry Shih 8b3783f335 Bug 993019 - [Camera] [Gallery] Orientation response is slow after launching from Camera app. r=kats 2014-04-24 05:43:00 -04:00
Frédéric Wang 2e2f1b2079 Bug 960115 - No longer scale stretchy operators when a variant of any size is found. r=karlt 2014-04-23 00:28:00 -04:00
Nathan Froyd b172b87a42 Bug 999604 - fix browser-chrome tests in toolkit/content/ to not replace the original tab; r=ehsan 2014-04-22 11:55:33 -04:00
Paul Adenot aa81ed9e24 Bug 998179 - Refactor how MediaStreamGraph get and use their sample rate. r=roc
Use the sample rate passed to the OfflineAudioContext constructor in
MediaStreamGraph::CreateOfflineInstance, and pass the preferred mixer sample
rate to the (real time) MediaStreamGraph constructor.

Then, always use this sample rate for the lifetime of the graph.

This patch needed to pass the sample rate to the AudioMixer class to avoid
relying on globals like it was done before.

--HG--
extra : rebase_source : 2802208819887605fe26a7040998fc328b3c9a57
2014-04-23 11:20:56 +02:00
Aryeh Gregor 75660868f4 Bug 923376 - Spellcheck all appended nodes, not just the first; r=ehsan 2014-04-06 17:56:08 +03:00
Marco Castelluccio dea9c853b9 Bug 999653 - Don't manually set allAppsLaunchable but use SpecialPowers.setAllAppsLaunchable. r=fabrice 2014-04-24 04:06:00 +02:00
Marco Castelluccio 04272068a9 Bug 889744 - Use reviewer certs for reviewer pages. r=fabrice 2014-04-24 04:27:00 +02:00
Branislav Rankov 9252687bf0 Bug 969375 - MIPS port: Added Trampoline-mips and Bailouts-mips. r=nbp 2014-04-24 11:54:02 +02:00
Branislav Rankov 241437e4e5 Bug 969375 - MIPS port: Added CodeGenerator-mips code. r=nbp 2014-04-22 16:01:13 +02:00
Branislav Rankov 041d3b7a2f Bug 969375 - MIPS port: Added JS_CODEGEN_MIPS checks and includes. r=jandem 2014-04-15 11:53:23 +02:00
Robert O'Callahan c14cfbf44f Bug 998284. When entering the buffering state from AdvanceFrame, be prepared to accept a second's delay before reevaluating whether to exit buffering. r=cpearce
--HG--
extra : rebase_source : 2a7aab19c998f6977cb47d6300e2967be69bcbdf
2014-03-25 00:58:11 +13:00
Robert O'Callahan 72885c0876 Bug 998282. Ensure cancellable_request.sjs massively overfills the default 100K media cache size.
This ensures a test can make such a request, receive the event that the
load has been suspended, and cancel the request, all before the load has
completed.

--HG--
extra : rebase_source : c7ea934a1745004872d8529bb99241e2e376759c
2014-03-11 17:30:27 +08:00
Robert O'Callahan ea9b693845 Bug 998821. Only use XShm for drawing if XShm allocation actually succeeded. r=karlt
--HG--
extra : rebase_source : 9d0fc1b9c7b02c53674b4593eaf1cd703587a469
2014-04-22 15:11:42 +12:00
Robert O'Callahan 298155dc1f Bug 993243. Add a +debugger parameter to 'mach debug' to specify the debugger to launch. r=gps
--HG--
extra : rebase_source : 10b26472d734f0c460b9a4d01dd0e95c6c106487
2014-04-24 23:25:44 +12:00
Robert O'Callahan 6a9101204b Bug 998206. Add --shuffle option to runreftests.py and 'mach reftest'. r=dbaron
--HG--
extra : rebase_source : 8270c601ad8d5afe4b598e78ed8d84a3c1385f1f
2014-03-03 18:13:01 +13:00
Robert O'Callahan a79bd3582f Bug 997762. Use --log-no-times option when building so Eclipse can parse the build output. r=BenWa
--HG--
extra : rebase_source : 67e0cdd41741170f5850fda1f94aa238191874cb
2014-04-18 03:03:28 +12:00
Robert O'Callahan 38c751230b Bug 821307. Ensure nsTextEditorState::SetValue does nothing when the new value equals the old value, even for password inputs. r=ehsan
If nsTextEditorState::SetValue is allowed to rebuild the editor DOM even when
the new value is the same as the old value, then during PrepareEditor we can
remove the content that's the current target of the event triggering the
PrepareEditor, which prevents important code from running such as the code that
focuses the text input. Normally this isn't a problem but
nsTextEditorState::SetValue's code for getting the current value is broken
for password controls when !mEditorInitialized. So we remove that broken code
path.

We have to make sure that the password text, if any, is set on the edit-rules
during their initialization so the regular path for getting the current
value returns the right thing.

--HG--
extra : rebase_source : 81a01a957b4b1e0cf868505a1b23c9110a2f4b3a
2014-04-15 00:33:47 +12:00
Carsten "Tomcat" Book 2299300a51 Merge m-c to mozilla-inbound 2014-04-24 13:20:37 +02:00
Carsten "Tomcat" Book 8c03a5b1e1 merge b2g-inbound to mozilla-central 2014-04-24 13:12:50 +02:00
Carsten "Tomcat" Book 70303532c4 merge fx-team to mozilla-central 2014-04-24 11:39:30 +02:00
Carsten "Tomcat" Book e71e6fd737 merge mozilla-inbound to mozilla-central 2014-04-24 11:38:32 +02:00
B2G Bumper Bot 7ccb430e76 Bumping manifests a=b2g-bump 2014-04-24 01:06:26 -07:00
B2G Bumper Bot 1ce34498f7 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2eae294604eb
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #18516 from crdlc/bug-991906

Bug 991906 - [B2G][Homescreen] Long pressing an App that opened in Lands...

========

https://hg.mozilla.org/integration/gaia-central/rev/69d580609588
Author: crdlc <crdlc@tid.es>
Desc: Bug 991906 - [B2G][Homescreen] Long pressing an App that opened in Landscape mode will cause the Dock apps to shift

========

https://hg.mozilla.org/integration/gaia-central/rev/f20eb207d5ff
Author: EragonJ <eragonj@eragonj.me>
Desc: Revert "Merge pull request #17842 from EragonJ/bug-973440"

This reverts commit afcd647bb13598c1a101ac900207f4b479d26734, reversing
changes made to 6f689126518660ec160aecc25432cf47d10662eb.

========

https://hg.mozilla.org/integration/gaia-central/rev/967e29b2905c
Author: EragonJ <eragonj@eragonj.me>
Desc: Revert "Merge pull request #18565 from cctuan/973454-2"

This reverts commit 16564862869a3667af220466e48f7840c7beb8ff, reversing
changes made to 0814a85e335006475d995212691545af87e97185.
2014-04-24 01:00:37 -07:00
B2G Bumper Bot 4369a32512 Bumping manifests a=b2g-bump 2014-04-24 00:41:19 -07:00
B2G Bumper Bot b9c692b44a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fc4627fb8dc6
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #18322 from frsela/STK/Bug980670

Bug 980670 - [BURI] 'SIM 1' shown under STK carrier label. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/7a5f9557fbc2
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 980670 - [BURI] 'SIM 1' shown under STK carrier label
2014-04-24 00:35:57 -07:00
B2G Bumper Bot ba08317a66 Bumping manifests a=b2g-bump 2014-04-24 00:26:16 -07:00
B2G Bumper Bot d962ba5ab9 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/52e2f9d348fb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 998776 - [Follow up of Bug 991446] Fix the broken coverage result on console"

This reverts commit 023d2f072a5f4703decb25dbff4614bb61ff904e.

========

https://hg.mozilla.org/integration/gaia-central/rev/965d086d922f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 998776 - Follow-up, update gaia_node_modules.revision"

This reverts commit 4216a38e9afbfec52561ce733cbfa02bfd18efc7.

========

https://hg.mozilla.org/integration/gaia-central/rev/1a43fdd1be8e
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #18565 from cctuan/973454-2

Bug 973454 - [settings] refactor App permissions panel with AMD pattern

========

https://hg.mozilla.org/integration/gaia-central/rev/53b0f32b6a65
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 973454 - [settings] refactor App permissions panel with AMD pattern
2014-04-24 00:20:49 -07:00
Phil Ringnalda 3e0a791b3d Back out c34781199047 (bug 997145) for wrong-tree build bustage 2014-04-23 22:20:18 -07:00
Sylvestre Ledru c90b23e009 Bug 997145: Add a attribute in order to silent a Clang static analyzer check r=nfroyd 2014-04-23 21:51:08 -07:00
Ben Turner 812e72e3e9 Bug 999742, Split Blob<> into BlobParent/BlobChild. rs=sicking.
--HG--
extra : transplant_source : %F6%EF%8D%0C%0E%0B7%EFm%7F%15%83%D5%82%19T%BF-%3C%98
2014-04-23 21:43:57 -07:00
B2G Bumper Bot 8bd9062331 Bumping manifests a=b2g-bump 2014-04-23 21:02:50 -07:00
B2G Bumper Bot 7cb57c7816 Bumping manifests a=b2g-bump 2014-04-23 20:51:25 -07:00
B2G Bumper Bot a4eac41184 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/13bba6b63383
Author: RickyChien <ricky060709@gmail.com>
Desc: Merge pull request #18615 from RickyChien/bug-998757-follow-up

Bug 998776 - Follow-up, update gaia_node_modules.revision r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/447b4e51a0f8
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 998776 - Follow-up, update gaia_node_modules.revision

========

https://hg.mozilla.org/integration/gaia-central/rev/263342b90317
Author: RickyChien <ricky060709@gmail.com>
Desc: Merge pull request #18511 from RickyChien/bug-998776

Bug 998776 - [Follow up of Bug 991446] Fix the broken coverage result on console r=@yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/55e330a9bd3a
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 998776 - [Follow up of Bug 991446] Fix the broken coverage result on console
2014-04-23 20:45:59 -07:00
B2G Bumper Bot 5dddacae63 Bumping manifests a=b2g-bump 2014-04-23 20:11:21 -07:00
B2G Bumper Bot 20805db643 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c9da1e12a2e8
Author: RickyChien <ricky060709@gmail.com>
Desc: Merge pull request #18473 from RickyChien/bug-998759

Bug 998759 - Remove chai.js copying when running make update-common r=@yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/b0f18968887f
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 998759 - Remove chai.js copying when running make update-common
2014-04-23 20:06:02 -07:00
B2G Bumper Bot 0f896437cf Bumping manifests a=b2g-bump 2014-04-23 19:56:16 -07:00
B2G Bumper Bot f68bf90487 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c873d0561b30
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #17842 from EragonJ/bug-973440

Bug 973440 - [settings] refactor Screen lock panel with AMD pattern

========

https://hg.mozilla.org/integration/gaia-central/rev/dc4c542a2875
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 973440 - [settings] refactor Screen lock panel with AMD pattern
2014-04-23 19:50:45 -07:00
B2G Bumper Bot a6a1810366 Bumping manifests a=b2g-bump 2014-04-23 19:46:18 -07:00
B2G Bumper Bot a15131e355 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8427d20a1b39
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Merge pull request #18305 from svic/Bug_966921

Bug 966921 - Restore state of BT adapter after a file transfer. r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/f573c221baf9
Author: Arno Puder <arno@puder.org>
Desc: Bug 966921 - Restore state of BT adapter after a file transfer
2014-04-23 19:40:41 -07:00
Wes Kocher 29b515de23 Merge m-c to fx-team 2014-04-23 19:35:38 -07:00
Michael Comella d2dd1c7253 Bug 999750 - Recycle MotionEvents. r=kats 2014-04-23 18:04:51 -07:00
Margaret Leibovic e7a3e4257d Bug 999760 - Apply padding to entire article item view. r=liuche 2014-04-23 18:01:34 -07:00
Michael Comella 757a0588d4 Bug 998000 - Part 1: Fix whitespace. r=lucasr 2014-04-23 17:40:00 -07:00
Michael Comella a0515c74bb Bug 998000 - Part 0: cancelEdit on back pressed, rather than stopEdit. r=lucasr 2014-04-23 17:39:58 -07:00