Commit Graph

426452 Commits

Author SHA1 Message Date
Benoit Girard
5215ca7222 Bug 1171682 - Disable WebGL in safemode. r=jgilbert 2015-06-15 17:05:02 -04:00
Markus Stange
f134c090a5 Bug 1174332 - Correctly compute box-shadow bounds on themed frames with overflow. r=roc
--HG--
extra : rebase_source : 1f8b32e7d05b1501859085c8a3e48c1c904bdf8e
2015-06-15 15:02:01 -04:00
Markus Stange
1a786425ca Bug 1169502 - Simplify visible regions to tiles, not to a number of rects. r=jrmuizel, r=roc
--HG--
extra : rebase_source : affd6655b864223cb1bb2ffe6e47a4759fd6b411
2015-06-10 15:54:20 -04:00
Markus Stange
dc2a5c02ef Bug 1169331 - Always clip rotated buffer quadrant drawing to the fill rect. r=jrmuizel
--HG--
extra : rebase_source : 6277eb60b2ee59903ff7a96bc9fa5a6ae379e20e
2015-06-15 16:57:30 -04:00
Ryan VanderMeulen
74cbad03d6 Backed out changeset 4d9c70392f0e (bug 1174612) for total mochitest bustage.
CLOSED TREE
2015-06-15 16:47:11 -04:00
Milan Sreckovic
42d8db701c Bug 1159751 - Use a more explicit order of destruction in gfxWindowsPlatform. r=bas 2015-06-10 11:52:00 -04:00
Andrew Comminos
6021357a72 Bug 1171011 - Use only document padding for MOZ_GTK_ENTRY in XUL. r=karlt 2015-06-10 12:38:00 -04:00
Andrew Comminos
860531cc0f Bug 1173971 - Force core Xlib events on GTK3. r=karlt 2015-06-12 06:55:00 -04:00
Maksim Lebedev
422b4a8ae2 Bug 1171712 - Implement separated InkColletor and InkCollectorEvent classes. r=smaug, r=jimm 2015-06-12 08:35:00 -04:00
Andrew Comminos
69a3350068 Bug 1174212 - Skip pointerlock tests on GTK3. r=karlt 2015-06-15 07:15:00 -04:00
Joel Maher
35ee286305 Bug 1174693 - Remove old robocop talos tests which we don't run anymore. r=gbrown 2015-06-15 09:35:00 -04:00
Ryan VanderMeulen
e3ce9c3d4c Merge m-c to inbound. a=merge 2015-06-15 15:56:20 -04:00
Ryan VanderMeulen
98ebe786fc Merge inbound to m-c. a=merge 2015-06-15 15:55:28 -04:00
Ryan VanderMeulen
b187c86d0a Merge fx-team to m-c. a=merge 2015-06-15 15:49:24 -04:00
Birunthan Mohanathas
e95d967ecc Bug 1174612 - Consolidate MEMORY STAT messages into a single line. r=chmanchester 2015-06-15 12:27:35 -07:00
Ehsan Akhgari
8f750a75b2 Bug 1174307 - Add some internal content policy types for the purpose of reflecting them on RequestContext; r=sicking
These new content policy types will be internal ones that we will map
to external nsContentPolicyTypes before passing them to content policy
implementations.
2015-06-15 15:40:26 -04:00
Andrew McCreight
a886770a11 Bug 861449 - Incremental css::Rule destroyer. r=dbaron
Destroying large arrays of css::Rules during page teardown can take
multiple milliseconds in incremental CC. To reduce CC pauses, this
patch introduces a new class nsIncrementalClearCOMRuleArray that uses
the deferred finalizer to incrementally destroy these rule arrays.
2015-06-15 12:34:23 -07:00
Ryan VanderMeulen
350215c93f Backed out changeset 068df0223a6c (bug 1125961) for e10s crashes.
CLOSED TREE
2015-06-15 15:27:53 -04:00
Kartikaya Gupta
815a3d5741 Bug 1163572 - Modify UpdateSubFrame to automatically figure out the nsIContent from the scrollId. r=botond 2015-06-15 14:39:06 -04:00
Kartikaya Gupta
171ee5bc2c Bug 1163572 - Have ChromeProcessController also handle root-frame repaint requests. r=botond
Original patch by Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>.
2015-06-15 14:39:06 -04:00
Kartikaya Gupta
ba0013b256 Bug 1163572 - Modify UpdateRootFrame to automatically compute the nsIContent* and nsIPresShell* from the metrics. r=botond
Original patch by Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>.
2015-06-15 14:39:06 -04:00
Josh Matthews
e3e3f30ca2 Bug 1125961 - Allow sending null PBrowser actors when there's a triggering principal which can be used for security checks; r=dragana 2015-06-15 14:35:06 -04:00
Ehsan Akhgari
b55ee8ea8e Bug 1075758 - Do not look at the ICU version number when whitelisting the ICU namespace in the clang plugin; r=Waldo 2015-06-15 14:29:28 -04:00
Ryan VanderMeulen
c366b2c3f3 Backed out changeset 1d67d747b3eb (bug 911972) for frequent linux64 debug e10s test_post_message_advanced.html timeouts.
CLOSED TREE

