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

438717 Коммитов

Автор SHA1 Сообщение Дата
Nathan Froyd 92e6eccda2 Bug 1195767 - part 2 - create an nsEventQueueBase templated over the monitor type; r=gerald
Clients of nsEventQueue don't always need fully reentrant monitors.
Let's account for that by having a base class templated on the monitor
type.  This change also opens up the possibility of having the monitor
for the event queue not owned by the event queue itself, but by the
client class, which makes a lot more sense than the current design.
2015-08-28 13:26:17 -04:00
Nathan Froyd 1e05c1710d Bug 1195767 - part 1 - remove nsCOMPtr temporary from nsEventQueue::PutEvent; r=gerald
The comment here suggests that we might AddRef/Release, but we really do
no such thing.  Let's deal with the transfer of ownership directly,
rather than going through nsCOMPtr.  This change makes the code slightly
smaller, and it also makes later refactorings to pull the lock out of
this function easier to do, since we don't have to consider how to hold
the lock within the lifetime of the nsCOMPtr temporary.
2015-08-28 14:19:49 -04:00
Masayuki Nakano 2b42662c53 Bug 895274 part.114 Rename NS_SVG_ZOOM to eSVGZoom r=smaug 2015-09-07 23:55:52 +09:00
Masayuki Nakano 04de99392e Bug 895274 part.113 Rename NS_SVGZOOM_EVENT_START to eSVGZoomEventFirst r=smaug 2015-09-07 23:55:52 +09:00
Masayuki Nakano 3de217ee34 Bug 895274 part.112 Rename NS_SVG_SCROLL to eSVGScroll r=smaug 2015-09-07 23:55:52 +09:00
Masayuki Nakano e2a83acfa5 Bug 895274 part.111 Rename NS_SVG_RESIZE to eSVGResize r=smaug 2015-09-07 23:55:52 +09:00
Masayuki Nakano 77d538e64c Bug 895274 part.110 Rename NS_SVG_UNLOAD to eSVGUnload r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano a677e96719 Bug 895274 part.109 Rename NS_SVG_LOAD to eSVGLoad r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano 89394bc5c4 Bug 895274 part.108 Rename NS_SVG_EVENT_START to eSVGEventFirst r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano 46ce914957 Bug 895274 part.107 Get rid of NS_SVG_ABORT and NS_SVG_ERROR due to unused r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano eab0f61b15 Bug 895274 part.106 Rename NS_PAGE_HIDE to ePageHide r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano 4403ce5b2b Bug 895274 part.105 Rename NS_PAGE_SHOW to ePageShow r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano 0ed26b6e82 Bug 895274 part.104 Rename NS_PAGETRANSITION_START to ePageTransitionEventFirst r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano de2ad54f6b Bug 895274 part.103 Rename NS_MUTATION_END to eLegacyMutationEventLast r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano 25e0050d19 Bug 895274 part.102 Rename NS_MUTATION_ATTRMODIFIED to eLegacyAttrModified r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano fbba1e8b07 Bug 895274 part.101 Rename NS_MUTATION_NODEREMOVED to eLegacyNodeRemoved r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano 8c49cf7363 Bug 895274 part.100 Rename NS_MUTATION_NODEINSERTED to eLegacyNodeInserted r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano 26cb9fd5f6 Bug 895274 part.99 Rename NS_MUTATION_SUBTREEMODIFIED to eLegacySubtreeModified r=smaug 2015-09-07 23:55:51 +09:00
Masayuki Nakano 0cff7052de Bug 895274 part.98 Rename NS_MUTATION_CHARACTERDATAMODIFIED to eLegacyCharacterDataModified r=smaug 2015-09-07 23:55:50 +09:00
Masayuki Nakano 4ed6ebbbe0 Bug 895274 part.97 Rename NS_MUTATION_NODEREMOVEDFROMDOCUMENT to eLegacyNodeRemovedFromDocument r=smaug 2015-09-07 23:55:50 +09:00
Masayuki Nakano f39e20ec37 Bug 895274 part.96 Rename NS_MUTATION_START to eLegacyMutationEventFirst r=smaug 2015-09-07 23:55:50 +09:00
Masayuki Nakano 1636a8eba2 Bug 895274 part.95 Rename NS_MUTATION_NODEINSERTEDINTODOCUMENT to eLegacyNodeInsertedIntoDocument r=smaug 2015-09-07 23:55:50 +09:00
Heiher 9c08f9674b Bug 1199535 - IonMonkey: MIPS: Implement AtomicOperations shared. r=lth
Author: Heiher <r@hev.cc>
    IonMonkey: MIPS: Implement AtomicOperations-mips-shared.
