Commit Graph

179656 Commits

Author SHA1 Message Date
Aryeh Gregor
45fbfe5e45 Bug 950386 - Move mozilla::Selection to mozilla::dom::Selection; r=ehsan 2014-04-10 19:09:40 +03:00
Stefan Arentz
54d22813e9 Bug 968490: Add mozilla::pkix::der unit tests (r=cviecco) 2014-03-26 16:00:03 -07:00
Brian Hackett
e7c6e8743b Bug 1000145 - Tweak type set OOM handling while sweeping, r=jandem. 2014-04-24 09:04:00 -06:00
Brian Hackett
c997e545ac Bug 995336 - Use IonBuilder for arguments usage analysis, r=jandem. 2014-04-24 08:57:26 -06:00
Ed Morley
afbbc1aab9 Backed out changeset b589de6c1084 (bug 889744) for failures in test_marketplace_pkg_install.html 2014-04-24 15:29:20 +01:00
Masayuki Nakano
aa1ef33af8 Bug 704423 mousemove event should be cancelable r=smaug 2014-04-24 23:19:54 +09:00
Frédéric Wang
412b2eab93 Bug 1000745 - Part 2: Remove font.mathfont-glyph-tables. r=karlt 2014-04-24 02:41:00 -04:00
Frédéric Wang
489af72675 Bug 1000745 - Part 1: Remove obsolete font.mathfont-family* preferences. r=karlt 2014-04-24 02:33:00 -04:00
Jerry Shih
8d68e90d59 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
2536d28db3 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
2160852608 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
9a84687a23 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
2c948ec408 Bug 923376 - Spellcheck all appended nodes, not just the first; r=ehsan 2014-04-06 17:56:08 +03:00
Marco Castelluccio
f667336da4 Bug 999653 - Don't manually set allAppsLaunchable but use SpecialPowers.setAllAppsLaunchable. r=fabrice 2014-04-24 04:06:00 +02:00
Marco Castelluccio
73bf109f8a Bug 889744 - Use reviewer certs for reviewer pages. r=fabrice 2014-04-24 04:27:00 +02:00
Branislav Rankov
704164c87e Bug 969375 - MIPS port: Added Trampoline-mips and Bailouts-mips. r=nbp 2014-04-24 11:54:02 +02:00
Branislav Rankov
967d33f2b2 Bug 969375 - MIPS port: Added CodeGenerator-mips code. r=nbp 2014-04-22 16:01:13 +02:00
Branislav Rankov
e5cd79480b Bug 969375 - MIPS port: Added JS_CODEGEN_MIPS checks and includes. r=jandem 2014-04-15 11:53:23 +02:00
Robert O'Callahan
dba7d4c6ba 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
ec44fe9ea2 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
dbcb3cd658 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
602bc0a792 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
c821e27f33 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
32fe79a5a5 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
192b5d6603 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
d87604f93c Merge m-c to mozilla-inbound 2014-04-24 13:20:37 +02:00
Carsten "Tomcat" Book
fed6f5b097 merge b2g-inbound to mozilla-central 2014-04-24 13:12:50 +02:00
Carsten "Tomcat" Book
c7c649902f merge fx-team to mozilla-central 2014-04-24 11:39:30 +02:00
Carsten "Tomcat" Book
202a73928b merge mozilla-inbound to mozilla-central 2014-04-24 11:38:32 +02:00
B2G Bumper Bot
854e3cc123 Bumping manifests a=b2g-bump 2014-04-24 01:06:26 -07:00
B2G Bumper Bot
e8411662ae 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
6362e31ea1 Bumping manifests a=b2g-bump 2014-04-24 00:41:19 -07:00
B2G Bumper Bot
47987ceeb1 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
ff7b887087 Bumping manifests a=b2g-bump 2014-04-24 00:26:16 -07:00
B2G Bumper Bot
de59a0389b 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
8227c8cfa0 Back out c34781199047 (bug 997145) for wrong-tree build bustage 2014-04-23 22:20:18 -07:00
Sylvestre Ledru
9126263d6a 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
e0a0c602bd 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
58dbbb1761 Bumping manifests a=b2g-bump 2014-04-23 21:02:50 -07:00
B2G Bumper Bot
c8e839cc9a Bumping manifests a=b2g-bump 2014-04-23 20:51:25 -07:00
B2G Bumper Bot
3211bcb7c8 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
2d9d573d10 Bumping manifests a=b2g-bump 2014-04-23 20:11:21 -07:00
B2G Bumper Bot
9729c87379 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
69e9b4e57f Bumping manifests a=b2g-bump 2014-04-23 19:56:16 -07:00
B2G Bumper Bot
4dae96bde1 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
3eda5c165c Bumping manifests a=b2g-bump 2014-04-23 19:46:18 -07:00
B2G Bumper Bot
0df59ae758 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
ef50699dfb Merge m-c to fx-team 2014-04-23 19:35:38 -07:00
Michael Comella
4ade5b99c5 Bug 999750 - Recycle MotionEvents. r=kats 2014-04-23 18:04:51 -07:00
Margaret Leibovic
ce558bed88 Bug 999760 - Apply padding to entire article item view. r=liuche 2014-04-23 18:01:34 -07:00