--HG--
rename : dom/messagechannel/MessageChannel.cpp => dom/base/MessageChannel.cpp
rename : dom/messagechannel/MessageChannel.h => dom/base/MessageChannel.h
rename : dom/messagechannel/MessagePort.cpp => dom/base/MessagePort.cpp
rename : dom/messagechannel/MessagePort.h => dom/base/MessagePort.h
rename : dom/messagechannel/MessagePortList.cpp => dom/base/MessagePortList.cpp
rename : dom/messagechannel/MessagePortList.h => dom/base/MessagePortList.h
rename : dom/messagechannel/tests/iframe_messageChannel_chrome.html => dom/base/test/iframe_messageChannel_chrome.html
rename : dom/messagechannel/tests/iframe_messageChannel_cloning.html => dom/base/test/iframe_messageChannel_cloning.html
rename : dom/messagechannel/tests/iframe_messageChannel_pingpong.html => dom/base/test/iframe_messageChannel_pingpong.html
rename : dom/messagechannel/tests/iframe_messageChannel_post.html => dom/base/test/iframe_messageChannel_post.html
rename : dom/messagechannel/tests/test_messageChannel.html => dom/base/test/test_messageChannel.html
rename : dom/messagechannel/tests/test_messageChannel.xul => dom/base/test/test_messageChannel.xul
rename : dom/messagechannel/tests/test_messageChannel_cloning.html => dom/base/test/test_messageChannel_cloning.html
rename : dom/messagechannel/tests/test_messageChannel_pingpong.html => dom/base/test/test_messageChannel_pingpong.html
rename : dom/messagechannel/tests/test_messageChannel_post.html => dom/base/test/test_messageChannel_post.html
rename : dom/messagechannel/tests/test_messageChannel_pref.html => dom/base/test/test_messageChannel_pref.html
rename : dom/messagechannel/tests/test_messageChannel_start.html => dom/base/test/test_messageChannel_start.html
rename : dom/messagechannel/tests/test_messageChannel_transferable.html => dom/base/test/test_messageChannel_transferable.html
rename : dom/messagechannel/tests/test_messageChannel_unshipped.html => dom/base/test/test_messageChannel_unshipped.html
2015-06-15 13:06:23 -04:00
Ryan VanderMeulen
faad1a38af Backed out changesets 465dfc26cccb and bd11384b3241 (bug 952139) because it depends on bug 911972. 2015-06-15 13:04:02 -04:00
Andrea Marchesini
d87596f0b2 Bug 952139 - patch 2 - Expose MessageChannel to workers in mochitests, r=smaug CLOSED TREE 2015-06-15 17:44:08 +01:00
B2G Bumper Bot
1ac299f882 Bumping manifests a=b2g-bump 2015-06-15 09:28:20 -07:00
B2G Bumper Bot
692f2377fa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/43b90c580707
Author: Tzu-Lin Huang <dwi019@gmail.com>
Desc: Merge pull request #30438 from dwi2/bug1169535