2015-08-31 19:44:28 +08:00
Heiher 7b5b34178c Bug 1198628 - IonMonkey: ARM: Redefine FloatRegisters::Code and use it in the right way. r=nbp 2015-09-06 23:36:00 +02:00
Heiher 871dbe884d Bug 1194139 - IonMonkey: MIPS: Split shareable code to mips-shared in AtomicOperations-mips. r=nbp 2015-08-27 19:28:00 +02:00
Miko Mynttinen 2337336eca Bug 1201287 - Cleanup nsSupportsPrimitives.cpp. r=smaug
--HG--
extra : rebase_source : b0828cd31ba5fd7778852185fdb39af180750287
2015-09-06 19:53:33 +03:00
Dragana Damjanovic 6243a9efb2 Bug 1201174 - For FTP - in case of divertToParent, it myst be possible to delay delivering of OnDataAv./OnStopR. r=jduell
--HG--
extra : rebase_source : 5c59317dd43d5e0448b44ed3d0c26dd6262e80da
2015-09-04 03:55:00 +02:00
Daniel Stenberg ab6f975996 Bug 1179568 - remove toolkit/system/dbus. r=roc
--HG--
extra : rebase_source : 7bc587202c822209942e2c0e8cf1d2574237d2e5
2015-09-07 01:19:00 +02:00
Lars T Hansen 96f6818e30 Bug 1199578 - test case. r=waldo 2015-09-07 16:06:10 +02:00
JW Wang 246dd8805c Bug 1199155. Part 3 - rename mDecodedStream to mStreamSink. r=roc. 2015-09-07 19:32:16 +08:00
JW Wang b853505d1f Bug 1199155. Part 2 - fix includes and forward declarations. r=roc. 2015-09-07 19:32:04 +08:00
JW Wang e5956970d2 Bug 1199155. Part 1 - move dom/media/DecodedStream.* to dom/media/mediasink/ and implement the interface of MediaSink. r=roc.
--HG--
rename : dom/media/DecodedStream.cpp => dom/media/mediasink/DecodedStream.cpp
rename : dom/media/DecodedStream.h => dom/media/mediasink/DecodedStream.h
2015-09-07 19:31:51 +08:00
Andreas Tolfsen de80bc12fe Bug 1162515: Remove FrameSendFailureError and FrameNotInitializedError
Removes FrameSendFailureError and FrameNotInitializedError from the
Marionette Python client.

r=davehunt

--HG--
extra : commitid : GUUlKplFtOH
extra : rebase_source : 8d4d135f8a0adee8491b0af2b8c65861adc712ca
2015-05-07 17:18:05 +01:00
Carsten "Tomcat" Book cf4f09e8f1 Merge mozilla-central to mozilla-inbound 2015-09-07 12:55:08 +02:00
Jon Coppeard 0bffdd743b Bug 1155618 - Fix more out of memory handling issues r=terrence 2015-09-07 11:36:55 +01:00
Carsten "Tomcat" Book 506a0f0077 merge mozilla-inbound to mozilla-central a=merge 2015-09-07 12:01:16 +02:00
Carsten "Tomcat" Book 79aab18d9d merge fx-team to mozilla-central a=merge 2015-09-07 11:57:17 +02:00
Jonathan Kew 4c8804048c Bug 1057680 - Reftest for use of font-stretch values in the font shorthand. r=jdaggett 2015-09-07 09:10:00 +01:00
Jonathan Kew 3129f0ce22 Bug 1057680 - Add support for font-stretch values in the font shorthand. r=jdaggett
* * *
Bug 1057680 - pt 1 - Add a font-stretch keyword to the valid values for the font shorthand in property_database.js. r=jdaggett
* * *
Bug 1057680 - pt 2.1 - Fix up existing tests that depend on the shorthand not handling font-stretch values. r=jdaggett
2015-09-07 09:09:48 +01:00
Jonathan Kew c82b11c0be Bug 1196463 - Update harfbuzz to release 1.0.3 from upstream. r=jdaggett 2015-09-07 08:22:05 +01:00
John Daggett df9bdfa193 Bug 1201403 - streamline MacOSFontEntry::HasFontTable implementation. r=jfkthame 2015-09-07 16:01:59 +09:00
B2G Bumper Bot 29611137db Bumping manifests a=b2g-bump 2015-09-06 20:50:02 -07:00
B2G Bumper Bot 292a35ce76 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c6b450b2f9f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #31714 from timdream/keyboard-configure-update

Bug 1202307 - Update keyboard/CONFIGURE, r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/42da4d132be1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1202307 - Update keyboard/CONFIGURE
2015-09-06 20:47:17 -07:00
B2G Bumper Bot b06ded3bf3 Bumping manifests a=b2g-bump 2015-09-06 19:52:59 -07:00
B2G Bumper Bot 16a59c4c4e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b4325a5f960f
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #31696 from weilonge/seanlee/DataSync/master/Bug1191770

Bug 1191770 - Add a build module to preprocess apps to enable/disable a specific feature at build time. r=rchien, ferjmoreno

========

https://hg.mozilla.org/integration/gaia-central/rev/e918aa4422d3
Author: Sean Lee <selee@mozilla.com>
Desc: Bug 1191770 - Add a build module to preprocess apps to enable/disable a specific feature at build time.
2015-09-06 19:50:17 -07:00
B2G Bumper Bot 2e7ea03d79 Bumping manifests a=b2g-bump 2015-09-06 15:48:09 -07:00
B2G Bumper Bot 6aebf7fe7d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9e39eab9159d
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #31711 from asutherland/email-draft-compose-this-glitch

Bug 1202219 - [email/UI] Editing a draft from the outbox fails with "this.model is undefined" due to missing arrow-function/bind. r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/23b8d75045e2
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 1202219 - [email/UI] Editing a draft from the outbox fails with "this.model is undefined" due to missing arrow-function/bind.
2015-09-06 15:45:25 -07:00
Dão Gottwald 71f8ae0ebd Bug 1194725 - Fix broken selectors for sizing nested toolbar button icons. r=jaws 2015-09-06 17:48:54 +02:00
Phil Ringnalda 166cfe1acd Merge m-i to m-c, a=merge 2015-09-05 20:19:43 -07:00
Phil Ringnalda 5fe96b4460 Merge b-i to m-c, a=merge 2015-09-05 20:13:34 -07:00