Xidorn Quan
a9545c0e64
Bug 1123917 part 2 - Make ruby-position only accept [over|under] instead of compound values. r=dholbert
...
--HG--
extra : rebase_source : fe13f96fe7bc771dfd899bd7ac391f565899d26d
extra : source : 480c409240940afd5e4e6ce4cf995e5e1a26e640
2015-01-22 14:04:55 +11:00
Xidorn Quan
4f9602615b
Bug 1123917 part 1 - Add line-relative direction mapping methods to writing modes. r=jfkthame
...
--HG--
extra : rebase_source : b560e4956cef826d5d7c55fd2c644aa52857dfca
extra : source : ae961e0f6c20b5a9bfec10a99568d0282e437c9e
2015-01-22 14:04:55 +11:00
Nicholas Nethercote
7498962b16
Bug 1123576 - Measure TypeNewScript in the JS memory reporter. r=bhackett.
2015-01-21 19:47:53 -08:00
Daniel Holbert
428b9cacfe
Bug 1054046: Cache flex items' tentative cross size from reflow state, to avoid creating another reflow state later on just for that piece of information. r=mats
2015-01-21 19:45:37 -08:00
Ehsan Akhgari
aef4530afb
Bug 1123356 - Fix building crash_generation_server.cc with libc++; r=ted
2015-01-21 22:42:40 -05:00
Ehsan Akhgari
de6c8e779d
Bug 1123007 - Mark ReadSegmentsClosure as stack class, and its mRealInputStream member as nsCOMPtr; r=froydnj
2015-01-21 22:42:39 -05:00
Ehsan Akhgari
3b12706421
Bug 1123014 - Mark the nsWriteSegmentThunk as stack class, and its mStream member as nsCOMPtr; r=froydnj
2015-01-21 22:42:39 -05:00
Ehsan Akhgari
6c67942f1f
Bug 1123004 - Mark ReadSegmentsState as stack class, and its mThisStream member as nsCOMPtr; r=froydnj
2015-01-21 22:42:38 -05:00
Ehsan Akhgari
1159fbcef9
Bug 1124058 - Move TestSynchronization.cpp to gtest and enable it; r=froydnj
2015-01-21 22:42:38 -05:00
Seth Fowler
02e46513f6
Bug 1124535 - Check if we have a downscaler before using it in nsJPEGDecoder. r=tn
...
--HG--
extra : rebase_source : 8bcde149c51dc1ab731d7f331a80cf016983c79e
2015-01-21 19:35:47 -08:00
Seth Fowler
4c7e1b5f56
Bug 1120149 - Add a hack to resolve an AWSY regression in Gecko 37 and 38. r=tn
...
--HG--
extra : rebase_source : acffac25b9b2ac32534aaae2fd955515ca7c98ad
2015-01-21 17:36:20 -08:00
Milan Sreckovic
bb40ac923a
Bug 1121835: Deal with non-finite values in Path calls. r=bschouten
2015-01-19 14:19:25 -05:00
Wes Kocher
9e20c00a70
Backed out changeset 5970fced4222 (bug 1118398) for zmedia failures on a CLOSED TREE
2015-01-21 18:17:56 -08:00
Wes Kocher
e9f880e46e
Backed out 11 changesets (bug 1119593) for zmedia failures on a CLOSED TREE
...
Backed out changeset 6a3067465821 (bug 1119593)
Backed out changeset 7a2f5bf9e656 (bug 1119593)
Backed out changeset 544d8d52bbaf (bug 1119593)
Backed out changeset 3e61d3076385 (bug 1119593)
Backed out changeset 8b17ccc1d9c6 (bug 1119593)
Backed out changeset 8c9ee98fcce6 (bug 1119593)
Backed out changeset cc930e78d1b5 (bug 1119593)
Backed out changeset 2198a2cd71a1 (bug 1119593)
Backed out changeset 49e681140796 (bug 1119593)
Backed out changeset 288e9b7efccc (bug 1119593)
Backed out changeset 33b1f11c8784 (bug 1119593)
2015-01-21 18:17:22 -08:00
Wes Kocher
a5d16452ae
Backed out 2 changesets (bug 1124311) for web-platform-tests-4 orange on a CLOSED TREE
...
Backed out changeset 94c4d5ded3f7 (bug 1124311)
Backed out changeset 77f4d9826e90 (bug 1124311)
2015-01-21 17:30:27 -08:00
Wes Kocher
2731390e4d
Backed out changeset 7811ebf7e321 (bug 1114882) for Android S4 orange on a CLOSED TREE
2015-01-21 17:24:36 -08:00
Nikhil Marathe
d374da2039
Bug 1113555 - Update ServiceWorker registration lifecycle. r=baku
...
Folded:
Allow file: serviceworkers
Registration fixes WIP
Queue updatefound instead of immediately firing
Initial "atomically" steps of registration should also be a part of the job
Fix some compiler errors
Be sure not to null out various workers too early during activation
Integrated ServiceWorkerGlobalScope::Update into the ServiceWorkerRegisterJob.
--HG--
extra : rebase_source : 14dd02d18e1209147acd3fd118807c9bd8d4d300
2014-12-19 02:00:29 -08:00
Nikhil Marathe
3f0206f630
Bug 1113515 - Update ServiceWorker webidl. r=baku
...
--HG--
extra : rebase_source : a6143c9d741d87b79ccf3686f868b0856a32cd4b
2014-10-17 11:43:14 -07:00
Wes Kocher
eedd56c941
Backed out 2 changesets (bug 949703) for mochitest-e10s-3 orange
...
Backed out changeset 6f5a7adab265 (bug 949703)
Backed out changeset 7933aeabf6bd (bug 949703)
2015-01-21 17:15:02 -08:00
David Parks
7caef754ab
Bug 1051842 - Part 3 - crash in -[ChildView keyDown:]. r=masayuki
...
Normalize secure input requests. We have been counting the number of
requests for secure input with the intent of requiring the equal amount
of disable requests, but this behavior would not gain anything and the
implementation actually never disabled requests - it always zeros out
the count. This patch makes the zeroing-out behavior more consistent.
DisableSecureEventInput should probably be removed.
2014-08-20 23:09:44 -07:00
David Parks
569529da16
Bug 1051842 - Part 2 - crash in -[ChildView keyDown:]. r=masayuki
...
In e10s, each nsFocusManger (main/chrome and content/tab) operates on its own content tree with its own InputContext. They also communicate their InputContexts with the OS widget (nsChildView on mac, nsWindow on Windows). Prior to this patch, the OS widgets didn't distinguish between main and content InputContexts. When GetInputContext was called on the OS widget, it would return whatever InputContext it had set last. This patch distinguishes between InputContexts in the widget.
2014-08-27 22:06:41 -07:00
David Parks
645064d99a
Bug 1051842 - Part 1 - [e10s] crash in -[ChildView keyDown:]. r=smichaud
...
Fix Cocoa window IME focus test to work even if window has not received
OSX main-window status.
2015-01-12 08:26:05 -08:00
Jean-Yves Avenard
98643901f1
Bug 1124172: Abort read if there's nothing to read. r=bholley
...
FileMediaResource::ReadFromCache assumes all data request will always be
available. This may not always be true.
2015-01-22 11:57:05 +11:00
Wes Kocher
d983f5aa5c
Backed out changeset fbe9ba3b1e9a (bug 1122691) for m5 orange
2015-01-21 16:48:57 -08:00
Wes Kocher
168ce9439e
Merge m-c to inbound a=merge
...
--HG--
rename : toolkit/components/places/tests/expiration/test_removeAllPages.js => toolkit/components/places/tests/expiration/test_clearHistory.js
rename : toolkit/components/places/tests/unit/test_history_removeAllPages.js => toolkit/components/places/tests/unit/test_history_clear.js
extra : rebase_source : 07ea424f44b029b061b0ee863312dff179c760d3
2015-01-21 16:25:22 -08:00
Christoph Kerschbaumer
2648ec4b40
Bug 1122445 - CSP: don't normalize path for CSP checks - test updates (r=sstamm)
2015-01-21 16:09:20 -08:00
Wes Kocher
f92b976370
Merge fx-team to m-c a=merge
2015-01-21 15:28:31 -08:00
Wes Kocher
b0e827c8f4
Merge inbound to m-c a=merge
2015-01-21 14:14:21 -08:00
Christoph Kerschbaumer
72ce1573cb
Bug 1122445 - CSP: don't normalize path for CSP checks (r=sstamm)
2015-01-21 13:48:03 -08:00
B2G Bumper Bot
52b08e3604
Bumping manifests a=b2g-bump
2015-01-21 11:11:22 -08:00
B2G Bumper Bot
36d1312e77
Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3033c2214b58
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #27541 from zbraniecki/1124013-upgrade-sinon-to-1.12.2
Bug 1124013 - Upgrade sinon to 1.12.2. r=felash
========
https://hg.mozilla.org/integration/gaia-central/rev/06fb8f5c6c02
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1124013 - Upgrade sinon to 1.12.2
========
https://hg.mozilla.org/integration/gaia-central/rev/a71aedaddda3
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #27567 from Cwiiis/bug1120718-hover-over-top-with-collection
Bug 1120718 - Fix creating new group at top with collection as first icon. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/50e95afe93ba
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1120718 - Test that creating groups above collections works. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/6b650dfa7fcb
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1120718 - Fix creating new group at top with collection as first icon. r=kgrandon
If the first icon in a grid was a collection, dragging an icon to the top
of the grid would drop it into that collection instead of creating a new
group.
2015-01-21 11:09:45 -08:00
B2G Bumper Bot
7b457e9de9
Bumping manifests a=b2g-bump
2015-01-21 10:31:54 -08:00
B2G Bumper Bot
d7fa4ad3d8
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c1a0215e7a28
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #27540 from martasect/bug_1120726
Bug 1120726 - do not change the setting of notifications r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/586a3b25453e
Author: Marta Piekarska <marta@sec.t-labs.tu-berlin.de>
Desc: Bug 1120726 - do not change the setting of notifications + autolander
2015-01-21 10:30:17 -08:00
Dan Mosedale
0e4c01002a
Bug 974904-Add Google Analytics snippet for Hello link-clicker side, r=jaws
2015-01-21 10:20:29 -08:00
B2G Bumper Bot
8aef3555a6
Bumping manifests a=b2g-bump
2015-01-21 09:47:20 -08:00
B2G Bumper Bot
53a1c7634b
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b777991859f2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #27571 from Cwiiis/bug1121865-blank-space-dont-dismiss-edit
Bug 1121865 - Don't dismiss edit mode when tapping a blank space. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/5e359963725f
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1121865 - Don't dismiss edit mode when tapping a blank space. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/90b237151499
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #27569 from Cwiiis/bug1121149-homescreen-margin-bottom
Bug 1121149 - Add a margin to the bottom of the homescreen. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/5992d8dbb30e
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1121149 - Add a margin to the bottom of the homescreen. r=kgrandon
2015-01-21 09:45:35 -08:00
B2G Bumper Bot
89e823397f
Bumping manifests a=b2g-bump
2015-01-21 08:41:57 -08:00
B2G Bumper Bot
036f4a80ea
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/80261ef6903c
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #27533 from bebef1987/fix_dialer
Bug 1110169 - Intermittent test_dialer_add_contact.py
========
https://hg.mozilla.org/integration/gaia-central/rev/18b986e1d63d
Author: bebef1987 <florin.strugariu@softvision.ro>
Desc: Bug 1110169 - Intermittent test_dialer_add_contact.py
2015-01-21 08:40:20 -08:00
B2G Bumper Bot
768368b8fe
Bumping manifests a=b2g-bump
2015-01-21 07:16:28 -08:00
B2G Bumper Bot
7576759b78
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a7aa7fb5ad40
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #27527 from viorelaioia/fix_imap_email_test
Bug 1123672 - Investigate failure in test_IMAP_email_notification.py
========
https://hg.mozilla.org/integration/gaia-central/rev/4973cfd74bbc
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Bug 1123672 - Investigate failure in test_IMAP_email_notification.py
2015-01-21 07:14:43 -08:00
B2G Bumper Bot
f067b0c78d
Bumping manifests a=b2g-bump
2015-01-21 06:56:23 -08:00
B2G Bumper Bot
5103576c45
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/93d598bbd51f
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #27419 from ADLR-es/119738
Bug 1119738 - [Contacts] Pick vcard Activity should not return Facebook ...
========
https://hg.mozilla.org/integration/gaia-central/rev/2cfe7718fc3d
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 1119738 - [Contacts] Pick vcard Activity should not return Facebook data
========
https://hg.mozilla.org/integration/gaia-central/rev/20c79dd2be10
Author: chirarobert <robert.chira@softvision.ro>
Desc: Merge pull request #27568 from bebef1987/xfail_camera
Bug 1124160 - Xfail camera tests because of Bug 1124139
========
https://hg.mozilla.org/integration/gaia-central/rev/5bbe61053b8e
Author: bebef1987 <florin.strugariu@softvision.ro>
Desc: Bug 1124160 - Xfail camera tests because of Bug 1124139
2015-01-21 06:54:46 -08:00
B2G Bumper Bot
b47088723d
Bumping manifests a=b2g-bump
2015-01-21 06:37:12 -08:00
B2G Bumper Bot
c35f62e6c2
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/03b67daac4aa
Author: Marina <marina.rodrigueziglesias@telefonica.com>
Desc: Merge pull request #27561 from gitmai/bug-1105367-data-use-limit-unit-no-localized-after-language-switch
Bug 1105367 - [Usage] Some strings aren't automatically translated on la...
r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/04899cdf9a8f
Author: mai <mri@tid.es>
Desc: Bug 1105367 - [Usage] Some strings aren't automatically translated on language switch
2015-01-21 06:35:24 -08:00
Carsten "Tomcat" Book
dbc1d335ad
Merge mozilla-central to b2g-inbound
2015-01-21 15:15:33 +01:00
Carsten "Tomcat" Book
a2f9315326
merge mozilla-inbound to mozilla-central a=merge
2015-01-21 14:21:49 +01:00
Carsten "Tomcat" Book
0792a3297b
merge fx-team to mozilla-central a=merge
2015-01-21 14:05:24 +01:00
B2G Bumper Bot
5585c77c3e
Bumping manifests a=b2g-bump
2015-01-21 04:36:35 -08:00
B2G Bumper Bot
eff628bb1e
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/43498e12a533
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1120704 - merge pull request #27531 from etiennesegonzac:bug-1120704 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/e3b6cfa41030
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1120704 - No longer "freeze" the iframe sizing for background apps on orientation change. r=alive
This was originally done to prevent reflows but it's not. So the added complexity isn't worth it.
========
https://hg.mozilla.org/integration/gaia-central/rev/406533ce97f7
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #27449 from cctuan/1119723
Bug 1119723
- [Flame][Homescreen]A partial facebook view overlaps on the top left corner of home screen
========
https://hg.mozilla.org/integration/gaia-central/rev/dadb29e5156f
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1119723
- [Flame][Homescreen]A partial facebook view overlaps on the top left corner of home screen.
========
https://hg.mozilla.org/integration/gaia-central/rev/b3274c0b96ec
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #27225 from steveck-chung/message-reduce-flashing-taskrunner
Bug 1091441 - [Messages] the thread view is flashing while loading if there are MMS, r=azasypkin
========
https://hg.mozilla.org/integration/gaia-central/rev/179d21a7a12e
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1091441 - [Messages] the thread view is flashing while loading if there are MMS. r=azasypkin
2015-01-21 04:34:57 -08:00
B2G Bumper Bot
860ac4bb9b
Bumping manifests a=b2g-bump
2015-01-21 03:47:06 -08:00