Bug 1169535 - [Stingray] Collapse folder when focus move to filter

========

https://hg.mozilla.org/integration/gaia-central/rev/1e072506be56
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1169535 - [Stingray] Collapse folder when focus move to filter
2015-06-15 09:26:24 -07:00
B2G Bumper Bot
8a0b8844cc Bumping manifests a=b2g-bump 2015-06-15 09:02:22 -07:00
B2G Bumper Bot
e44dec99b5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2f13e4d5c4e7
Author: Marshall Culpepper <marshall.law@gmail.com>
Desc: Merge pull request #30574 from marshall/bug1169349_ftuImei

Bug 1169349 - Use IMEI as the FTU ping device ID for dogfooders.

========

https://hg.mozilla.org/integration/gaia-central/rev/92107405b6b0
Author: Marshall Culpepper <marshall@mozilla.com>
Desc: Bug 1169349 - Use IMEI as the FTU ping device ID for dogfooders. r=thills
2015-06-15 09:00:27 -07:00
Jocelyn Liu
51e64c0d2c Bug 1174717 - Passing fallible when calling AppendElement method for Sequence types in bluetooth2. r=shuang 2015-06-15 08:41:00 -04:00
B2G Bumper Bot
9ca77c6be8 Bumping manifests a=b2g-bump 2015-06-15 07:47:11 -07:00
B2G Bumper Bot
d4d455c259 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ce7512d1e4c4
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30540 from chenpighead/Bug1173706

Bug 1173706 - Let system bootup and fake app launch use the same marionette client.

========

https://hg.mozilla.org/integration/gaia-central/rev/22bd58bae3cc
Author: Jeremy Chen <jichen@mozilla.com>
Desc: Bug 1173706 - Let system bootup and fake app launch use the same marionette client.

========

https://hg.mozilla.org/integration/gaia-central/rev/30eaaf9ca680
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30565 from aosmond/bug1166619

Bug 1166619 - Prevent capture when battery status is shutdown, even from hardware buttons.

========

https://hg.mozilla.org/integration/gaia-central/rev/823e05a04c96
Author: Andrew Osmond <aosmond@mozilla.com>
Desc: Bug 1166619 - Prevent capture when battery status is shutdown, even from hardware buttons.

========

https://hg.mozilla.org/integration/gaia-central/rev/fad462d07fc4
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #30541 from borjasalguero/bug_1173278

Bug 1173278 - [Contacts][NGA] 'extServices' should not be tied to 'co…

========

https://hg.mozilla.org/integration/gaia-central/rev/cdaba8b62d8b
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 1173278 - [Contacts][NGA] 'extServices' should not be tied to 'contact.js' r=arcturus
2015-06-15 07:45:14 -07:00
Liang-Heng Chen
8f1a8b43a9 Bug 1171827 - Temporarily disale mDNS device provider. r=schien 2015-06-15 03:53:00 -04:00
Samael Wang
7faab4ec1c Bug 1173156 - Fix typo and add a Marionette test case. r=btseng 2015-06-15 17:17:56 +08:00
Dale Harvey
a347a03429 Bug 1174682 - Rename logshake-screenshot to screenshot.png. r=gerard-majax 2015-06-15 14:56:07 +01:00
B2G Bumper Bot
2e4a45d617 Bumping manifests a=b2g-bump 2015-06-15 06:42:49 -07:00
B2G Bumper Bot
51b3728929 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ff5f46e8f0b3
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #30547 from jpruden92/bug1173098-contacts

Bug 1173098 - [Contacts][NGA] Remove dependency with Contacts.confirmDialog.

========

https://hg.mozilla.org/integration/gaia-central/rev/c37af8f6d750
Author: jpruden92 <jorgepruden@gmail.com>
Desc: Bug 1173098 - [Contacts][NGA] Remove dependency with Contacts.confirmDialog.

========

https://hg.mozilla.org/integration/gaia-central/rev/e800c12637e2
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #30433 from yzen/bug-1162040-shared

Bug 1162040 - updating to latest gaia-icons and updating shared style…

========

https://hg.mozilla.org/integration/gaia-central/rev/45c993f8d395
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1162040 - updating to latest gaia-icons and updating shared styles that include gaia-icons. r=wilsonpage
2015-06-15 06:40:27 -07:00
B2G Bumper Bot
0942476890 Bumping manifests a=b2g-bump 2015-06-15 06:03:21 -07:00
B2G Bumper Bot
b40f7f8054 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9a8fc6181218
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #30568 from yzen/bug-1156786-string-update

Bug 1156786 - updating super swiper achievement to customizer champ.

========

https://hg.mozilla.org/integration/gaia-central/rev/11d2f2a3f13d
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1156786 - updating super swiper achievement to customizer champ.

========

https://hg.mozilla.org/integration/gaia-central/rev/02055803c780
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #30420 from yzen/bug-1162040-settings

Bug 1162040 - updating accessibility for gaia-icons used in settings …

========

https://hg.mozilla.org/integration/gaia-central/rev/b7cd738e1b97
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1162040 - updating accessibility for gaia-icons used in settings app.
2015-06-15 06:01:21 -07:00
Thomas Zimmermann
3126a07df4 Bug 1171017: Move classes from ipc/bluetooth to ipc/hal, r=shuang
The class |DaemonSocket| and its helpers implement a service-
neutral connection to a HAL daemon. This patch moves the code
to an appropriate directory and breaks up the code into smaller
pieces.

--HG--
rename : ipc/bluetooth/BluetoothDaemonConnection.cpp => ipc/hal/DaemonSocket.cpp
rename : ipc/bluetooth/BluetoothDaemonConnection.h => ipc/hal/DaemonSocket.h
rename : ipc/bluetooth/BluetoothDaemonConnectionConsumer.cpp => ipc/hal/DaemonSocketConsumer.cpp
rename : ipc/bluetooth/BluetoothDaemonConnectionConsumer.h => ipc/hal/DaemonSocketConsumer.h
rename : ipc/bluetooth/moz.build => ipc/hal/moz.build
2015-06-15 14:44:03 +02:00
Thomas Zimmermann
41d8f3ac72 Bug 1171017: Rename |BluetoothDaemonConnection| to |DaemonSocket|, r=shuang 2015-06-15 14:44:03 +02:00
Thomas Zimmermann
21133b1b76 Bug 1171017: Rename |BluetoothDaemonConnectionIO| to |DaemonSocketIO|, r=shuang 2015-06-15 14:44:03 +02:00
Thomas Zimmermann
160760d61d Bug 1171017: Rename |BluetoothSocketPDU| to |DaemonSocketPDU|, r=shuang 2015-06-15 14:44:03 +02:00
Thomas Zimmermann
4a2cc0e217 Bug 1171017: Rename |BluetoothDaemonPDUConsumer| to |DaemonSocketIOConsumer|, r=shuang 2015-06-15 14:44:03 +02:00
Thomas Zimmermann
de38317b09 Bug 1171017: Rename |BluetoothDaemonConnectionConsumer| to |DaemonSocketConsumer|, r=shuang 2015-06-15 14:44:03 +02:00
B2G Bumper Bot
74d4fb35f5 Bumping manifests a=b2g-bump 2015-06-15 04:38:17 -07:00
B2G Bumper Bot
d64075980d Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fbb9918f7033
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1168915 - Ensure default status bar is light theme. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/84d56ade180c
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #30530 from albertopq/1171563-landscape-apps

Bug 1171563 - Lock orientation on SIM dialogs r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/7a733a566a85
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1171563 - Lock orientation on SIM dialogs
2015-06-15 04:36:21 -07:00
B2G Bumper Bot
a14292cd2a Bumping manifests a=b2g-bump 2015-06-15 04:22:21 -07:00
B2G Bumper Bot
68a3ee2bc1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25a0fc194099
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30585 from crh0716/1166909

Bug 1166909 - Remove the anchor element r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/ce341ef1c3ad
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1166909 - Remove the anchor element
2015-06-15 04:20:22 -07:00